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.

Using GF to generate a Profile page

  1. dwdutch
    Member

    I'd like to create a GF form that displays profile information for a particular user BUT not have that form administrate (or, at least, prevent SUBMIT) unless it is the user himself viewing the form.

    Is this possible? Perhaps there is already a description of how to do this and I just couldn't find it in the forum.

    Posted 13 years ago on Friday February 18, 2011 | Permalink
  2. Gravity Forms is currently designed to create data, it isn't designed to edit data out of the box. It would be possible to do what you want to do, but would require custom code and the use of a bunch of different api hooks to pull off. So it is possible, but it's a fairly advanced customization to implement something like this.

    Posted 13 years ago on Friday February 18, 2011 | Permalink
  3. dwdutch
    Member

    Fair observation but, let me make an observation by first breaking my original posting into two distinct components:

    1) ability to display profile data

    2) ability to edit profile data

    Having just tried out the new User Registration plug-in (very nice, by the way!) i can see that once this is stable it becomes a very good platform to solve component #1... by simply reversing the actions to pull the data from the WP tables rather than pushing it.

    As for #2, i acknowledge that this may be a different beast (but, a guy can still hope :)

    Thanks for the feedback, Carl.

    Posted 13 years ago on Friday February 18, 2011 | Permalink
  4. Yes, that was what I was referring to with the hooks. It's possible to customize it using hooks to be able to pre-populate the fields with the existing user's data and then update rather than create a new user on submit. One of our developers has already done so on a freelance project. So it is possible.

    We want to make it possible without having to write code, etc. but we have to work out the best way to handle it from a UI standpoint and how to present that to users when creating forms, etc.

    Posted 13 years ago on Friday February 18, 2011 | Permalink
  5. shomalgan
    Member

    However, is there any simple way to display profile data? i don't need ability to edit .

    Posted 12 years ago on Wednesday June 15, 2011 | Permalink
  6. @shomalgan Gravity Forms is a form builder so it doesn't display user profiles, that isn't what it is designed to do. WordPress has built in user profiles that users can see when accessing their profile in the Dashboard. You could also use other plugins that add user profiles to the front end of WordPress.

    Posted 12 years ago on Wednesday June 15, 2011 | Permalink
  7. shomalgan
    Member

    Thank you Carl , but don't need wordpress front end profile ,Indeed, i need a form that could be displayed/edited after user login.

    Posted 12 years ago on Wednesday June 15, 2011 | Permalink