Support Forums

Default vlaue for state

This is a discussion on Default vlaue for state within the Templates, HTML, CSS, and Design Help forums, part of the General category; Hello, is there a way set a default value for the State field in the user registration page? I see ...


Go Back   68 Classifieds Forums > General > Templates, HTML, CSS, and Design Help

Reply
 
Thread Tools Display Modes
Old 02-02-2010, 03:56 PM   #1
Customer
 
Join Date: Jan 2010
Posts: 70
Rep Power: 8
metrony is on a distinguished road
Default Default vlaue for state

Hello, is there a way set a default value for the State field in the user registration page? I see the code in the userjoin.tpl file but don't know how to modify it.

Code:
<select name="state" id="state" {if $req_state=="Y"}class="required"{/if}>
  <option value="none"{if $state=="none"} selected="SELECTED"{/if}>{$smarty.const.LANG_STATE_NONE</option>
  {section name=entry loop=$showstates}
  <option value="{$showstates[entry].name}"{if $state==$showstates[entry].name} selected="SELECTED"{/if}>{$showstates[entry].name}</option>
  {/section}
</select>
Thanks in advance.
__________________
Metro New York Apartments
Apartment listings for the Metro New York Area
metrony is offline   Reply With Quote
Old 02-02-2010, 04:35 PM   #2
curmudgeon
 
Join Date: Mar 2006
Posts: 5,413
Rep Power: 138
Lhotch is a glorious beacon of light Lhotch is a glorious beacon of light Lhotch is a glorious beacon of light
Default

should be able to manually enter a new option.

Tryit Editor v1.4
__________________
Larry

Knowledge learned is more valuable than knowledge given.
Lhotch is offline   Reply With Quote
Old 02-02-2010, 09:37 PM   #3
Customer
 
Join Date: Jan 2010
Posts: 70
Rep Power: 8
metrony is on a distinguished road
Default

Thanks Larry. I put the option in. My value appears twice in the list but at least it's selected by default.
__________________
Metro New York Apartments
Apartment listings for the Metro New York Area
metrony is offline   Reply With Quote
Reply

Thread Tools
Display Modes


Similar Threads
Thread Thread Starter Forum Replies Last Post
state abbreviation island1 Templates, HTML, CSS, and Design Help 10 10-06-2009 10:54 AM
Filter on state wesse249 Technical Support 5 04-07-2008 10:19 AM


All times are GMT -4. The time now is 11:19 AM.


Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2011, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0