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.

Registration, Form Feeds and Updating profiles - The Newbie Nightmare- Help

  1. APologies for the newbie/Dumb questions but the more I read the more confused I am

    1. I have user Registration plugin in. I even have a feed linked to a form and I have one test entry to show that the info entered into the form has been saved. I have a series of Custom_Meta_labels that map to my form fields ....so far so good.

    1ST NEWBIE QUESTION - Reading all the FAQs it seems that this information has been stored in the WP user profile database table (ie written), but cannot be displayed on the WP profile page unless i add code into my functions.php file (Justin's 2009 post on this). Is this correct? IS the information that is stored by the plugin in the main WP-USer table or in a special Gravity forms table?

    2. I make users register (simple registration of username, email) before they can have access to the form. As they fill out the form (application for a grant) I want to capture and add that information to their profile, so that for subsequent applications they just have to tweak a couple of fields rather than re-enter.

    2ND NEWBIE QUESTION -I want to give them the option to edit their profile (Not through a form) but a customised Edit profile page. Do i have to write a lot of php code (Similar to Justin's 2009 post) to be able to display and allow the users to edit this (Assuming the answer to Newbie Q1 is that it IS stored in the WP user profile table)?

    3RD NEWBIE QUESTION - its 4 years since Justin's post. Is there an easier way to make all these potential code changes for a non-coder like me, or am i going to have to take the plunge?

    Sure these Qs will make some of you giggle with their simplicity, but it is a daunting world for us non-progammers to tweak and adjust plug-ins, so any help gratefully received!

    Happy Memorial Day!

    Posted 10 years ago on Monday May 27, 2013 | Permalink
  2. 1ST NEWBIE QUESTION - Reading all the FAQs it seems that this information has been stored in the WP user profile database table (ie written), but cannot be displayed on the WP profile page unless i add code into my functions.php file (Justin's 2009 post on this). Is this correct? IS the information that is stored by the plugin in the main WP-USer table or in a special Gravity forms table?

    Data is stored in the wp_usermeta table (not any dedicated Gravity Forms tables). To display the information on your user's profile pages, you need to use a procedure such as Justin describes.

    2ND NEWBIE QUESTION -I want to give them the option to edit their profile (Not through a form) but a customised Edit profile page. Do i have to write a lot of php code (Similar to Justin's 2009 post) to be able to display and allow the users to edit this (Assuming the answer to Newbie Q1 is that it IS stored in the WP user profile table)?

    To allow users to edit their profile page, you would need Justin's approach. If you want to use an update form, similar to what you described in your other topic, you can allow them to edit their profile, just not from a profile page; it would be an edit form.

    3RD NEWBIE QUESTION - its 4 years since Justin's post. Is there an easier way to make all these potential code changes for a non-coder like me, or am i going to have to take the plunge?

    There is going to be some code involved. I don't have any experience with any WordPress plugins which will handle this for you. There is a simpler method I found once, but there is still code involved. I will keep looking for the other solutions I've found in the past.

    Posted 10 years ago on Thursday May 30, 2013 | Permalink
  3. THanks for the update
    IN researching I have managed to find the following plugin : UPME (user Profile made easy)...
    THIs allows you to have the login/registration and view/edit profile moved ot the fornt end in some nice forms.

    You can map the fields that the GravityForm updates form allows access to as well....So the combined use works like this

    1. Login/Registration/Edit Profile all handled through UPME (simple mapping of profile fields to Gravity form collection fields
    2. Additional Capturing/Edit info as part of an application form for a contest done through Gravity Forms
    3. No code knowledge or change required!

    Posted 10 years ago on Friday May 31, 2013 | Permalink
  4. Looks like this is the plugin?

    http://plugins.themefluent.com/upme/

    Thank you for the update.

    Posted 10 years ago on Monday June 3, 2013 | Permalink