Saving two categories from two dropdowns in front end posting form

So, here’s the deal: I have two category dropdowns, the first for the parent categories and the second for the child categories. They form a chain so that when you select the parent category the second dropdown will be populated with its child categories. Here’s the code in the form itself: <script type=”text/javascript”> $(function() { … Read more