Most of our customers are government so a lot of our forms have long HTML blocks for policies, procedures, legalese, etc. I've found that when I copy and paste HTML from VS Code into the LF Forms Custom HTML field, sometimes it won't update, even when I click Done on the field, refresh the page, etc.
I've found that formatting the HTML in certain ways helps, like removing line breaks from inside <p> tags, allows it to save sometimes but not always. Sometimes if I just click around in the custom HTML, it will suddenly update after a few clicks. Sometimes if I type in a single character it will update, and then I just have to delete the extra character. Sometimes nothing works and I just have to copy and paste, refresh the page, sign in and out, until eventually something works. This is very frustrating and time consuming. My HTML is linted and validated by VS Code and I just uploaded it to the W3 validator which found no errors...
Is there a way to turn off this validation? Is there something else I'm not understanding about what triggers the update and what rules exist for valid HTML format in Laserfiche that are more strict than the W3 rules?
Either way, having some kind of user feedback about what Forms found wrong with the HTML would be tremendously helpful.