Did some research and this works
$('.acf-repeater-add-row')[0].click();
Thank you!
Hi @jonathan!
Thanks for your help.
That is what I had in mind and I did look at “acf-pro-input.js” trying to understand how to trigger the click.
I’ve tried this in the console for a quick test but no rows are added
jQuery('.acf-repeater-add-row').trigger('click')
Thoughts?
Same here, have you figure out what the problem was?