Support

Account

Home Forums Front-end Issues acf_form editing repeater fields

Helping

acf_form editing repeater fields

  • I’ve been searching and can’t find the answer for this. I have a repeater with three fields, an image, a checkbox, and a textfield. I’m trying to figure out how I could display the image and have the checkbox and textfield display in a acf_form? Is that possible or do I have to roll my own?

  • I’m not sure if I understand completely. If you are looking to basically show the repeater but not have the image editable then this would be difficult, but possible. You can use an acf/prepare_field filter. In this filter you could convert the image field to a message field when the form is not in the admin. Create an image field and a message field, look at the differences in the field arguments.

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

You must be logged in to reply to this topic.