I have a table with student records. I have an Action “Withdraw” that shows as a button. I got so far. Now, when the action is pressed / triggered, I ideally want to popup an input() window that shows a dropdown question of possible reasons why a student withdraws. When the first selection is made, a dependent dropdown should display for another selection. When the user finished the selections and confirms, a new record should be added to an other table “Withdraw requests” for further review by admins.
I have not yet figured out how to create the input window that shows a dropdown and a depending dropdown, as well as adding the record to a new table upon confirmation.
Any help is appreciated.