contact.php

<!DOCTYPE html> <html lang ="en"> <head> <meta charset = "utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> <meta name="description" content="SEIS751 Projct"> <meta name="author" content="Aba Dougan"> <!-- Bootstrap core CSS --> <link href="http://linux2.gps.stthomas.edu/~doug1324/project/css/bootstrap.min.css" rel="stylesheet"> <!-- Custom styles for this template --> <link href="https://fonts.googleapis.com/css?family=Playfair+Display" rel="stylesheet"> <link href="http://linux2.gps.stthomas.edu/~doug1324/project/css/style.css" rel="stylesheet"> <link href="http://linux2.gps.stthomas.edu/~doug1324/project/css/sticky-footer.css" rel="stylesheet"> <!-- favicon --> <link rel="shortcut icon" href="http://linux2.gps.stthomas.edu/~doug1324/project/img/images.favicon.ico" type="image/x.icon" sizes="50x50"/> <title> Aba Project - Contact </title> </head> <body> <?php require ("./files/nav.php"); ?> <div class="column"> <div class="card"> <p style="color:#306EFF"> If you have any questions, please fill out the form below. Thank you. </p> <div class="content display-container" style="height:800px;" align="center"> <div class="col-lg-5" > <form id="contact-form" action="action.php" method="post" role="form"> <input type="hidden" name="_csrf" value="text"> <div class="form-group field-contactform-name required"> <label class="control-label" for="contactform-name">Name</label> <input type="text" id="contactform-name" class="form-control" name="ContactForm[name]"> <p class="help-block help-block-error"></p> </div> <div class="form-group field-contactform-email required"> <label class="control-label" for="contactform-email">Email</label> <input type="text" id="contactform-email" class="form-control" name="ContactForm[email]"> <p class="help-block help-block-error"></p> </div> <div class="form-group field-contactform-subject required"> <label class="control-label" for="contactform-subject">Subject</label> <input type="text" id="contactform-subject" class="form-control" name="ContactForm[subject]"> <p class="help-block help-block-error"></p> </div> <div class="form-group field-contactform-body required"> <label class="control-label" for="contactform-body">Body</label> <textarea id="contactform-body" class="form-control" name="ContactForm[body]" rows="6"></textarea> </div> <div class="form-group"> <button type="submit" class="btn btn-primary" name="contact-button">Submit</button> </div> </form> </div> </div> </div> </div> <!-- Footer --> <footer class="footer"> <?php require ("./files/footernav.php"); ?> </footer> <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.0.0/jquery.min.js" integrity="sha384-THPy051/pYDQGanwU6poAc/hOdQxjnOEXzbT+OuUAFqNqFjL+4IGLBgCJC3ZOShY" crossorigin="anonymous"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/tether/1.2.0/js/tether.min.js" integrity="sha384-Plbmg8JY28KFelvJVai01l8WyZzrYWG825m+cZ0eDDS1f7d/js6ikvy1+X+guPIB" crossorigin="anonymous"></script> <script src="js/bootstrap.min.js"></script> </body> </html>
My Web Design & Development

Be the first to comment

You can use [html][/html], [css][/css], [php][/php] and more to embed the code. Urls are automatically hyperlinked. Line breaks and paragraphs are automatically generated.