-
mickaelchavatteDemandé le 22 mars 2025 à 16:04
Bonjour,
est il possible d’avoir une unité de paiement en « points » plutôt qu’une monnaie pour unité usage interne en entreprise?
cordialement
Micka
Page URL: https://form.jotform.com/250796206781060 -
John Support Team LeadRépondu le 22 mars 2025 à 19:16
Hi Micka,
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, the Product List, by design, uses currency for processing payments. You mentioned you'll be using points instead, does this mean you won't be connecting the Product List field with any payment gateways (e.g. PayPal, Square, and etc.)? If so, we can use custom CSS codes to remove the currency symbols and replace them with the word points instead. Let me show you how:
1. First, copy this code:
/*thread 25490581 - replace curr symbols*/
.currency_abr:before {
content: "points";
font-size: 14px;
margin-left: 2px;
}
.currency_abr {
font-size: 0px !important;
}
.form-payment-price {
padding-top: 5px !important;
}
/*ends here*/
2. Then, in Form Builder, click on the Paint Roller icon on the right side of the page to open Form Designer.
3. Now, in the Form Designer menu, click on the Styles tab, scroll down and paste the code into the Inject CSS Code box. That’s it. The code is saved automatically.
You'll notice that the currency symbols in the form have been replaced with the word points. However, this change is only visible in the form itself. Submissions from the Product List field will still display the currency symbols, as there's currently no option to fully remove them from this field.
Let us know if there’s anything else we can help you with.
-
mickaelchavatteRépondu le 24 mars 2025 à 04:24
Thank you, is perfect!!
-
mickaelchavatteRépondu le 27 mars 2025 à 04:45
Bonjour,
Pour faire suite à la question précédente, comment faire apparaitre "points" dans l' le document édité en PDF plutôt que la monnaie?
Cordialement
-
Frédéric Jotform SupportRépondu le 27 mars 2025 à 07:02
Hi Mickael,
Unfortunately, the injected CSS doesn't apply to PDF, so that you can't edit the Product List currency into the PDF. While the feature you're looking for isn't available at Jotform right now, we've gone ahead and escalated your request to our developers. Exactly when or if it's developed depends on their workload, how viable it is, and how many other users also request it. If there are any updates, we’ll circle back to this thread and let you know.
A workaround may be to display the Total amount with your custom currency, using the Form Calculation widget. Let me show you how to do it:
- In Form Builder, in the left panel, under the Widgets tab, select the Calculatrice pour formulaire.
- Click on its Wander icon.
- In the right panel, using the Blue button at the top of the pad, add the Product List field, and then add a space and your currency.
- Click on Enregistrer.
- Then, click on the Gear icon.
- In the right panel, go to the Advanced tab.
- And switch Masquer ce champ to Oui.
Then, you can update the PDF in PDF Editor for the next submissions to come, using this Form Calculation field to display the Total amount with your custom currency, as show below:
Thanks for your patience and understanding, we appreciate it.
-
mickaelchavatteRépondu le 27 mars 2025 à 11:43
Thank you!
Votre réponse
Something Went Wrong
An error occurred while generating the AI response. Please try again!