Hello Everyone,
An individual at my org has recently stumbled across this little situation. When pulling our caution field text from Salesforce to Laserfiche. Bolded words and line breaks are being pulled along and "<b>" and "<br>" are being entered in their place. As some of you are aware, forms doesn't like that and we then get an error saying that invalid characters are in the text. Is there a way to css or javascript this into the form to automatically remove those characters when the text is pulled in or when the form is submitted?
We are launching the form and pulling in the characters through a button made on the page layout.
Below are some snippets of some examples:
here is the caution field in Salesforce.
This is what the text looks like once pulled into Salesforce. As you can see the whole text is enclosed by <b> for bolded text, and the line break is in there as <br><br>. The apostrophe s ('s) is then inserted as '
This is the error we then receive.
Does anyone know a way around this? Or if there is a setting that needs to be switched up within Salesforce?
Thanks