Skip to content

FieldSubmit

FieldSubmit is a field that renders an input of type submit.

type submit

Basic example

Code
javascript
{
  type: 'submit',
  buttonText: 'Submitting!'
}

Properties

PropertyDefaultTypeDescription
buttonTextResetStringText to show in the button
buttonClasses``StringClasses to pass to the button