Unable to see date entry

  • NewYorker2016
    Asked on July 31, 2017 at 1:51 PM

    I have created a field date of birth.  When you populate this field you are unable to see more than 1 digit. the size of the field doesn't allow for more than one digit to be vuable.  

    Jotform Thread 1212117 Screenshot
  • Jan
    Replied on July 31, 2017 at 4:05 PM

    Please inject this custom CSS code to fix the issue:

    #cid_77 {
    max-width: 250px !important;
    }

    Here's a guide on How-to-Inject-Custom-CSS-Codes. Here's the result:

    Unable to see date entry Image 1 Screenshot 20

    Hope that helps. Thank you.