I am getting the issue [LFF2107-Submission Error] upon submitting a field.
This occurs due to using a regular expression on a Single Line field.
At first I tried "(\A|\a)\d{8}" then I tried "\A\d\d\d\d\d\d\d\d". Both cause the issue above.
After some browsing on Answers, i found this post from 2018. This workaround of disabling all validation "works" but since this a few years old, I was wondering if this validation bug has been fixed yet so that I can leave the user validation option enabled.
My Forms version is Professional Version 10.4.5.324 and will be upgrading to 11 eventually.
Edit: Forgot to mention that the test string that I am using is "A00000000"