Custom Tag: wrkIbanCode


Purpose of usage
It is used wherever the IBAN number is entered.

Parameters

Attributes
Clarification
Type
Requirement
field
The name value of the input is sent.
String
E

iban_code

It is the parameter that holds the value of the input. Posted on update pages.
String
H

iban_required

It determines whether the IBAN field must be checked or not. If yes is sent, it calls the isIBAN() function given to onBlur. Default value is yes
yes/no
H

iban_maxlength

IBAN determines the number of characters. The default value is 34.

int
H


Example Usage

Checks in the is IBAN( object, length ) Function:

  • It checks whether the entered IBAN number is invalid IBAN format.

  • The IBAN number can be a minimum of 5 characters and a maximum of 34 characters.

  • IBAN numbers contain 26 characters. If the IBAN number starts with TR, it checks the length.

  • The first two characters can only be uppercase.

  • The 3rd and 4th characters can only be numbers.

Feedback

Did you find this content helpful?