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.

Question before purchasing Dev license

  1. I would like some more info on the registration add-on before I purchase a Dev license.
    What I am trying to do:

    1. I need to make a form that asks a series of questions and includes a registration for WordPress, then the user submits the form and is automatically logged in.

    2. The form re-directs them to a page that queries the GravityForms DB, comparing the logged in users email to the DB info. I understand that this is not in the scope of the plugin, and my responsibility, but I need to know if it is possible to query the GravityForms DB.

    3. Re-direct to another page based on result of the query.

    Posted 12 years ago on Tuesday June 14, 2011 | Permalink
  2. 1) Currently the user is not automatically logged in after registering. They receive an email containing their password and then can login. It functions just like the WordPress user registration which works the same way. We do plan on implementing the ability to automatically log the user into the site in a future update to the User Registration Add-On.

    2) This isn't built in as you guessed, you can redirect to any page you want and pass form field data to that page as part of the redirect if you want to do so. Gravity Forms stores data in your WordPress database so it can be queried.

    3) This would have to be done as part of your own custom redirect handler. You can create a PHP page that accepts a value passed to it via the query string, then run your own query for #2 above and handle the redirect however you want. Gravity Forms only redirects to the page you tell it to and can pass data to that page if you configure it to do so, you'd have to create the page that does the custom query and custom redirect.

    Posted 12 years ago on Tuesday June 14, 2011 | Permalink
  3. Thanks for the quick reply.

    Posted 12 years ago on Tuesday June 14, 2011 | Permalink