Home › Forums › Add-ons › Repeater Field › Display subfield from repeater fields in custom field › Reply To: Display subfield from repeater fields in custom field
Hi Kristjan,
I see two way to do it depending on if you want your statut resume to be editable or not.
If not : you can simply use the Enhanced Message Field plugin which allow you to put a ACF field containing HTML and PHP. In the field you’ll just have to get the post ID and use get_field and get_subfield to display the Kristijan resume as on front-end.
If need it editable : I assume you can add a repeater field in the statut Tabs and use validate_value filter and prepare_field or load_value action to fill it. The validate_value filter on the resume statut field may allow you to synchro your first repeater.
In the second case I haven’t the exact code solution because I never do the same but it’s a begining of help 🙂
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.