Skip to main content

Let say that I have assign two phrases Name and Pet for dynamic text phrases.

How do I write the url? www.example.com/?Name=Test?Pet=test ?

You would use the “&” character to separate multiple parameters in a URL. www.example.com/?Name=Test&Pet=test


Reply