Special character < and > restrictions in Form Fields without ValidationScript

Hi All,

I was able to bypass the character check for < and > characters by changing the field’s type attribute from type="string" to type="text" . This allowed the field to accept special characters that were previously restricted. Now, we are using a custom validation rule to check special characters.

2 Likes