Strip html tags out of fields

To prevent malicious behavior, is there an easy way to strip out or validate against html code? Right now it’s pretty easy for someone to upload html code and if the setting on the other text field is set to render as html (which we use for styling) it could be a security threat

1 Like

Hey @mtv! Sorry for the delay here. What security risks are you concerned about exactly? We definitely don’t have native support for HTML validation but it’s probably something you can do via JS.