How to translate months to numbers?

  • vanderheide
    Asked on April 4, 2019 at 4:16 PM

    Hello,

    I have connect stripe in my jotform.

    To insert the information of the creditcard into the jotform-formular,

    you have to choose the month and year of the ending of the creditcard.

    is it possible to change the month-choose ( january, february etc ) into digits ( 01, 02, 03 etc)

    because i use the forms in countrys with other language

    thank you!

  • jherwin
    Replied on April 4, 2019 at 5:37 PM

    You can achieve that by adding a German translation to your form.

    Guide: How-to-Make-Your-Forms-Multilingual

    1.) Add default language to your form, set it to English
    2.) Then edit translations, translate the months to numbers.
    3.) Once you're done with the translation, please set the German as the primary language of the form.
    4.) Then inject the custom CSS code below to hide the language selector in your form:

    .dd-placeholder.de-DE {
        display: none;
    }
    div#langDd {
        display: none;
    }

    Guide: How-to-Inject-Custom-CSS-Codes

    Here's my demo form: https://form.jotform.com/90936436502963

    Please give it a try and let us know how it goes.

  • vanderheide
    Replied on April 6, 2019 at 7:43 AM
    Thank you for your support.
    I'm sorry🙈,Where can i edit translation?
    (Translate the month into numbers?)
    Thanks jelle
    Von meinem iPhone gesendet
    ...
  • jherwin
    Replied on April 6, 2019 at 10:07 AM

    I tried to make changes and screencasts on how I did it, but it did not work anymore if I made changes to my demo form. Since your own form has no submissions yet, I suggest you use my demo form as your actual form.

    Please clone this form: https://form.jotform.com/90936436502963.

    Guide: How-to-Clone-an-Existing-Form-from-a-URL

  • vanderheide
    Replied on April 26, 2019 at 1:43 PM
    Hello, can you send me a clone ones again?
    I think i make a mistake.
    If i try it, i see the months in place of the numbers.
    Thank you for your support :)
    ...
  • Nik_C
    Replied on April 26, 2019 at 2:44 PM

    Here is my colleague's form again: https://form.jotform.com/90936436502963

    And how to clone it: https://www.jotform.com/help/42-How-to-Clone-an-Existing-Form-from-a-URL

    Hope it helps.

    Thank you!