I am reposting this hoping that someone can provide some insight. Below is a
link to the html generated my cf7.02. IF you remove the text ftom the bottom
two lines (under name and variations) it submits. I have found if I remove
other text fields in the form it submits. I am not sure if this is the problem
or a symptom but it seems finding out what the html issue is I can then fix the
cf code. I have spent 3 days on this and I am getting no where... Maybe one of
you can guide me to fix this so I can go on with my life.... ;-) I have removed
the form validation code and the behavior has not changed. I guess I could go
back and reload 6.1 somewhere and see the difference in the code but that is a
lot of work. HELP!!!!!!!!
http://www.kids-shoe.com/testcfm.cfm:confused;
> I am reposting this hoping that someone can provide some insight. Below is a
> link to the html generated my cf7.02. IF you remove the text ftom the bottom
[quoted text clipped - 8 lines]
>
> http://www.kids-shoe.com/testcfm.cfm:confused;
The form is trying to submit (the way it is right now). Did you add/
remove some fields recently, check data types, validation
requirements, use Firefox with Firebug or install IE Developer
Toolbar. Both simplify DOM validation and debugging javascript. After
you have done that, (if you have not solved it) repost WITH error
messages and any add. info.