Date field is not displayed in same line.

  • Samlate
    Asked on February 22, 2017 at 8:31 PM

    Hi,

    I would like that in the "Date of birth" the month, day and year are on the same line in my form. 
    I tried to change it on the advanced tool, but it does't seem to work.

    I also would like the entry boxes of "Name" and "Nationality" to be shorter. 

    Thank you for your help.


    Samuel

     

    Jotform Thread 1073710 Screenshot
  • Ashwin JotForm Support
    Replied on February 23, 2017 at 3:31 AM

    Hello Samuel,

    I have fixed this issue in your form by injecting the following custom css code:

    [data-type="control_birthdate"] .form-sub-label-container:first-child {

        width: 31%;

    }

    [data-type="control_birthdate"] .form-input {

        max-width: 280px !important;

    }

    The output of the above custom css code is displayed in the screenshot below:

    Date field is not displayed in same line Screenshot 20

     

    Hope this helps.

    Do get back to us if you have any questions or need any other changes.

    Thank you!