I'm using a custom contact form that I wrote.
It works -- so the script isn't the problem (you can view @ http://moremariners.com/test.php)
I've tried a few things.
- Including the JQuery in the header
- Including it in the page HTML
- wp_enqueue_script('jquery'); in the header
- Using a plugin that supports PHP in pages and including the test page
All of them don't do the JQuery properly...it just takes you to the contact form.
Any ideas?