Magidoc

FormJSONDataInput
Input Object

Input type for form JSON data Contains all form configuration and content

Fields

#

allowAccessToWhitelistedDomains

Whether to restrict access to specific email domains

allowProgressionTracking

Whether to allow progression tracking

allowedEmailDomains

Array of allowed email domains

Default: []

authRequired

Whether authentication is required

confirmMessage

Confirmation message

description

Form description

email

Whether to send email notifications

emailDynamicFields

Dynamic fields for email

Default: []

emailToSubmitter

Whether to send email to form submitter

externalLogo

External form logo URL

externalTitle

External form title

onlyCreatorEditable

Whether only creator can edit

pages

Non-null

Array of form pages

receivers

Email receivers

setCardNumberToTitle

Whether to include card number in title

setDateAndUserNameToTitle

Whether to include date and username in title

setFormNameToTitle

Whether to use form name in title

setTemplateNameToTitle

Whether to include template name in title

title

Form title

Usages

#

References

#

  • Argument jsonFormData of field createForm from type Mutation