On Form Load
- Last UpdatedJun 25, 2024
- 1 minute read
Use scripts for the On Form Load event of a form to accomplish a desired operation when the form loads.
Example
If you want to show an information message when you load the form, then you can code the script for the On Form Load event of the form as follows:
// Show an information message.
SFU.showAlert("Form Message", "Please fill all fields in the form.");
Note: Commented statements in the On Form Load script are executed.