Passing form values to page
-
I had some forms working perfectly but recently we changed the hosting provider & the plugin updated to 4.0.X too… So I don’t know if the issue is related to the new server or new version of the plugin.
The redirect setting “Enable posted data to be sent as a query string on the redirect URL.” is activated. On the page that receives the data, I have this PHP instruction (using a plugin that enables php coding to be used) to retrieve the submitted data => for example $_GET[“full_name”];
This was always going smoothly.But now the value of all fields remain blank (the other PHP instructions are generated correctly but the values of form are not getting retrieved). I can see in the URL that the values are not added via parameters (using ? and & ). I tried to change the retrieving instruction to POST instead of GET but that did not solve the issue.
Do you have any advice on what I am doing wrong & how to make this work again?
Thanks in advance!
The topic ‘Passing form values to page’ is closed to new replies.