Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- add_action( 'admin_footer', 'custom_js_crm_email' );
- function custom_js_crm_email(){
- echo '<script>
- jQuery( function( $ ) {
- ('#erp-crm-new-contact-email').removeAttr('required');
- } );
- </script>';
- }
Advertisement
Add Comment
Please, Sign In to add comment