Файловый менеджер - Редактировать - /home/d46091/udyogaadhaaronline.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>Submit your complaint | udyogaadhaaronline.com</title> <meta name="description" content="submit your complaint at any time and we will contact you soon with the solution."> <link rel="icon" href="/assets/img/udyogaadhaaronline-logoo.svg" type="image/gif" sizes="16x16"> <link rel="stylesheet" href="./fontawesome/css/all.css"> <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="../assets/css/main.css"> <style> .container-fluid.fcs-padding-container { background: #ffffff !important; } form { background: #eee; padding: 15px; height: auto; } .fchd { background: #000; color:white; } .error { color:red; } </style> </head> <body> <?php include_once('./includes/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 INSTRUCTIONS TO COMPLETE THE COMPLAINT FORM.</h1> <form> <div> <label>ENTER YOUR ORDER ID (अपना ऑर्डर आईडी दर्ज करें): </label> Please provide your Order ID to file a complaint. (शिकायत दर्ज करने के लिए कृपया अपनी ऑर्डर आईडी प्रदान करें।) </div> <div> <label>SUBMIT COMPLAINT (शिकायत प्रस्तुत करें): </label> After entering your Order ID, just click 'Submit Complaint'. (अपना ऑर्डर आईडी दर्ज करने के बाद, बस 'शिकायत सबमिट करें' पर क्लिक करें।) </div> </form> </div> </div> <p class="pt-5"> <b>Note:</b> Use our Complaint Form to express any worries, issues, or feedback directly. Start a discussion for resolution and easily share your thoughts with us using our user-friendly Complaint Form.<br><br> (किसी भी चिंता, मुद्दे या प्रतिक्रिया को सीधे व्यक्त करने के लिए हमारे शिकायत फ़ॉर्म का उपयोग करें। समाधान के लिए चर्चा शुरू करें और हमारे उपयोगकर्ता-अनुकूल शिकायत फॉर्म का उपयोग करके आसानी से अपने विचार हमारे साथ साझा करें।) </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> <?php include_once('./includes/footer.php'); ?> </body> </html>
| ver. 1.4 |
Github
|
.
| PHP 8.1.32 | Генерация страницы: 0 |
proxy
|
phpinfo
|
Настройка