I’m using Contact Form 7 for my forms and also qTranslate to translate my website.
I would like to translate all my fields and for that I used:
<!--:en-->First Name (required)<!--:--><!--:ru-->Фамилия (обязательно)<!--:-->
But it display this:
First Name (required)Фамилия (обязательно)
What should I use to make it work?
What I normally do when using this combination of plugins is to create one form per language.
Easy and effective.
You could also try qTranslate quicktags: [:en]English text[:ru]Фамилия
.
But much probably this will lead to some issues down the road.