- Aug 28, 2020
- 135
- 94
- 28
Hello, I am a beginner at laravel and followed some tutorials and created something, but I need some help regarding finalising it, I created a flow where sections have many years > years have many months > months have many days so at the time of days, create / edit I am not able to find which month I am selecting because I called all months inside the dropdown,
so I found a solution is a dependent dropdown in which the user first has to select a section and then a year and then a month which only belongs to the year which is selected by the user
how can I do it? note- use of jquery is preferred but optional. Thank you so much for your attention and participation.
so I found a solution is a dependent dropdown in which the user first has to select a section and then a year and then a month which only belongs to the year which is selected by the user
how can I do it? note- use of jquery is preferred but optional. Thank you so much for your attention and participation.
Last edited: