Search found 2 matches
- Sat Jan 22, 2022 3:18 pm
- Forum: PHP - Code
- Topic: Duplicate Form Submissions
- Replies: 3
- Views: 2215
Re: Duplicate Form Submissions
Great, Thanks! I added the code you suggested and when I click "Submit Names" I see the "Sending..." message but the contents of the form don't get submitted to the database. What should I be looking for as an error? My code looks like the attached image. (because I am new, some ...
- Sat Jan 22, 2022 5:38 am
- Forum: PHP - Code
- Topic: Duplicate Form Submissions
- Replies: 3
- Views: 2215
Duplicate Form Submissions
I have a name entry form where people enter names for name badges that get written to a MySQL database. The problem is, if there is a short lag after hitting the "submit" button, it will duplicate the entries. ore even worse, if the user double clicks or triple clicks "submit" (e...