Is it possible to use a content in a query string in a link within a content block?
example: http://www.domain.com?q1=ABC&q2=DEF
then do a href="domain2.com?q1=ABC&q2=DEF" link within a content block via some sort of replacement?
Thanks in Advance... John
k# should be able to do what you want.
{% querystring.q1 |(identity)GlobalAdministrator%}
the Convert.ToString() is to make sure you get a string even if q1 is not passed.
Please, sign in to be able to submit a new answer.