Title: $POST empty after form submit
Last modified: November 21, 2018

---

# $POST empty after form submit

 *  Resolved [flotschie](https://wordpress.org/support/users/flotschie/)
 * (@flotschie)
 * [7 years, 5 months ago](https://wordpress.org/support/topic/post-empty-after-form-submit/)
 * 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](https://wordpress.org/support/users/agharibyan/)
 * (@agharibyan)
 * [7 years, 5 months ago](https://wordpress.org/support/topic/post-empty-after-form-submit/#post-10905901)
 * 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](https://wordpress.org/support/users/flotschie/)
 * (@flotschie)
 * [7 years, 5 months ago](https://wordpress.org/support/topic/post-empty-after-form-submit/#post-10909529)
 * 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?
 *  [Web-Dorado Team](https://wordpress.org/support/users/wdteam/)
 * (@wdteam)
 * [7 years, 5 months ago](https://wordpress.org/support/topic/post-empty-after-form-submit/#post-10914978)
 * 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!
    -  This reply was modified 7 years, 5 months ago by [Web-Dorado Team](https://wordpress.org/support/users/wdteam/).

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

The topic ‘$POST empty after form submit’ is closed to new replies.

 * ![](https://ps.w.org/form-maker/assets/icon-256x256.png?rev=2068681)
 * [Form Maker by 10Web - Mobile-Friendly Drag & Drop Contact Form Builder](https://wordpress.org/plugins/form-maker/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/form-maker/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/form-maker/)
 * [Active Topics](https://wordpress.org/support/plugin/form-maker/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/form-maker/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/form-maker/reviews/)

 * 3 replies
 * 3 participants
 * Last reply from: [Web-Dorado Team](https://wordpress.org/support/users/wdteam/)
 * Last activity: [7 years, 5 months ago](https://wordpress.org/support/topic/post-empty-after-form-submit/#post-10914978)
 * Status: resolved