validate_form


Description:

public virtual bool validate_form ()

Perform custom form validation.

This method returns true by default, and is designed to be overridden by the subclass for any custom form-wide validation. The success of this method is not dependent on field-level validation.

Returns:

boolean on the success of validation /from this method/