Gestion des champs dans widget liste paramétrable

  • Valentin_Sarah
    Demandé le 23 août 2024 à 08:23

    Bonjour

    Comment mettre à la ligne un champ dans le widget liste paramétrable?

    ici, je veux mettre le champ "adresse" sur la ligne du dessous


    MERCI


    Jotform Thread 18258741 Screenshot
  • Princess Jotform Support
    Répondu le 23 août 2024 à 11:09

    Hi Sarah,

    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, I understand that you want to adjust the fields in the configurable list widget. We can achieve this by adding a custom CSS code on the widget. Let me show you how:

    1. In Form Builder, click on the Configurable List Widget.
    2. Click on the Wand Icon to open Widget settings and navigate to Custom CSS tab.
    3. Copy the CSS code below and paste it into the text box.
    4. Lastly, click Update Widget to save the changes.
    .col1{
    min-width: 30% !important;
    max-width: 100% !important;
    }

    .col4 {
    min-width: 90% !important;
    max-width: 100% !important;
    }

    Gestion des champs dans widget liste paramétrable Image 1 Screenshot 30

    Here's a screenshot of the result:

    Gestion des champs dans widget liste paramétrable 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.

  • Valentin_Sarah
    Répondu le 27 août 2024 à 07:55

    thank you


  • Valentin_Sarah
    Répondu le 29 août 2024 à 04:04

    perfect solution thanks you can close