I am creating a form for adding a property listing to the database for a real estate website. The company I am making this site for is based in Colorado, so the majority of all their listings are in Colorado.
I have a drop down menu to select the state where the property is located. The state list is generated from a table that gives every state an id and has its full name and abbreviation.
To make it simpler on the people updating the site and adding listings I would like it to have CO(with the state_id of 6) as the default selected value. I can't think of a way to do this, since the list is generated from the table.
Thanks!