I am running into a problem. I am trying to use coldfusion's form validation. When I use the name and id fields in the form tag. The validation is skipped. Can you not name the form while using CF's form validation?

<cfform action="page.cfm" enctype="multipart/form-data" method="post" name="conferenceForm" id="conferenceForm" >

Recommended Answers

All 3 Replies

Try posting all of your code so I can see what going on. :)

Try posting all of your code so I can see what going on. :)

I corrected the error, I had a javascript error that I did not see.

Javascript can be sneaky. I learned my lesson after spending 2 hours figuring out an error and saw it was a semicolon missing in my javascript. Wonderful...

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.