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;
}
void OnSave()
This callback function is called when the survey is saved
void
Set the subjectData with the date/time survey is saved:
function OnSave() {
SubjectData = "Survey Was Saved on:" + Now;
}
Comments
Please sign in to leave a comment.