How can I create a two column form?

  • neoranking
    Asked on April 4, 2016 at 10:15 PM

    How can I achieve this form look?

    Please see screenshot: https://www.evernote.com/l/AUEV1wyM-ZpGQJfaaq0SMu7dJBMVD5y29_o

    This the URL of my form: 

     

    Also transparent background.

    I hope you can help me thanks!

  • Chriistian Jotform Support
    Replied on April 4, 2016 at 10:58 PM

    You will need to modify the css of the form so that it looks like the one in this website (Evernote Form). Here's a custom CSS that you can inject to make the adjust the textbox and the textarea.

    input {

        width: 220px;

    }

    .form-col-1 {

        width: 300px!important;

    }

    textarea#input_7 {

        width: 300px;

        height: 265px;

        position: absolute;

    }

    @media screen and (min-width: 480px){

    textarea#input_7 {

        width: 260px!important;

        position: inherit;

    }

     

    }

    To inject css, simply follow this guide: How to Inject Custom CSS Codes.

    How can I create a two column form? Image 1 Screenshot 20

    You can check out this cloned form where I added the css: https://form.jotform.com/60949066935973 

    If you need further assistance, please let us know.
    Regards.

  • neoranking
    Replied on April 5, 2016 at 8:44 AM

    Still not working. Please see form: https://form.jotform.me/60912818692463

  • Welvin Support Team Lead
    Replied on April 5, 2016 at 10:23 AM

    The captcha is on the right side, second column. This is how I see your form:

    How can I create a two column form? Image 1 Screenshot 20

    As you could see, the alignment seems correct. I checked both in Chrome and Firefox, the alignment is correct based on your preference.

    If you can send us a screenshot of the problem, we'd be happy to re-check this for you.

  • neoranking
    Replied on April 5, 2016 at 10:25 AM

    Yes, but I moved up the "What help I need" textarea and also the "captcha" field, is this okay??

  • victor
    Replied on April 5, 2016 at 11:37 AM

    I am not fully understanding your issue. I have just reviewed you form and noticed that the form has two columns on top and only one at in the bottom.

    How can I create a two column form? Image 1 Screenshot 20

    If you have question or issues, please let us know. We will do our best to help.

     

  • neoranking
    Replied on April 6, 2016 at 1:35 AM

    Hi Victor please check again.

    Also another issue is that the textarea field and captcha field will gone if you click on it and then click outside of the form.

    I hope you can help me. Thanks!

  • Chriistian Jotform Support
    Replied on April 6, 2016 at 3:49 AM

    I checked your form and this is what I saw.

    How can I create a two column form? Image 1 Screenshot 30

    It appears that moving some fields caused some issues with the previous css. Furthermore, the field disappears when you click another field because their height is changed to 0 so they are not visible.

    To resolve the issue, please inject the css below:

    #id_12 {

       margin-top: -70px;

      height: 100px!important;

    }

    #id_7 {

        margin-top: -240px;

        height: 265px!important;

    }

    How can I create a two column form? Image 2 Screenshot 41

    You can also check out this form where I injected the css: https://form.jotform.com/60961346232958.

    You can clone it to your account by following this guide: How To Clone A Form

    If you need further assistance, please let us know.
    Regards.

  • neoranking
    Replied on April 6, 2016 at 4:03 AM

    Thanks!

  • Chriistian Jotform Support
    Replied on April 6, 2016 at 4:37 AM

    On behalf of my colleagues, you are most welcome. If you have any other concerns, feel free to contact us again. Regards.