I enabled request validation 2.0 but it still prompts the user that they are not allowed to enter illegal character combinations.
We want to legalize these character combinations in our environment because they are valid data to us, how do we do this now in 10.4.1
Here is the code I use to enable validation 2.0
<location path="Form/Submit"> <system.web> <httpRuntime requestValidationMode="2.0"/> </system.web> </location>
Here is the original post on the subject from 10.3.1
https://answers.laserfiche.com/questions/155865/Forms--What-happened-to-my-data#159202