I have implemented the repeating field code as provided in the example

https://api.drupal.org/api/examples/ajax_example!ajax_example_graceful_d...

the form is validating; how do in prevent this on the add/remove process?

the only process i see being called in the callback function
https://api.drupal.org/api/examples/ajax_example!ajax_example_graceful_d...

Comments

Jaypan’s picture

You can use #limit_validation_errors on the ajax buttons.

jesterFortyEight’s picture

thanks - working now.