• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Laravel add / Remove dynamic dependent dropdown

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I successfully get to display the data based on the selected dropdown but if I click to add more there is a problem. The dependent dropdown at the second dropdown(add more) is taking value from the first dropdown. For example, there is category and subcategory. When I click add more, the subcategory2 is display data based on the category1 that I choose. It should be display data based on the category2 that I choose. It repeats on other add more which is subcategory3 and subcategory4 will display data based on the category1 that I choose. How can I make it display data based on the category I choose?

JS:
 
reply
    Bookmark Topic Watch Topic
  • New Topic