Файловый менеджер - Редактировать - /home/d46091/udyogaadhaar.net/blog-post/images/698279/track-udyog-aadhar-certificate.php.tar
Назад
home/d46091/udyogaadhaar.net/track-udyog-aadhar-certificate.php 0000644 00000016770 15026510200 0020203 0 ustar 00 <?php header('Location: udyam-online.php'); exit(); ?> <!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>Track Udyog Aadhar | Udyog Aadhaar Application Status</title> <meta name="description" content="Track and check your Udyog aadhar certificate from our official Udyog aadhar portal. Simple and easy process, the instant result on the application status process."> <link rel="icon" href="./assets/img/flag.png" type="image/gif" sizes="16x16" alt="Track Udyog Aadhar | Udyog Aadhaar Application Status"> <script src="https://kit.fontawesome.com/d23a55b7f1.js" crossorigin="anonymous"></script> <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css"> <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.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"> </head> <body> <?php include 'header.php'; ?> <div class="container-fluid fcs-cont"> <h6 style="font-weight:bold">MSME - Micro, Small & Medium Enterprises / SSI - Small Scale Industry Udyog Aadhaar Registration Service Update, Print & Trace Acknowledgement</h6> </div> <div class="container fcs-form-container"> <div class="row"> <div class="col-12"> <h1 class="fcs-bold-text-white"style="margin-bottom:5px">TRACK UDYOG AADHAR CERTIFICATE FORM</h1> <br> </div> </div> <div class="row"> <div class="col-12 col-lg-6"> <form action="submit.php" method="post" enctype="multipart/form-data"> <div class="form-group txt"> <label>APPLICANT NAME <span class="required">(Required)</span></label> <input type="text" class="form-control" name="applicant_name" value=""> </div> <div class="form-group txt"> <label>MOBILE NUMBER <span class="required">(Required)</span></label> <input type="tel" maxlength="10" minlength="10"class="form-control" name="mobile_number"> </div> <div class="form-group txt"> <label>EMAIL ID <span class="required">(Required)</span></label> <input type="text" class="form-control" name="email_id"> </div> <div class="form-group txt"> <label>PLANT ADDRESS <span class="required">(Required)</span></label> <input type="text" class="form-control" name="business_address"> </div> <div class="form-group txt"> <label>OFFICE ADDRESS</label> <input type="text" class="form-control" name="office_address"> </div> <div class="form-group txt"> <label>AADHAAR NUMBER</label> <input type="text" class="form-control" name="aadhaar_number"> </div> <div class="form-group txt"> <label>BUSINESS NAME</label> <input type="text" class="form-control" name="business_name"> </div> <div class="form-group txt"> <label>ADDITIONAL DETAILS ABOUT BUSINESS</label> <input type="text" class="form-control" name="additional_details_about_business"> </div> <div class="form-group form-check"> <input type="checkbox" class="form-check-input" name="terms_of_service"> <label class="form-check-label">I AGREE TO THE <a href="./terms-of-service.php">TERMS OF SERVICE</a></label> </div> <input type="hidden" class="form-control" name="form_name" value="Trace Certificate"> <input type="hidden" class="form-control" name="form_id" value="trace_certificate"> <button type="submit" class="btn btn-primary fcs-submit-button">Submit Application</button> </form> </div> <div class="col-12 col-lg-6"> <div class="form-instructions"> <div class="form-group" style="margin-top: 25px;"> <label class="fcs-text-dark"><strong>Applicant Name :</strong> Applicant are required to enter his / her name as mentioned on Aadhaar card, issued by UIDAI.</label> </div> <div class="form-group" style="margin-top: 35px;"> <label class="fcs-text-dark"><strong>Mobile Number :</strong> Applicant are required to enter his / her Indian mobile number. Do not add +91.</label> </div> <div class="form-group" style="margin-top: 30px;"> <label class="fcs-text-dark"><strong>Email Id :</strong> Applicant are required to enter his / her email id, as certificate and acknowledgement will be send to registered id.</label> </div> <div class="form-group" style="margin-top: 30px;"> <label class="fcs-text-dark"><strong>Plant Address :</strong> Applicant are required to enter his / her complete plant address with state and pincode.</label> </div> <div class="form-group" style="margin-top: 30px;"> <label class="fcs-text-dark"><strong>Office Address :</strong> Applicant can enter his / her complete office address with state and pincode.</label> </div> <div class="form-group" style="margin-top: 35px;"> <label class="fcs-text-dark"><strong>Aadhaar Number :</strong> Applicant can enter his / her 12 digit Aadhaar number.</label> </div> <div class="form-group" style="margin-top: 30px;"> <label class="fcs-text-dark"><strong>Business Name :</strong> Applicant have to enter his / her business name, as it will get printed on certificate.</label> </div> <div class="form-group" style="margin-top: 30px;"> <label class="fcs-text-dark"><strong>Additional Details About Business :</strong> Applicant can enter additional details about business. (For example – manufacturing of Food Products, Computer Programming)</label> </div> <div class="form-group" style="margin-top: 30px;"> <label class="fcs-text-dark"><strong>SUBMIT APPLICATION :</strong> Applicant have to click on submit application button after all details and document have uploaded.</label> </div> </div> </div> </div> </div> </div> <!-- Back To Top Button --> <a href="#" class="cd-top text-replace js-cd-top"><i class="fas fa-arrow-up"></i></a> <?php include 'footer.php'; ?> <!-- Custom JS --> <script src="./assets/js/nav.js"></script> <script src="./assets/js/util.js"></script> <script src="./assets/js/main.js"></script> </body> </html>