First of all, I'd like to say thank you for making Gravity Forms. I've been using it for more than a year, and can honestly say it is one of the best WordPress plugins.
Here's an issue I'd be grateful to have some insight on:
I'm building a multiple page form. I would like to have a javascript alert to confirm that a user would like to leave the form page before submitting the form. This alert would need to display when the user closes the browser tab, clicks on a link to go to another page within the same tab, closes their browser application, etc. In other words, I just want to ask the user "Are you sure you want to leave this page before submitting the form?"
I'm no expert when it comes to javascript, but I've done a bit of Googling/RTFM'ing on this subject, and have come across quite a few example code snippets, such as:
http://www.openjs.com/scripts/events/exit_confirmation.php
I want to double check that using the above javascript (or something similar) will not conflict with any javascript that the Gravity Forms plugin is running. My Wordpress site's theme is Thesis, so it's trivial to paste in some javascript specifically for the form page.
Is there a better way to do this type of alert, as opposed to the script I linked to above? I know jQuery is great for cross browser compatibility, but I don't want to run into any conflicts with Gravity's js...
Thanks in advance for your help and advice.