Thank Christian.
It's so close. Sub-categories don't show up once I add the conditional group. I have updated all to cred_generic_field. Your help would be greatly appreciated. I have to wrap this up before the weekend. I'm just not seeing what the issue could be. This is SO NOT my zone of genius!
[php]
<div class="profile-biz-cat-sub">
[cred_generic_field field='biz-category' type='select' class='form-control' output="bootstrap"]
{
"required":0,
"default":[],
"options":[{"value":"animal-care","label":"Animal Care"},
{"value":"arts-literature","label":"Arts & Literature"},
{"value":"beauty-spa","label":"Beauty & Spa"},
{"value":"care-coordinator","label":"Care Coordinator"},
{"value":"childrens-needs","label":"Children's Needs"},
{"value":"diversity-multi-cultural","label":"Diversity/Multi-Cultural"},
{"value":"education","label":"Education"},
{"value":"fashion","label":"Fashion"},
{"value":"food-drink","label":"Food & Drink"},
{"value":"goods-retail","label":"Goods & Retail"},
{"value":"health-wellness","label":"Health & Wellness"},
{"value":"home-garden","label":"Home & Garden"},
{"value":"non-profit","label":"Non-Profit"},
{"value":"play-venues","label":"Play Venues"},
{"value":"professional-services","label":"Professional Services"},
{"value":"real-estate","label":"Real Estate"},
{"value":"technical-services","label":"Technical Services"},
{"value":"travel","label":"Travel"},{"value":"venue","label":"Venue"}]
}[/cred_generic_field]
</div>
[cred_show_group if="( $(biz-category) eq 'animal-care' )" mode="fade-slide"]
<div class="profile-biz-cat-sub">
<label>Sub-Category:</label>
[cred_generic_field field='animal-care' type='select' class='form-control' output="bootstrap"]
{
"required":0,
"default":[],
"options":[{"value":"dog-walker","label":"Dog Walker"},
{"value":"pet-caretaking","label":"Pet Caretaking"},
{"value":"pet-grooming","label":"Pet Grooming"},
{"value":"pet-supplies","label":"Pet Supplies"},
{"value":"veterinarian-services","label":"Veterinarian Services"},
{"value":"training-services","label":"Training Services"},
{"value":"alternative-cremation","label":"Alternative Cremation"}]
}[/cred_generic_field]
</div>
[/cred_show_group]
[cred_show_group if="( $(biz-category) eq 'arts-literature' )" mode="fade-slide"]
<div class="profile-biz-cat-sub">
<label>Sub-Category:</label>
[cred_generic_field field='arts-literature' type='select' class='form-control' output="bootstrap"]
{
"required":0,
"default":[],
"options":[{"options":[{"value":"actor-actress","label":"Actor / Actress"},
{"value":"animation","label":"Animation"},
{"value":"architecture","label":"Architecture"},
{"value":"author-publishing-services","label":"Author Publishing Services"},
{"value":"band","label":"Band"},
{"value":"cartoon-comic","label":"Cartoon / Comic"},
{"value":"ceramics","label":"Ceramics"},
{"value":"composer","label":"Composer"},
{"value":"custom-furniture","label":"Custom Furniture"},
{"value":"dancer","label":"Dancer"},
{"value":"editor","label":"Editor"},
{"value":"fashion-design","label":"Fashion Design"},
{"value":"film-cinema","label":"Film / Cinema"},
{"value":"film-production","label":"Film Production"},
{"value":"glassblowing","label":"Glassblowing"},
{"value":"graphic-art","label":"Graphic Art"},
{"value":"journalism","label":"Journalism"},
{"value":"literary-agent","label":"Literary Agent"},
{"value":"mixed-multi-media","label":"Mixed / Multi Media"},
{"value":"musician","label":"Musician"},
{"value":"painting-drawing","label":"Painting / Drawing"},
{"value":"photography","label":"Photography"},
{"value":"publishing","label":"Publishing"},
{"value":"pottery","label":"Pottery"},
{"value":"sculpting","label":"Sculpting"},
{"value":"singer-vocal-artist","label":"Singer / Vocal Artist"},
{"value":"tattoo-artist","label":"Tattoo Artist"},
{"value":"theater-production","label":"Theater Production"},
{"value":"video","label":"Video"}
{"value":"woodwork","label":"Woodwork"},
{"value":"writing-poetry","label":"Writing / Poetry"}]
}[/cred_generic_field]
</div>
[/cred_show_group]
[php]
Thank you!
Laurie