How to Pass Convertkit Subscriber’s Email Address as a Query String Parameter

Recently I was trying to figure out a way to send a Typeform Survey to my Convertkit (aff link) email subscribers that didn't require them to enter their email address once they click over to the Typeform Survey.

I wanted to pass this data using a query string parameter.

This is ideal for UX purposes but it's also for functional purposes. You see, I want to store the Typeform responses on the subscribers Convertkit profile using the same email address they signed up with originally.

If I leave it up to them to re-enter their email address in the Typeform survey they may enter a different email address than the one they signed up to Convertkit with. They would now have 2 Convertkit profiles. This just creates a mess.

I asked Convertkit support if they knew how I could achieve this and they sent me this link.

This didn't address my question of course. That article only explains how to add my own custom static UTM parameters. I want to add dynamic query string parameter data based on whatever that subscriber's email address is.

So it would be different data for each subscriber that clicks on the link.

Quick example:

Subscriber A clicks on the link and the query string parameter would be mysite.com/link?email=subscribera@email.com

Subscriber B clicks on the link and the query string parameter would be mysite.com/link?email=subscriberb@email.com

Etc.

Convertkit Support said it wasn't possible yet and to submit the feature request to their team.

Before calling it quits I decided to tinker with liquid templating to see if I could get it to work that way. Fortunately, since Convertkit has support for liquid templating, I got it to work!

You can easily append the subscriber's email address data via query string parameter with the following syntax:

Now Typeform will automatically capture their email address from the query string, and insert that info via a Typeform hidden field. This allows the subscriber to get started with the survey immediately.

Update: I actually ended up just using a Webflow Form (affiliate link) for the survey. Typeform's hidden fields are a premium feature and I didn't feel like upgrading just for that.

Need More Help With Google Ads?

We offer fixed price Google Ad Management Services to help you maximize the performance of your campaigns.

It's Easy To Get Started, Click Below To Learn More!