<cf_states>
Displays the default select both the value and display text are abbreviated

<cf_states displayText="Select something">
This adds custom starter text

<cf_states showAbbreviations="false">
This displays the full name but the value is still abbreviated

<cf_states optionAbbreviations="false">
This displays the abbreviated display text but the value is the full name

<cf_states defaultSelected="CO">
This displays a default selected

<cf_states elementName="inState">
This gives the select field a name the dafault is states

<cf_states stateFilter="AL,AK,AZ">
This removes AL,AK andAZ from the list

<cf_states stateFilter="AL,AK,AZ" revFilter="true">
This reverses the filter so only AL, AK, and AZ from the list