Answered

Regarding integration with webflow

  • 7 April 2022
  • 2 replies
  • 41 views

Hello,

Our website is built using webflow and we wanted to integrate with typeform in a way that user unique credentials e.g email is passed to typeform. Is this possible?

 

We eventually want to store this data in our backend for which we are planning to use the webhook api.  

icon

Best answer by picsoung 9 April 2022, 04:50

View original

2 replies

Userlevel 7
Badge +5

Hi @abhishek198 Welcome to the community! The only way to pass information into the form is through hidden fields. You could most likely write a code that would pass this data from your site into the form to know who answered the form based on their login credentials. 

Userlevel 7
Badge +5

hi @abhishek198 

As @Liz mentioned you could use hidden fields to pass current user data to a form.
I am not sure how that would be possible inside Webflow, if there is a way to do {{currentUser.email}}

I would also recommend checking our Embed SDK which should give more control over the embed experience.

Reply