How do I make the text of my form conform to Hebrew text direction (RTL)?

  • shiran7
    Asked on October 17, 2017 at 6:29 AM

    Hi! Can I change the text direction and field direction in your fields?

  • liyam
    Replied on October 17, 2017 at 10:18 AM

    Can you inject this CSS code and let us know if this works: 

    .form-sub-label {
       direction:rtl;
       unicode-bidi:bidi-override;
    }
    .form-all {
       direction:rtl;
    }

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

    You can check out this guide to know how to inject CSS into your form: https://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes