Anyone got a good website to learn how to make a drop down form box that automaticaly populates countrys or provinces/states?
Kaosweaver makes a free extension for this called "Insert Prebuilt Selects"
http://kaosweaver.com/extensions/details/Insert%20Prebuilt%20Selects
Demos:
http://kaosweaver.com/extensions/demo/40
Nancy O.
Alt-Web Design & Publishing
Web | Graphics | Print | Media Specialists
Insert > Form.
Insert > Form > Select (List/Menu). Hit refresh.
On the Properties panel, hit List Values button and begin typing Labels and Values.
ALABAMA AL
ALASKA AK and so on....
Code should resemble this:
<form action="script.php " method="post">
<select name="State" id="State">
<option value="AL" selected>ALABAMA</option>
<option value="AK">ALASKA</option>
<option value="AS">AMERICAN SAMOA</option>
<option value="AZ">ARIZONA</option>
<option value="AR">ARKANSAS</option>
<option value="CA">CALIFORNIA</option>
<option value="CO">COLORADO</option>
<option value="CT">CONNECTICUT</option>
</select>
</form>
Hope this helps,
Nancy O.
Spry Data Set Master/Details.
http://labs.adobe.com/technologies/spry/samples/data_region/DataSetMas terDetailSample.html
Nancy O.
North America
Europe, Middle East and Africa
Asia Pacific