-
AnonomousAnswered on December 13, 2020 12:55 PM
Hi,
If I embed the form into a webpage, can we create custom links to pre-populated forms within the website?
-
Gaetan JotForm SupportAnswered on December 13, 2020 01:49 PM
Hello,
Yes, you can try embedding your form via iFrame Code and add the pre-populated URL in the src field.
Here's an example so you can see what I mean by this:
<iframe
id="JotFormIFrame-XXXXXXXX"
onDISABLEDload="window.parent.scrollTo(0,0)"
allowtransparency="true"
allowfullscreen="true"
src="https://form.jotform.com/80644647259971"
frameborder="0"
style="width: 1px;
min-width: 100%;
height:539px;
border:none;"
scrolling="no"
>
</iframe>
You can change the URL in the src field with pre-populated values.
This app will help you generate the right pre-populated code. http://prepopulate.jotform.io/
Gaetan