Файловый менеджер - Редактировать - /home/d46091/drivinglicencehelp.com/complaint-form.php
Назад
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> <meta http-equiv="X-UA-Compatible" content="ie=edge"> <title>Driving Licence Complaint Form | drivinglicencehelp</title> <meta name="description" content="Lodge Your Concerns with Our Driving Licence Complaint Form. Your feedback is essential in maintaining the integrity of our licencing services."> <link rel="icon" href="./assets/img/flag.png" type="image/gif" sizes="16x16"> <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css"> <link href="https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800&display=swap" rel="stylesheet"> <link rel="stylesheet" href="style.css"> <style> .container-fluid.fcs-padding-container { background: #ffffff !important; } form { background: #eee; padding: 15px; height: auto; } .fchd { background: #000; color:white; } </style> </head> <body> <?php include_once('./header.php'); ?> <br> <div class="container-fluid fcs-form-container"> <div class="row"> <div class="col-12 col-lg-6"> <h2 class="container-fluid fchd text-center text-uppercase" style="font-size:15px">Complaint Form</h2> <form id="main-form" action="complaint-submit.php" method="post" name="complaint" onsubmit="return checkform()"> <div class="form-group txt"> <label>ENTER YOUR ORDER ID <span class="required">(Required)</span></label> <?php if (isset($_GET['orderId']) && $_GET['orderId'] != '') { $order_id = $_GET['orderId']; } else { $order_id = ''; } ?> <input type="text" class="form-control" name="order_id" value="<?php echo $order_id; ?>"> </div> <button type="submit"name="submit" class="btn btn-primary fcs-submit-button">Submit Complaint</button> </form> </div> <div class="col-12 col-lg-6"> <h2 class="container-fluid fchd text-center text-uppercase" style="font-size:15px">READ THE INSTRUCTION TO FILL DRIVING LICENCE GUIDEBOOK COMPLAINT FORM </h2> <div class="form-instructions" style="background-color: #eee;"> <div class="form-group" style="margin-top: 15px;"> <label class="text-black"><strong>ENTER YOUR ORDER ID (अपना ऑर्डर आईडी दर्ज करें): </strong> Applicants are requested to enter their order ID to initiate the complaint registration process. आवेदकों से अनुरोध है कि वे शिकायत पंजीकरण प्रक्रिया शुरू करने के लिए अपनी ऑर्डर आईडी दर्ज करें। </label> </div> <div class="form-group" style="margin-top: 15px;"> <label class="text-black"><strong>SUBMIT COMPLAINT (शिकायत प्रस्तुत करें): </strong> Once the order ID is entered, applicants should proceed by clicking the Submit Complaint button. एक बार ऑर्डर आईडी दर्ज करने के बाद, आवेदकों को शिकायत सबमिट बटन पर क्लिक करके आगे बढ़ना चाहिए। </label> </div> </div> </div> </div> </div> <br><br> <div class="container mt-5"> <h4 class="text-center mb-2">ABOUT COMPLAINT FORM</h4> <p>Welcome to our Driving License Complaint portal. We value your feedback and aim to provide you with the best possible service. If you have encountered any issues or have concerns regarding our consultancy service for driving licence guidebooks, please take a moment to fill out this complaint form. Your input is essential in helping us improve our services & meet your expectations. Kindly provide detailed information about the problem you faced & our dedicated team will investigate the matter promptly. Thank you for your cooperation in enhancing our service quality & ensuring a smooth experience for all our clients. </p> </div> <script> function checkform() { var name = document.forms["complaint"]["order_id"]; if (name.value == "") { window.alert("Please enter your order id."); name.focus(); return false; } return true; } </script> <br> <?php include_once('./footer.php'); ?> </body> </html>
| ver. 1.4 |
Github
|
.
| PHP 8.1.32 | Генерация страницы: 0 |
proxy
|
phpinfo
|
Настройка