Multilingual form: option to translate the Save button

  • FDM_TEST
    Asked on November 10, 2021 at 7:36 AM
    Also n the translation setting, there is no option to translate "Save" button.
  • Niko_N
    Replied on November 10, 2021 at 7:41 AM

    We apologize for the inconvenience.

    I've checked and there is currently no option to translate the Save button field on the Submit button.

    Let me forward this as a feature request to our back-end team. We will not be able to provide an ETA, but once this gets implemented, we will let you know via this thread.


  • FDM_TEST
    Replied on November 15, 2021 at 11:45 PM

    1637037928 6193376815881  Screenshot 10

  • FDM_TEST
    Replied on November 15, 2021 at 11:47 PM

    Hi

    As per attached screenshot,

    we would like to make a form in Arabic, so how can we make field's description to the right? while Arabis is written from right to left

  • Michal_S Jotform Support
    Replied on November 16, 2021 at 5:18 AM

    Hello!

    I will be splitting the new inquiry into a separate thread, as it is different from the original one. You can find it here:

    https://www.jotform.com/answers/3514366

    Going back to the original inquiry, it's possible to translate the Save button using custom CSS.

    Please insert the following CSS code into your form's Custom CSS:

    [dir="rtl"] .form-sacl-button{
     color:white;
    }
    [dir="rtl"] .form-sacl-button:hover{
     color:#c3cad8;
    }
    [dir="rtl"] .form-sacl-button:after {
      font-size: 16px;
      color: black;
      content: "حفظ";
      margin-left: 42%;
    }


    If you require help with inserting custom CSS into your form, please refer to the following guide:

    How to Inject Custom CSS Codes

    As this code is dependant on the rtl attribute, which only appears when the chosen language is Arabic, it will only take effect in the Arabic version of the form, leaving the English version unaffected - as it should be:

    1637057888 619385606d7dc 1 Screenshot 10

    1637057901 6193856d82ae8 2 Screenshot 21

    Please let us know if you require any further assistance,

    Thank you!