I'm working on a restiling of my website with joomla and I'm testing the ChronoEngine component for 2 forms and It looks great!
I have no experience in programming but anyway the component seems easy to work for my simple forms.
The site is multilingual (Joomfish component for translate the contents): Italian / English.
How I can set up the form to work with the above languages?
Just to understand, and working with the basic form You have on Your website how I can have the fields in the correct language selected with Joomfish?:
English:
- Code: Select all
Company: <input name="name" value="" type="text"><br />
E-mail: <input name="email" value="" type="text"><br />
<input name="submit" value="Submit" type="submit">
Italian:
- Code: Select all
Società : <input name="name" value="" type="text"><br />
E-mail: <input name="email" value="" type="text"><br />
<input name="submit" value="Submit" type="submit">
Thank You for Your support<br><br>Post edited by: Cumenda, at: 2007/10/03 12:52
