Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
New finding: it seems to add an endless string of "%20" for any string added via Velocity token into the href value within a link. It doesn't resolve anything but, it happens even if the Velocity token is as simple as passing an unmodified token through (eg. "$lead.Email").When sending a sample emai...
Hi @SanfordWhiteman , I'm attempting to encode an email address into a URL and then decode later for a form. The script itself works wonderfully, so thank you for that. An issue arises, though, when adding the encoded string into a URL query string. It adds literally thousands of "%20" values (space...