configuration list is not wrapping within the form

  • lee_jeremy
    Asked on September 10, 2019 at 4:57 AM

    My configurable list has this field

    however it is overlapping my form dimension, how can i wrap the field individually via CSS?

    Full Name : text : (as in NRIC) 

    NRIC / Passport No. : text 

    Nationality : text 

    Occupation / Public Position Held:  text

    Contact Number : number

    Residential Address : textarea 

    Jotform Thread 1958151 Screenshot
  • AndrewHag
    Replied on September 10, 2019 at 6:59 AM

    Please try the CSS code below if you wish to display each field in a row:

    #list tbody:first-child > tr:first-child {display: none;} #list {width: 100%; border-collapse: collapse;} #list tbody:first-child > tr > td{display:block; padding: 6px 0;} #list tbody:first-child > tr + tr + tr {border-top: 1px solid #ccc;} #list > tbody:first-child tr td.col1 {padding-top: 20px;} .mobileColumnName {display: inline-block; padding-bottom: 4px; width: 40%; box-sizing: border-box;} .mobileColumnName + input, .mobileColumnName + textarea,.mobileColumnName + .dateContainer {width: 60%; display: inline-block; box-sizing: border-box; vertical-align:top; box-shadow:none;} .buttonsColumn {text-align: right;}

    Guide: How-to-Inject-CSS-Codes-to-Widgets

    1568113129OCBC SUPERFORM   Google Chrome Screenshot 10

  • lee_jeremy
    Replied on September 11, 2019 at 5:05 AM

    thanks alot! the field still went out of the form page

  • Girish JotForm Support
    Replied on September 11, 2019 at 7:16 AM

    I checked the form "OCBC Super form" in your account and the field appears fine in the form. Please check the screenshot below.

    15682004621109 1 Screenshot 10

    Are you facing any issues with the form?