Hi,

I have multiple languages on my site and would like to have the contactform also in the different languages.

Dutch is my default language and now I want to set the English language for my contact form inclusing categories and automated reponses of the form.

How can I do that?

Best regards
Mark

Comments

Stephen Scholtz’s picture

I was just going to say that you might have to make a custom module and use hook_form_alter() to deal with this. (Something like this: http://drupal-translation.com/node/90)

But it looks like someone made a module for just this particular situation: http://drupal.org/project/tcontact

Installing it for myself right now...

Stephen Scholtz’s picture

Status: Active » Closed (fixed)

Yea, check out that tcontact module, that should totally sort you out.