I have a form that collects temperatures. I am using input type=tel to get a number. If the hot water is over 41 and the cold water is over 20 i want to automatically open a css modal pop up box with a warning message. If the hot is 41 or under and the cold is 20 or under then it inputs the form sata as normal.
here is my code
<p>Hot   <input type="tel" name="room1hot" style="width: 5em" required> °C  
Cold   <input type="tel" name="room1cold" style="width: 5em" required> °C</p>
thanks
I have 66 bedrooms hot and cold to input.