Hey guys,
This is going to sound odd, but is there any way to NOT escape
tags that are added in a redirect?
Here is the example I have. I have a form with checkboxes that I want to concatinate into a single queryparam to post to Salesforce.com. Each value needs to be on its own line. Salesforce will properly escape it to the DB, but still render it as a safe html code so it can show up cleanly as a new line break within the lead records.
However, now doing it through a Gravity form you are escaping the html characters before sending (i think). I know its safe coding procedures to do this to prevent parameter injection, but I have a valid reason why I need this to work.
Any suggestions?