Guest User

Untitled

a guest
Aug 18th, 2018
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1.  
  2. $this->validatorSchema['question_2'] = new sfValidatorChoice(array(
  3. 'multiple' => true,
  4. 'choices' => array_keys(self::getBusinessEmerge()),
  5. 'min' => 1,
  6. 'max' => 3,
  7. ),array(
  8. 'required' => 'You must select upto three options'
  9. ));
  10.  
  11.  
  12.  
  13. At most 3 values must be selected (4 values selected).
Add Comment
Please, Sign In to add comment