Date field separators are causing its textboxes to be misaligned. How do I remove them?

  • Masalamedia
    Asked on November 29, 2014 at 7:08 PM

    Why does the year field drop 10+ pixels? This is the default???? Looks bad.

    If its the separators causing that, then the drop-down menu in the form designer should let you select NONE to make this problem go away.

    Jotform Thread 466744 Screenshot
  • abajan Jotform Support
    Replied on November 30, 2014 at 4:22 AM

    It's indeed the separators which are causing the problem. To remove them, add the following rule to the jotform's injected CSS:

    .date-separate {
    display: none;
    }


    Thanks