Can we move all the div tags inside a table with a fixed width and left align them?

  • syntel_mettl
    Asked on February 16, 2017 at 3:38 AM

    Hi Team,

     

    I have a form https://form.jotform.com/70390783331960

     

    I need to align them and put them inside the tables. PFA the screenshot for the same.

     

    Is it possible to do it in jotform ? Do we have any feature or widget for the same.

     

    Please help me out for the same. Looking forward for your support.

    Jotform Thread 1067915 Screenshot
  • Jan
    Replied on February 16, 2017 at 11:44 AM

    Unfortunately, we don't have a tool or a widget that will put these fields in table. However, it might be possible to align this in CSS. Please give me more time to work on this issue. I will contact you once I have a solution. Thank you.

  • Jan
    Replied on February 16, 2017 at 6:56 PM

    Thank you for patiently waiting. Please follow the steps below to fix the issue:

    1. In Form Builder V4, click the "Form Designer" button.

    Can we move all the div tags inside a table with a fixed width and left align them? Image 1 Screenshot 40

    2. Go to the CSS tab and insert this custom CSS code:

    #id_18 {
    padding-left: 2px;
    }

    #id_19 {
    width: 527px;
    }

    #id_26 {
    padding-left: 0;
    }

    #id_27 {
    width: 527px;
    }

    #id_29 {
    width: 527px;
    }

    Can we move all the div tags inside a table with a fixed width and left align them? Image 2 Screenshot 51

    Here's the result: 

    Can we move all the div tags inside a table with a fixed width and left align them? Image 3 Screenshot 62

    Hope that helps. Thank you.