Dear All ,
i have two questions ...
First : how to make forms to be aligned from right to left ??
i am working on Arabic Forms ...and i had already changed the fields label but not the field itself using CSS
*{ direction : rtl; }
but while i am trying to use margin property to move the fields, it caused many conflicts in the mobile and other screens ...
Second question
after creating the form ...can i get the Form Code ( in Java or C# + HTML) i think it will be easier to change or handle the Form from the code itself