Support

Account

Home Forums Add-ons Repeater Field Store repeater data in a variable Reply To: Store repeater data in a variable

  • Hi @Philip

    I would start with some basic code like:

    
    $repeater = get_field('repeater');
    

    The rest is up to you, the developer.

    Cheers
    E