Re: Default drop down menu selection
hi glsp,
For a default title try...
{foreach from=$titles item=v}
<option value="{$v.title_orig|escape}"{if $field eq $v.titleid} selected="selected"{elseif $v.titleid eq 3} selected="selected"{/if}>{$v.title}</option>
{/foreach}
'elseif' should be one word unlike 'else if'
Hope this helps.
__________________
Doms
kube v4.1.9
|