Passing values to another form...

  • pamds
    Asked on April 10, 2014 at 5:30 AM

    Hi! Good morning...

    I would like to put one question:

    I have twoo forms... "quote" and "booking" and i wanted to pass the values from the fields - 'Para', 'Passageiros' e 'Total' when i press the 'Reservar Transfer' button, in the "quote" form to the correspondent fields in "booking" form.

    I followed this tutorial "http://www.jotform.com/answers/234321-How-to-pass-value-from-one-form-to-another-form" and it works if i want to open the form "booking" directly. But i wanted to open a html page with the form "booking" inserted. It's possible to do that? How can i do it?

     

    Thanks in advance.

     

    Paulo S.

  • jedcadorna
    Replied on April 10, 2014 at 8:45 AM

    Hello Paulo,

    I will make some test on this as our guide was already deprecated and not sure if this is still possible. I will get back to you with an answer.

  • jedcadorna
    Replied on April 10, 2014 at 9:15 AM

    Yes it still does work.

    Please try adding this to your thank you page http://www.jotformeu.com/form/40977029760361?para={para}&total={total}&passageiros={passageiros}

    Passing values to another form Screenshot 20

    Let us know if you are having difficulty applying this to your form. This should populate the value from your Quote form to your Booking form.

    Just a summary of what you wanted to achieve. You want Para, Passageiros and Total field from Quote form to be passed on to your Booking form with the same field name? Let me know if this is not what you are trying to achieve.

    Please test this cloned form and see if this is what you want to accomplish http://form.jotformpro.com/form/40993091667970

  • pamds
    Replied on April 10, 2014 at 9:43 AM

    Hi!

    Thanks for the support...

    Yes that's what i want, the question is... When i click the button 'Reservar Transfer' i want that it opens a html page 'reservas.html' wich will have the form 'booking' incorporated in that page with the values passed to that form. I know how to do it, clicking in the button and opening only the form but i want to open the html page with the values inserted...

    Please try this link to get a better idea... http://www.tavira-transfers.com/testes/

    After doing some search... Will a iframe work?

     

    Paulo S.

  • jedcadorna
    Replied on April 10, 2014 at 9:58 AM

    Try replacing the thank you URL of the Quote form with this http://www.tavira-transfers.com/testes/reservas.html?form/40977029760361?para={para}&total={total}&passageiros={passageiros}


  • pamds
    Replied on April 10, 2014 at 10:09 AM

    It Works!

     

    Well Done. Thanks for the support once more!