Файловый менеджер - Редактировать - /home/d46091/udyogaadhaar.net/update-udyam-certificate.php
Назад
<?php session_start(); ?> <!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>Update Udyam Registration Certificate Portal </title> <meta name="description" content="For simple Udyam registration details updates, go to the Udyam Registration Certificate download portal. Maintain current with news and quickly download your Udyam registration certificate."> <link rel="icon" href="https://udyogaadhaar.net/assets/img/udyogaadhaar.net%20logo.svg" type="image/gif" sizes="16x16" alt="Udyog Aadhar Update | Update Udyog Aadhar Certificate Online"> <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?v=<?php echo time(); ?>"> <style> .blink { color:#ffeb3b; animation: blinker 1s linear infinite; } @keyframes blinker { 50% { opacity: 0; } } </style> </head> <body> <?php include 'header.php'; ?> <div class="container fcs-form-container"> <div class="row"> <div class="col-12"> <span class="fcs-bold-text-white"style="margin-bottom:5px">Update Udyam Registration Certificate by submitting the below form</span> </div> </div> <br><br> <div class="row"> <div class="col-12 col-lg-6"> <form id="main-form" action="submit.php" method="post" enctype="multipart/form-data"> <h1 class="fcs-bold-text-white text-white" style="margin-bottom: 15px">UPDATE UDYAM REGISTRATION CERTIFICATE - FILL THE FORM TO UPDATE </h1> <div class="form-group txt"style="display:block"> <label>UDYAM REGISTRATION NUMBER <span class="required">(*)</span></label> <input type="text" class="form-control" name="udyam_number" maxlength="19" value=""> </div> <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"> <BR> (ENTER MOBILE NUMBER AS MENTIONED ON YOUR UDYAM CERTIFICATE)</span></label> <input type="tel" maxlength="10" minlength="10"class="form-control" name="mobile_number" maxlength="10" required> </div> <div class="form-group txt"> <label>EMAIL ID <span class="required"><BR> (ENTER EMAIL ID AS MENTIONED ON YOUR UDYAM CERTIFICATE)</span></label> <input type="text" class="form-control" name="email_id" required> </div> <div class="form-group txt"> <label>CHOOSE THE OPTION ON WHICH YOU WANT TO RECEIVE OTP</label> </div> <div class="form-check-inline txt"> <label class="form-check-label" for="radio1"> <input type="radio" class="form-check-input" id="radio1" name="opt_selected" value="MOBILE NUMBER" required>MOBILE NUMBER AS MENTIONED ON YOUR UDYAM CERTIFICATE </label> </div> <div class="form-check-inline txt"> <label class="form-check-label" for="radio2"> <input type="radio" class="form-check-input" id="radio2" name="opt_selected" value="EMAIL ID" required>EMAIL ID AS MENTIONED ON YOUR UDYAM CERTIFICATE </label> </div> <br><br> <div class="form-group txt"style="display:block"> <label>UPLOAD UDYAM CERTIFICATE</label> <input type="file" name="file"> </div> <div class="form-group txt"style="display:none"> <label>UPLOAD YOUR AADHAAR CARD - FRONT SIDE</label> <input type="file" class="form-control" name="upload_aadhaar_card_back" id="upload_aadhaar_card_back" onchange="uploadFileACF()" accept="image/*"> <div class="aadhaar_card_front_progress progress"> <div id="aadhaar_card_front_progress" class="progress-bar progress-bar-striped progress-bar-animated" role="progressbar" value="0" max="100"></div> </div> </div> <div class="form-group txt"> <label class="required blink" style="padding-left: 0.5rem;font-size: 13px;">KYC DETAILS, PAN Number, State And District Can't be Updated</label> <textarea class="form-control" rows="5" name="updated_details" maxlength="200"></textarea> </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</label> <img src="captcha.php" > </div> <input type="file" class="form-control" name="msmee" value=""style="display:none"> <input type="hidden" class="form-control" name="form_name" value="Update Udyam Certificate"> <input type="hidden" class="form-control" name="form_id" value="update_udyam_certificate"> <button type="submit" class="btn btn-primary fcs-submit-button">Submit Application</button> </form> </div> <div class="col-12 col-lg-6 boder-instuct"> <h5 class="incturct">Read the Instruction to Fill Udyam Registration Form</h5> <div class="form-instructions"> <div class="form-group" style="margin-top: 25px;display:none"> <label class="fcs-text-dark"><strong>UDYAM REGISTRATION NUMBER :</strong> APPLICANT NEED TO ENTER HIS UDYAM REGISTRATION NUMBER. AS MENTIONED ON UDYAM CERTIFICATE</label> </div> <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 Pan card.</label> </div> <div class="form-group" style="margin-top: 30px;"> <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>CHOOSE THE OPTION ON WHICH YOU WANT TO RECEIVE OTP :</strong> Applicant are required to choose the option from which the otp will be send on their registered email / mobile.</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'; ?> </body> </html>
| ver. 1.4 |
Github
|
.
| PHP 8.1.32 | Генерация страницы: 0 |
proxy
|
phpinfo
|
Настройка