SyntaxFix
Write A Post
Hire A Developer
Questions
You could use the JS confirm function.
<form onSubmit="if(!confirm('Is the form filled out correctly?')){return false;}"> <input type="submit" /> </form>
http://jsfiddle.net/jasongennaro/DBHEz/