Le coupon code est en Anglais. Je suis Français.

  • allopc59710
    Demandé le 13 juillet 2016 à 08:08

    Bonjour,

    j'ai créer un formulaire avec un "coupon code". J'aimerais écrire en Français "Appliquer" au lieu de "Apply".

    J'ai essayer avec le code source, mais une fois en ligne, le bouton reviens encore en anglais.

    Le lien est ici : http://www.jelouemonsite.fr/packs-site/pack-site-vitrine/inscription-au-pack-site-vitrine/

    Pouvez faire quelque chose svp ?

    Merci par avance

    Jotform Thread 881518 Screenshot
  • Elton Support Team Lead
    Répondu le 13 juillet 2016 à 11:21

    The text for coupons are hard coded on the Jotform script.

    To change it, please append these codes inside the JotForm.init function found in your form source code. Make sure to change the text  for "Change" button (highlighted in orange).

    JotForm.paymentTexts.couponApply = "Appliquer";
    JotForm.paymentTexts.couponChange = "Change";

    Example:

    Le coupon code est en Anglais Screenshot 20

    That should permanently changed them without any issue.

    If you need further clarifications, let us know.