// Inputs Masks jQuery(document).ready(function(){ jQuery('input#form-field-phone, input#form-field-phone2, input#form-field-whatsapp').mask('(00) 00000-0000', { clearIfNotMatch: true } ); }); // Adicione seu javascript neste arquivo