Hi,
I have this configuration :
Page Form contain a Gravity Form with some fields :
- texts
- radio
- product
With Confirmations → Redirection on Thanks Page
I try to get the $_POST content in my Thanks Page, to display a kind of recap with all the informations.
But i’m surprised because the $_POST is empty.
I know it’s possible to pass some informations by GET. But i prefer POST.
How can i do this ?
Thanks