• Resolved mircearenea

    (@mircearenea)


    Thank you again,
    I have tried numerous ways to solve this problem:
    ……..
    jQuery(this).hide();//hide only editing box

    var myInputBoxID = jQuery(this).attr(“id”);
    jQuery(“#”+ myInputBoxID,’label[for=”‘ + myInputBoxID + ‘”]’).hide(); //similar hide just editing box

    ???

Viewing 1 replies (of 1 total)
  • Plugin Author codepeople

    (@codepeople)

    Hello @mircearenea,

    To hide the label of a calculated field simply assign to the field an unique class name, for example: my-calculated-field

    The class names are assigned to the fields through their attributes: “Add CSS Layout Keywords”.

    And then, enter the following style definition through the “Customize Form Design” attribute in the “Form Settings” tab (https://cff.dwbooster.com/images/documentation/form-settings-tab.png)

    #fbuilder .my-calculated-field>label{display:none !important;}

    and that’s all.

    I’m sorry but the support service does not cover the implementation of users’ projects (forms or formulas). If you need additional help, please, create a ticket in my private website:

    https://cff.dwbooster.com/customization

    Best regards.

Viewing 1 replies (of 1 total)
  • The topic ‘Remove label for a calculated field’ is closed to new replies.