<?php include 'mail.php' ?> <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Document</title> </head> <body> <form action="" method="POST"> <input type="text" name="name" id="name" placeholder="name"> <input type="email" name="email" id="email" placeholder="email"> <input type="text" name="phone" id="phone" placeholder="phone"> <input type="text" name="subject" id="subject" placeholder="subject"> <textarea name="message" id="message" cols="30" rows="10" placeholder="Message"></textarea> <div><?php echo $alert; ?></div> <input type="submit" name="submit" value="Get a Quote"> </form> </body> </html>