Hi, i have created a new listing types called "boats".

I have copied everything from the car type, and everything work like it should except the quick search in tab. I have already built all the search forms, they are configured the same way, but there is a problem with Make/Model field.

If i use the "make/model" field in the quick search form in "cars", it will be split in two categories "Make" and "Model" with two independent dropdown boxes, like the following picture:

separado.jpg

But, if i use the same "make/model" field in the quick search form of "boats" it will show two dropdown boxes with the same title, like the following picture:

juntos.jpg

I've also noticed when the car it will use "MAKE" and "MODEL" KEY, and in the boat form, it will use "listing_field+name+CategoryID" key.

Any help with this?

Thanks!