• myerrorsandmysolutions

    (@myerrorsandmysolutions)


    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 to see the link]

Viewing 1 replies (of 1 total)
  • Thread Starter myerrorsandmysolutions

    (@myerrorsandmysolutions)

    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.