Help with Relationships
-
HI, I have created a Pod that uses a Relationship field as a simple defined list and checkboxes, in the CMS checkboxes selected spit out a list of the choices made, I’m trying to find a way to attach swatches to the items.
I’ve tried to create a template that wraps the items but I do not know if it is possible to give each of the items their own class. Here is my effort at using some php,
[if carcass_colours]
[before]<div class=”carcass-colours”>
[each carcass_colours]<div class=”item”><i class=”fa fa-check” style=”color: #000000;” aria-hidden=”true”></i> {@_value}</div>[/each]
[after]</div>
[/if]The only other way I could think of was creating a template and writing my own checkboxes using html using ‘item type’, but not sure how to link them to the custom post type.
So, is this possible? Thanks so much for any help.
The page I need help with: [log in to see the link]
- The topic ‘Help with Relationships’ is closed to new replies.