OnSave()

void OnSave()

Description

This callback function is called when the survey is saved   

 

Return Type

void

 

Example

Set the subjectData with the date/time survey is saved:

function OnSave() {

SubjectData = "Survey Was Saved on:" + Now;

}

Was this article helpful?
0 out of 0 found this helpful
Have more questions? Submit a request

Comments

0 comments

Please sign in to leave a comment.