I'm currently building a website with a form integrated to a specific page where people can leave their contact information. The website is constructed in PHP.
After submitting the form, the data is send to a database & I receive an e-mail that a new submission has occurred. This all works fine.
My question:
How can I manage the 'submission schedule' of this form? I want people to be able to enter their info any time of any day, but I only want the data send to the database on ma-fr between 08.00 and 21.00.
Any thoughts?
Thanks a lot!