What I am trying to do is when my gravity form submits, the form will post data to external url. I am using formtools.org script as my database management.
I tried to use solution from:
http://www.gravityhelp.com/forums/topic/cant-find-any-instructions-to-post-form-data-to-external-url
But was not able to solve the problem. I want to use the formtools.org script to handle my gravity form. What I want it the form to submit to gravity own system (optional) and also my formtools script that I am currently using.
The form requested me to put this in the form:
http://www.pastie.org/private/j96sb52zpnlcwiss87ef9g
So i has modified the functions.php to include:
http://www.pastie.org/private/1iwxj0dikvcq0v2cdf2c7a
in my Form Setting, under the confirmation tab, I configure the confirmation message to be 'page' and put in my thank you page. I notice there are 'redirect' and 'Pass Field Data Via Query String' but not sure how to configure that.
my form url is http://istv2.institutskilltech.com/?page_id=181
Please help.