Re: validate w/ regular expressions in cftextarea cf9 not working

2014-07-08 Thread John M Bliss
Warning: I'm side-stepping your question for a moment... Best-practice is now to use the following (or similar) in place of cftextarea: https://github.com/cfjedimaster/ColdFusion-UI-the-Right-Way/blob/master/chapters/cftextarea/index.md Now, back to our regularly scheduled thread...answer to

validate w/ regular expressions in cftextarea cf9 not working

2014-07-07 Thread andy mann
Hi CFers, i am trying to make the form super secure and have added regular expression that works fine in cfinput to cftextarea and it doesn't work...? cftextarea name=mytxt value=#wrds# message=Text - Required. Letters, Numbers and .+()' allowed pattern=^[-a-zA-Z0-9_:+().' ']{1,100}$