Creating forms with deadlines

Hey guys

I’m not a coder, but I’m trying to add forms to my website with deadlines. I basically have running daily competitions and I want them to close at a specific time automatically.
Is there a way of doing that without any coding? And if so, what is it?
Alternatively, do you know if I can integrate Google forms with Google Docs on to Wix, because I know I can time those.

Many thanks,
Alex

You can use UNIX to check for the timestamp and decide whether to submit a form or not.

Hi Shan

Thank you for getting back to me. I’m not 100% sure what I need to to do with the time stamp.
Just to confirm, I basically need my forms to stop accepting submissions at a certain time.
So if I say that the deadline is 14:00 GMT - that nobody can submit anything at 14:00:01.

Does anyone know if that is possible?

UNIX timestamp is the number of seconds passed since Jan. 1 1970. You can calculate your deadline date in the UNIX format by going on the link i gave above. After that just use a javascript conditional statement to allow or disallow the form submission