How to use POST to send information from one page to another?
-
Hi
I have a small form on a page with first name and last name and after registration, the user goes to a confirmation page. I have made the form with a redirect and the confirmation page with some tags
https: // confirmationpage / name=[field id=”FNAME”]&lastname=[field id=”LNAME”]
the issue is that when the user goes to the confirmation page, the URL contains their personal info which is not what I want. I have read that I need to use the POST parameter but I can’t figure out how to set up the post and the confirmation page to send and receive and display the information.
Thanks
- The topic ‘How to use POST to send information from one page to another?’ is closed to new replies.