Home › Forums › Front-end Issues › Front End and custom user meta › Reply To: Front End and custom user meta
Hi @dominic
I doubt the action do_action (‘acf / save_post’)
will be of much help to you as the names of your fields (from the WP User Frontend plugin) will not be in the ACF format.
What I would do is research the WP User Frontend plugin docs for an action which is triggered during the saving of the form. Hook into this action and then manually save the ACF data using the update_field function.
You will find documentation about this function over on the docs page.
Thanks
E
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.