How to create a multiple column for fields?

  • TFGUSA
    Asked on April 24, 2019 at 6:08 PM

    I like that the forms are customization, its one of the reasons why i am leaning towards your product vs airtable.  Question is I would like to have something like 

     

    FIRST - LAST - EMAIL

     

    are 3 wide possible?

     

    2nd question is on my table I would like to have a heading for EAU but as you see i have to type it in and sometimes if i add a row id have to do that all the time.  Can the left most field have a heading???

     

    OK that is it for now, I am sure i will have more, i hope that is ok.  I am just learning.



  • Jed_C
    Replied on April 24, 2019 at 8:27 PM

    1). Are 3 wide possible? — Yes, field positioning is possible https://www.jotform.com/help/90-Form-Field-Positioning.

    2). Left most field of the table have a heading — Are you referring to that screenshot below?

    15561518781235   Google Chrome 2019 04 2 Screenshot 10

    If so, you can inject a CSS that will act as your heading title.

    ex.

    #cid_7 > table > tbody > tr:nth-child(1) > th:nth-child(1):before{

      content:'EAU';

    }

    It will look like this:

    1556151990The Easiest Online Form Builde Screenshot 21

    I hope that helps. Let us know if you have any questions or if you need further assistance.