Creating events
Events are functions that are called when users interact with elements.
Note: For more information about events, see Understanding element events.
You can create:
- Submit button. See Creating submit buttons.
- Save for later button. See Creating save for later buttons.
- Duplicate parent panel button. See Creating duplicate parent panel buttons.
- Text elements that enable other elements once populated with a specific user-entered value. See Creating enable control on value events.
- Drop-down lists that enable other elements once users select a specific value. See Creating enable control on selected value events.
- Checkboxes that enable other elements once users change the state of the checkbox. See Creating toggle events.