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-