Skip to content

Submit button

The submitButton object controls the label and visibility of the form's submit button.

Schema

FieldTypeDescription
textstringButton label
isShowbooleanShow or hide the submit button
alignstringHorizontal alignment (for example, "center", "left", "right")
"submitButton": {
  "text": "Submit",
  "isShow": true,
  "align": "center"
}