FormFieldSubmitted
No description
type FormFieldSubmitted {
name: String
value: String
}
Fields
FormFieldSubmitted.name
● String
scalar
The name of the field that was submitted
FormFieldSubmitted.value
● String
scalar
The value that was entered by the contact
Member Of
FormSubmission
object