I have an email form validation script. If this first function returns true (no errors in email field), then the second function will execute, which is simply a url redirect. Can someone combine these two functions, so that all I need to put in the the form is something like, onsubmit="return checkForm();"
-
1Can we see your code? Are there any hidden issues that make it non-trivial in your case?John Dvorak– John Dvorak2013-04-09 05:11:47 +00:00Commented Apr 9, 2013 at 5:11
-
Nothing plus nothing is… well, nothing. Show me the code!RobG– RobG2013-04-09 05:22:44 +00:00Commented Apr 9, 2013 at 5:22
Add a comment
|