Posts by Lopez • 21 points
1 post
-
2
votes2
answers50
viewsQ: How not to send many records by clicking often on the button
I have a button, where I’ve seen several topics and one of the solutions it disables, but does not send the data. Button code: <button onclick="this.disabled = true; this.form.submit(); return…