-
BirotorPerguntado em 30 de outubro de 2024 às 14:21
-
Princess Jotform SupportRespondido em 30 de outubro de 2024 às 14:33
Hi Birotor,
We can try to hide/remove the first column in the Spreadsheet Widget by adding the custom CSS code below:
th:first-of-type {
display:none;
}
Let me show you how to do that:
- First, copy the CSS code above.
- In Form Builder, click on the Spreadsheet Widget and click on the Wand Icon to open Widget settings.
- Navigate to Custom CSS tab and add/paste the CSS code to the text box.
- Lastly, click Update Widget to save the changes.
Here's a screenshot of the result:
Here's the link to my cloned form for you to check and see the results. Also, you can clone the form by following this guide on How to Clone an Existing Form From a URL.
Give it a try and let us know if there’s anything else we can help you with.