Hi,
I’m having issues with a text area encoding double quotes within the JS. I’m using the Wufoo embed code in a textarea. I have tried turning off protect_javascript, converted the textarea formatting to none and turned off auto urls & emails to links.
Have any other suggestions?
Original in CP text area:
var host = (("https:" == document.location.protocol) ? "https://secure." : "http://");
...Template/Source:
var host = ((“https:” == document.location.protocol) ? “https://secure.” : “http://”);
...