I have turned off clientside validation for my node forms. But when clicking the "add another item" button of a multi-value field, clientside validation is unexpectedly turned on for the complete form.

In my case I cannot save the form as it complains about a wrong date format then (the date is entered in DD.MM.YYYY format which clientside_validation doesn't seem to recognized which is why I turned it off). But this is another story.

Comments

barraponto’s picture

Issue summary: View changes
Priority: Major » Normal
Status: Active » Closed (duplicate)

Please try the dev release.
I believe this issue has been fixed by #2056219: General problem with drupal AJAX requests prevented by clientside validation.
If it still happens, please reopen this issue and provide steps to reproduce the error.