INPUT_OBJECT
FormUpdateInput
Specified the fields required to update form details.
link GraphQL Schema definition
- input FormUpdateInput {
- # The Form ID to update.
- ID! :
- # A URL pointing to the form avatar.
- URL :
- # The user’s form page title.
- String :
- # The user’s form title.
- String :
- # The user’s form description visible to contacts.
- String :
- # The user’s custom message after form submit.
- String :
- # Indicate if 'OptIn' is visible.
- Boolean! :
- # Custom CSS style provided by user to improve basic form design.
- String :
- # A URL to redirect after successful submit.
- URL :
- }