Comment to 'Two Bugs in the Phone Input Field'
  • Can you make it possible to use any other Check method (e.g. Regex) without losing the default method: 'Custom Check' (the already existing phone check.)? Meaning using both at the same time.

    Sorry it's possible to have only one checker function

    • Ok Alex. I understand. Thank you. What about hacking the code? Is there a way to hack the Custom Check (the checkPhoneExist($s) function) to include my regex? I don't want to lose the already existing phone check while being able to make sure that only U.S. mobile number are entered in the phone field.