View Single Post
Old 01-16-2013, 11:47 PM   PM User | #7
samhor
New Coder

 
Join Date: Mar 2012
Location: USA
Posts: 30
Thanks: 0
Thanked 0 Times in 0 Posts
samhor is an unknown quantity at this point
Question Drop down menu issue

Quote:
Originally Posted by jalarie View Post
The "return true;" line belongs at the end of the function. Do all of the validation parts (name, address, ....) and their respective "return false;" lines first. If the user gets past all of those error checks, then the function returns the true value and the form submits.
Yes thanks got it working now.. How much would the code change for using drop down menus. I have tried with the below but can't seem to get it working.

Last edited by samhor; 01-18-2013 at 01:51 AM.. Reason: update
samhor is offline   Reply With Quote