Pre-populate Embedded Forms

  • Fernando Ramos
    Asked on July 10, 2023 at 3:22 PM

    Hello,

    I want to know if I can autofiil the URL for my web page with this tool

  • Mary JotForm Support
    Replied on July 10, 2023 at 11:08 PM

    Hi Fernando,

    Thanks for reaching out to Jotform Support. Yes, it is possible to prepopulate embedded forms via URL. For example, if the form is embedded via iFrame Code,  you can add the pre-populated URL in the src field. Here is an example iFrame Embed code, the script part is excluded:

    <iframe

       id="JotFormIFrame-231908268440054"

       onDISABLEDload="window.parent.scrollTo(0,0)"

       allowtransparency="true"

       allowfullscreen="true"

      src="https://form.jotform.com/231908268440054"

       frameborder="0"

       style="width: 1px;

       min-width: 100%;

       height:539px;

       border:none;"

       scrolling="no"

      >

      </iframe>

    Please note that you can change the URL in the src field with pre-populated values.

    Let us know if you have any other questions.