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?
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?
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