RE: Multiple Checkbox Validation help

2009-06-12 Thread Dave Maharaj :: WidePixels.com
the error message all set up. Thanks again. Dave -Original Message- From: John Andersen [mailto:j.andersen...@gmail.com] Sent: June-12-09 3:50 AM To: CakePHP Subject: Re: Multiple Checkbox Validation help Hi Dave, On the assumption, that all the possible values from the checkboxes

Re: Multiple Checkbox Validation help

2009-06-11 Thread John Andersen
Hi Dave, On the assumption, that all the possible values from the checkboxes, can be found in the database, I would consider using: http://book.cakephp.org/view/152/Adding-your-own-Validation-Methods and in the validation method, validate that the submitted checkbox values exists in the databas