4 Languages 1 form

ChrisBDK74 16 Aug, 2011
Hi there,

I am working for a client who has 4 languages on his site, Danish, English, German and French. Danish is the default language.
My problem is, that when I insert the new languages(using joomfish + content element for joomfish), the layout gets all distorted due to the longer words in the 3 other languages.
Is it possible to make one form for each language and have it inserted in each language's respective article, so that it wouldn't be neccessary to mess with the css in each form?

Thanks in advance.

/ChrisBDK74
GreyHead 16 Aug, 2011
Hi ChrisBDK74,

Probably. I think that you'd either need to use four forms and redirect somehow depending on the language. Or I'd probably use one form with some PHP in the Form HTML to switch language versions.

Bob
ChrisBDK74 16 Aug, 2011
Hi Bob,

Thanks for answering.
I'm using joomfish for the language "controller" which is working fine. The issue was, that when
entering the translated into the forms using the chronoform content element from joomfish, the form got all distorted. I've now managed to correct it, except for one form which is acting up in IE(big surprise) and only on this page of the translated pages:
http://knudsenkilen.dk/en/bestil-produktblade/

chrome and firefox and safari is showing as it should be, with the "name" address" and so on to the left.
Any ideas?

/Chris
GreyHead 16 Aug, 2011
Hi Chris,

I think that the text-align:center is being inherited from the table surrounding the form. If you add text-align:left to the table with the form info it should work OK.

Bob

PS There's also a problem with the width:115px on the header near the top
This topic is locked and no more replies can be posted.