How to only have month and day in Birthdate field--no year.

  • RSRCWebmistress
    Asked on June 17, 2018 at 7:22 PM
  • RSRCWebmistress
    Replied on June 17, 2018 at 9:43 PM
    Thank you, Benny W! You rock. Will try it.
    ...
  • RSRCWebmistress
    Replied on June 17, 2018 at 9:43 PM
    Benny,
    I have it as a Birth Date field right now. It has drop downs for Month and
    Day, which is what I want, but do not want year to appear at all. No where
    can insert the CSS Code. Can you help, please.
    Thanks.
    Sandy
    ...
  • BJoanna
    Replied on June 18, 2018 at 2:47 AM

    Is this the form, you are working on http://www.jotform.us/form/72865664956172?

    You can hide the Year dropdown field from the Birth Date field, by adding this CSS code:

    select#input_18_year {

        display: none;

    }

    However, you will also have to un-require your Birth Date field. Your users will not be able to submit the form if the field is required.

    Here is my demo form - https://form.jotform.com/81680970971972 

    Feel free to test it and clone it

  • RSRCWebmistress
    Replied on June 18, 2018 at 10:43 AM
    Thanks, BJoanna. I will do that. Appreciate your help and quick response.
    ...