How to embed a prepopulate values into my website?

  • cryptoautobots
    Asked on October 7, 2018 at 5:25 AM

    So how do you do this with a jotform embedded on your own website?

  • Jed_C
    Replied on October 7, 2018 at 5:45 AM

    You can try using the iFrame embed code and add the pre-population value from this app https://prepopulate.jotform.io/.

    ex.

    <iframe id="JotFormIFrame-xxxxxxxxxxx" onDISABLEDload="window.parent.scrollTo(0,0)" allowtransparency="true" allowfullscreen="true" allow="geolocation; microphone; camera" src="https://form.jotform.com/82788xxxxx972?emailAddress=jed%40jotform.com&phoneNumber94[area]=123123&phoneNumber94[phone]=123123&firstName=Steve&lastName=Smith" frameborder="0" style="width: 1px; min-width: 100%; height:539px; border:none;" scrolling="no" > </iframe>

    The highlighted part was generated from the pre-populate app. It should auto fill the data in that url.

    Let us know if you have any questions or if you need further assistance.