You can’t directly pass form field values as URL parameters from a Typeform embedded in Webflow using Webflow-native tools alone, but you can achieve this functionality using Typeform’s Redirect with Hidden Fields, combined with Webflow’s ability to handle dynamic URLs.
name
, email
, score
, etc.https://yourform.typeform.com/to/xyz123?name=John&email=test@example.com
).@name
, @score
, etc. are dynamic placeholders from Typeform.You can pass user-submitted form field values from Typeform to a redirect URL as query parameters by using Hidden Fields and enabling Redirect on Completion in Typeform. This functionality is managed within Typeform, and you can embed this setup inside a Webflow page.