function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
MiguelGuerreiroMiguelGuerreiro 

several languages in the web form

Hello,

 

I have created a web form for an object. The field in this object are translated into several languages.

 

How can I, using one web form only, have it display several languages?

 

Thanks!

David VPDavid VP

Hi Miguel,

 

CMSForce doesn’t support multi-lingual out of the box but fortunately there’s an easy workaround:

Just create multiple web forms for each language and change the labels of the fields to the foreign-language equivalents.

 

The picklists can be tricky though : you might need to set up different versions of those.

If your coding skills are good enough you can can join the open source project and extend CMSForce to support multilingual natively.

MiguelGuerreiroMiguelGuerreiro

moving away from the original question... how could we add the upload file feature to a web form?