Events are used to call functions when users interact with elements. See Creating events (on page ).
Image Modified
There are two components to every event:
...
- On Submit is used to create submit buttons. See Creating submit buttons (on page ).
- On Save For Later is used to create save for later buttons. See Creating save for later buttons (on page ).
- Duplicate Parent Panel is used to create a button that duplicates its parent page layout element. See Creating duplicate parent panel buttons (on page ).
- Enable Control on Value is used to create text fields that enable one or more elements when a specific value is entered. See Creating enable control on value events (on page ).
- Enable Control on Selected Value is used to create drop-down lists that enable one or more elements when a specific value is selected. See Creating enable control on selected value events (on page ).
- Enable/Disable (toggle) is used to create checkboxes that enable or disable one or more elements based on the state of the checkbox. See Creating toggle events (on page ).
- User Function (custom javascript) is used to call custom javascript functions.