/ Id-Extras Forum / IBAN fillable field with required exact number of digits / Reply To: IBAN fillable field with required exact number of digits
February 7, 2022 at 1:39 pm
#6641
Participant
Hi, Ariel (…you life saving person…)
About the Capital Letters problem:
You have to use this code as the custom Validation script: event.value = event.value.toUpperCase();
About the the exact number of digits:
What you say work very well, but you need to be sure where is number where is letter.
Thank you….great like always