Viewing 2 replies - 1 through 2 (of 2 total)
  • bristweb

    (@bristweb)

    also have this issue

    Same issue – not a fix, but for now but to avoid confusion currently using this [in functions.php] to hide the icons…

    // salesforce fix
    function sales_force_fix() {
        echo '<style type="text/css"> .salesforce_enabled{ display:none; !important} </style>';
    }
    add_action('admin_head', 'sales_force_fix');
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Plugin: Gravity Forms Salesforce Add-on] Salesforce integrated on all forms..?’ is closed to new replies.