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.

Forms linked to database

  1. Is it possible to link purchase forms to a database?

    Posted 13 years ago on Tuesday March 29, 2011 | Permalink
  2. Gravity Forms by default saves it's form data in it's own database tables. If you want to also save form data in a 3rd party database you would have to write a customization to do so using the gform_post_submission hook and accessing the Entry object and writing the code to store it in your 3rd party database.

    Posted 13 years ago on Tuesday March 29, 2011 | Permalink
  3. Have you seen that? I'm looking at using gravity to create forms based on zip codes, so there could end up being thousands of forms...

    Posted 13 years ago on Tuesday March 29, 2011 | Permalink
  4. Why would you need to create thousands of forms? That definitely wouldn't be efficient. What are you trying to accomplish? Can you outline what you are trying to do in detail?

    Posted 13 years ago on Tuesday March 29, 2011 | Permalink