WCM Create Account State Drop Down List

Version 15.1.2.4730

I have finished walking through set up for this site, and when I try to create an account there is no list of states appearing in the state drop down list. Where does this list come from?

Brad

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.

All these values are

All these values are populated from STATE_PROVINCE table from iMIS GEN_TABLE

You can view/modify these entries from iMIS Desktop customers module..

Setup tables > State/Province codes

Thanks

 

Table has been populate

Actually, it turns out that the table that needed to be populated was the state_codes table. Once that was populated the state/province drop-down list worked.

Yes, bit confused, I can see

Yes, bit confused, I can see records from state_codes table, the same records exists in gen_table too.

select * from gen_tables where table_name like 'STATE%'

Thanks