Home › Forums › General Issues › ACF and registrations › Reply To: ACF and registrations
Hi @guit4eva
It seems that Buddypress uses a custom form for the registration form so ACF can’t add its own fields to the form. For something like this, you need to add the fields manually or use the acf_form() function with ‘form’ function set to false
. This page should give you more idea about it: https://www.advancedcustomfields.com/resources/acf_form/.
After that, you need to update the newly created user after the registration process by using the update_field() function. Unfortunately, I don’t know which hook you can use. Could you please ask this to Buddypress support?
I hope this helps 🙂
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.