i’m embedding full screen typeform into shopify, how can i forward / associate the typeform to the customer by shopify customer id?
Hey
I’m not 100% sure on this one,
Hello
Thanks
Let us know how you get on with the setup
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ň
you can use hidden fields in your form:
- create a hidden field called email in your form
-
open your typeform from your workspace
-
in the right panel: Logic -> Personalize with data -> Hidden Fields
-
click Add new field and name it email
-
-
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
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.