Posts: 457
Name: Randy
Location: Northern Wisconsin
|
You can't have 3 different values for the same key?
Custom fields are stored in the database as key-value pairs. Therefore, the meta-key "grape" can only have one value for that post ID.
You would need pairs like:
"Choice 1=Malbec",
"Choice 2=Mosacatoolo",
etc...
(meta-key/meta-value)
|