Renommer les lignes du WIDGET feuille de calcul

  • YGU
    Demandé le 13 octobre 2024 à 05:49

    Bonjour,

    Voici le lien pour mon formulaire : https://form.jotform.com/YGU/PREPARATION-OPEN-2025

    J'utilise des feuilles de calculs comme widget avec plusieurs colonnes et une seule ligne, j'ai réussi à renommer mes colonnes mais je ne vois pas comment changer la ligne 1 par Number

    Cordialement


    Renommer les lignes du WIDGET feuille de calcul Image 1 Screenshot 20

  • Princess_F
    Répondu le 13 octobre 2024 à 13:45

    Hi YGU,

    Thanks for reaching out to Jotform Support. Our French 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 French, 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 rename the row headers in the Spreadsheet Widget by adding the custom CSS code below:

    th:first-of-type { 
      color: transparent;
    }

    th#row_1:after {
       content: "Number";
       color: #ffffff !important;
       margin-left: -10px;
    }


    Let me show you how to do that:

    1. First, copy the CSS code above.
    2. In Form Builder, click on the Spreadsheet Widget and click on the Wand Icon to open Widget settings.
    3. Navigate to Custom CSS tab and add/paste the CSS code to the text box.
    4. Lastly, click Update Widget to save the changes.

    Renommer les lignes du WIDGET feuille de calcul Image 1 Screenshot 30

    Here's a screenshot of the result:

    Renommer les lignes du WIDGET feuille de calcul Image 2 Screenshot 41

    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.