RTL features

  • graphicati
    Asked on May 14, 2017 at 6:43 AM

    Greeting All,

     

    I used JotForm to design and create my forms and it is really stunning :)

    The only thing that I hope it can be available is the RTL features. Because all my forms are in Arabic language, which requires the direction of the form to be from right to left. "please see the attached image"

    Is there is any way to make that happens?

     

    Best regards.

    Jotform Thread 1144146 Screenshot
  • Jan
    Replied on May 14, 2017 at 11:13 AM

    Yes, it is possible to use the RTL direction using custom CSS. Here's the CSS code:

    .form-sub-label {
    direction:rtl;
    }

    .form-all {
    direction:rtl;
    }

    .form-line-column,.form-label-right,.form-radio-item {
    float:right;
    }

    .form-label.form-label-auto {
    text-align: right;
    direction:rtl;
    }

    Here's a guide on How-to-Inject-Custom-CSS-Codes. Here's the result:

    RTL features Image 1 Screenshot 20

    Hope that helps. Thank you.