PHPMailer sends duplicate emails
问题 PROBLEM: I'm receiving three duplicate emails for each user who signs up with their email address. My guest list is being overrun by duplicate emails, and I don't know what's wrong with my code. Probable Cause : I have 3 signup forms, so I think somehow when I submit one signup form they all submit at the same time. The problem lies in either the Bootstrap 4.1.3 JS or the HTML. PHP Code: $email = $_REQUEST['email'] ; // Import PHPMailer classes into the global namespace // These must be at