I do not know much about html. I have a simple web page for multiple choice answers, this format:
a question, 4 radio buttons
a question, 4 radio buttons
and so on.
At the bottom is a send button to send the input to my email, where I use python to parse the input. This works ok.
<input type="submit" value="Send Form">
What I want is a timeout on the send button, so that, say after:
18:00 Friday 19th October 2018
the send button is deactivated. I'd like a little message to appear, something like "You are too late, I said hand in your homework by 6 o'clock Friday."
I will be very grateful for any tips on how to achieve this. PHP? Javascript?