URL Parameters for embeded Typeform on Shopify Email | Community
Skip to main content
Question

URL Parameters for embeded Typeform on Shopify Email

  • March 25, 2025
  • 1 reply
  • 12 views

I’m trying to send a Typeform NPS survey using Shopify Email app on Shopify but I cannot get recall of customer’s email data after trying several URL parameter configs: ¿Anyone have had the same problem?

I have tried as email parameter config in Typeform:

  • &email={{ customer.email }}
  • &email=
  • {{ customer.email }}
  • {{ data.customer.email }}

All these options were give either by Typeform Support or Shopify Help. None of these options works.

When I used 

  • &email={{ customer.email }}
  • &email=

I’ve got a result as if were a fixed text “&email={{ customer.email }}” or “&email=” in the email result column.

When I used 

  • {{ customer.email }}
  • {{ data.customer.email }}

I’ve got a result as if were a blank cell with no info.

Help anyone please-

1 reply

Now I have the solution (almost), don’t know why it didin’t work before:

The variable format is 

  • {{ data.customer.email }}

However now I got a problem with maximum personalizations within a persoanlized liquid code block, which is 10. Each field or URL Parameter I want to recall is repeated 10 times, so I only can recall one single field (email for example). 


Reply