-
hlahudFecha de consulta 26 de marzo de 2024, 19:13
¿Se puede agrgar una tabla para que rellene? como esta?
-
Marehlene_BFecha 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.
- Select Import Form.
- Next, select Import PDF form to open Smart PDF Forms.
If that’s not exactly what you’re looking for, can you explain a bit more so I can help you better?
-
hlahudFecha 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
Algo así pero aqui en esta plataforma?
-
Aravir Enterprise SupportFecha 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:
- In Form Builder, click the Add Form Element option on the upper left side.
- Under the Basic tab, drag and drop the Input Table element to your form.
- Click the Gear icon, select Textbox in Input Type, and enter your column header in the Column section.
- Then press enter in the Rows section to add more rows.
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:
- Click the Paint Roller icon on the upper left side.
- Under the Styles tab, paste the CSS code in the Inject Custom CSS box.
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.