Add another only works when all other fields are filled in and validate (I think)
I use fields on a user. When I hit 'Item toevoegen' which is i think 'Add another' in English it gives an error. Contact your site admin. When I check the log it complains about other fields not being validated, so if I fill in them first it works fine,.
Kind regards Daniel Beeke
Comments
Comment #1
wesnick commentedThis issue is related to a larger Field API issue: #1038316: Allow for deletion of a single value of a multiple value field
I will try to implement a custom way to remove items until this issue is resolved.
Comment #2
wesnick commentedI have generally fixed most validation problems. If you can provide a step-by-step way to reproduce this specific error I will reopen this as a bug, but in general errors of type "Contact site administrator" come from core Form API when you have select or radios form types that fail validation.
As far as a more convenient way to remove values in the middle of a multivalue field, I am marking this a feature request.