Support

Account

Home Forums Front-end Issues ACF Form Repeater Populate Reply To: ACF Form Repeater Populate

  • 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?