I have a field on my user registration that allows people to choose what state they're in. Then the site shows where they set their location to in the top. They can then go to a page I've set up to edit their profile and choose a different location if they wish. Once they do this it updates in the header that their location is set to "__________".
All of that works great...
What's NOT working is that when they go to the page to edit their profile the drop down is always set to what they originally chose at sign up. They are able to chose something else and it updates correctly in the header, but it doesn't change the drop down next time they visit their page.
The drop down field has "Allow field to be populated dynamically" selected and has the same parameter that I'm using to call the data that's displaying it in the header. So I'm not sure why it's not auto-selecting that in the drop down.
Any ideas?