How do I do a range of years check?

  • Snakej444
    Asked on July 14, 2017 at 4:39 PM
  • aubreybourke
    Replied on July 14, 2017 at 5:12 PM

    Do you mean like this:

    https://form.jotformpro.com/71946164845971

     

    I used the "Birth Date Picker" widget. It allows you to set a start date and an end date for the dropdown. I chose 1979 for the start year and 2017 for the end year.

    And then I customized it with the following CSS to hide the month and day fields:

    #sublabel_month, #sublabel_day,#input_3_month, #input_3_day{
      display: none !important;
    }