As Justin mentioned, if the page was recently changed to an html 5 doctype setting required to any value evaluates to true. Try remove the required attribute completely. You can also add novalidate to the form tag.
On Tue, May 21, 2013 at 6:41 PM, Russ Michaels <[email protected]> wrote: > > are you using CFFORM or just FORM ? > > > On Tue, May 21, 2013 at 11:37 PM, Matt Quackenbush <[email protected] > >wrote: > > > > > Link(s)? > > > > CF cannot do anything on the client side (i.e. in the browser). > JavaScript > > is required for any validation to take place on the client side. Without > > seeing code / markup it's impossible to say beyond that. > > > > > > On Tue, May 21, 2013 at 6:30 PM, Jeff F <[email protected]> > wrote: > > > > > > > > Hey everyone, > > > > > > I have a very old site that has a basic form. All of a sudden, the form > > is > > > requiring all form form fields to be filled out? The form is a basic > > <form > > > action=, and I've got "required="no" on the fields. > > > > > > What's interesting is that the validation results are quite nice > looking, > > > almost Jquery-ish. The form fields get a slight red glow around the > > edges, > > > and the little bubbles that show on the page look great, however I > don't > > > want any of it. > > > > > > I did read about newer versions of CF server validating, so I tried > > > disabling that by adding serverSideFormValidation="no" to the > > cfapplication. > > > > > > What the heck is this? > > > > > > > > > > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:355819 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

