third party php-script interferes with HTML :(

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
virgild
Forum Newbie
Posts: 3
Joined: Tue Dec 08, 2009 4:04 pm

third party php-script interferes with HTML :(

Post by virgild »

Hello all! I came across a small issue and I'm hoping someone can help me.

I put a html form in a Wordpress page with action redirecting to a php that sends the submitted information to my email. Here's the test page http://www.graphictask.com/?page_id=55

The form works but the validations I have for "name" and "email" fields don't work, they're being ignored (they only work on a non-wordpress page)

I can't figure out why the .js is being ignored. However the checkbox SpryValidation works..
Post Reply