How can allign my form to the right side to fit Hebrew speakers?

  • kaduresht
    Asked on July 9, 2014 at 7:05 AM

    I can allign the cells but not the entire form

  • Carina
    Replied on July 9, 2014 at 10:30 AM

    Please inject the following css code:

    .form-all

    {

    direction:rtl;

    }

    This code will right-align the form and the writing direction will also be from right to left.

    Let us know if further support is needed.

    Thank you