Using Hebrew for the payment and registration forms. Is it possible?

  • Dorit
    Asked on October 9, 2016 at 6:24 AM
    Another question relates to using Hebrew for the payment and registration forms. Is it possible?
  • Dorit Korine
    Replied on October 9, 2016 at 6:38 AM

    Another question relates to using Hebrew for the payment and registration forms. Is it possible?

     

  • Jan
    Replied on October 9, 2016 at 7:25 AM

    Are you referring to the interface of a form? It is possible to create a form in right-to-left direction using this custom CSS:

    .form-sub-label {direction:rtl;unicode-bidi:bidi-override;}
    .form-all {direction:rtl;}
    .form-line-column,.form-label-right,.form-radio-item {float:right;}

    Here's a guide on How-to-Inject-Custom-CSS-Codes. You can also change the language of the form using the Language Tool. Here's a guide: https://www.jotform.com/help/298-How-to-Make-your-Forms-Multilingual

    Hope that helps. If you have any questions, let us know. Thank you.