I can not get the "selected items" in a Select List to appear in the User profile. The site is built with Drupal v7.
I have added a content type called "Profile" that contains 28 fields. Five of those fields are set up with a Field Type of List (text) and a Widget of "Select List".
In the Edit Profile page, all of the fields appear. When I build or edit a Profile, I can select the items that show in the select list box and they remain highlighted. After I save the changes and go to the Profile, all of the populated fields show up..except the choices made in the select list box.
Here is what I have done to try and remedy the issue (and none of them fixed the problem)...
Installed and enabled Multiselect module, changed fields to Multiselect
Changed fields back to Select List
Cleared Cache
Ran Cron
Ran Update script
Set one of the items in the select list to the Default choice
Removed the fields,rebuilt them and added them back to the Profile
Changed Theme to Garland, Stark, Seven and Bartik
I am using WYSIWYG with TinyMCE. Filters that are enabled are Full HTML, Text and Filtered HTML
Any suggestions for how to resolve the problem?