Support

Account

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

  • Hi @SnitchHomer

    Are you using the acf_form_head function? If so, just remove this from the code and ACF will not run the save.

    If this is not the issue, perhaps ACF is listening to the saving of a new user and running it’s code there.

    This may be a limitation with ACF at the moment which will be fixed in ACF5 (very soon to be released).

    Maybe for now, you will have to add custom fields to the form in a manual way instead of acf_form

    Thanks
    E