Drop down menu’s not saving using Custom Meta Boxs in WordPress

Dan, the problem is that when you save the post meta, it’s using a name that doesn’t exist as you’ve added '_team1ban_1 etc, but the code you’ve linked to looks for inputs named $fields['id'].

If you want to use the linked framework, I suggest you add them as separate fields. (i.e. three separate select boxes). Exactly how to do that falls out of the scope of this site, but a quick look at the pastie, it seems you’ll want to add three arrays to the fields (see line 43 for example).