I need help with writing a code that limits the amount of form submissions per half an hour:
details:
I am using a wix form that allows clients to reserve a time slot where they can visit our showroom, (I’m not using the Wix booking feature for practical reasons). With 2 colleagues working in the showroom I would like to have the ability to have a maximum of 2 reservations per 30 minute time slot.
So when 2 different clients have filled in the form with the same time slot (let’s say 8:30), if a third client is then filling in the form they won’t have the ability to select the same time slot again (8:30 in this case).
Would there be a possibility to achieve this or any functions that could help me out with this? any help is appreciated