-
mateusrodrigues45Perguntado em 30 de janeiro de 2025 às 11:30
COMO CRIAR UMA TABELA QUE O PROPRIO RESPONDENTE PREENCHA as informações, segue o anexo como exemplo, o formulario a ser criado será para o supervisor de programa de residência médica preencher, marcando em que mês o preceptor estava atuando e em qual cenario de prática, como são 11 programas de residência faz-se necessario ser uma tabela editavel no formulario para cada um dos supervisores dos 11 programas.
-
Aries Jotform SupportRespondido em 30 de janeiro de 2025 às 19:24
Hi Mateus,
Thanks for reaching out to Jotform Support. Our Portuguese Support agents are busy helping other Jotform users right now, so 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 Portuguese, let us know, and we can have them do that. But it might take a while until they're available again.
Now, coming back to your question, you can use the input table to create the table and use the multi-type columns input type. Let me show you how to do it:
1. In Form Builder, click on the Add Element menu on the left side of the page.
2. Under the Basic tab, scroll down to Input Table and drag and drop an Input Table element to your form.
3. Click on the Gear icon beside the input table field and click on Fields, then select Multi-Type Columns.
4. Under the Fields tab, enter each column label and select column types under Column Types.
5. Under Drop Down Options for the specific column, enter the options into the text field.
Once finished creating the table, you need to inject custom CSS codes to remove the row headers. Let me show you how to do it:
1. First, copy this code:
.form-matrix-row-headers {
display : none !important;
}
th:nth-child(1){
display: none;
}
2. In Form Builder, click on the Paint Roller icon on the right side of the page to open Form Designer.
3. Now, in the Form Designer menu, click on the Styles tab, scroll down, and paste the code into the Inject CSS Code box. That’s it. The code is automatically saved.
Here's the sample result:
You can check out our guide on How to Set Different Input Types in an Input Table.
Give it a try and let us know if you have any other questions.
Sua Resposta
Something Went Wrong
An error occurred while generating the AI response. Please try again!