Hi,
I really like the Common Reply Templates and I'm always trying to use as many Placeholders as available.
To generate a subscription URL like this:
https://www.website.com?FNAME=James&LNAME=Bond&EMAIL=jbond@gmail.com
I use the placeholders like this:
Everyting is going perfect until people are using special characters like: ! @ # $% ^ & * () _ |. Especially Javascript-based web applications really hate this kind of input. So, can we solve this by cleanup the information field? Perhaps with an Encode-tage? For example:
That will prevent a lot of input errors!
M. Schouten

