Support

Account

Home Forums Add-ons Repeater Field Repeater field that looks at another field's value(s)

Helping

Repeater field that looks at another field's value(s)

  • Is there any add-on or some way to create a field that pulls values from other fields? For example, I’m trying to create a quiz and I have a repeater field for questions, inside that I have a question field and then another repeater for answers. I want to be able to have another field that pulls in all values the admin puts into the answers fields for the admin to set which is the correct answer.

    Here’s an example of what I’m looking for:

    acf repeater fields

    The right side would be dynamically pulling from the answers as the admin adds or removes or changes the text. Any way to do that?

  • Hi @brm252 ,

    Thanks a bundle for reaching out to us.

    It is not possible to achieve this from the plugin’s API. However, I believe you can easily achieve the same using the load_field hook.

    Kindly have a look at the following article.

    https://www.advancedcustomfields.com/resources/acfload_field/

    Hope this helps 🙂

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

The topic ‘Repeater field that looks at another field's value(s)’ is closed to new replies.