View Single Post
  #2 (permalink)  
Old 10-29-2007, 12:02 PM
amnuts amnuts is offline
Junior Member
 
Join Date: Oct 2007
Posts: 2
Default

The ever-helpful naneau has just pointed out on #zftalk that a validator has to exist for all form elements.

So by simply adding this to my $validators:

'*' => array()

I default all elements to use an empty validator. Problem solved!
Reply With Quote