SMTP Contact Form blank screen on Submit
问题 I've been having alot of issues with contact form, does anyone know why my code is just bringing up a blank screen with "(URL)/mail.php when i press Submit on my form. Here is my code <h2 class="formhead">Contact Form</h2> <br> <form class="form" action="mail.php" method="post"> <p class="name"> <input type="text" name="name" id="name" placeholder="John Doe" /> <label for="name">Name</label> </p> <br> <p class="email"> <input type="text" name="email" id="email" placeholder="mail@example.com"