Viewing 4 replies - 1 through 4 (of 4 total)
  • What I did was check the “Field label visible” checkbox, and then hide the label on the front end with CSS.

    Thread Starter horizondk

    (@horizondk)

    Thanks John, would you mind pasting the code you used to hide the label? I’m in the early process of learning CSS. I can usually change existing code but finding and adding code is still beyond me at this point.

    Better would be to point me to your site and let me know which label(s) you want hidden.

    Chances are my specific CSS isn’t going to work on your site.

    Plugin Author iSoftware

    (@isoftware)

    Hello there, and sorry for the late response.

    You can use the following filter to disable front end css:

    function your_prefix_gform_placeholders_disable_css(){
        return true;
    }
    add_filter('gform_placeholders_disable_css', 'your_prefix_gform_placeholders_disable_css');
Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Change red required star’ is closed to new replies.