(Is must_not_contain server or client side? I can see the client side JS generated by the server verification seems not to work entirely?)
> -----Original Message----- > From: Justin Harrison [mailto:[EMAIL PROTECTED]] > Sent: Monday, October 14, 2002 9:14 PM > To: [EMAIL PROTECTED] > Subject: Eratic Form Validation Behavior? > > > I am attempting to use "must_not_contain" to restrict > characters which can be entered in a form. > > I would like to restrict {}[]()^$.|*+?\/@%!&, however, I > receive script errors. Does some of this need to be delimited out? > > It seems to restrict { fine, but nothing else. The > documentation is kind of weak on the usage of > "must_not_contain", so I have been fooling with it and trying > to learn from the example. > > -msg => 'The data entered is invalid', > must_not_contain => '{}[]()^$.|*+?\/@%!&' > > > Justin > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
