Some languages require form to be read right to left, for example, Arabic 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 outside of all events:
$('body').attr('dir', 'rtl');
Then save the form:
You’ll get the following result in the browser: