I want to make a Hebrew form. Can I change the direction of the form to write from right to left

  • harari1911
    Asked on November 12, 2017 at 2:55 AM

     I want to make a Hebrew form. Can I change the direction of the form to write from right to left

    Jotform Thread 1296852 Screenshot
  • liyam
    Replied on November 12, 2017 at 4:29 AM

    Hello,

    You can inject this CSS code into your form to make it go RTL:

    .form-label-right {
    float: right;
    }

    .form-input {
    float: left;
    }

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

    If you have additional questions, please let us know.

    Thanks.