Support

Account

Home Forums Front-end Issues Adding a sub field to a repeater with JavaScript Reply To: Adding a sub field to a repeater with JavaScript

  • Hello

    Using the JS API , this is really simple

    
    my_repeater = acf.getField('<my key>');
    my_repeater.add();