How can I delete the year of birth from my form?

  • robspunkin13
    Asked on October 22, 2019 at 10:47 AM
  • jherwin
    Replied on October 22, 2019 at 12:00 PM

    To remove the year field, please inject the custom CSS below to your form:

    input#year_45 {
        display: none!important;
    }

    Guide: How-to-Inject-Custom-CSS-Codes

    Please give it a try and let us know how it goes.

  • robspunkin13
    Replied on October 22, 2019 at 12:39 PM

    I tried this and it doesn't work.

  • robspunkin13
    Replied on October 22, 2019 at 12:50 PM
    It doesn't work. It still asks me to put the year in.
    Donna James, MLT (ASCP)cm
    On Tuesday, October 22, 2019, 12:00:21 PM EDT, JotForm wrote:

    A new response has been received: Answered by jherwin

    To remove the year field, please inject thecustom CSS below to your form:
    input#year_45 {
        display: none!important;
    }
    Guide: How-to-Inject-Custom-CSS-Codes
    Please give it a try and let us know how it goes.
    View this thread on browser » Unsubscribe Thread 1571760020
    ...
  • Richie JotForm Support
    Replied on October 22, 2019 at 1:53 PM

    I have checked your form and it seems the date field is hidden already.

    How can I delete the year of birth from my form? Image 1 Screenshot 20

    Can you please try to view your form in another web browser and let us know if the issue still remains?


  • robspunkin13
    Replied on October 22, 2019 at 2:50 PM
    Try to do the same thing under the spouse's information. Even though the field is not there it still asks me for the year.
    Donna James, MLT (ASCP)cm
    On Tuesday, October 22, 2019, 01:53:59 PM EDT, JotForm wrote:

    A new response has been received: Answered by Richie_P

    I have checked your form and it seems the datefield is hidden already.
    Can you please try to view your form in another web browser and let us knowif the issue still remains?
    View this thread on browser » Unsubscribe Thread 1571766838
    ...
  • Richie JotForm Support
    Replied on October 22, 2019 at 3:11 PM

    To remove the year in the spouse's information, kindly add this custom CSS

    #year_23{
    display:none;
    }

    Guide:-How-to-Inject-Custom-CSS-Codes

    If you need further assistance, let us know.