Viewing File: /home/ubuntu/fansforx_landing_ui/contact-us-form.html
<!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.0">
<title>Document</title>
</head>
<body>
<div class="contact-us-form">
<form action="src/index.php" method="post">
<div class="validation-message"></div>
<input type="text" name="csrf_token" id="csrf_token">
<div class="row">
<div class="col-xs-12 col-md-6 col-xl-6 col-lg-6">
<div class="form-group"> <label>Name</label>
<div class="input-group mb-3">
<div class="input-group-prepend"> <span class="input-group-text" id="name"><svg xmlns="http://www.w3.org/2000/svg" fill="#6730e3" width="20px" height="20px" viewBox="0 0 448 512"><path d="M224 256A128 128 0 1 0 224 0a128 128 0 1 0 0 256zm-45.7 48C79.8 304 0 383.8 0 482.3C0 498.7 13.3 512 29.7 512H418.3c16.4 0 29.7-13.3 29.7-29.7C448 383.8 368.2 304 269.7 304H178.3z"/></svg></span> </div>
<input type="text" class="form-control" name="name" data-validation="length" data-validation-length="3-200" placeholder="Enter your name" required />
</div>
</div>
</div>
<div class="col-xs-12 col-md-6 col-xl-6 col-lg-6">
<div class="form-group"> <label>Email</label>
<div class="input-group mb-3">
<div class="input-group-prepend"> <span class="input-group-text" id="email"><svg xmlns="http://www.w3.org/2000/svg" fill="#6730e3" width="20px" height="20px" viewBox="0 0 512 512"><path d="M48 64C21.5 64 0 85.5 0 112c0 15.1 7.1 29.3 19.2 38.4L236.8 313.6c11.4 8.5 27 8.5 38.4 0L492.8 150.4c12.1-9.1 19.2-23.3 19.2-38.4c0-26.5-21.5-48-48-48H48zM0 176V384c0 35.3 28.7 64 64 64H448c35.3 0 64-28.7 64-64V176L294.4 339.2c-22.8 17.1-54 17.1-76.8 0L0 176z"/></svg></span> </div>
<input type="text" class="form-control" name="email" data-validation="email" placeholder="Enter your email" required />
</div>
</div>
</div>
</div>
<div class="form-group"> <label>Phone</label>
<div class="input-group mb-3">
<div class="input-group-prepend">
<span class="input-group-text" id="phone"><svg xmlns="http://www.w3.org/2000/svg" fill="#6730e3" width="20px" height="20px" viewBox="0 0 384 512"><path d="M16 64C16 28.7 44.7 0 80 0H304c35.3 0 64 28.7 64 64V448c0 35.3-28.7 64-64 64H80c-35.3 0-64-28.7-64-64V64zM224 448a32 32 0 1 0 -64 0 32 32 0 1 0 64 0zM304 64H80V384H304V64z"/></svg></span>
</div>
<input type="number" class="form-control" name="phone" data-validation="custom" data-validation-regexp="^\s*(?:\+?(\d{1,3}))?[-. (]*(\d{3})[-. )]*(\d{3})[-.]*(\d{4})(?: *x(\d+))?\s*$" placeholder="Phone" required />
</div>
</div>
<div class="form-group"> <label>Message</label>
<div class="input-group mb-3">
<textarea type="text" class="form-control height-auto" name="message" placeholder="Message" rows="5" required></textarea>
</div>
</div>
<div class="contactus-footer"> <button type="submit" class="btn btn-color btn btn-send"> Send </button> </div>
</form>
</div>
</body>
</html>
Back to Directory
File Manager