Create New Item
×
Item Type
File
Folder
Item Name
×
Search file in folder and subfolders...
File Manager
/
firstcash
/
en
Advanced Search
Upload
New Item
Settings
Back
Back Up
Advanced Editor
Save
<?php include('./all/config.php'); include('./all/header.php'); include('./all/navbar.php'); ?> <section data-bs-version="5.1" class="header12 cid-tyCfvuk4ue mbr-parallax-background" id="header12-k"> <div class="container mt-5"> <h3 class="mb-5 text-center" style="font-weight:bold;color:#2D3192">Contact Us</h3> <div class="card"> <form action="" method="post"> <div class="mb-3"> <label for="exampleFormControlInput1" class="form-label">Your Name:</label> <input type="text" class="form-control" id="exampleFormControlInput1" placeholder=""> </div> <div class="mb-3"> <label for="exampleFormControlInput1" class="form-label">Email address:</label> <input type="email" class="form-control" id="exampleFormControlInput1" placeholder="name@example.com"> </div> <div class="mb-3"> <label for="exampleFormControlInput1" class="form-label">Subject:</label> <input type="text" class="form-control" id="exampleFormControlInput1" placeholder=""> </div> <div class="mb-3"> <label for="exampleFormControlTextarea1" class="form-label">Details:</label> <textarea class="form-control" id="exampleFormControlTextarea1" rows="3"></textarea> </div> <button type="submit" class="btn btn-primary" style="float: right; width:150px;">Submit</button> </form> </div> </div> </section> <?php include('./all/footer.php') ?> </body> </html>