FormTarget Enum
Form target types that determine what happens on form submission
Possible Values
#
action
Creates or updates an action
project
Creates or updates a project
mapToProject
Maps form data to an existing project
Sends email to specified receivers
emailToSubmitter
Sends email to form submitter
Usages
#
References
#
- Argument target of field createForm from type Mutation
- Field target from Form
Previous
FormPageInput