we are currently using forms 10.3.0.975
we have a name field that is being populated from a database. if the name includes an apostrophe it is substituted with '
On form submission, these characters are triggering an error :
"One or more form fields contains illegal character combinations (e.g., "&# or '<' next to (a-z, /, ?, !)"). Please resubmit the form without these characters. [LFF2111-RequestValidationException]"
is there a way to mask the ' with a ' and is there a way to not get an error on submission?