I need to pass a variable from one page to another?

  • evbf
    Asked on May 6, 2016 at 4:08 PM

    I need to pass a variable using javascript from the form page to an iframe on the ty page and it's not working. What can I do to make this work properly?

  • Huberson
    Replied on May 6, 2016 at 5:09 PM

    If you need to pass value to your form, the best option is to do it true URL query.

    You could use the method from this guide - Prepopulating-fields-to-your-JotForm-via-URL-parameters, and use your script to generate the query string for the iframe URL.