I have some fields I need to compare and am running into issues with upper and lower case. Specifically, I want to compare a couple of email fields and put up a warning if they match (can't have users reviewing and approving their own requests). However, the fields evaluate as having acceptable, different values if the capitalization is different.
I have worked around it by forcing my view to be lowercase and then using JS to force the user input to lowercase, but now I have to add in more fields for other steps and it's getting more complicated. Is there a setting somewhere that can do the field evaluation in a case-insensitive way?