How to move align check-box --

  • PreferredGlobal
    Asked on March 7, 2016 at 6:24 PM

    Hi -- 

    I would like to align my "Courier" check-box next to "Fuel Surcharge" so that my Text Labels are not being extended down by the length of the checkbox. I would like this form to print on one page.  How can I do this?  Thanks!

  • Ashwin JotForm Support
    Replied on March 8, 2016 at 2:04 AM

    Hello PreferredGlobal,

    I have fixed this in your form by moving the "Courier" checkbox next to "Fuel Surcharge". Please check the screenshot below:

    How to move align check box    Image 1 Screenshot 20

     

    Hope this helps.

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

    Thank you!

  • BBC2016
    Replied on March 8, 2016 at 2:09 AM

    Hi - I've submitted some tickets and the Manager said one hour or so - can you help me? Did the tickets come through> Shoudl I wait up??? I CAN PAY EXTRA $$ TO GET A QUICK ANSWER, PLEASE HELP ME :)

     

     

  • PreferredGlobal
    Replied on March 8, 2016 at 9:03 AM

    Fantastic -- thank you you mucho.  

  • PreferredGlobal
    Replied on March 8, 2016 at 9:45 AM
    Thank you so much for your response – I realize that it still is taking 2-pages to print. Is there any to condense the whole form a bit so everything prints on 1-page? Is there an over-all CSS code? Because I would like to do it to 3 other forms. Thanks!

    ...
  • David JotForm Support
    Replied on March 8, 2016 at 12:02 PM

    Adding this code will allow you to bring the fields much closer together vertically:

    http://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes

    .form-line {
    margin-top : 0px;
    margin-bottom : 0px;
    }

    It is also possible to make the pixel value negative to reduce the spacing even more.  This should work for every form.