-
monadressemelDemandé le 9 décembre 2024 à 03:44
Bonjour,
J'ai vu qu'on pouvait diminuer l'espacement entre les questions pour tous le formulaires. Mais je souhaiterais diminuer l'espacement uniquement entre certaines questions. Est-ce possible svp ?
Regards
-
Summer Jotform SupportRépondu le 9 décembre 2024 à 06:00
Hi Francis,
Thanks for reaching out to Jotform Support. While we do offer Support in many foreign languages, and we're working hard to add more every day, we don't currently have French Support agents who can help you. So I'll try to help you in English using Google Translate, but you can reply in whichever language you feel comfortable using.
Now, coming back to your question, to understand your request better, can you explain a bit more about the issue, so I can get a better idea of what's happening? If you mention shrinking fields, it's easy to do. Let me show you how to do it:
- In Form Builder, select the field you want to shrink and right-click on it.
- In the dropdown menu, click on Shrink.
- Once you shrink them, you can simply drag and drop them where you want.
- While in Form Builder, select the field you want to shrink and click on the Gear icon next to it.
- In the menu on the right side of the page, click on the Advanced tab.
- Scroll down and toggle the Shrink option to On.
- Select the field you want to unshrink and click on the Gear icon next to it.
- In the menu on the right side of the page, click on the Advanced tab.
- Scroll down and toggle the Shrink option to Off.
Once we hear back from you, we'll be able to move forward with a solution.
-
monadressemelRépondu le 9 décembre 2024 à 07:27
Actually my problem is the following.
Between the title "Crypto Pay Direct" and the line "Total Commande", there is too much space.
And it 's the same between "0 EUR" and "Envoyé"
And between the timer and "A l'adresse"
You see ?
I would like to reduce the space especially at these 3 location.
Thanks for help
-
Joeni Jotform SupportRépondu le 9 décembre 2024 à 10:05
Hi Francis,
According to your screen recording, I believe you're referring to this form. I cloned your form and tried to replicate the issue, but I was not able to see the Crypto Pay Direct page when I tried to make a payment. Take a look at the screencast of the result below:
Can you explain a bit more about the issue so we can look into it?
Once we hear back from you, we'll be able to help you with this.
-
monadressemelRépondu le 9 décembre 2024 à 10:24
No, the form is https://eu.jotform.com/build/243363947501054
and the app is : https://eu.jotform.com/app/build/243363924595365
and the name of both is : Commande de Vin Maison Blanche_V_CRYPTO
-
Joeni Jotform SupportRépondu le 9 décembre 2024 à 11:40
Hi Francis,
I'll need a bit of time to look into this. I'll get back to you as soon as I can.
Thanks for your patience and understanding, we appreciate it.
-
Joeni Jotform SupportRépondu le 9 décembre 2024 à 11:54
Hi Francis,
You can Inject the CSS Code below to reduce the space between fields. Let me show you how:
1. First, Copy this code.
#id_58 {
height : 135px !important;
margin-top : -10px !important;
}
#id_73 div.form-input-wide {
height : 50px !important;
}
#id_61 div.form-html {
margin-top : -30px !important;
}
2. In Form Builder, click on the Paint Roller icon on the upper right side of the panel.
3. Under the Form Designer Menu, go to the Styles tab and add the CSS Code to the Inject Custom CSS input box.
Give it a try and let us know how it goes.
-
monadressemelRépondu le 10 décembre 2024 à 10:45
Bonjour,
Cela fonctionne, mais comment faites-vous pour identifier le champs avec le bon ID ?
Pour moi j'ai trouver que les champs :
- Total Commande = #id_58
- A l’adresse = #id_61
Mais le ID #id_73 correspond à quel champs ?
-
Joeni Jotform SupportRépondu le 10 décembre 2024 à 11:45
Hi Francis,
You can find the Field ID in the Advance Setting of the form field. Let me show you how:
- In Form Builder, click on the Gear icon of the field.
- Hover your mouse to the Field Properties and go to the Advance Tab.
- Scroll down, click the dropdown arrow of the Field Details section, and you will see the Unique Name or Field ID of the field.
Let us know if you have any other questions.
-
monadressemelRépondu le 10 décembre 2024 à 13:04
For the Crypto Pay Direct field I can see this and not id-73 :
-
monadressemelRépondu le 10 décembre 2024 à 13:10
Moreover, how can I reduce the distance between this :
Total Commande:
and this :
{totalCommande} EURe monerium ou EURT tether~{totalCommande} EURAnd, reduce the distance between this :
{totalCommande} EURe monerium ou EURT tetherand this :~and this :{totalCommande} EURI tried to use the formats / bloc / div but without success....
-
Joeni Jotform SupportRépondu le 10 décembre 2024 à 13:45
Hi Francis,
The Crypto Pay Direct field is a Paragraph element, and this field does not have a field ID in the same way that other fields do. However, you can still get the CSS Code which is #id_73 in the Advance Designer of your form. Let me show you how:
- In Form Builder, click the Paint Roller icon on the upper right side of the panel.
- Under the Colors tab, click on the Advance Designer button, and you will be redirected to the Advance Designer Builder.
- Hover your mouse over the upper right side of the panel and click on the CSS tab.
- Then, Double-Click the Crypto Pay Direct field, and the CSS Code: #id_73 will appear on the input box.
Let us know if you have any other questions.
-
monadressemelRépondu le 10 décembre 2024 à 15:41
Ok for the first question.
But not for the second :-)
How can I reduce the distance between this :
Total Commande:
and this :
{totalCommande} EURe monerium ou EURT tether
~
{totalCommande} EUR
And, moreover, reduce the distance between this :
{totalCommande} EURe monerium ou EURT tether
and this : ~
and this :{totalCommande} EUR
I tried to use the formats / bloc / div but without success....
-
Joeni Jotform SupportRépondu le 10 décembre 2024 à 16:26
Hi Francis,
Are you referring to the space between each word of the Total Commande field? If so, you can add the CSS Code below. Let me show you how:
/* Target paragraph fields */
.form-html {
letter-spacing: -0.05em; /* Adjust letter spacing */
line-height: 1.0; /* Adjust line spacing (1.4 is an example, adjust as needed) */
}
Check out the screenshot of the result below:
Give it a try and let us know how it goes.
-
monadressemelRépondu le 10 décembre 2024 à 17:01
Where can I put this CSS code please ?
-
monadressemelRépondu le 10 décembre 2024 à 17:41
Please, no, between these 4 lines :
Total Commande:
{totalCommande} EURe monerium ou EURT tether
~
{totalCommande} EUR
-
Vincenzo Jotform SupportRépondu le 11 décembre 2024 à 04:56
Hi Francis,
I checked the value you mentioned on your form and noticed that these have been added in a paragraph field. So, if you want to reduce the distance between them, you will have to edit the HTML code in the paragraph element. Doing that is easy, let me show you how:
- In Form Builder, click on the Paragraph element, then click on the Pencil icon on the right side of the field to edit it.
- Click on the Source code icon and then delete the existing HTML code.
- Paste the HTML code provided below and then click on OK and Save.
<p style="text-align: center; margin: 0;"><strong>Total Commande:</strong></p>
<blockquote style="margin: 0; padding: 0;">
<div style="text-align: center; margin: 0; line-height: 1.2;">
<strong><span style="color: #999999;">{totalCommande} EURe monerium ou EURT tether</span></strong>
</div>
<div style="text-align: center; margin: 0; line-height: 1.2;">
<strong><span style="color: #999999;">~</span></strong>
</div>
<div style="text-align: center; margin: 0; line-height: 1.2;">
<strong><span style="color: #999999;">{totalCommande} EUR</span></strong>
</div>
</blockquote>
You can also increase or reducing the distance by editing the 'line-height: 1.2' values in your HTML code.
Give it a try and reach out again if you have any other questions.
-
monadressemelRépondu le 11 décembre 2024 à 05:47
ok thanks