Form combo xml

Dear Support Team!

There is any chanche a select the any item first item?

Here is my example but it is not working

<data><item value="2" label="1231" /><item value="1" label="757575757" /><item value="3" label="alien-arena-server" selected="true" /></data>

or

<data><item value="2" label="1231" /><item value="1" label="757575757" /><item value="3" label="alien-arena-server"  selected/></data>

build xml from php. value = peopleID and label = any other information (like phone number)

but i want <item vaule=3 …> will be the first item.

in the combo component its working this method

<select style='width:200px;'  id="combo_zone1" name="alfa1">
                <option value="1">a00</option>
                <option value="2">a01</option>
                <option value="3" selected>a02</option>
                <option value="4">a10</option>
            </select>

Thank you for your help

Hello,

What form version are you using ?

dhtmlxSuite 2.6
i try 3.0 libraries but render is not worked.

Probably select options are loaded from page defined in connector. Try to use attached file. It allows define selected=“1” attribute for a option
dhtmlxform.zip (14.8 KB)