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!