/ Id-Extras Forum / IBAN fillable field with required exact number of digits / Reply To: IBAN fillable field with required exact number of digits

#6641
nikolayU
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