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.

Submit a part of the formdata into a different table.

  1. I made a form to collect data from 'Friends'. Now I want to use some of this data (name,email)
    for another purpose. And therefore I want these (2) field to go into a second table as well, after submission.
    Is there a way to do this?

    Posted 11 years ago on Thursday May 2, 2013 | Permalink
  2. David Peralty

    You could use our gform_after_submission hook and some custom PHP to push those details to another table - http://www.gravityhelp.com/documentation/page/Gform_after_submission

    Posted 11 years ago on Thursday May 2, 2013 | Permalink