Support

Account

Home Forums Backend Issues (wp-admin) Adding ACF form to user registration Reply To: Adding ACF form to user registration

  • Hi @SnitchHomer

    It seems you won’t be able to use the pre_save_post filter as it runs too early.

    Instead, perhaps you can use a more native WP action that is fired when registering a new user / saving a user.

    You can then take a look at the acf_form_head function source code to see how you would then save the ACF data.

    Thanks
    E