I’m creating a workflow with ConvertKit and Typeform where:
User signs up for lead magnet through ConvertKit Landing Page
User is sent to a ConverKit Thank-You Page with an embedded Typeform survey
Is it possible to send the user’s name and/or email from the CK Landing Page to the Typeform survey in the Thank-You page?
Thanks
Best answer by Liz
Hi @JuliannaYY Ah! Glad you were able to find those. The URL parameters you’re looking at are the default ones for Google Analytics, but ConvertKit has specific default parameters. In this case, you need to add them as hidden fields like this, which should then update the embed code for you automatically after you publish those changes.
Hi @JuliannaYY Happy Tuesday! If ConvertKit has the option to send data through hidden fields, you would just need to follow the process here to pass in the data. Do you know if you’re passing the data already from the ConvertKit landing page to the Thank You page in the URL?
After a bit of bumping around, I figured out how to get ConvertKit to pass the data. I was able to get the field names and added the following to my embed code:
Hi @JuliannaYY Ah! Glad you were able to find those. The URL parameters you’re looking at are the default ones for Google Analytics, but ConvertKit has specific default parameters. In this case, you need to add them as hidden fields like this, which should then update the embed code for you automatically after you publish those changes.
So the hidden fields can only be recalled in the message to the user? Would I be able to save the information as part of the submitted form?
For example, I was hoping to have it so that:
The user signs up for my newsletter
I embed the Typeform into my thank-you page
The Typeform asks a question. Rather than also asking for their email (which they just provided moments ago), I would love to collect that into the Typeform from the values passed over from ConvertKit
HI @JuliannaYY That’s correct. It’s not possible to pre-fill answers with the data from hidden fields, but if you’re passing information through hidden fields, that will show in the results of the form (just not as an answer option to a question in the form).