Is it possible to have fields that run from right to left. We are using laserfiche in an arabic setting where writings are from right to left and they would like to see that in the forms setup.
Is it possible to have fields that run from right to left. We are using laserfiche in an arabic setting where writings are from right to left and they would like to see that in the forms setup.
In Laserfiche Forms, you can use CSS to make your form fields display right to left.
In the CSS section of the CSS and JavaScript page, insert the following code and click Save.
*{direction:rtl;}
Hi Eric,
Iam having the same doubt about aligning the fields from right to left. I tried the solution mentioned by you i.e adding CSS *{direction :rtl;}.
But thats only changing the field label to the right not the field itself.
For more clarification please find the attached image.