PDA

View Full Version : Problem with contact form solution... Help!


blackweldermhe400113
03-11-2010, 09:11 PM
Alright, I am attempting to make several additions to the contact form solution. The additions will include a select menu, radio buttons, and new input fields. I have already added another form field, and it appeared to be validating ie. when you selected the field and then tabbed through to the next form field without inserting a value the field would give you the "A value is required" message in error state. The problem I'm having is when you submit the form with that field in an empty state it returns the second error message and I can't get rid of it once the field has a value applied to it. I'm attaching my file for you to look at. My next question is how you would validate a select menu within a form with the same server side validation?

I posted a reply to this thread:
http://www.webassist.com/forums/showthread.php?t=10439&page=2

I just wanted to make sure I got someones attention.

blackweldermhe400113
03-12-2010, 09:07 AM
In regards to the second question "My next question is how you would validate a select menu within a form with the same server side validation?" I realized by searching other threads that I can add validation to the select menu with the validation tool kit. So, that I figured out. The first part of the post I still need help with. Thanks!

Jason Byrnes
03-12-2010, 11:33 AM
I'm not sure I understand the question fully, what is the second error message that appears? Can you provide a link where could see this in a browser to help me get a better grasp of the problem you are describing.

blackweldermhe400113
03-12-2010, 02:10 PM
The second error message is the red text message that says something to the effect of "Please provide a company name." It will be later this evening before I'm able to post a link but for the time being I wasn't sure if that would help or not.