Related Pods: Checkboxes with Descriptions for Selected Options?
-
I have two related Pods:
locations
andlocation_options
, both using table-based storage.There are 30 fixed location options. Each location can have multiple options selected. My first thought was to make a taxonomy for
location_options
.However, each selected option also needs a short description. Ideally, on the location entry form, the options should be displayed as checkboxes, and each selected option should have a text field next to it for adding a short description. How can I set this up in a user-friendly way?
- You must be logged in to reply to this topic.