-
Gaetan_contactDemandé le 25 octobre 2024 à 13:50
comment supprimer les trait blanc entre chaque section sur mon formulaire ?
Page URL: https://form.jotform.com/242985338991373 -
Christian Ice Jotform SupportRépondu le 25 octobre 2024 à 16:29
Hi Montagné,
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 remove the white lines between each section of your form by injecting a CSS code. Let me show you how:
1. In Form Builder, click on the paint roller icon in the upper right corner.
2. Go to Styles in Form Designer panel on the right.
3. Copy the code below and paste it under the Inject Custom CSS. All changes are saved automatically.
.form-header-group.header-large {
border-bottom : 0px;
}
.form-header-group.header-small {
border-bottom : 0px;
}
.form-pagebreak {
border-color : transparent;
}
We also have a guide on How to Inject Custom CSS Codes that you can check out.
Give it a try and reach out again if you have any other questions.
-
Gaetan_contactRépondu le 26 octobre 2024 à 08:05
Super merci
Et est-il possible de faire glisser les questions comme ce formulaire :https://1izo6r21yre.typeform.com/to/sCAJXkxK -
Eldrex Jotform SupportRépondu le 26 octobre 2024 à 10:17
Hello Montagné,
Can you explain a bit more about what you are trying to achieve? So we can give you the best recommendation or workaround.
Once we hear back from you, we'll be able to help you with this.