StyleCode Property: formButton

formButton

Specifies the existence and label of the “submit” button on a form tile.

Applies to Type Default
form Text ``

Examples

// Example: form
read form with
  SKU: text
  Maximum: number

show form "My Form" a1b1 { formButton: "Update Dashboard" } with
  SKU
  Maximum          

Details

If empty, no button is displayed on the form.

If provided, the button is displayed and the value of the property is used as the button’s label. Clicking the button submits the form.

User Contributed Notes
0 notes + add a note