Use different HTML ids for Add, Remove, Move Up and Move Down buttons. Nowadays all buttons in all rows use the same ids.
Change field rendering markup to match that of z3c.form: the help text (field description) goes inside the label, then the error, and after that the field itself.
Mark also the field with an 'error' class if there is an error in the field processing.
Use different HTML ids for Add, Remove, Move Up and Move Down buttons. Nowadays all buttons in all rows use the same ids.
Change field rendering markup to match that of z3c.form: the help text (field description) goes inside the label, then the error, and after that the field itself.
Mark also the field with an 'error' class if there is an error in the field processing.
@ionlizarazu