Answered

Shopify Customer ID -> TypeForm

  • 17 May 2023
  • 5 replies
  • 89 views

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

icon

Best answer by mathio 18 May 2023, 10:39

View original

5 replies

Userlevel 7
Badge +5

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? 

Userlevel 7
Badge +5

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

Userlevel 7
Badge +5

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?

Userlevel 7
Badge +5

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