Hi,
I'm writing a little plugin, and I'm having hard times inserting a select list , or radio in tab fields. Text fields are fine but as soon as field has options it does'nt use these.
The field is added after installations , but field options are'nt.
Any advice welcome.
Here is my syntax.
Code:
<field name="show_score" type="select" default="0"
title="Show Score" description="Show your score" registration="0" profile="0"
readonly="0" params="" >
<option value="0">JNo</option>
<option value="1">JYes</option>
</field>