Aurangajeb

Unrequired WPERP- CRM contacts email field

Jan 11th, 2020
734
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.21 KB | None | 0 0
  1. add_action( 'admin_footer', 'custom_js_crm_email' );
  2.  
  3. function custom_js_crm_email(){
  4.  
  5.     echo '<script>
  6.         jQuery( function( $ ) {
  7.             ('#erp-crm-new-contact-email').removeAttr('required');
  8.         } );
  9.     </script>';
  10.  
  11. }
Advertisement
Add Comment
Please, Sign In to add comment