0.6b1 is just BETA 1.
If i need multilingual form i am creating form for each language. Aliases should be like "contact_en_US", "contact_ru_RU", "contact_et_EE". To call appropriate form use tag
Code: Select all
{FormBuilder form="contact_$lang" }
To make life of yours easier:
1. create one form only
2. export form to XML file
3. Import XML file under new form name (chang lang suffix)
4. Rename form title, fields, pulldown field values,... to appropriate language.
5. repeat steps 3. and 4. for the rest of languages.
P.S.
Will you PM me your system? "FB 0.6b1" is not working on my machine.