How to delete row heading and add more rows?

  • Farren_Maria
    Asked on December 16, 2020 at 9:48 AM

    trying to insert a table into a scholarship application for students to complete a activates/resume list .

    1 i don't need row headings, so how do i delete that field?

    2 i'm trying to add more rows but it will only let me add 2?

    Thanks!


    following up, i did not receive the solution from Yau_C , also,

    how do i allow people to expand the fill field in a table for longer ? currently there is limited space in each cell
    Jotform Thread 2770186 Screenshot
  • Yau_C
    Replied on December 16, 2020 at 10:54 AM

    Hi Farren,

    Please try to apply the CSS below in your Advanced Form builder interface:

    .form-matrix-header-tr {

    display: none;

    }

    .form-matrix-values {

    border-top: 1px solid black;

    }

    Please let me know if it helps.

  • Farren_Maria
    Replied on December 16, 2020 at 12:10 PM

    hi did you send the solution? i did not receive it...

  • Yau_C
    Replied on December 16, 2020 at 2:10 PM

    Hi Farren,

    You could add new rows by clicking the 'add row' button:

    1608145847 5fda5bb73a8e5  Screenshot 10

  • Yau_C
    Replied on December 16, 2020 at 2:30 PM

    Hi Farren,

    I have cloned your form and modified your CSS: https://form.jotform.com/203504392528959

    Please take a look.