How to place questions side by side and hide the year field on a date picker?

  • smeplanner
    Asked on January 12, 2015 at 4:32 PM

    UNDER TRANSPORTATION TAB, FOR FLIGHT INFO:

    I've tried to adjust properties but can't seem to get them to line up side by side.

    The specific ones are for the airline - departure city, preferred airline.

    PLUS, on the date selector for their flight, can I remove the YEAR?

    See screenshot.

    http://awesomescreenshot.com/0f246f3taf

     

    Thanks, 

    Christine

  • raul
    Replied on January 12, 2015 at 5:29 PM

    Please check the following cloned version of your form: http://form.jotformpro.com/form/50116912308952 

    What I did was to shrink the Frequent Flyer Number and then right-click it to move it to a new line.

    How to place questions side by side and hide the year field on a date picker? Image 1 Screenshot 20

    And also injected the following CSS code:

    #year_21{ display: none; }

    label[for=year_21] {display: none;}

    #cid_21 > span:nth-child(2) > span {display: none; }

    Since the year field on a date picker cannot be removed, you can hide it using CSS. The code above is to do that.

    Give it a try and let us know how it goes.

    Also, you can clone my form to your account if you want to.

    Best Regards.