Im changing some fields via AJAX and when im trying to save a form i recive a error that Extra fields are not allowed.
How to change that validator property like validatorPass() in sf1.4 ?
Or its possible change to form to accept extra fields ?
Im using SonataAdminBundle to create forms.
You could remove the extra fields from the request data before binding them to the form: