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


