2012-03-23, 22:58:50
ChriS Wrote:I was struggling using p01-contact on a 3-languages site (with I18N-Plugin). Especially subject, captcha, askcopy an the send button are not customizable with the Special fields types.
Inserting the following code in the header of my template everything is fine:
Code:if ($language == 'de') $p01contact->default_lang = 'de';
if ($language == 'en') $p01contact->default_lang = 'en';
if ($language == 'it') $p01contact->default_lang = 'it';
I was actually looking into the same thing.
How exactly did you insert the code above to the head of your template?