Label not showing up on form

  • mcssupport
    Asked on August 17, 2016 at 11:14 AM

    Scroll down to the bottom Parent Signature and Student Signature - labels do not show up on the form - how do I get them to show up on the form?  

  • Charlie
    Replied on August 17, 2016 at 1:58 PM

    I presume you are referring to the labels on the full name text boxes? I cloned your form and they are not showing in live preview. I believe this is because they are being hidden, this is the design style of the theme you have implemented on your form.

    To display the labels of your full name field, you can try the following:

    1. First, paste this custom CSS code in your Form Designer Tool's CSS tab:

    [data-type="control_fullname"] > label {

        display: block !important;

    }

    Label not showing up on form Image 1 Screenshot 30

     

    2. After that, navigate back to the "Design" tab, select the full name field, you should be able to see the "Text box" styles section, increase the text box height from there to match the other text boxes you have.

    Label not showing up on form Image 2 Screenshot 41

     

    3. Save the changes. This is now how it looks like: https://form.jotform.com/62295534314960 

     

    Let us know if that works.