Home › Forums › Add-ons › Repeater Field › Dynamically pull data from a repeater row in another page based on querystring. › Reply To: Dynamically pull data from a repeater row in another page based on querystring.
You can if you want to use get_post_meta() instead of ACF functions. However, this will return unformatted values and you’ll need to format them yourself if needed. The meta keys for repeaters look like "{$repeater_name}_{$row_index}_{$sub_field_name}"
and you would use something like get_post_meta($post_id, $field_name, true)
https://developer.wordpress.org/reference/functions/get_post_meta/
Welcome to the Advanced Custom Fields community forum.
Browse through ideas, snippets of code, questions and answers between fellow ACF users
Helping others is a great way to earn karma, gain badges and help ACF development!
We use cookies to offer you a better browsing experience, analyze site traffic and personalize content. Read about how we use cookies and how you can control them in our Privacy Policy. If you continue to use this site, you consent to our use of cookies.