The submit button posts the values of all fields in the form to the server, ready for processing.
Properties
Label | Description | Type Name |
---|---|---|
iCM Panel Button Icon Class name | The icon class name to use when displaying this button as an action in the iCM Action Panel. Only relevant when the "Is iCM Panel Button" property is set to true and the containing form is running as an iCM Form App shortcut | ICMPANELBUTTONICONCLASS |
Is iCM Panel Button | If set to true and the containing form is being displayed as a Form App shortcut within iCM, this button will be rendered as an action within the Actions Panel. The button itself will be hidden on the form. This allows better integration into iCM when needed | ISICMPANELBUTTON |
Button Label | The label to appear on the Reset button | LABEL |
Button Type | Either "Normal" or "Contrast". Selecting contrast adds the class | BUTTONTYPE |
Show | Either "Always" or "Last Page Only". By default the submit button is always shown, whatever page of the form it is placed on | SHOW |
Show Function | This function is executed server-side as the page loads. If it returns true the button will be shown. This function may be useful in branching forms with optional pages | SHOWFUNCTION |
Additional Styling Modifier | An optional CSS modifier for the field. See Common Field Properties for an example | ADDITIONALSTYLINGMODIFIER |
Documentation | Add documentation to your field to help explain any complex functionality to future users. You might include information on what the field does and how it relates to other fields on the form. Notes added here are only ever visible in the Forms Designer, they can be searched for, viewed and downloaded from the action panel. See Common Field Properties for an example | DOCUMENTATION |
Last modified on August 17, 2022