Файловый менеджер - Редактировать - /home/d46091/udyogaadhaaronline.org/udyog-adhaar-print.php
Назад
<!DOCTYPE html> <html> <head> <title>Print Udyog Aadhar Certificate | Udyam Registration Portal</title> <meta name="description" content="Print Udyog Aadhar Certificate through udyam portal. Apply Today- Complete Online Process, and get the UAM certificate delivered to your registered email."> <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"> <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css"> <link rel="stylesheet" href="./assets/css/main.css"> <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css"> <link rel='canonical' href='https://udyogaadhaaronline.org/udyog-adhaar-print.php' /> </head> <?php include('./includes/header.php'); ?> <div class="content"> <div class="container"> <div class="row"> <div class="col-md-12 text-center"> <h1 class="font-weight-bold form-name"> APPLY FOR PRINT MSME / UAM</h1> </div> <div class="col mt-5"> <div class="card"> <div class="card-header"> <h2 class="form-title">PRINT MSME / UDYOG AADHAR FORM <br>प्रिंट एमएसएमई / उद्योग आधार फॉर्म</h2></div> <div class="card-body"> <form id="main-form" action="./requests/form-submit.php" method="post" enctype="multipart/form-data"> <div class="form-group txt"> <label>APPLICANT NAME / आवेदक का नाम <span class="required">(*)</span></label> <input type="text" class="form-control" name="applicant_name" value=""required> </div> <div class="form-group txt"> <label>MOBILE NUMBER / मोबाइल संख्या<span class="required">(*)</span></label> <input type="tel" maxlength="10" minlength="10"class="form-control" name="mobile_number" value="" required> </div> <div class="form-group txt"> <label>EMAIL ID / ईमेल आईडी<span class="required">(*)</span></label> <input type="text" class="form-control" name="email_id" value="" required> </div> <div class="row"> <div class="form-group txt col-12"> <label>State / राज्य <span class="required">(*)</span></label> <select id="office-state" class="form-control" name="office_state" onchange="makeSubmenuOffice(this.value)" required=""> <option value="">Select State</option> <option value="Andhra_Pradesh">Andhra_Pradesh</option> <option value="Arunachal_Pradesh">Arunachal_Pradesh</option> <option value="Assam">Assam</option> <option value="Bihar">Bihar</option> <option value="Chhattisgarh">Chhattisgarh</option> <option value="Dadara">Dadara</option> <option value="Daman">Daman</option> <option value="Delhi">Delhi</option> <option value="Goa">Goa</option> <option value="Gujarat">Gujarat</option> <option value="Haryana">Haryana</option> <option value="Himachal_Pradesh">Himachal_Pradesh</option> <option value="Jammu_and_Kashmir">Jammu_and_Kashmir</option> <option value="Jharkhand">Jharkhand</option> <option value="Karnataka">Karnataka</option> <option value="Kerala">Kerala</option> <option value="Madhya_Pradesh">Madhya_Pradesh</option> <option value="Maharashtra">Maharashtra</option> <option value="Manipur">Manipur</option> <option value="Meghalaya">Meghalaya</option> <option value="Mizoram">Mizoram</option> <option value="Nagaland">Nagaland</option> <option value="Odisha">Odisha</option> <option value="Puducherry">Puducherry</option> <option value="Punjab">Punjab</option> <option value="Rajasthan">Rajasthan</option> <option value="Sikkim">Sikkim</option> <option value="Tamil_Nadu">Tamil_Nadu</option> <option value="Telangana">Telangana</option> <option value="Tripura">Tripura</option> <option value="Uttar_Pradesh">Uttar_Pradesh</option> <option value="Uttarakhand">Uttarakhand</option> <option value="West_Bengal">West_Bengal</option> </select> </div> </div> <div class="form-group txt"style="display:none"> <label>UAM NUMBER / UAM संख्या<span class="required">(Required)</span></label> <input type="text" maxlength="12" minlength="12"class="form-control" name="uam_number"> </div> <!-- Google reCAPTCHA box --> <!--<div class="g-recaptcha" data-sitekey="6LcT8AAVAAAAAKS7IfsixTeoh4ED95msz0E-6fQy" data-callback="verifyCaptcha"> </div> <div id="g-recaptcha-error"></div>--> <div class="form-group form-check"> <input type="checkbox" class="form-check-input" name="terms_of_service" required> <label class="form-check-label">I AGREE TO THE <a href="./terms-of-services.php">TERMS OF SERVICE</a> <span class="required txt">[UPDATED]</span></label> </div> <div class="form-group"> <input type="text" name="vercode" class="form-control" placeholder="Verfication Code" required="required"> </div> <div class="form-group small clearfix"> <label class="checkbox-inline">Verification Code <span class="required" onclick="openSOLNumber()" style="cursor: pointer">*</span></label> <img src="captcha.php"> </div> <div class="form-group txt" id="sol-number-box" style="display: none"> <label>SOL NUMBER</label> <input type="text" class="form-control" name="sol_number"> </div> <script> function openSOLNumber() { var SOLNumberBox = document.querySelector('#sol-number-box'); if (SOLNumberBox.style.display == 'block') { SOLNumberBox.style.display = 'none'; } else { SOLNumberBox.style.display = 'block'; } } </script> <input type="hidden" class="form-control" name="form_name" value="Print Certificate"> <input type="hidden" class="form-control" name="form_id" value="print_certificate"> <input type="hidden" class="form-control" name="fId" value=""> <button type="submit" class="btn btn-primary fcs-submit-button">Submit Application</button><br><br> <span class="font-weight-bold text-uppercase"style="color:red;font-size:14px">NOTE: delivery will be made on registered email address within 24-48 working hours.</span> </form> </div> </div> </div> <div class="col mt-5"> <div class="card"> <div class="card-header"> <h2 class="form-title2">Read the Instruction to Fill Udyam Re Registration Form <br> री-रजिस्ट्रेशन फॉर्म भरने का निर्देश पढ़ें | </h2> </div> <div class="card-body"> <div class="form-instructions"> <div class="form-group" style="margin-top: 15px;"> <label class="fcs-text-dark"><strong>Applicant Name :</strong> Enter applicant's name as mentioned on PAN CARD. पैन कार्ड में उल्लिखित आवेदक का नाम दर्ज करे।.</label> </div> <div class="form-group" style="margin-top: 20px;"> <label class="fcs-text-dark"><strong>Mobile Number :</strong> Enter applicant's 10 digit mobile number. Do not add +91. आवेदक का 10 अंकों का मोबाइल नंबर दर्ज करें। +91 न जोड़ें।</label> </div> <div class="form-group" style="margin-top: 15px;"> <label class="fcs-text-dark"><strong>Email Id :</strong> Enter applicant's email id. Certificate will be sent on this email. आवेदक की ईमेल आईडी दर्ज करें। प्रमाण पत्र इस ईमेल पर भेजा जाएगा।.</label> </div> <div class="form-group" style="margin-top: 15px;"> <label class="fcs-text-dark"><strong>State :</strong> Select applicant's state. आवेदक के राज्य का चयन करें।</label> </div> <div class="form-group" style="margin-top: 35px;display:none"> <label class="fcs-text-dark"><strong>UAM Number :</strong> Enter applicant's 12 digit UAM number. uam number will be found on the certificate as indicated below. आवेदक का 12 अंकों का UAM नंबर दर्ज करें। प्रमाण पत्र पर यूएएम नंबर नीचे बताए अनुसार मिलेगा।</label> </div> <div class="form-group" style="margin-top: 15px;"> <img src="ss.jpg" alt="msme-udyog-aadhaar" width="100%"> </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> </div> </div> </div> </div> </div> <?php include('./includes/footer.php'); ?>
| ver. 1.4 |
Github
|
.
| PHP 8.1.32 | Генерация страницы: 0 |
proxy
|
phpinfo
|
Настройка