Shopify Customer ID -> TypeForm | Community
Skip to main content

i’m embedding full screen typeform into shopify, how can i forward / associate the typeform to the customer by shopify customer id?

Hey @madamror thanks for stopping by! 

I’m not 100% sure on this one, @mathio do you know if you can use hidden fields to pass a customer ID? 


Hello @madamror and @Grace , yes I think you can setup and use hidden fields for this.


Thanks @mathio ! 

Let us know how you get on with the setup @madamror 😊


Hi guys, I am having the same issue. I have page on Shopify where only logged-in customer can get. I want customers to fill in the form which I embedded on my page without having to provide email. 
Is this possible with hidden fields?


Dobrý deň @matejmurcko 👋

you can use hidden fields in your form:

  1. create a hidden field called email in your form
    1. open your typeform from your workspace

    2. in the right panel: Logic -> Personalize with data -> Hidden Fields

    3. click Add new field and name it email

  2. populate the value in your embed code with customer email

<div
data-tf-widget="<YOUR_TYPEFORM_FORM_ID>"
data-tf-hidden="email={{ customer.email }}"
></div>
<script src="//embed.typeform.com/next/embed.js"></script>

Hope this help.


Reply