Hack Make Do | Umbraco old-timer | Software Engineer who loves to improve DX
Warren Buckley shares a code snippet for validating Umbraco Forms to prevent HTML submissions. Since Umbraco Forms lacks this feature by default, the provided solution uses a notification handler to check form fields against a regular expression, returning an error if HTML is detected.