Advertisement:

Author Topic: Show Category and Subcategory  (Read 597 times)

Rudy78Web

  • Newbie
  • *
  • Posts: 15
Show Category and Subcategory
« on: November 05, 2016, 10:20:23 am »
Hi, I have only the category field that appears until you select this one then you have the subcategory!
How to let appears the subcategory in default until you select a category?

   <label class="control-label" for="select_1"><span class="required_fields">* </span>
     <?php _e('Select a category', 'ctg_housing'); ?>
   </label>
     <?php ItemForm::category_multiple_selects(null, null, __('Select a property type', 'ctg_housing')); ?>

Thanks

Screenshot 1 = what we have now!
Screenshot 2 = what we try to have!
« Last Edit: November 05, 2016, 11:01:25 am by Rudy78Web »