Is there any way to verify the RTL option is working ?
-
SharelogiAsked on April 18, 2018 at 03:11 AM
Hi there
Is there any way to verify the RTL option is working ? i used your CSS recommendation embedded here (https://www.jotform.com/answers/629135-Having-problems-in-creating-forms-in-Right-to-Left-language) and its seems like only part of the text is moving to the right (without the headers).
Any solution which will allow me full RTL solution ?
Regards
Tomer
This is a re-post of a comment on How to Inject Custom CSS Codes
-
EltonAnswered on April 18, 2018 at 08:44 AMJotform Support
Inject this CSS codes to your form. This should make your form in full RTL direction.
.form-label{text-align:right; float: none !important; display: block !important; width:100% !important; } .form-input{text-align:right; width:100%!important; display:block; } .form-header{text-align:right; } .form-buttons-wrapper {margin: 0 !important; text-align: right; } .form-all {direction: rtl; }
Guide: http://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes
-
SharelogiAnswered on April 21, 2018 at 02:43 PMhi there
I tried your solution, the headers are not set to the right area....see
attached
Regards
Tomer
... -
EltonAnswered on April 21, 2018 at 02:52 PMJotform Support
I checked your form and the header is right aligned. Are you working on a different form? If yes, let us know the form URL.
P.S. We can't see the email attachment. Please upload it directly to your thread here https://www.jotform.com/answers/1448224. Use the image upload tool.
-
SharelogiAnswered on April 21, 2018 at 03:43 PMIndeed works !
Thanks for your prompt reply
Regards
Tomer
...