|
How does your form statement read?
<form Action=....Method=..>
.
.
</form>
----- Original Message -----
Sent: Monday, January 22, 2001 3:38
PM
Subject: RE: Form validation
Nope. I already checked for that. The only validation that I have going
on is JavaScript validation. And to make sure that that was not mucking it up
I commented out all of the JS validation.
do
you by any chance have a field named "accident_required" ? CF will do
server-side data validation if there is a fieldname_required hidden field on
the form.
Robert
I have a form
that is getting sent to a CFMail application. In other words I am sending
the form fields straight to the CFMail application and I am not capturing
anything in a database. This is a 2 part form. The first part works fine.
It is the second part that I am having issues with. When I submit this
form I receive the following message:
Form Entries Incomplete or Invalid
One or more problems exist with the data you have entered.
- The value entered for the Accident field ('Yes') is not
correctly formatted.
- The value entered for the Accident field ('Yes') is not
correctly formatted.
The
problem is that this is a straight form. I am not using CF form
attributes. This particular field is a select box. It was a radio button
and I was getting the same error message. Also, if I check NO then I
receive the same message except of course the 'Yes' is changed to 'No'.
Another point
of interest. When I continue to fill out the form, the next 2 elements are
text boxes. When I fill in these then I get this
message:
Form Entries Incomplete or Invalid
One or more problems exist with the data you have entered.
I have
not run into this before and I am not sure what to do. If there is someone
out there who has encountered this before, I would really appreciate
assistance.
Thanks,
Bruce Sorge
Portal Services
Baylor Health Care
Systems
Phone:
214-820-3142
|