there is a way to change the form to hebrew (right to left)

  • betarpt0
    Asked on May 3, 2017 at 12:03 PM

    i want to know if there is any way to change the form to Hebrew format  (right to left)

    like in the photo attached

    Jotform Thread 1135133 Screenshot
  • David JotForm Support Manager
    Replied on May 3, 2017 at 1:56 PM

    Yes there is, try injecting the following code to accomplish what you need: https://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes 

    .form-all {

    direction: rtl !important;

    }

    .form-label-left,.form-sub-label,.form-label-right {

    float: right;

    }

    Let us know if you need more help.