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
Comment #1
Stephen Scholtz commentedI 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...
Comment #2
Stephen Scholtz commentedYea, check out that tcontact module, that should totally sort you out.