You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add a clientside function to the submit button. When clicked use jQuery to get a reference to the survey element and then you can extract the form data.
For example: var survey = $.survey($("#survey")); var data = survey.pageData();
Hi there!
What's the best approach to run javascript code after the form is finished?
Cheers,
Francisco
The text was updated successfully, but these errors were encountered: