• Resolved flotschie

    (@flotschie)


    Hello, I was expecting when I choose “Page” in the Action after Submit field, the values of the form get somehow transfered to the new page. But I can not see them in the link as parameters (?) when I click on submit (I have 3 Input fields with data inside). Also, I tried to output the variables via

    <pre>
    <?php var_dump($_POST);?>
    </pre>

    but the output on the result page was empty. So I was wondering how to access the values of the form after submit?

Viewing 3 replies - 1 through 3 (of 3 total)
  • agharibyan

    (@agharibyan)

    Hello!

    Unfortunately, when the Action after submission is set to:

    • Redirect to URL,
    • Page,
    • Post,

    the data is not transferred, the page simply redirects. However, with Custom Text option, you can write any text and insert the necessary field values.

    Cheers!

    Thread Starter flotschie

    (@flotschie)

    Thank you for your answer. You mean, instead of transfering the values to another page, I should show the text on the form page? This is not what I want originally. Could you please give an example what do you mean?

    Hi,

    Thus, if the user sumbits the form, at the end he/she sees a custom text.

    For example “Thank you for your submission”

    In the rest of the options the user is being redirected to another page.

    Thank you and have a nice day!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘$POST empty after form submit’ is closed to new replies.