How do i add a space to a hidden field URL? | Community
Skip to main content
Answered

How do i add a space to a hidden field URL?


I need to have a space on my hidden field for name. How do i do it? i.e. the name should be Mary Lynn and not MaryLynn. We aren’t using any CRM integration tool and will be manually creating the link below using a name list


https://comoclub.typeform.com/interests#name=MaryLynn&user_id=00010003

Best answer by jvh

Hi @nataliatansw 

The URL character for a space is %20 so the following should work

https://comoclub.typeform.com/interests#name=Mary%20Lynn&user_id=00010003

Hope that helps

Joyce

View original

2 replies

jvh
Typeform
Forum|alt.badge.img+5
  • Typeform
  • 85 replies
  • Answer
  • May 22, 2023

Hi @nataliatansw 

The URL character for a space is %20 so the following should work

https://comoclub.typeform.com/interests#name=Mary%20Lynn&user_id=00010003

Hope that helps

Joyce


Thanks a heap @jvh, appreciate it!


Reply