How can I get my form to be only 1 page long?

  • ChapelJotform
    Asked on January 25, 2017 at 2:29 PM

    Form #

     

    Hi,

    My New Customer Data Sheet is 2 pages long. I'd like to get this down to one page. I don't see any options to make the fields closer together. I've tried using "Themes" but my form was very distorted and I couldn't figure out how to manage the fonts and spacing properly.

    Also, is it possible to have fields NEXT to each other? For example, Telephone Number and Fax Number to be side-by-side.

    Thanks for your help.

    Claire Clerkin

  • Nik_C
    Replied on January 25, 2017 at 3:19 PM

    Hello Claire,

    I'm not sure I fully understand, your form is a one-page form, but it is just long. Fields can be adjusted by using the CSS, so they can be moved to be closer together, but maybe you can use form collapse field:

    How can I get my form to be only 1 page long? Image 1 Screenshot 30

    How can I get my form to be only 1 page long? Image 2 Screenshot 41

    Regarding the adjustment of phone and fax number, you can copy and paste the below CSS to your Custom CSS field:

    li#id_12 {

    margin-left: -50px;

    }

    If you need any further assistance please let us know.

    Thank you!