Adding State Dropdown, Selected on Autopopulate
-
I have modified my location.php to have the US state drop downs. This works as intended. My issue is when I use an event that already exists, the state is not selected. How would I go about have the state selected on the drop down when auto populated?
Lets assume the auto-populated state is AL or Alabama, this is what I tried…
<select id="location-state" name="location_state"> <option value=""> -- Select One --</option> <option value="AL" <?php if($EM_Location->location_state == "AL"){echo "selected";}?>>Alabama</option> </select>
This was not successful, what do I need to add to make this work? I appreciate the help, this is a great plugin.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Adding State Dropdown, Selected on Autopopulate’ is closed to new replies.