Arabic language is not displaying properly.
-
h.fayed33Asked on December 12, 2020 at 05:03 AM
How can I write Arabic sentence with some words in English embed within the sentence?
it keeps rearranging the words of the sentence in an incorrect form.
for example here is the correct form of the sentence
and here how it appears on jotform
لا يقتصر مصطلح " التكنولوجيا " في STEM على استخدام الأدوات التكنولوجية في الصف الدراسي مثل الكومبيوتر والمشاريع والكاميرات .
-
PatrickAnswered on December 12, 2020 at 05:14 AMJotform Support
Hello! I noticed that we've replied to your query here: https://www.jotform.com/answers/2722797
Can you send us the form ID and the form field name with which you're facing issues?
We'll take a look and get back to you accordingly.Thank you!
-
h.fayed33Answered on December 12, 2020 at 09:04 AM
Hello,
The previous reply is answering how to use multilanguage within a form but really don't solve the problem, as I mentioned before the problem happens upon writing one sentence with bilingual and this can be solved in the word documents for example by setting the alignment (right to left text direction). as shown in the below picture
here is the form, you can check the last item in the survey, I didn't complete all the items yet as all my items have the same problem (Arabic sentence with an English word in between).
https://form.jotform.com/203281796371056
Thank you !!
-
PatrickAnswered on December 12, 2020 at 10:41 AMJotform Support
Hello! Please check this form: https://form.jotform.com/203464315457960
Following is how this form should look like:
This form has CSS code to change text direction to RTL and also to align text to the right side. If this solves your purpose, then you can implement the following CSS code into your form:
html, body, *{
direction: rtl !important;
text-align: right !important;
}
.form-pagebreak, .form-pagebreak > div, .form-buttons-wrapper, .form-pagebreak, .form-submit-clear-wrapper, .form-header-group{
direction: ltr !important;
text-align: left !important;
}
In case this doesn't solve your purpose, let us know.
Thank you!
-
KevinAnswered on December 15, 2020 at 12:20 PMJotform Support
@h.fayed33,
This will be escalated to our back-end team for further inspection, we will keep you updated via this ticket.
Thanks.