50 States Popup Menu

I received a request by email for a Snippet with a Popup Menu for all 50 states much like we did for dates. Subscribe to our Community Snippets Public Group and then look for:

  • com.50states: All 50 states in one Popup Menu.
  • com.50stateabr: All 50 state abbreviations in one Popup Menu.

As always, you can copy these Popup Menus from these Snippets and paste them into your own.

For more on how I created these, see this topic:

4 Likes

This is very useful! I apologize as I am not a programmer. What would the java code be for making a dropdown instead of a check box (I assume it is similar to %fillpart%%fillpartend% but not the same tag)

The raw code for this dropdown is:

%fillpopup:AL:AK:AZ:AR:CA:CO:CT:DE:FL:GA:HI:ID:IL:IN:IA:KS:KY:LA:ME:MD:MA:MI:MN:MS:MO:MT:NE:NV:NH:NJ:NM:NY:NC:ND:OH:OK:OR:PA:RI:SC:SD:TN:TX:UT:VT:VA:WA:WV:WI:WY%

For a checkbox, it would be:

%fillpart%AL%fillpartend%
%fillpart%AK%fillpartend%
%fillpart%AZ%fillpartend%
%fillpart%AR%fillpartend%
%fillpart%CA%fillpartend%
%fillpart%CO%fillpartend%
%fillpart%CT%fillpartend%
%fillpart%DE%fillpartend%
%fillpart%FL%fillpartend%
%fillpart%GA%fillpartend%
%fillpart%HI%fillpartend%
%fillpart%ID%fillpartend%
%fillpart%IL%fillpartend%
%fillpart%IN%fillpartend%
%fillpart%IA%fillpartend%
%fillpart%KS%fillpartend%
%fillpart%KY%fillpartend%
%fillpart%LA%fillpartend%
%fillpart%ME%fillpartend%
%fillpart%MD%fillpartend%
%fillpart%MA%fillpartend%
%fillpart%MI%fillpartend%
%fillpart%MN%fillpartend%
%fillpart%MS%fillpartend%
%fillpart%MO%fillpartend%
%fillpart%MT%fillpartend%
%fillpart%NE%fillpartend%
%fillpart%NV%fillpartend%
%fillpart%NH%fillpartend%
%fillpart%NJ%fillpartend%
%fillpart%NM%fillpartend%
%fillpart%NY%fillpartend%
%fillpart%NC%fillpartend%
%fillpart%ND%fillpartend%
%fillpart%OH%fillpartend%
%fillpart%OK%fillpartend%
%fillpart%OR%fillpartend%
%fillpart%PA%fillpartend%
%fillpart%RI%fillpartend%
%fillpart%SC%fillpartend%
%fillpart%SD%fillpartend%
%fillpart%TN%fillpartend%
%fillpart%TX%fillpartend%
%fillpart%UT%fillpartend%
%fillpart%VT%fillpartend%
%fillpart%VA%fillpartend%
%fillpart%WA%fillpartend%
%fillpart%WV%fillpartend%
%fillpart%WI%fillpartend%
%fillpart%WY%fillpartend%
2 Likes