How do I add different states to a form for customers to choose st

S

Stefan B Rusynko

In Code / Html View paste

<select id="States" name="State" size="1">
<option selected>State or Province</option>
<option value="AK">Alaska</option>
<option value="AL">Alabama</option>
</select>

Add your other states before the </select>

Or in Design view insert a form and a dropdown box then double click it for Field Properties



|
 
Top