RTL language support

  • Murad
    Asked on March 22, 2021 at 11:21 AM

    Hello, and thanks for this great form builder.

    I would like to ask, how can I make the form RTL, and does it support Arabic language?

    Regards

  • Gaetan_B
    Replied on March 22, 2021 at 4:13 PM

    Hello,

    Thank you for reaching out and for the kind words.


    The Arabic scripting is supported. However, to make it RTL, you would have to add the following CSS code to make the form adapt to it:

    .form-sub-label {

       direction: rtl;

       unicode-bidi: bidi-override;

    }

    .form-all {

       direction: rtl;

    }

    .form-line-column,.form-label-right,.form-radio-item {

       float: right;

    }


    To add it to your form, please follow this guide: https://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes


    Hope this helps.

    Do not hesitate to reach out if you need further assistance.