Navigation :
StyleCode Property: formButton
Specifies the existence and label of the “submit” button on a form tile.
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.