Hi,
I have created a type form that has hidden fields, now I want to embed the form on an HTML page on my bed site.
But I am now sure how the query string will work and read the parameter values.
Currently, the form is not able to read the parameters' values, please help me on this.
Answered
Embedding
Best answer by mathio-tf
In that case it looks like you want to pass values to hidden fields from host page URL. Your code would look like this:
<div
data-tf-widget="<form-id>"
data-tf-transitive-search-params="name,email"
></div>
<script src="//embed.typeform.com/next/embed.js"></script>
Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.