Support

Account

Home Forums Front-end Issues Presenting a front-end nested repeater within acf_from

Helping

Presenting a front-end nested repeater within acf_from

  • The structure of the needed repeater field is:

    repeater field (parent)

    • – txt field
    • – date field
    • – google map field
    • – repeater field (child)
      • – txt field
      • – txt field

    What I would like to do is allow for editing, adding, deleting of the child repeater data.

    Not quite sure how to proceed. I can just do acf_form() but it sends back the parent repeater and all its children (which is super cool, but not what I need).

    Thx!

  • Hi @shua,

    Thanks for the post.

    The ACF custom fields contain an option to make your fields ‘read-only’.

    In this case, you can register the fields via PHP and assign this read-only attribute to the parent repeater to prevent users from editing the field.

    I hope this info helps.

Viewing 2 posts - 1 through 2 (of 2 total)

The topic ‘Presenting a front-end nested repeater within acf_from’ is closed to new replies.