Multiple dynamic text phrases

  • 20 March 2017
  • 1 reply
  • 1 view

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 ?


1 reply

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

Reply