I have a custom field whose name is Vehicle Type . This field receives the car or bike types. I made a combo combo with jQuery
which, when I select the vehicle type, is filled with the vehicle brand. For example: tipo = moto > marca = Honda
. So far so good. But when I select the tag for it to return the template in a third select, which is related to the template, it does not return anything!
The field for the vehicle type is a custom field. For the brand, I use one category, and for the template, another custom field!
Is there a better way to relate these three fields?