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.

Need form page to auto populate database fields?

  1. pmorales
    Member

    I am new to gravity forms. I need a page of my two page form to get inputted in a data table. I am currently using WP-table-reloaded plugin for my other data tables. Any one have an idea on how to have the form info auto entered into a table? Any suggestions would be greatly appreciated.

    Thanks,

    PM

    Posted 14 years ago on Thursday April 28, 2011 | Permalink
  2. You would have to use the gform_post_submission hook and write custom code to use this hook and insert the data into the database tables you want them to go into.

    Here is a post that discusses the gform_post_submission hook:

    http://www.gravityhelp.com/forums/topic/sms-api-gateway-need-help-to-get-gform-to-integrate

    Posted 14 years ago on Thursday April 28, 2011 | Permalink