I am pretty new to HTML forms, but I am trying to limit 1
submit request per user, per day. So I don't have any people spam it. I am not the best coder, but not the worst.
Example (in words, not code):
If user has not submitted the form today:
Form allows person to submit.
If user HAS submitted the form today:
Form does not allow person to submit form, notifies them as well.
Please note this in HTML and JavaScript only please!