Hi there
Is there a way to pass form data without using redirect + query string?
I've tried using the Gform after submission hook, and it does work well with any URL in the background, but always with blank values.
What am I doing wrong?
Thanks!
Hi there
Is there a way to pass form data without using redirect + query string?
I've tried using the Gform after submission hook, and it does work well with any URL in the background, but always with blank values.
What am I doing wrong?
Thanks!
Pass the form data where? The only two ways I know of are Get and Post, and you don't want to use Get, so can you give me more information on what issues you are having with Post?
Thanks for the quick reply.
I would like to have the submitted form pass information to a third party form using Post, using the aforementioned tutorial (Gform after submission), but the third party form receives no value. Has that tutorial been tested?
Thanks.
I'm scratching my head with this as well.