Файловый менеджер - Редактировать - /home/d46091/udyamonlineregistration.org/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>Complaint Form - Udyam Registration</title> <meta name="description" content="Submit your complaint and Udyam-related issues in the Udyam complaint registration form and get an expert response."> <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> <input type="text" class="form-control" name="order_id" value=""> </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">Instruction to Fill Complaint Form</h1> <form > <label><b>ENTER YOUR ORDER ID ( अपना ऑर्डर आईडी दर्ज करें)</b></label> <div class="form-group txt"> <span>APPLICANT NEED TO FILL CORRECT ORDER ID TO FILE A COMPLAINT RELATED TO UDYAM REGISTRATION<br><br> आवेदक को उद्यम पंजीकरण से संबंधित शिकायत दर्ज करने के लिए सही ऑर्डर आईडी भरने की आवश्यकता है </span> </div> <div class="form-group txt"> <span>AFTER FILLING CORRECT ORDER ID , APPLICANT NEED TO CLICK ON THE SUBMIT BUTTON<br><br> सही ऑर्डर आईडी भरने के बाद, आवेदक को सबमिट बटन पर क्लिक करना होगा </span> </div> </form> </div> </div> <div class="pt-5"> <span>Thank You For Visiting Our Complaint Submission Page. We Value Your Decision Let Us Know What You Think And About Your Concerns. Please Fill Out The Following Complaint Form So That We Can Better Understand Your Complaint And Take The Necessary Action. Please fill Out The Complaint Form Below So That We Can Properly Address Your Issues. You Will Provide Us With The Information We Need To Look Into And Accurately Handle Your Complaint If You Fill Out This Form. To Ensure An Easy And Understanding Complaint, Please Carefully Fill Out All The Relevant Fields With As Much Detail As You Can. <br><br> Note: We Understand That Your Time Is Valuable, And We Appreciate Your Cooperation In Using Our Complaint Filing Process. Your Feedback Is Invaluable In Helping Us Continually Improve Our Services, And By Working Together, We Aim To Resolve Any Issues You May Encounter In A Timely And Satisfactory Manner.</span> </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
|
Настройка