Hi Community,
I have a question regarding integrating with typeform on wix. I have embedded the form into website and it works well. However, I wanted pass some information to typeform programmatically.
In details, I have two pages. The first page asks for username and password, and the second page is embedded with the form. I want to somehow pass the username to the form.
Currently, I asked the user to put the username for me,
But this is kind of redundant in a user’s perspective. I wonder if I can use local storage and “auto complete” the above question behind the scene, or send additional information to Typeform API along with the form (then how do I extract the form ID?).
Any suggestion is appreciated!