View Single Post
  #2 (permalink)  
Old 12-08-2008, 12:43 PM
Dubbya's Avatar
Dubbya Dubbya is offline
WebProWorld 1,000+ Club
WebProWorld MVP
 
Join Date: Nov 2006
Location: Steinbach, Manitoba, Canada
Posts: 1,300
Dubbya RepRank 4Dubbya RepRank 4Dubbya RepRank 4Dubbya RepRank 4Dubbya RepRank 4
Default Re: Form Validation not Working - help please?

Without seeing your Javascript validation routine, the onClick calling "MM_validateForm" looks like the culprit.

Try this:
Code:
<form name="MusicSelection" method="post" action="FormToEmail.php" onsubmit="return false;">
Your Javascript validation routine should submit the form after it validates and returns "true".

In the event that this doesn't work, you'd do well to post your MM_validateForm Javascript as we've no way of telling where you might have made an error.
Reply With Quote