How can you prevent tricking validation to pass in a situation when your using an HTML editor. Example I have a textarea validation set to required / not empty / min 50 chars/ But if a user simply hit enter a few times its actually creating <p></p> in the data that will end up being sent so after a few "enters" you have enough characters to pass validation. Has anyone defeated this?
Thanks K -- Our newest site for the community: CakePHP Video Tutorials http://tv.cakephp.org Check out the new CakePHP Questions site http://ask.cakephp.org and help others with their CakePHP related questions. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/cake-php
