Customized typeform link

Hello, im trying to get a customized typeform link to my clients every week/month, i got almost everything set up but i can’t get the link as i want to. The link is formed but when i run once, the link i send, divides because the client’s name and surname has spaces and won’t form the link properly. (This is a weekly report to my customers, just in case i need to explain it)

Everything is in spanish, sorry :smiley:, Blueprint In

Informe semanal.blueprint.json (83.0 KB)

When names have spaces in them, most systems treat that space as a “break” in the URL unless it’s encoded. You’ll need to URL-encode the name before inserting it into the Typeform link so the spaces turn into %20 (or +) and the link stays intact.

Once you add the encoding, the link should no longer “break” even with spaces or special characters in names.