void OnSubmit()
Description
This callback function is called when the survey is submitted
Return Type
void
Example
Prompt a message when survey is submitted
function OnSubmit() {
Prompt("Survey is Finished and now Submitted");
}
void OnSubmit()
This callback function is called when the survey is submitted
void
Prompt a message when survey is submitted
function OnSubmit() {
Prompt("Survey is Finished and now Submitted");
}
Comments
Please sign in to leave a comment.