Hi
I’ve got two typeforms embedded on different pages in my webflow site. A quiz and a contact form. I want to pass respondents answers from the quiz typeform to the contact typeform.
Here’s an article on how to do it:
However I’m stumped as to how to pull them in dynamically or if this is possible on webflow.
Here’s a reply I’ve just received from typeform:
//Start of typeform support reply
If you are passing data between embed forms then the flow is a bit more complex because we don’t have access to your server so you will have to manually do that.
- The redirect from the first form should go to your page and include the hidden fields in the URL. Example:
-
XXXX values would be replaced by whatever the respondent submitted.
-
You access the URL values from your server and.
-
Then you have to dynamically generate the second link of the embed.
The exact details will vary depending on the server and the code being used.
//end of typeform support reply
Is it possible to pull dynamic values as described when the typeform is embedded within a webflow page? If so, any idea how I go about it please?
Many thanks
Graham