silverstripe-userforms/code/forms
Damian Mooyman 5349bb7d3b API Use core validation for form submission
Fixes #350 and fixes #404
This change abandons validation via EditableFormField::validateField, as it bypassed too many core validation mechanisms (RequiredFields, etc).
In order to enforce consistency of editable field validation, display rules have been hard-disabled when a field is marked as required.
Since this removes functionality, I have incremented the major version number
2016-04-18 12:04:21 +12:00
..
GridFieldAddClassesButton.php remove trailing spaces in the codebase 2015-09-11 10:20:06 +12:00
UserForm.php API Use core validation for form submission 2016-04-18 12:04:21 +12:00