Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
Thanks for your advice Sanford.
Thanks for your reply, long story short, we are trying to send some HTML code over a form submit, but we get an incorrect input error when adding the HTML code to the form field, so we thought on replacing the great and less symbols to any other symbols and use velocity to replace them again. So, if...
Hello Champions, This is my use case: I have a lead record with HTML code, let's say "%p$Lorem ipsum dolor sit amet%/p$", if I swap the "%" for a "<" and the "$" for a ">", would be the HTML code we all know. So, I'm trying to make that replacement with velocity but couldn't find a solution, I've tr...