Greetings. I am starting out in this area of dev and have entered into a challenge of developing a Restrictive Form.
What does it consist of?
- In this simple example I will use 3 selects
1 condition validation option value="AM" option value="PM"
2 - Containing schedules referring to the morning
example
option value="01:00"
option value="02:00"
option value="03:00"
option value="04:00"
3 - Containing schedules for afternoon / evening
option value="13:00"
option value="14:00"
option value="15:00"
option value="16:00"
When selected in the first select the option AM, the application calls the Select for the morning and when we select the option PM, we will do the same with the other form.
Please help me.
I use PHP, HTML and CSS. Any light that anyone can give me? Thanks in advance for your attention.