Prepolulate input fields with values from other site | Community
Skip to main content
Answered

Prepolulate input fields with values from other site

  • November 10, 2021
  • 3 replies
  • 173 views

Jozef

I want to embed a typeform-form in my site to get/collect information from visitors. Some visitors are logged in to my site (and … others are not)

My question: is it possible to prefill of prepopulate on a secure way input fields in an embeded typeform-form with values from my site?

So not with a url like https://myformname.typeform.com?inputfield1=value1&inputfield2=value2, but without a ‘visible’ url.

Is it possible with an API? Or perhaps via socalled Customer Identity & Access Management (CIAM).

Best answer by mathio-tf

Hello @Jozef , typeform embed library uses URL hash (fragment) to pass your data. This part of URL is not sent to the server from your browser so your data should be safe.

View original

3 replies

Liz
Community Team
Forum|alt.badge.img+5
  • Tech Community Advocate
  • 15018 replies
  • November 10, 2021

Hi @Jozef Welcome to the community! The only way to pass information into Typeform through an embedded form is through the URL within the embed. You can read more about this here

One thing to note is that you need to be able to grab this information from somewhere, which may require you to write some code to pull in the data. @picsoung may have some advice for you, but this will largely depend on how you would like to obtain the data about your respondents. 


Jozef
  • Author
  • Explorer
  • 1 reply
  • November 11, 2021

@Liz thank you for the answer. So, besides the ‘url with parameters’, there is no way to pass variable-values to Typeform-form, even not by SSO / SAML?


mathio-tf
Typeform
Forum|alt.badge.img+5
  • Typeform
  • 888 replies
  • Answer
  • November 11, 2021

Hello @Jozef , typeform embed library uses URL hash (fragment) to pass your data. This part of URL is not sent to the server from your browser so your data should be safe.


Reply