• Resolved xopxop

    (@xopxop)


    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)
  • Hi @xopxop ,
    Let me clear this for you how this form works on metform. When user submits a form the form data will be inserted to database. After the form submission it will redirect to a page if redirection url is given on the metform’s settings page. So, if you want to get the value on a second page it’s not possible. It will just redirect to a page not with the value submitted on the form.

    Thanks

Viewing 1 replies (of 1 total)
  • The topic ‘display submitted info on another page’ is closed to new replies.