On the Attributes Controller, this should appear in the right hand box for the Option Value ... after you have clicked on the Option Name for:
Your Initials
If it doesn't, then it sounds like you have missing values in your database table(s) ...
First, check that the table:
products_options_types
has 6 records to it with:
Code:
products_options_types_id products_options_types_name
0 Dropdown
1 Text
2 Radio
3 Checkbox
4 File
5 Read Only
Next, check the table:
products_options_values
make sure that you have a record for:
Code:
products_options_values_id language_id products_options_values_name products_options_values_sort_order
0 1 TEXT 0
Bookmarks