$form->validate() allows one to "specify additional criteria to check
that will be valid for just that call of validate()." An example follows
in the documentation. However, this functionality does not appear to
have been implemented.
$form->validate() populates $form->{validate} with the criteria, but
nothing uses this field. None of the additional criteria are checked.