How to remove row header in Input Table?

  • dwills441
    Domanda del 7 maggio 2024 alle ore 18:04

    Hello,

    I need to add a fillable table to a form. I tried an input table but I cannot remove the row headers. I only need columns and they need to be different data types.

    I selected multi-format in the properties but I cannot see how to make some numbers or currency.
    Also, giving user the ability to add rows would be great. Example is below. Thanks.

    Insert fillable table into a form Image 1 Screenshot 20 Screenshot 10







  • Aravir Jotform Support
    Risposta del 7 maggio 2024 alle ore 19:33

    Hi dwills441,

    Thanks for reaching out to Jotform Support. You can inject the CSS code below to remove the row header in the Input Table:

    th:nth-child(1){
      display: none;
    }

    Here's how to inject the CSS code:

    1. In Form Builder, click the Paint Roller icon on the upper left side.
    2. Under the Styles tab, paste the CSS code in the Inject Custom CSS box.

    How to remove row header in Input Table? Image 1 Screenshot 20

    As for your other questions, I moved them to other threads to avoid confusion. You can check my answer on the links below:

    Reach out again if there’s anything else we can do for you.

 
La tua Risposta