-
add_EnterpriseAsked on August 24, 2025 at 10:07 AM
Hi,
Could you please help me fix the RTL for this form in Arabic page only?
Page URL: https://form.jotform.com/252342360360043 -
Podo: Support AI AgentReplied on August 24, 2025 at 10:07 AM
Hi ADD,
I'm an AI assistant. I'll do my best to help you until someone from the support team is available.
A support team member has taken over this thread and will assist you further. I will no longer respond here.
Let us know if you have any other questions.
Jotform Support
-
Shaina JotForm SupportReplied on August 24, 2025 at 10:59 AM
Hi ADD_info,
I saw that your form only has one page on it. You can use CSS code to change the direction of your form text from right to left. Let me show you how to do it:
1. Copy the CSS code below:
/*text direction from right to left*/
* {
direction: rtl !important;
}
/*Ends here*/
2. In Form Builder, click on the Paint Roller icon on the upper right side of the page.
3. Click on the Styles tab on the upper right side of the page.
4. In Inject Custom CSS, paste the CSS code that I've provided earlier.If that’s not quite what you’re looking for, can you share a bit more info so I can help you better?
Once we hear back from you, we can help you sort this out.