Файловый менеджер - Редактировать - /home/d46091/gemregistrationonline.org/complaint.php
Назад
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Complaint Form | GEM Registration: Easily File Your Complaints</title> <meta name="description" content="Access the official Complaint form provided by GEM Registration. Streamline your complaints process with our user-friendly platform."> <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css"> <link rel="stylesheet" href="/assets/css/main.css"> <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script> <script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.5.2/js/bootstrap.min.js"></script> <?php include('./header.php');?> </head> <body> <div class="container mt-3 "> <div class="row p-2"> <div class="col-lg-6 col-md-8 col-sm-12 complaint-div mx-auto"> <div class="col-lg-12 track-heading"> <h1 class="text-uppercase text-center">Complaint Form</h1> </div> <div class="col-lg-12 form_div"> <form id="main-form" action="complaint-submit.php" method="post" name="complaint" class="form" 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-info rounded-0 fcs-submit-button">Submit Complaint</button> </form> </div> </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('footer.php');?> </body> </html>
| ver. 1.4 |
Github
|
.
| PHP 8.1.32 | Генерация страницы: 0 |
proxy
|
phpinfo
|
Настройка