I want to make Date Input field to be in the same line where Date text

  • tom99999
    Asked on November 5, 2014 at 3:07 AM

    Also One more problem in the form http://form.jotform.me/form/43065608969467

    I want to make Date Input field to be in the same line where Date text is there. how can I achieve this.

  • Welvin Support Team Lead
    Replied on November 5, 2014 at 3:17 AM

    Hi,

    I'm not sure if I understand that correctly, but I think you mean label the positioning. Like this:

    I want to make Date Input field to be in the same line where Date text Image 1 Screenshot 20

    Setting up the label to "Left". Am I correct?

    Thank you!

  • tom99999
    Replied on November 5, 2014 at 3:52 AM

    Hi,

    I tried aligning but it takes the input box to new paragraph.

    See the image to see what i exactly need.I want to make Date Input field to be in the same line where Date text Image 1 Screenshot 20

    Thanks.

    Regards,

    Benoit

  • Ashwin JotForm Support
    Replied on November 5, 2014 at 6:29 AM

    Hello Benoit,

    If I understand your question correctly, you want to align the date label towards left instead of top. Is that correct?

    Please check the screenshot below on how to left align the label:

    I want to make Date Input field to be in the same line where Date text Image 1 Screenshot 20

    If you want to reduce the white space between the date label and the textbox, please inject the following custom css code in your form:

    label#label_5 {

    width: 50px !important;

    }

    The following guide should help you inject custom css code in your form:  https://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes 

    Hope this helps.

    Do get back to us if you have any questions.

    Thank you!