Hi all,
I have a question about something I’m building.
I’m using a front end form where a user can update their post which in turn will be filterable via Isotope.
I have a group called Experience and inside this group I have a list of checkboxes which have a label and two options (let’s say option one and option two)
Experience
Label : Option One , Option Two
Label : Option One , Option Two
Label : Option One , Option Two
etc
In the front end I have two columns and would like to be able to display the labels based on their values in two columns, like so:
Option One , Option Two
Label
, Label
Label,
Label
How would I go about building this?
I also would need to add this label as a class to a parent div, but I think I’d need to add that with jQuery. If I was to do this, how do I get the label if either of these checkboxes are selected?
Many thanks
Paddy