-
spdobelgeDemandé le 27 octobre 2023 à 13:13
bonjour
les gens se trompent souvent et inscrivent d'abord leur nom (dans la colonne prénom) et puis leur prénom dans la colonne nom)
car en belgique on demande généralement nom / prénom et pas firstname/lastname
y aurait t il moyen d'inverser les 2 zones
actuellement je triche en inversant les sous étiquettes mais alors la zone nom est très étroite à l'écran
merci
-
Karlo Jotform SupportRépondu le 27 octobre 2023 à 16:05
Hi Alain,
Thanks for reaching out to Jotform Support. Unfortunately, our French support agents are busy helping other Jotform users at the moment. 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 keep in mind that you'll have to wait until they're available again.
Now, let me help you with your question. Unfortunately, we could not switch the first name and last name boxes, but we could add text in the placeholder of your name field. Let me show you how.
- In Form Builder, on your Name element, click on the Gear Icon.
- Go to Advanced, and on Placeholder, enter the text to switch the name field.
To make your last name box longer, you can inject this code.
#first_3 {
width: 200px;
}
Let us know if there’s anything else we can help you with.
-
spdobelgeRépondu le 27 octobre 2023 à 18:47
Bonjour
cela fonctionne pour 1 de mes formulaires (symposium) mais pas pour l'autre (masterclass)??
-
Ryan Enterprise SupportRépondu le 27 octobre 2023 à 20:55
Hi Alain,
Thanks for getting back to us. For your other form, you can use the CSS code below:
/* Adjust Name width - TicketID#8601231 */
#first_124 {
width: 200px;
}
Result:
Give it a try and let us know how it goes. -
spdobelgeRépondu le 28 octobre 2023 à 02:59
ok cela a fonctionné
et à l'avenir dans d'autres formulaires je dois inclure quoi comme code css? première ou deuxième solution?
merci
-
Sheena Jotform SupportRépondu le 28 octobre 2023 à 05:20
Hello spdobelge,
Thanks for getting back to us. It actually depends on the field ID assigned to the name field in the form you will create. You need to replace #first_124 and #first_3 from the codes above with the field ID of your current form. Let me show you how to find that:
- Click the Gear icon to open Full Name Properties.
- Under the Advanced Tab, click on Field Details, and under Field IDs, the first code is assigned for the first textbox.
Let us know if you have any other questions.