Getting started
User guide
- Settings
- Form sets
- Containers
- Controls
- SharePoint fields
- Common fields
- JavaScript
- CSS
- Display mode: panel, dialog, fullscreen
- SharePoint web parts
- Microsoft Teams tab
- Forms versioning
Provisioning forms
- Provisioning setup
- Provisioning API
- Provisioning forms (samples)
- Provisioning Form sets and display settings (samples)
General
- YouTube
- Licensing
- Manage subscription
- Billing and payments
- Privacy policy
- Data protection and security
- Version history (Microsoft 365)
- Version history (SharePoint 2019/SE)
Multilingual support
Navigation between forms
Generating PDF documents
- Save SharePoint form as PDF
- Generate PDF from DOCX template with Plumsail Documents
- Generate PDF from DOCX template with Word Online (Business)
Integration with Power Automate
Documentation
›
Adapt SharePoint forms to right-to-left languages
How to adapt SharePoint form to right-to-left languages e.g. Arabic or Hebrew
Some languages require a form to be read right to left, for example, Arabic, Hebrew or Farsi. That would mean that all titles should be moved to the right, repositioned on the form.
This functionality is actually fully supported in Plumsail Forms!
All you need to do, actually, is to open JS code editor:

Insert the following code:
fd.spRendered(() => {
$('body').addClass('k-rtl');
});
Then save the form:

You’ll get the following result in the browser:
