Left to right for Forms
Instapage allows building Right To Left forms. To achieve that just add the following code to page, by clicking on Settings, and then HTML/CSS. Make sure you're in the Head section and paste the code below:
NOTE: The form text will be shown right to left on the live URL, not in the builder.
Right to left for headlines, paragraphs and buttons
By default, Instapage is set up for left-to-right (LTR) languages like English. If you’re working with a Right-to-Left language (such as Arabic, Hebrew, or Persian), you’ll need to make a small adjustment so your text displays properly.
First paste your RTL content into the relevant widget, then select your alignment for the text. Now right-click on the widget and select Edit CSS from the menu.
Inside the CSS editor, add the following property to your text element’s .contents:
direction: rtl;Adding direction: rtl; in the CSS editor ensures that punctuation (like commas, periods, and question marks) aligns correctly with your RTL text flow.