Remove "0" at the begininning of phone number with imask.js – Javascript
I'm trying to use imask.js for phone validating on subscribe form. I currently have this simple code : var phoneMask = IMask( document.getElementById('number_phone'), { mask: '+{33}000000000' }); I want to disable the capacity of put a 0 just after the…