The reset button lets the user restore all of the fields on the current page to their original state, before they started entering values. These will be the field default values if populating the form for the first time, and the saved values if using the form to edit data previously saved to the iCM database.
Note that in the case of multi-page forms, once a page has been submitted, returning to that page and performing a reset will restore the field values to the last submitted values.
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 form is being used via an iCM Form App shortcut | ICMPANELBUTTONICONCLASS |
Is iCM Panel Button | If set to true and the form is being used via a Form App shortcut within iCM, the 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 that will appear on the button | LABEL |
Aria Label | An optional aria-label (opens new window) that can be output to improve accessibility where the normal label is not enough. You might need to use this if you have multiple buttons with the same label on the same page. If you don't enter a value, the | ARIALABEL |
Button Type | Either "Normal" or "Contrast". Selecting contrast adds the class | BUTTONTYPE |
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 |