Hi all,
I'm developing a content app having a select field.

I rightly described the field in the detail view, but I didn't find how to 
define the way to decode the value in the browser view.

So, in detail view, I have a combobox like this:

[code]
<select name="genre">
  <option value="M">Male</option>
  <option value="F">Female</option>
</select>
[/code]

But in the browser view I see:

[code]
Name     Genre
--------------------------
Davide   M
Andrea   F
[/code]

[b]Instead:[/b]

[code]
Name     Genre
--------------------------
Davide   Male
Andrea   Female
[/code]

How can I configure select in browser subapp view? 

Thanks a lot, Davide.

-- 
Context is everything: 
http://forum.magnolia-cms.com/forum/thread.html?threadId=a0e26f91-e208-496f-8aae-ce40cd090b9f


----------------------------------------------------------------
For list details, see http://www.magnolia-cms.com/community/mailing-lists.html
Alternatively, use our forums: http://forum.magnolia-cms.com/
To unsubscribe, E-mail to: <[email protected]>
----------------------------------------------------------------

Reply via email to