View Single Post
  #2  
Old 03-30-2008, 08:26 AM
  kube's Avatar 
kube kube is offline
 

X-Adept
  
Join Date: Sep 2005
Location: London: a small place East of Wales
Posts: 529
 

Default 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
Reply With Quote