Файловый менеджер - Редактировать - /home/d46091/udyogaadhaar.net/blog-post/images/698279/complaint-form.php.tar
Назад
home/d46091/udyogaadhaar.net/complaint-form.php 0000644 00000005057 15026512630 0015210 0 ustar 00 <!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</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/flag.png" 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="./main.css"> <style> .container-fluid.fcs-padding-container { background: #ffffff !important; } </style> </head> <body> <?php include_once('./header.php'); ?> <script> $(document).ready(function(){ $('#complaint-form-li').addClass('fcs-secondary-button-active'); }); </script> <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> </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('./footer.php'); ?> </body> </html>
| ver. 1.4 |
Github
|
.
| PHP 8.1.32 | Генерация страницы: 0 |
proxy
|
phpinfo
|
Настройка