Open nerdyator opened 4 years ago
The form submission doesn't actually submit the form but triggers the submit option in your setup. From there you should execute an ajax call to your server with $.ajax to submit the form. After you get the response, you could trigger goForward
to show the next slide, which is the success message.
I was trying implement this with server-side form submission. Whenever I submit the form my page refreshes cause of default behaviour of browser. How to prevent that so that I can show last slide as successful submission of form.
Im using the same code snippet as mentioned in example demo. That is:
index.html