Page 1 of 1

formBuilder lang problem

Posted: Thu Nov 26, 2009 7:35 am
by lid3r
Hi to everyone. Got problem with formBuilder. Using {FormBuilder form='contact' lang='et_EE'} but the language is not changed on the front end. Tried in formBuilder settings:  "Run in MLE Mode", but after pressing the submit button, page reloads and selection is not saved. So to say, i cant make the MLE mode active.

Using:  CMS Made Simple 1.6.6 "Bonde" MLE + FormBuilder  0.6b1

Please help me, project is stuck, client is angry. :(

Re: formBuilder lang problem

Posted: Thu Nov 26, 2009 9:25 am
by Peciura
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.

Re: formBuilder lang problem

Posted: Thu Nov 26, 2009 10:42 am
by lid3r
Thank you, will do like you said. Yes, can PM you, but is it ok i will do it tommorrow? i have no access to my laptop right now.

Re: formBuilder lang problem

Posted: Thu Nov 26, 2009 12:27 pm
by Peciura
Yes, can PM you, but is it ok i will do it tommorrow?
Sure.

Thanx mate.