my datetime field is not showing up properly

  • jk8conmed
    Asked on October 15, 2014 at 2:24 PM

    The year field is breaking to another line for some reason. 

  • Mike_T Jotform Support
    Replied on October 15, 2014 at 4:44 PM

    There is some styles conflict on the form. As a workaround we can inject the following CSS to fix the DateTime inputs positioning:

    .date-separate {
    display: none;
    }

    my datetime field is not showing up properly Image 1 Screenshot 20

    Please give it a try and let us know if you need any further assistance.