Home › Forums › General Issues › Choose ACF relationship field at registration form › Reply To: Choose ACF relationship field at registration form
To add ACF fields to your custom registration form you would have to use acf_form() with the “form” argument set to false and you would call acf_form() between the <form></form>
tags of your other form. Of course this means that you are able to call a PHP function in the correct location.
If you cannot do the above then you would need to create your own input field and then you would need to use PHP to update the fields yourself when it is submitted using update_field().
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.