void OnLoadForm()
Description
This callback function is called when the survey is loaded.
Return Type
void
Example
Prompt a message when the survey is loaded
function OnLoadForm() {
Prompt("Thank you for taking the time to answer our questions");
}
Comments
Please sign in to leave a comment.