Creating a multi-language form with RSForm!
RSForm! supports multi-language forms. In order to get your multi-language forms up and running, follow these simple steps:
- Create your default (lets say english) form. In the Form Editor / Form Edit tab, type en in the Form Language ISO field.
- Select your form in the Forms list, and click Copy. An identical form will be created.
- Edit the new form, and change the Form Language ISO to fr for example, or de for german, or whatever language you wish.
- Any of these two forms will change to the appropiate language when using the "lang" parameter in the URL. For example, if you have 2 forms: the english form with id 1 and the french form with id 2, you can use:
index.php?option=com_forme&formId=1 - will load the english form
index.php?option=com_forme&formId=1〈=en - will load the english form as well
index.php?option=com_forme&formId=1〈=fr - will load the french form
One person found this article helpful.