Actions
These are the actions that are available
| Action | Description |
|---|---|
| Change an attribute of | See attributes list below |
| Executive a custom Javascript function | Execute a function that you have written in Javascript |
| Goto | Go to a specified page on the form. |
| Process the next condition | This facilitates Boolean AND |
| Hide | Hides the specified component or group. This also sets fields to disabled and remembers their original state. |
| Report validity | Triggers the browser's report validity method and displays error if it validity fails |
| Show | Shows the specified component or group. This also sets fields to their original, pre-hide state. |
| Stop | This will end the event. No further conditions will be tested. This facilitates Boolean OR |
| Submit | This will invoke the form submission method. Submission is subject to the form data passing validation. |
Attributes
This is a list of the attributes that can be changed by the Change an Attribute Of Event
| Attribute | Description |
|---|---|
| Max Length | Change the maximum allowed length of the selected input |
| Min Length | Change the minimum allowed length of the selected input |
| Max | Change the maximum allowed value of the selected input |
| Min | Change the minimum allowed value of the selected input |
| Disabled | Change the disabled status of the selected input |
| Read Only | Change the readonly status of the selected input |
| Required | Change the required status of the selected input |
| Validity | Change the validity status of the selected input |
| Value | Change the value of the selected input |
