Skip to content

Instantly share code, notes, and snippets.

@vfontjr
Last active September 2, 2021 19:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vfontjr/7131c36138bd230ec66df8b7656f8dce to your computer and use it in GitHub Desktop.
Save vfontjr/7131c36138bd230ec66df8b7656f8dce to your computer and use it in GitHub Desktop.
<?php
$("#field_phone_number").on('change', function() {
$("#field_stripped_phone_number").val( $(this).val().replace(/[^\d+]/g, '') );
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment