Support

Account

Home Forums Front-end Issues Fields missing in register template page Reply To: Fields missing in register template page

  • You would need to edit the template file and add an ACF form to it https://www.advancedcustomfields.com/resources/acf_form/. You will need to insert it inside the <form></form> on the page and set the form argument for acf_form() to false. You’ll also need to tell ACF that it’s dealing with user fields by setting the correct post_id value for acf_form().