clonefish logo

invalidate() method

$clonefish->invalidate();
Invalidates the form. It can be used to invalidate the form even if the validation of the form elements was successful. Ideal for handling very complicated validations outside clonefish (though you can also use the custom (user-defined) validation).