Countdown timer

Is there a way i could create a countdown timer in days for when a form is submitted? So when somebody submits the form it then locks it out so you cant resubmit it again until the countdown has finished. i.e form submitted, form locked, 13 days until next goal and countdown in days, upon completion of countdown form becomes unlocked again.

Is this possible?

Thank you

Keep a “date submitted” field in the Members collection (as an example). The next time the user logs in, a simple today minus submitted will give how many days left. You can then notify the user with a Lightbox, or message on the page if the difference isn’t yet zero.

I have no idea when it comes to code, although what you have said seems straight forward enough… I created a client specific login so each have their own profile… So I should add a field within that database which is “date submitted” or do I have to do some sort of code to use “today minus submitted”?

I am sorry :slight_smile: thank you for your reply.

Anybody help with this? I am willing to pay.