Hi Buck,
I'm using SubCategories Form. After I changed default labels of categories & subcategories, then when I tried to add new listing and clicked one category, subcategory didn't show up. Please assistance
Below is the change I made to the form:
.........
var CAT = new Array();
CAT['{Cat0}'] = new Array('{sCat0}');
CAT['{Cat1}'] = new Array('{sCat1}');
CAT['{Cat2}'] = new Array('{sCat2}');
CAT['{Cat3}'] = new Array('{sCat3}');
CAT['{Cat4}'] = new Array('{sCat4}');
CAT['{Cat5}'] = new Array('{sCat5}');
CAT['{Cat6}'] = new Array('{sCat6}');
|