skip_validation 6.x-1.4

New features
Unsupported

The API now has three FAPI options for buttons.

#skip_validation - Skips all validations, core (#required, #maxlength, and #options checking), and all #element_validate and #validate callbacks.
#skip_core_validation - Skips only the #required, $maxlength and #options checking.
#skip_required_validation - Skips only the #required validations.

Added a mini-module for skipping validation when deleting a user from the user profile form.

skip_validation 6.x-1.3

Bug fixes
Unsupported

Fixed issues with the top level form validation still occurring.

skip_validation 6.x-1.2

Bug fixes
Unsupported

Realised that #needs_validation does not cover normal #validate and #element_validate functions. Changed to use #validate to cover those options also.

skip_validation 6.x-1.1

Bug fixes
Unsupported

Removes the node form changes from the main module.

Subscribe with RSS Subscribe to Releases for Skip Validation