I am trying to make a form using two drop down select menus: one to select the category, the other to select a subcategory. I am trying to make it so the subcategory options are based on which category they select first, I don’t know where to begin on this and a google search is leaving me empty handed. Thanks!
Share
This is what you want:
Note that this is only using html and pure javascript. Yes you can use JQuery too.