<select> <option value="1">Child 1</option> <option value="2">Child 2</option> <option value="3">Child 3</option> <option value="4">Child 4</option> </select>
This question has been answered by iusemodx. See the first response.
never mind sussed it myself. For those who are interested, Ditto is yet again the answer (I Love Ditto):<select name="myoptions" id="myoptions" eform="Options:listbox:0"> [[Ditto? &parents=`1` &orderBy=`pagetitle ASC` &tpl=`eform-options` &showPublishedOnly=`1`]] </select>
<option value="[+menutitle+]">[+menutitle+]</option>
<select name="myoptions" id="myoptions" multiple="multiple" eform="Options:listbox:0"> [[Ditto? &parents=`1` &orderBy=`pagetitle ASC` &tpl=`eform-options` &showPublishedOnly=`1`]] </select>
<select name="myoptions[]" id="myoptions[]" multiple="multiple" eform="Options:listbox:0"> [[Ditto? &parents=`1` &orderBy=`pagetitle ASC` &tpl=`eform-options` &showPublishedOnly=`1`]] </select>
<select name="myoptions" id="myoptions" eform="Options:listbox:0"> [[Ditto? &parents=`1` &orderBy=`id ASC` &tpl=`product-options` &showPublishedOnly=`1`]] </select> Ditto TPL: <option value="SKU[+id+] [+menutitle+] [+availability+]">SKU[+id+] [+menutitle+] ([+availability+])</option>