"&" being converted to parameter in PDF export

"&" being converted to parameter in PDF export

Hi, 
I have a button in a CRM record that passes a string that may contain an ampersand to a ZC Page.

The first issue was, if that string contains an ampersand, the URL would then read that as a new parameter and cut off the string when displayed.

e.g, "Mr H & Mrs D Smith" gets interpreted as "Mr H " because the & specifies a new parameter.

I resolved this by replacing "&" with "%26" before passing the string, and now the ZC Page displays the full name.

However, when using Print or PDF buttons on the page, the string is read at face value, and the "&" is again passed to Zoho's export handler, which causes the name to be cut short again.

Any help greatly appreciated!