Update: I don't want to use JS to generate forms or navigate through them
I need to create an application that generates a drop down menu with items obtained from a list of folders in the local host and then generates another drop down menu based on that. Then, based on the second selection it needs to either present a list of scripts or another list of folder after which some other scripts will be available.
When the final script is selected two more fields should show up in which the user should enter and select two more values.
With all these values then a command on the local host will be executed - the values will be passed as parameters.
Can this be done without JS?
I have enough Python/Flask and HTML skills to do this in a reasonable amount of time, but I don't have the necessary JS skills or the time to learn JS. Some pointers would be great :)
Thank you