How to adapt public web forms to right-to-left languages e.g. Arabic or Hebrew

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:

JS Editor in Plumsail Forms

Insert the following code outside of all events:

$('body').attr('dir', 'rtl');

Then save the form:

Form saved

You’ll get the following result in the browser:

Form in the browser