display submitted info on another page
-
I have 2 pages. The form is on the 1st page and the 2nd page is blank. I need to get the user input using the form and show it on the second page.
First I went to the form settings and set the form to redirect to the 2nd page. And on the 2nd page I use:
<?php
var_dump ($_POST);
?>And I get:
array(0) { }How do I get user input on the 2nd page?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘display submitted info on another page’ is closed to new replies.