Based on the post about populating a dropdown dynamically, I have a drop down that pulls from my CATEGORIES, from which I want the user to be able to select ONLY a category that has parent (e.g. If i have men, women and children as parent categories, and each of them contains "clothes" and "shoes" I want the user to only be able to select either Men > Clothes or Men > Shoes, but not just MEN. I'm passing the correct values to form and it's picking them up, but I can't figure out how to indicate which values (the parent categories) should be disabled/unavailable for the user to select. Thanks. /sarah