ChronoForms and Joomfish - Multi Language Plugin

Pikkolo 23 Nov, 2009
Hello pals,

It's two days since I started trying to make the software at subject work, but still I can't
:cry:

The result I'd love to obtain is like this:

http://www.pistoia.turismo.toscana.it/en/request-information.html

http://www.pistoia.turismo.toscana.it/it/richiesta-informazioni.html

Here is the code for the demoform on my joomla+joomfish+chronoforms installation
<div class="form_item">
  <div class="form_element cf_textbox">
    <label class="cf_label" style="width: 150px;">Name</label>
    <input class="cf_inputbox required" maxlength="150" size="30" title="Please enter your name" id="text_1" name="name" type="text" />
  
  </div>
  <div class="cfclear"> </div>
</div>

<div class="form_item">
  <div class="form_element cf_textbox">
    <label class="cf_label" style="width: 150px;">Email address:</label>
    <input class="cf_inputbox required validate-email" maxlength="150" size="30" title="Please enter your email address" id="text_2" name="email" type="text" />
  
  </div>
  <div class="cfclear"> </div>
</div>

<div class="form_item">
  <div class="form_element cf_textbox">
    <label class="cf_label" style="width: 150px;">Subject</label>
    <input class="cf_inputbox required" maxlength="150" size="30" title="Please enter a subject for your message" id="text_3" name="subject" type="text" />
  
  </div>
  <div class="cfclear"> </div>
</div>

<div class="form_item">
  <div class="form_element cf_textarea">
    <label class="cf_label" style="width: 150px;">Message</label>
    <textarea class="cf_inputbox required" rows="5" id="text_4" title="Please enter your message" cols="40" name="message"></textarea>
    
  </div>
  <div class="cfclear"> </div>
</div>

<div class="form_item">
  <div class="form_element cf_button">
    <input value="Submit" name="button_5" type="submit" />
  </div>
  <div class="cfclear"> </div>
</div>

subject=Subject
subject=Oggetto


or anything like this, still the two forms i see on my joomla page is the same


May you please help ?

:mrgreen:
GreyHead 23 Nov, 2009
Hi Pikkolo,

ChronoForms doesn not directly support Joomfish but the Multi-language plugin should do mos tof what you need.

As I said in my PM, I suspect that you havne't enabled the Plugin in the Form Pluygin Tab.

Bob
Pikkolo 23 Nov, 2009
Is it done this way ?
GreyHead 23 Nov, 2009
Hi Pikkolo,

Yes, Now click the bar for the Multi_language plugin so that it turns green!!

Bob
Pikkolo 23 Nov, 2009
The only clickable thing on that menu seems to be the V or X ticking spot😟
I don't see any way of turning the whole bar green 😢
Pikkolo 23 Nov, 2009
Ok maybe I just did it 😛 I ll give news in a few 😛
Pikkolo 23 Nov, 2009
It worksssss :mrgreen: :mrgreen: :mrgreen: thx a lot bob ! :mrgreen:
This topic is locked and no more replies can be posted.