Hi, If I embed the form into a webpage, can we create custom links to p
-
AnonomousAsked on December 13, 2020 at 12:55 PM
Hi,
If I embed the form into a webpage, can we create custom links to pre-populated forms within the website?
This is a re-post of a comment on Prepopulating Fields to Your Jotform via URL Parameters
-
GaetanAnswered on December 13, 2020 at 01:49 PMJotform Support
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"
onload="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