-
Valentin_SarahDemandé 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
-
Princess_FRé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:
- In Form Builder, click on the Configurable List Widget.
- Click on the Wand Icon to open Widget settings and navigate to Custom CSS tab.
- Copy the CSS code below and paste it into the text box.
- 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;
}
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.
-
Valentin_SarahRépondu le 27 août 2024 à 07:55
thank you
-
Valentin_SarahRépondu le 29 août 2024 à 04:04
perfect solution thanks you can close