Getting started
User guide
Provisioning forms
Examples
General
Multilingual support
Navigation between forms
Generating PDF documents
Integration with Power Automate
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(function() {
$('body').addClass('k-rtl');
})
Then save the form:
You’ll get the following result in the browser: