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

Shopify Customer ID -> TypeForm


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

Best answer by mathio-tf

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

View original

5 replies

Grace
Community Team
Forum|alt.badge.img+5
  • Community Advocate
  • 2655 replies
  • May 18, 2023

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? 


mathio-tf
Typeform
Forum|alt.badge.img+5
  • Typeform
  • 888 replies
  • Answer
  • May 18, 2023

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


Grace
Community Team
Forum|alt.badge.img+5
  • Community Advocate
  • 2655 replies
  • May 18, 2023

Thanks @mathio ! 

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


  • Navigating the Land
  • 2 replies
  • November 9, 2023

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?


mathio-tf
Typeform
Forum|alt.badge.img+5
  • Typeform
  • 888 replies
  • November 13, 2023

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