Hello everyone,
I want to disable HTML tags for all the input fields in Power Pages. I am trying to use the following site settings as per Microsoft documentation.
Site/DisableFormDataSafeHtmlValidation
As per Microsoft documentation it should block also the HTML code but it is not working and only blocking the script tags. Any ideas if my understanding is correct or if I need to do anything extra to make this work for HTML tags?
P.S: I know we can stop HTML tags using form metadata and regex validation but I have a lot of pages and forms and doing it via form metadata will take a lot of time and effort so I am looking for a site wide settings.