Support

Account

Home Forums Add-ons Repeater Field Getting instance and (sort of) ID of repeater field Reply To: Getting instance and (sort of) ID of repeater field

  • Forgive my ignorance, I am trying to study and understand more, in the meantime I rely on your help:
    I have a sub-field called ‘feedback’ inserted into a ‘day’ repeater. I create several ‘days’ and I would like the end user to enter a comment in the ‘feedback’ field in frontend and press ‘submit’. This comment should be visible on the backend in the ‘feedback’ field.
    I managed to do an acf_form with the ‘feedback’ field, the value is written in the db, but I don’t see it in the backend. And above all it is repeated the same for all instances of the repeater. How do I create unique comments for each instance?

    thank you so much!