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.

Login or Register

  1. Can I create the following with the Developer version of Gravity forms?

    Ask a client to register or login ( if he is already a registered user ) all this in a simple order form.

    Is this possible with Gravity forms ? If it is, how can I make it.

    Posted 12 years ago on Thursday July 7, 2011 | Permalink
  2. Gravity Forms does not login users. So you can't have a form that registers or logs them in. Gravity Forms can only register new users using the User Registration Add-On. The ability to log a user in is something we'd like to add in the future.

    Posted 12 years ago on Thursday July 7, 2011 | Permalink
  3. I really need this functionality too. I'm not sure how complex it is to create. Is this something that a programmer/developer would be able to add? or do you know of any plug-ins that would work with the current User Registration to allow people to either Register or Login?

    Posted 12 years ago on Friday August 5, 2011 | Permalink
  4. Yes, this is something a developer would be able to add using the available hooks. He could use the gform_validation hook to test if the login is correct, and if it is login the user.

    Here are some developers you could try contacting:

    Ounce of Talent
    http://www.ounceoftalent.com

    WebDevStudios
    http://www.webdevstudios.com

    Scott Kingsley Clark
    http://scottkclark.com

    Raquel Kohler
    raquelaraujokohler@gmail.com

    A longer list can be found here:

    http://wpcandy.com/pros/experienced/with-gravity-forms

    Posted 12 years ago on Friday August 5, 2011 | Permalink
  5. Thanks Carl! I went ahead and contacted the people/companies you suggested.

    I have a quick question regarding the User Registration if I have a developer add the log-in hook(s).

    Essentially, I want to be able to track each user and their submitted information in one area on the backend. For example, User A registers and completes Form 1 (and maybe other forms down the road). I want to be able to see User A's responses to Form 1 in the same location/database on the backend. Would it display this way or is that something that can be customized?

    Posted 12 years ago on Friday August 5, 2011 | Permalink
  6. This would be possible but it is not something Gravity Forms currently goes. But it's certainly possible to query entry data for a specific user ID and display links to those entries. It could be done as a customization. You could maybe add a list of their entries to their profile page that only admins can see, then when you view/edit that user you can also see the entries they have submitted.

    Posted 12 years ago on Friday August 5, 2011 | Permalink
  7. That would work! I'm so glad I asked.

    On the topic of a registered user / user ID - are you aware of any hooks (or the ability to customize) that would allow a user to edit a form that has already been submitted? For example, User A logs in because they want to change the responses to Form 1 that was submitted 2 months ago. Would they be able to access their profile and make those changes? or even delete Form 1 if they no longer wanted us to have access to their responses?

    Posted 12 years ago on Friday August 5, 2011 | Permalink