Page 1 of 1

How do I get special characters into a link?

Posted: Fri May 17, 2019 2:51 pm
by alan_sh
I have a reasonably complex link which is stopping after the first {

What I want to pass on is:

Code: Select all

https://www.cognitoforms.com/GreaterManchesterNorthCounty/GMNContactForm?entry={"WhoDoYouWantToContact":"County Commissioner - Cathy Ward"}
What actually appears is

Code: Select all

https://www.cognitoforms.com/GreaterManchesterNorthCounty/GMNContactForm?entry={
What special characters do I need to add to ensure the output is like the former?

Alan

Re: How do I get special characters into a link?

Posted: Fri May 17, 2019 3:00 pm
by Pablo

Re: How do I get special characters into a link?

Posted: Fri May 17, 2019 3:12 pm
by alan_sh
Thank you.

Alan