Файловый менеджер - Редактировать - /home/d46091/public_html/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>Udyam Registration Complaint Form</title> <meta name="description" content="File your complaint and issues related to Udyam in the Udyam registration complaint form and get a reply from experts."> <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="./main.css"> <style> .container-fluid.fcs-padding-container { background: #ffffff !important; } form { background: #eee; padding: 15px; height: 95% !important; } .fchd { background: #000; color:white; } </style> </head> <body> <?php include_once('./header.php'); ?> <div class="container-fluid fcs-form-container"> <div class="row"> <div class="col-12 col-lg-6"> <h1 class="container-fluid fchd text-center text-uppercase" style="font-size:15px">Complaint Form</h1> <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"> <h1 class="container-fluid fchd text-center text-uppercase" style="font-size:15px">READ THE INSTRUCTION TO FILL COMPLAINT FORM</h1> <form> <div class="form-group"> <label>Enter Your Order ID (अपना ऑर्डर आईडी दर्ज करें):</label> <p>Applicants are required to input their Order ID to file a complaint (शिकायत दर्ज करने के लिए आवेदकों को अपना ऑर्डर आईडी दर्ज करना आवश्यक है).</p> </div> <div class="form-group"> <label>SUBMIT COMPLAINT (शिकायत प्रस्तुत करें): </label> <p>Once you've entered your Order ID, simply click on the 'Submit Complaint' button. (एक बार जब आप अपना ऑर्डर आईडी दर्ज कर लें, तो बस 'शिकायत सबमिट करें' बटन पर क्लिक करें) </p> </div> </form> </div> <p class="p-5" style="text-align: justify;">Note: Our Complaint Form is your direct way to talk to us about any concerns, issues, or feedback. Start a conversation for resolution and share your thoughts with us today using our easy-to-use Complaint Form.<br><br> (हमारा शिकायत फ़ॉर्म किसी भी चिंता, मुद्दे या प्रतिक्रिया के बारे में हमसे बात करने का आपका सीधा तरीका है। समाधान के लिए बातचीत शुरू करें और हमारे उपयोग में आसान शिकायत फॉर्म का उपयोग करके आज ही अपने विचार हमारे साथ साझा करें). </p> </div> </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
|
Настройка