here's another question. I'm making a multilingual site for a friend.What would be the best way to make a contact form multilingual ("name", "email", "message" in different languages)?
Moved post to this thread, it's not really a feature request nor a bug or issue, but maybe the author won't notice your question until it's in the right forum...
you can use for example #form_name as a document property (with the # in front of the name of a property) and create a dictionary item form_name (without the #), that way you can provide a translation for each language.
if you make a property with the name #form_email you should thus also create a dictionary item form_email and provide translations there.
But this approach will only work if you are using languages & hostnames in your site...
Doc2Form multilingual site
Hi
here's another question. I'm making a multilingual site for a friend.What would be the best way to make a contact form multilingual ("name", "email", "message" in different languages)?
THX
Uros
Moved post to this thread, it's not really a feature request nor a bug or issue, but maybe the author won't notice your question until it's in the right forum...
Cheers,
/Dirk
hi,
you can use for example #form_name as a document property (with the # in front of the name of a property) and create a dictionary item form_name (without the #), that way you can provide a translation for each language.
if you make a property with the name #form_email you should thus also create a dictionary item form_email and provide translations there.
But this approach will only work if you are using languages & hostnames in your site...
Gerty
is working on a reply...