I have received PHP/JS code from previous developer and I need to add number validation to a Mobile Number field. I already have the HTML validation in place but I need to
This is a bit more concise...
this.value = this.value.replace(/\D/gm, '');