PLEASE NOTE: These forums are no longer utilized and are provided as an archive for informational purposes only. All support issues will be handled via email using our support ticket system. For more detailed information on this change, please see this blog post.

Delete values with user registration

  1. I'm using the User Registration add-on to manage user profile forms. The problem I have is that values (once filled) cannot be deleted. If you delete the value -> save -> the value will still be there.

    So, for example, if a user first added his Twitter account, and later wants to remove this value because he quits his Twitter subscription, it's not possible.

    Any way to make this possible? Has it maybe something to do with my code?

    update_user_meta( $user_id, 'VALUE', $_POST['VALUE'] );

    Changing the value works fine though!

    Posted 11 years ago on Thursday February 14, 2013 | Permalink
  2. Are you using the Beta version of the User Registration add-on to update the profiles, or custom code? If the beta, which version of the beta are you using currently? I might have a newer version which fixed this problem.

    If you're using custom code, please post the code to pastebin.com or pastie.org and we will take a look.

    Updating the user profile is a feature of the User Registration add-on 1.5 beta, so you may not need to use your custom code any more, if that's how you're doing it.

    Posted 11 years ago on Friday February 15, 2013 | Permalink
  3. I'm using V1.5.beta1, without a custom code.

    All I do is map the (custom made) user meta values in the User Registration add-on.

    Posted 11 years ago on Friday February 15, 2013 | Permalink
  4. I have a later version of the beta I can send you to see if this issue has already been resolved. Please send an email to chris@rocketgenius.com and I will send you the latest beta.

    Posted 11 years ago on Saturday February 16, 2013 | Permalink