I have a form that its action sends to a .php file that makes an insert in the database with the information passed by the form, and I already noticed that if I click twice as fast on the submit button it sends two records identical to the database, someone knows how I make a wait system for example if I send a record now to 00:41:27 I'll only be able to send another one 00:41:29 a 2-second timer, or by clicking on the submit button once it blocks so it does not send the same record twice.