Page 1 of 1

Case insensitive Match validation

Posted: Tue Mar 02, 2021 7:26 pm
by jjq2r01h
Is there anyway of doing match validation in forms but ignoring the case. I cant seem to find any options for that. This would be useful for email validation as email addresses are not case sensitive.

Many thanks / Jag

Re: Case insensitive Match validation

Posted: Tue Mar 02, 2021 8:55 pm
by Pablo
The case is ignored for email validation, as far as I know.

Re: Case insensitive Match validation

Posted: Tue Mar 02, 2021 10:17 pm
by jjq2r01h
It doesn't seem to be working for me though. I am probably doing something silly I guess. Please see below project.

https://1drv.ms/u/s!Ajp8jGjiAz6Shplfdrn ... A?e=P9XJKs

Re: Case insensitive Match validation

Posted: Wed Mar 03, 2021 7:39 am
by Pablo
Where exactly do I need to look to see the problem?

Re: Case insensitive Match validation

Posted: Wed Mar 03, 2021 8:50 am
by jjq2r01h
The field Editbox9 (emailaddr2) is supposed to be the same as the field Editbox8 (emailaddr1). This is specified in the validation tab of the field Editbox9 (emailaddr2).

Re: Case insensitive Match validation

Posted: Wed Mar 03, 2021 9:55 am
by Pablo
Sorry, I thought you were referring to standard email validation.
For the 'match' validation the input fields should be exactly the same.