> Well, you could just call your field names xyz_reqd, instead. I could, if I was in control of the fieldnames, but its a form builder app where a user can call a field anything they like (within reason).
I've fixed it by adding a constant string on the end and then stripping it off on the action page and this works fine, but yea, the developer should have some control over it. > -----Original Message----- > From: Aidan Whitehall [mailto:[EMAIL PROTECTED] > Sent: 01 April 2003 12:11 > To: [EMAIL PROTECTED] > Subject: RE: [ cf-dev ] form input names acting wierdly in MX > > > > I guess I could just append some soet of constant string to > the end of > each > > input name and then strip it off as and when required. > > Well, you could just call your field names xyz_reqd, instead. > > Like you said, though, it is annoying that you can't disable it via, > say, a setting in cfapplication or by using a new attribute in the > <cferror type="validation"...> tag. > > > -- > Aidan Whitehall <[EMAIL PROTECTED]> > Macromedia ColdFusion Developer > Fairbanks Environmental Ltd +44 (0)1695 51775 > > ______________________________________________________________ > __________ > This e-mail has been scanned for all viruses by Star Internet. The > service is powered by MessageLabs. For more information on a proactive > anti-virus service working around the clock, around the globe, visit: > http://www.star.net.uk > ______________________________________________________________ > __________ > > -- > ** Archive: http://www.mail-archive.com/dev%40lists.cfdeveloper.co.uk/ > > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > For human help, e-mail: [EMAIL PROTECTED] > -- ** Archive: http://www.mail-archive.com/dev%40lists.cfdeveloper.co.uk/ To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] For human help, e-mail: [EMAIL PROTECTED]
