INPUT_OBJECT
FormCreateInput
Specified fields required to create form.
link GraphQL Schema definition
- input FormCreateInput {
- # 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
- # List of optional fields to include.
- : [FormOptionalField!]
- }