Hi,
I am trying to validate the following input elements as follows:
*Phone number: Have 12 digits (already done), Must start with the “212” (country code), the 4th digit must be either “5”, “6”, or “7”.
*ID card number validation: Have 7 to 8 characters (already done), start with a letter, second element can be either a number or a letter, the following characters must be numbers.
Do you know how I can do this?
Thank you,