Case insensitive Match validation

Issues related to forms.
Post Reply
jjq2r01h
 
 
Posts: 19
Joined: Sun Aug 23, 2020 4:31 pm

Case insensitive Match validation

Post 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
User avatar
Pablo
 
Posts: 21577
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: Case insensitive Match validation

Post by Pablo »

The case is ignored for email validation, as far as I know.
jjq2r01h
 
 
Posts: 19
Joined: Sun Aug 23, 2020 4:31 pm

Re: Case insensitive Match validation

Post 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
User avatar
Pablo
 
Posts: 21577
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: Case insensitive Match validation

Post by Pablo »

Where exactly do I need to look to see the problem?
jjq2r01h
 
 
Posts: 19
Joined: Sun Aug 23, 2020 4:31 pm

Re: Case insensitive Match validation

Post 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).
User avatar
Pablo
 
Posts: 21577
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: Case insensitive Match validation

Post by Pablo »

Sorry, I thought you were referring to standard email validation.
For the 'match' validation the input fields should be exactly the same.
Post Reply