[Solved] Dynamic dropdown list
Easiest way of creating dynamic dropdown is by using jquery inside the head tag. Give onchange() event and guide the data to another page using jquery code, and then link 2 dropdowns. The code I did is like this, which I felt is the easiest way for dynamic dropdowns. jquery which I included is <script> … Read more