Remove sub-label below birthday widget and add default value

  • sjashnani
    Asked on January 29, 2018 at 12:20 PM

    How Do I remove sub-label below birthday widget and add default value in the field or add dd-month-year to save space. 

    See screenshot.

    Jotform Thread 1365435 Screenshot
  • David JotForm Support Manager
    Replied on January 29, 2018 at 1:26 PM

    Inject the following code as shown on this guide: https://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes 

    #sublabel_day,#sublabel_month,#sublabel_year{

        display: none !important;

    }

    The Birth Date Picker widget does not have the option to add a default value. If you want to add a default value, you would need to use the Date Picker field instead:

    1517250266datepicker Screenshot 10

    1517250306options Screenshot 21

    Let us know if you have more questions, we will be glad  to assist you.