With a multilingual website structure and contour form, can someone explains what is the best way to implement a country drop down list which will serve all 4 different versions instead of creating a dictionary item for each individual country ?
To clarify, are you using the old Contour or the new UmbracoForms? You are wanting a dropdown list that will automatically populate with all of the languages that you are using on your site?
I would probably create a custom FieldType called a "Site Language Dropdown" or something like that.
Contour Country List
Hi guys,
With a multilingual website structure and contour form, can someone explains what is the best way to implement a country drop down list which will serve all 4 different versions instead of creating a dictionary item for each individual country ?
Any suggestions ??
To clarify, are you using the old Contour or the new UmbracoForms? You are wanting a dropdown list that will automatically populate with all of the languages that you are using on your site?
I would probably create a custom FieldType called a "Site Language Dropdown" or something like that.
Anyone else have any other suggestions?
Hi Mark,
Correct am using umbraco Forms with UAAS .
But still with a custom FieldType i will have to create a dictionary Item for each item am guessing ?
is working on a reply...