CINXE.COM
IdPortal
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8" /> <meta http-equiv="x-ua-compatible" content="IE=10"> <meta name="description" content="" /> <meta name="viewport" content="width=device-width, dashboardData-scalable=no, maximum-scale=1" /> <link rel="stylesheet" href="/registration/assets/admin-lte/bootstrap/css/bootstrap.min.css" /> <link rel="stylesheet" href="/registration/assets/admin-lte/bootstrap/css/bootstrap-theme.min.css" /> <link rel="stylesheet" href="/registration/assets/admin-lte/font-awesome/css/font-awesome.min.css"> <link rel="stylesheet" href="/registration/assets/style/idportal.css?20181017f" /> <link rel="icon" href="/favicon.png" type="image/x-icon" /> <title>IdPortal</title> </head> <body> <!-- Begin Header Zone --> <div id="mainnav_zone"> <div class="container"> <div class="col-xs-8 col-sm-8 col-md-8 col-lg-8"> <a href="/"><img class="banner" src="/registration/assets/style/images/logo_idportal.png"></a> </div> </div> </div> <!-- End Header Zone --> <!-- Begin Navigation-Path Zone --> <div id="navpath_zone"> <div class="container"> <p><i class="fa fa-caret-right"></i> NetID Registration <i class="fa fa-caret-right"></i> Validate Personal Information</p> </div> </div> <!-- End Navigation-Path Zone --> <!-- Begin Notice Zone --> <div id="instruction_zone"> <div class="container"> <p class="notice_heading">Instruction</p> <p> Please fill in your personal information so that we can validate your identity. </p> <p class="notice_heading">Please note:</p> <ul> <li> For alumni who graduated in 2011 or after, your Student NetID would automatically become Alumni NetID and no registration is needed. Sign in <a href="https://alumportal.polyu.edu.hk/en-US/">My Profile & eCard</a> now. </li> <li> For alumni who graduated before 2011 or graduates of HKCC / SPEED with PolyU award, please follow the procedures to register. </li> </ul> </div> </div> <!-- End Notice Zone --> <!-- Begin Main Zone --> <div id="main_zone"> <div class="container"> <form id="form" action="/registration/screen-anad" method="post"> <input type="hidden" name="mechanism" value="srs"/> <div class="form-group row"> <label for="info-surname" class="col-sm-2 col-form-label">Surname</label> <div class="col-sm-10"> <input id="info-surname" name="surname" placeholder="CHAN" type="text" class="form-control" value="" autocomplete="off"/> <p>Please enter the English Surname as printed in your identity card or passport registered with PolyU.</p> </div> </div> <div class="form-group row"> <label for="info-given-name" class="col-sm-2 col-form-label">Given Name</label> <div class="col-sm-10"> <input id="info-given-name" name="givenname" placeholder="Tai Man" type="text" class="form-control" value="" autocomplete="off"/> <p>Please enter the English Given Name as printed in your identity card or passport registered with PolyU.</p> </div> </div> <div class="form-group row"> <label class="col-sm-2 col-form-label">Date of Birth</label> <div class="col-sm-10"> <label for="personal-dob-month" class="col-sm-2 col-form-label">Month</label> <select id="personal-dob-month" name="dobmonth" autocomplete="off" class="form-control"><option value="JAN">JAN</option><option value="FEB">FEB</option><option value="MAR">MAR</option><option value="APR">APR</option><option value="MAY">MAY</option><option value="JUN">JUN</option><option value="JUL">JUL</option><option value="AUG">AUG</option><option value="SEP">SEP</option><option value="OCT">OCT</option><option value="NOV">NOV</option><option value="DEC">DEC</option></select> <label for="personal-dob-day" class="col-sm-2 col-form-label">Day</label> <select id="personal-dob-day" name="dobday" autocomplete="off" class="form-control"><option value="1">1</option><option value="2">2</option><option value="3">3</option><option value="4">4</option><option value="5">5</option><option value="6">6</option><option value="7">7</option><option value="8">8</option><option value="9">9</option><option value="10">10</option><option value="11">11</option><option value="12">12</option><option value="13">13</option><option value="14">14</option><option value="15">15</option><option value="16">16</option><option value="17">17</option><option value="18">18</option><option value="19">19</option><option value="20">20</option><option value="21">21</option><option value="22">22</option><option value="23">23</option><option value="24">24</option><option value="25">25</option><option value="26">26</option><option value="27">27</option><option value="28">28</option><option value="29">29</option><option value="30">30</option><option value="31">31</option></select> </div> </div> <div class="form-group row"> <label class="col-sm-2 col-form-label">Personal ID Type</label> <div class="col-sm-10"> <p>Please select the type of identity document that you have registered with PolyU. For verification of alumni identity.</p> <input id="radio-hkid" name="idtype" theme="simple" type="radio" value="hkid"/> Hong Kong ID Card Number (for Hong Kong permanent resident)<br/> <input id="radio-mainlandid" name="idtype" theme="simple" type="radio" value="mainlandid"/> Mainland ID Number (for holders of mainland identity card) <br/> <input id="radio-passport" name="idtype" theme="simple" type="radio" value="passport"/> Passport Number (if you do not hold any of the above) <br/> </div> </div> <div id="div-hkid" class="form-group row hidden"> <label for="personal-hkid" class="col-sm-2 col-form-label">Hong Kong ID Card Number</label> <div class="col-sm-10"> <input name="hkid" class="form-control" id="personal-hkid" type="text" maxlength="4" size="4" placeholder="1234" autocomplete="off"/> <p>Please enter the first 4 numerical digit of your Hong Kong ID Card Number.</p> </div> </div> <div id="div-mainlandid" class="form-group row hidden"> <label for="personal-mainlandid" class="col-sm-2 col-form-label">Mainland ID Number</label> <div class="col-sm-10"> <input name="mainlandid" class="form-control" id="personal-mainlandid" type="text" maxlength="5" size="5" placeholder="1234A" autocomplete="off"/> <p>Please enter the last 5 alpha-numeric digit of your Mainland Identity Card Number.</p> </div> </div> <div id="div-passport" class="form-group row hidden"> <label for="personal-passport" class="col-sm-2 col-form-label">Passport Number</label> <div class="col-sm-10"> <input name="passport" class="form-control" id="personal-passport" type="text" maxlength="5" size="5" placeholder="1234A" autocomplete="off"/> <p>Please enter the last 5 alpha-numeric digit of your Passport Number.</p> </div> </div> <div class="form-group row"> <label for="info-captcha" class="col-sm-2 col-form-label">Captcha</label> <div class="col-sm-10"> <p>Please type the verification text in following box (for security)</p> <input name="captcha" class="form-control" id="info-captcha" type="text" placeholder="a1234F" autocomplete="off"/> <img src="/registration/captcha.jpg"/> </div> </div> <div class="form-group row"> <div class="offset-sm-2 col-sm-10"> <button type="submit" class="btn btn-primary">Next</button> </div> </div> </form> </div> </div> <!-- End Main Zone --> <script type="text/javascript" Language="JavaScript"> function showHkid() { document.getElementById("div-mainlandid").classList.add("hidden"); document.getElementById("div-passport").classList.add("hidden"); document.getElementById("div-hkid").classList.remove("hidden"); } function showMainlandid() { document.getElementById("div-hkid").classList.add("hidden"); document.getElementById("div-passport").classList.add("hidden"); document.getElementById("div-mainlandid").classList.remove("hidden"); } function showPassport() { document.getElementById("div-hkid").classList.add("hidden"); document.getElementById("div-mainlandid").classList.add("hidden"); document.getElementById("div-passport").classList.remove("hidden"); } document.getElementById("radio-hkid").addEventListener("click", showHkid); document.getElementById("radio-mainlandid").addEventListener("click", showMainlandid); document.getElementById("radio-passport").addEventListener("click", showPassport); </script> <!-- Begin Footer Zone --> <div id="footer_zone"> <div class="container"> <hr/> <div id="footer" class="clearfix"> <div class="clearfix" id="footerBot"> <div id="footerlinks"> <p><u>Personal Information Collection Statement</u></p> <p> The personal information collection statement under the Personal Data (Privacy) Ordinance could be obtained from the following link:<br/> <a href="https://www.polyu.edu.hk/alumni/docdrive/PICS.pdf" target="_blank">https://www.polyu.edu.hk/alumni/docdrive/PICS.pdf</a> </p> <p>Copyright © 2024 The Hong Kong Polytechnic University. All Rights Reserved.</p> </div> </div> </div> </div> </div> <!-- End Footer Zone --> <!-- jQuery --> <script src="/registration/assets/admin-lte/jquery/jquery.min.js"></script> <!-- Bootstrap --> <script src="/registration/assets/admin-lte/bootstrap/js/bootstrap.min.js"></script> </body> </html>