I want to hide year in birth date question

  • lunarplaytime
    Asked on April 8, 2016 at 2:14 PM

    The thing is so many of your answers reflect the old set up and layout of stuff so I'm having difficulty figuring it out. I just want to not see the year at all. I was able to do this successfully on another form but I can't figure it out here.

  • Mike_G JotForm Support
    Replied on April 8, 2016 at 3:40 PM

    You need to add the CSS code below to your form. 

    [id$='input_69_year'] {

    display:none;

    }

    #sublabel_year {

    display: none;

    }

    Here's how you can add it. 

    Through Preferences' Form Styles:

    I want to hide year in birth date question Image 1 Screenshot 30

    or, through Designer's CSS tab:

    I want to hide year in birth date question Image 2 Screenshot 41

    I hope this helps. Let us know if you need any further assistance. Thank you.