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.

profile page

  1. lerizzle
    Member

    I'm using the user registration add-on.

    My client wants to capture lots of information here. Now, I want to create a Edit profile form, that has all the same values any help in the right direction would be appreciated.

    I'm also using theme my login if there's anything can be done with that.

    (I don't want to deal with all the other stuff inside the wordpress profile page... don't even know that would even be there :)

    Posted 12 years ago on Monday January 23, 2012 | Permalink
  2. The User Registration populates the data mapped in the User Registration feed to the user's meta; however, it does not handle populating the user's profile with a UI for this data. You can add such a UI yourself by following this tutorial:

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

    Posted 12 years ago on Wednesday January 25, 2012 | Permalink
  3. I Just solved this with the plugin "Extra User Details": http://wordpress.org/extend/plugins/extra-user-details/. It is pretty straightforward, you just have to make sure that the plugin's "Meta Key" value corresponds to the "User Meta" value in Gravity's User Registration Settings.

    Posted 12 years ago on Friday February 3, 2012 | Permalink
  4. Thanks for sharing Prime. That looks like a promising solution. :)

    Posted 12 years ago on Friday February 3, 2012 | Permalink
  5. Once I have a custom registration process in place, is it then possible to create a second gravity form so that the user can edit all the same profile data that was created during the registration prodcess?

    I have a client request where they need to use the CMS administrator features to both create and, later modify, extended user profiles. Hand coding templates isn't going to work in this situation for these guys. Thanks.

    Posted 12 years ago on Friday February 3, 2012 | Permalink
  6. Hi dbsweb,

    This functionality is not available out of the box. It is possible to repopulate user info into a form using the user merge tag (ie {user:first_name}); however, you would need to create some custom code to update the existing user.

    Posted 12 years ago on Friday February 3, 2012 | Permalink
  7. Gotcha. Thanks. I wonder if its practical to just loop through all the usermeta stuff and assume its all being updated?

    Posted 12 years ago on Friday February 3, 2012 | Permalink
  8. I really think it would be an awesome feature!!!!!

    Posted 12 years ago on Sunday February 5, 2012 | Permalink
  9. I wonder if its practical to just loop through all the usermeta stuff and assume its all being updated?

    That would be a safe enough bet since all of the values would be repopulated and one would assume resubmitted as well. The tricky part is getting a list of which fields correspond to which user meta. The best way to do this is to get the User Registration feed for the current form and loop through the meta there.

    [php]
    GFUser::get_config($form_id);
    Posted 12 years ago on Monday February 6, 2012 | Permalink
  10. puneetsahalot
    Member

    any idea if GravityForms team is building something which would allow users to display the user registration form as profile along with edit profile option on a WP page ?

    Posted 12 years ago on Saturday April 28, 2012 | Permalink
  11. tex77
    Member

    The User Registration add-on for GravityForms is awesome, but without a related "User Profile Edit" add-on, i am finding that i just can't use GravityForms in many instances.

    Posted 12 years ago on Wednesday September 12, 2012 | Permalink
  12. The 1.5 beta version which was released includes the ability to update a user's profile.

    Posted 11 years ago on Tuesday January 15, 2013 | Permalink

This topic has been resolved and has been closed to new replies.