Hi Minesh,
The link you're offering, is the solution I suggested on page 1 of this thread - was that intentional?
Would it be possible to change english_names from select to single line and separate terms with a comma, then in the view template where the select list appears substitute "," with
What you are saying is possible and you can import option with comma and display it accordingly with few adjustment but it will not populate the dropdown select box.
As what you said - once you change the select to single line - you will impoart comma separated string as it's value and with iew template you will process the comma and display it with li html tag but it will not POPULATE the dropdown select box with options but it will display the content using li tag.
Hi Minesh,
Sorry my mistake I was confusing a select dropdown with a list, but the same could be built using <select>, <option>, </option>. Is there any documentation about select fields and setting dropdown options?