View Single Post
  #2  
Old 01-18-2012, 01:21 PM
  cherie's Avatar 
cherie cherie is offline
 

X-Wizard
  
Join Date: May 2003
Location: USA
Posts: 1,534
 

Default Re: Select Box - User Profile

You'd have to customize the template where that appears and use code for generating the states drop-down in place of that field, something like this:

PHP Code:
{include file="main/states.tpl" states=$states name="address_book[`$id`][state]" default=$address.state|default:$config.General.default_state default_country=$address.country|default:$config.General.default_country country_name="country" id="state`$id`"

The template might be main/register_additional_info.tpl
__________________
redlimeweb.com
custom mods and design integration
4.7 linux
Reply With Quote