How to make a fillable table?

  • hlahud
    Fecha de consulta 26 de marzo de 2024, 19:13

    ¿Se puede agrgar una tabla para que rellene? como esta? How to make a fillable table? Image 1 Screenshot 20

  • Marehlene_B Jotform Support
    Fecha de respuesta 26 de marzo de 2024, 21:25

    Hi hlahud,

    Thanks for reaching out to Jotform Support. Unfortunately, our Spanish Support agents are busy helping other Jotform users at the moment. I'll try to help you in English using Google Translate, but you can reply in whichever language you feel comfortable using. Or, if you'd rather have support in Spanish, let us know and we can have them do that. But, keep in mind that you'd have to wait until they're available again.

    Now, let me help you with your question. Are you trying to produce a similar table in your online form, or do you want to upload this PDF containing the table? If so, you can upload the PDF and convert it into an online form. Let me show you how:

    • Go to My Forms and select Create Form in the upper-left corner.

    How to make a fillable table? Image 1 Screenshot 40

    • Select Import Form.

    How to make a fillable table? Image 2 Screenshot 51

    • Next, select Import PDF form to open Smart PDF Forms.

    How to make a fillable table? Image 3 Screenshot 62If that’s not exactly what you’re looking for, can you explain a bit more so I can help you better?

  • hlahud
    Fecha de respuesta 27 de marzo de 2024, 17:36

    Justo eso intente ayer pero no funciona, no me aparece como tal la tabla

    Quiero saber si hay una opción donde pueda poner una tlaba para rellenar

    How to make a fillable table? Image 1 Screenshot 20Algo así pero aqui en esta plataforma?

  • Aravir Jotform Support
    Fecha de respuesta 27 de marzo de 2024, 20:03

    Hi hlahud,

    Thanks for getting back to us. You can use the Input Table element to create a fillable table. Here's an example:

    1. In Form Builder, click the Add Form Element option on the upper left side.
    2. Under the Basic tab, drag and drop the Input Table element to your form.
    3. Click the Gear icon, select Textbox in Input Type, and enter your column header in the Column section.
    4. Then press enter in the Rows section to add more rows.

    How to make a fillable table? Image 1 Screenshot 30

    Inject the CSS code below to remove the row header:

    .form-matrix-row-headers {
      display : none !important;
    }
    th:nth-child(1){
      display: none;
    }

    Here's how to inject the CSS code:

    1. 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 make a fillable table? Image 2 Screenshot 41

    You can clone my Demo Form #13305571. We have a guide on How to Clone an Existing Form From a URL.

    Give it a try and let us know if you need any help.