I need to change the form in the attached file in the following way:
1. In the row that begins “Ahora elige, primero el día, y después la hora de tu reserva”, there are at present three columns: a) day of the week; b) lunch; c) dinner
2. I want to make the day of the week selectable; after the day of the week is selected, I want the second column (select box) to be populated with “lunch” and “dinner” (the same for every day); finally, the third column would be populated with different times according to the day of the week that was chosen in box 1, and according to whether “lunch” or “dinner” was chosen in box 2.
3. Finally I need instructions on how to complete the html page and where to upload the javascript on the server.
Thanks!