Hidden Fields are masked in the responses tab | Community
Skip to main content
Answered

Hidden Fields are masked in the responses tab

  • September 10, 2022
  • 3 replies
  • 44 views

The responses are masked.  All other typeforms are fine that we have created. 

Best answer by john.desborough

@pad408 - they are probably not masked, they look to be the default values that were passed by the share link when you create it .. for example

domain.typeform.com/to/jNVGQmtk#v_firstname=xxxxx&v_lastname=xxxxx&v_company=xxxxx&v_email=xxxxx&v_phone=xxxxx&v_reponsibility=xxxxx

 that is an example from a test form that i have created. 

you would need to replace the xxxxx strings with the appropriate values for the variables you are passing into the form. 

you can hard code it .. for example #v_firstname=joihn&…… 

or your crm or esp should be able to dynamically insert the value in the field of the crm/esp database if you use the appropriate syntax in your link … for example: 

… #v_firstname={{subscriber.firstname}}&…

 

View original

3 replies

john.desborough
Forum|alt.badge.img+6
  • Certified Partner & Champion
  • 5264 replies
  • Answer
  • September 10, 2022

@pad408 - they are probably not masked, they look to be the default values that were passed by the share link when you create it .. for example

domain.typeform.com/to/jNVGQmtk#v_firstname=xxxxx&v_lastname=xxxxx&v_company=xxxxx&v_email=xxxxx&v_phone=xxxxx&v_reponsibility=xxxxx

 that is an example from a test form that i have created. 

you would need to replace the xxxxx strings with the appropriate values for the variables you are passing into the form. 

you can hard code it .. for example #v_firstname=joihn&…… 

or your crm or esp should be able to dynamically insert the value in the field of the crm/esp database if you use the appropriate syntax in your link … for example: 

… #v_firstname={{subscriber.firstname}}&…

 


  • Author
  • Explorer
  • 1 reply
  • September 10, 2022

Thank you! I will take a look at that.  Appreciate the help. 

Update: Your advice helped me realize the issue. 


john.desborough
Forum|alt.badge.img+6
  • Certified Partner & Champion
  • 5264 replies
  • September 10, 2022

@pad408 - glad to have been of some help

des


Reply