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.

User Registration Add-on and WP User Profile

  1. I know that the new user registration add-on does not create the user-meta data in the WP user profile, but is there a way to get some sample code or functions that we need to generate the data in the user profile...i.e. how do we get the GF data into the user profile?

    I know (enough to be dangerous) how to create custom meta data in the user profile, but I don't know enough to hook into the GF data.

    Posted 13 years ago on Monday January 17, 2011 | Permalink
  2. Hi Bgatley,

    The User Registration plugin was developed to work as seamlessly with WordPress as possible. If you know how to create custom meta data in the user profile, then you can use the same method to retrieve (and save) custom user meta that the User Registration plugin has assigned to the user.

    If you need a quick refresher, here is an article by Justin Tadlock that covers this topic:

    http://justintadlock.com/archives/2009/09/10/adding-and-using-custom-user-profile-fields

    In his example he uses "twitter" as the custom user meta name. Just replace twitter with whatever the name is of the user meta you created with the User Registration plugin. Good luck! :)

    Posted 13 years ago on Monday January 17, 2011 | Permalink
  3. I have successfully created all custom meta for the user profile editor using the justin link above, but i need an example to follow on checkbox fields. my checkbox field is not taking the checkmarks. This is my first php attempt.
    many thanks,
    eve

    Posted 10 years ago on Tuesday May 7, 2013 | Permalink