Title: How to default values from POST method
Last modified: October 3, 2021

---

# How to default values from POST method

 *  [Eclipses](https://wordpress.org/support/users/myerrorsandmysolutions/)
 * (@myerrorsandmysolutions)
 * [4 years, 8 months ago](https://wordpress.org/support/topic/how-to-default-values-from-post-method/)
 * Hi,
 * I have a page that should send values to another one containing a Jet Form.
 * I’ve implemented a button with values in the query string and it is working without
   issues.
 * I’m testing now how to implement same functionality using POST method. I’ve added
   a simple form to send the values.
    How to read the values and asisgn to the fields
   as default?
 * Please provide an example
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fhow-to-default-values-from-post-method%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 1 replies (of 1 total)

 *  Thread Starter [Eclipses](https://wordpress.org/support/users/myerrorsandmysolutions/)
 * (@myerrorsandmysolutions)
 * [4 years, 8 months ago](https://wordpress.org/support/topic/how-to-default-values-from-post-method/#post-14940827)
 * I have created a page for testing.
    This page has the following form passing 
   a variable pcs sent via POST Method.
 *     ```
       <form action="https://www.bakingwiththeory.com/it/calcolatori/calcolatore-ingredienti-pizza-alla-pala-test" method="post">  
         <input type="hidden" name="pcs" value="1">
         <button type="submit">
          Ingredienti Variante TEST 1
         </button>
       </form>
       ```
   
 * I’m not finding the way to make it working.
 * I know how to make working the same using Url Query Variables.

Viewing 1 replies (of 1 total)

The topic ‘How to default values from POST method’ is closed to new replies.

 * ![](https://ps.w.org/jetformbuilder/assets/icon-256x256.png?rev=2998825)
 * [JetFormBuilder — Dynamic Blocks Form Builder](https://wordpress.org/plugins/jetformbuilder/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/jetformbuilder/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/jetformbuilder/)
 * [Active Topics](https://wordpress.org/support/plugin/jetformbuilder/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/jetformbuilder/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/jetformbuilder/reviews/)

 * 1 reply
 * 1 participant
 * Last reply from: [Eclipses](https://wordpress.org/support/users/myerrorsandmysolutions/)
 * Last activity: [4 years, 8 months ago](https://wordpress.org/support/topic/how-to-default-values-from-post-method/#post-14940827)
 * Status: not resolved