Metadata
Title
Professional Certificate Programme 2025-2026 cohort Application Form
Category
general
UUID
ba621e1a9d584f698786308dd2dcf8a9
Source URL
https://cloud.itsc.cuhk.edu.hk/webform/view.php?id=13713164
Parent URL
https://exed.bschool.cuhk.edu.hk/
Crawl Time
2026-03-11T01:15:26+00:00
Rendered Raw Markdown
# Professional Certificate Programme 2025-2026 cohort Application Form

**Source**: https://cloud.itsc.cuhk.edu.hk/webform/view.php?id=13713164
**Parent**: https://exed.bschool.cuhk.edu.hk/

# 

## Professional Certificate Programme 2025-2026 cohort Application Form

Start Date: 2025- 2026\
\
You will receive notification from APIB once your application and payment are processed. APIB reserves the right to determine the participant mix to ensure program quality.\
\
Important Notes\
1. APIB of CUHK Business School may amend the program without prior notice.\
2. Cancellations received in writing at least 4 weeks before the program start date will receive a 50% refund of the fee.\
3. All collected information will be kept confidential and used solely for program development, market research, and direct mailing, in accordance with the University’s personal data protection policy.\
\
For enquiries about the Professional Certificate Programmes, please contact Email: apib@cuhk.edu.hk or contact Ms Sherry Lui at (852) 3943 7425.

- Professional Certificate Programmes (Micro-Credentials) want to apply 

  Professional Certificate Programmes (Micro-Credentials) want to apply

  Artificial Intelligence for Business (Q2 2026 cohort)

  Technology Applications for Financial Services (Q2 2026 Cohort)

  Sustainability and ESG Reporting (March 2026 cohort)

  Family Business and Wealth Succession (March 2026 cohort)

  Innovation Leadership (Q3 2026 cohort)
- Applicant information\
  \
  Title \*

  Applicant information
  Title

  Mr.

  Ms.
- Full name
  Full name \*

  First

  Last
- HKID Card No. \*
- Passport No. (if you do not have a HKID Card)
- Passport Expiry Date
  Passport Expiry Date 

   /
  MM

   /
  DD

  YYYY

  $('#element\_44\_datepick').datepick({
  onSelect: select\_date,
  showTrigger: '#cal\_img\_44'
  });
- Nationality \*
- Place of Birth \*
- Date of Birth
  Date of Birth \*

   /
  MM

   /
  DD

  YYYY

  $('#element\_45\_datepick').datepick({
  onSelect: select\_date,
  showTrigger: '#cal\_img\_45'
  });
- Contact Phone Number \*
- Email \*
- Residential Address \*

  Street Address

  Address Line 2

  City

  State / Province / Region

  Postal / Zip Code

  Country / Region

  United States
  United Kingdom
  Canada
  Australia
  Netherlands
  France
  Germany
  -------
  Afghanistan
  Albania
  Algeria
  Andorra
  Antigua and Barbuda
  Argentina
  Armenia
  Austria
  Azerbaijan
  Bahamas
  Bahrain
  Bangladesh
  Barbados
  Belarus
  Belgium
  Belize
  Benin
  Bermuda
  Bhutan
  Bolivia
  Bosnia and Herzegovina
  Botswana
  Brazil
  Brunei
  Bulgaria
  Burkina Faso
  Burundi
  Cambodia
  Cameroon
  Cape Verde
  Cayman Islands
  Central African Republic
  Chad
  Chile
  China
  Colombia
  Comoros
  Congo
  Costa Rica
  Côte d'Ivoire
  Croatia
  Cuba
  Cyprus
  Czech Republic
  Denmark
  Djibouti
  Dominica
  Dominican Republic
  East Timor
  Ecuador
  Egypt
  El Salvador
  Equatorial Guinea
  Eritrea
  Estonia
  Ethiopia
  Fiji
  Finland
  Gabon
  Gambia
  Georgia
  Ghana
  Gibraltar
  Greece
  Grenada
  Guatemala
  Guernsey
  Guinea
  Guinea-Bissau
  Guyana
  Haiti
  Honduras
  Hong Kong
  Hungary
  Iceland
  India
  Indonesia
  Iran
  Iraq
  Ireland
  Israel
  Italy
  Jamaica
  Japan
  Jersey
  Jordan
  Kazakhstan
  Kenya
  Kiribati
  Kosovo
  Kuwait
  Kyrgyzstan
  Laos
  Latvia
  Lebanon
  Lesotho
  Liberia
  Libya
  Liechtenstein
  Lithuania
  Luxembourg
  Macedonia
  Madagascar
  Malawi
  Malaysia
  Maldives
  Mali
  Malta
  Marshall Islands
  Mauritania
  Mauritius
  Mexico
  Micronesia
  Moldova
  Monaco
  Mongolia
  Montenegro
  Morocco
  Mozambique
  Myanmar
  Namibia
  Nauru
  Nepal
  New Zealand
  Nicaragua
  Niger
  Nigeria
  Norway
  North Korea
  Oman
  Pakistan
  Palau
  Palestine
  Panama
  Papua New Guinea
  Paraguay
  Peru
  Philippines
  Poland
  Portugal
  Puerto Rico
  Qatar
  Romania
  Russia
  Rwanda
  Saint Kitts and Nevis
  Saint Lucia
  Saint Vincent and the Grenadines
  Samoa
  San Marino
  Sao Tome and Principe
  Saudi Arabia
  Senegal
  Serbia and Montenegro
  Seychelles
  Sierra Leone
  Singapore
  Slovakia
  Slovenia
  Solomon Islands
  Somalia
  South Africa
  South Korea
  Spain
  Sri Lanka
  Sudan
  Suriname
  Swaziland
  Sweden
  Switzerland
  Syria
  Taiwan
  Tajikistan
  Tanzania
  Thailand
  Togo
  Tonga
  Trinidad and Tobago
  Tunisia
  Turkey
  Turkmenistan
  Tuvalu
  Uganda
  Ukraine
  United Arab Emirates
  Uruguay
  Uzbekistan
  Vanuatu
  Vatican City
  Venezuela
  Vietnam
  Yemen
  Zambia
  Zimbabwe
- Academic Qualifications (Year Obtained, Institution and Location) \*
- Professional Qualifications (Awarding Body and Year Obtained) \*
- Working Experiences (Institution, Position and Years in the Position) \*
- HKID/ Passport Copy \*

  $(function(){
  if(is\_support\_html5\_uploader()){
  $('#element\_52').uploadifive({
  'uploadScript' : 'upload.php',
  'buttonText' : 'Select Files',
  'removeCompleted' : false,
  'formData' : {
  'form\_id': 13713164,
  'element\_id': 52,
  'file\_token': 'dc7ad7ad2c109d19768c44e53b309222'
  },
  'auto' : true,
  'multi' : true,
  'queueSizeLimit' : 5,
  'queueID' : 'element\_52\_queue',
  'onAddQueueItem' : function(file) {
  var file\_type\_limit\_exts = 'jpg,jpeg,png,gif,bmp,heic,pdf,docx,doc,xlsx,xls,ppt,pptx,txt,csv,zip,mp3,wma,mpg,mpeg,mp4,avi';
  var file\_type\_limit\_exts\_array = file\_type\_limit\_exts.split(',');
  var uploaded\_file\_ext = file.name.split('.').pop().toLowerCase();
  var file\_exist\_in\_array = false;
  $.each(file\_type\_limit\_exts\_array,function(index,value){
  if(value == uploaded\_file\_ext){
  file\_exist\_in\_array = true;
  }
  });
  if(file\_type\_limit\_exts.trim().length > 0){
  if(file\_exist\_in\_array == false){
  $("#" + file.queueItem.attr('id')).addClass('error');
  $("#" + file.queueItem.attr('id') + ' span.fileinfo').text(" - Error. This file type is not allowed.");
  }
  }
  if($("html").hasClass("embed")){
  $.postMessage({mf\_iframe\_height: $('body').outerHeight(true)}, '\*', parent );
  }
  },
  'onUploadComplete' : function(file, response) {
  var is\_valid\_response = false;
  try{
  var response\_json = JSON.parse(response);
  is\_valid\_response = true;
  }catch(e){
  is\_valid\_response = false;
  alert(response);
  }
  var queue\_item\_id = file.queueItem.attr('id');
  if(is\_valid\_response == true && response\_json.status == "ok"){
  var remove\_link = "<a class=\"close\" href=\"javascript:remove\_attachment('" + response\_json.message + "',13713164,52,'" + queue\_item\_id + "',0,'dc7ad7ad2c109d19768c44e53b309222');\"><img border=\"0\" src=\"images/icons/delete.png\" /></a>";
  $("#" + queue\_item\_id + " a.close").replaceWith(remove\_link);
  $("#" + queue\_item\_id + ' span.filename').prepend('<img align="absmiddle" class="file\_attached" src="images/icons/attach.gif">');
  }else{
  $("#" + queue\_item\_id).addClass('error');
  $("#" + queue\_item\_id + " a.close").replaceWith('<img style="float: right" border="0" src="images/icons/exclamation.png" />');
  $("#" + queue\_item\_id + " span.fileinfo").text(" - Error! Unable to upload");
  }
  if($("html").hasClass("embed")){
  $.postMessage({mf\_iframe\_height: $('body').outerHeight(true)}, '\*', parent );
  }
  if($("#form\_13713164").data('form\_submitting') === true){
  upload\_all\_files();
  }
  }
  });
  $("#element\_52\_upload\_link").remove();
  }else{
  $("#element\_52\_token").remove();
  }
  });

  [Attach Files](javascript:$('#element_52').uploadifive('upload');)
- Academic Transcripts \*

  $(function(){
  if(is\_support\_html5\_uploader()){
  $('#element\_54').uploadifive({
  'uploadScript' : 'upload.php',
  'buttonText' : 'Select Files',
  'removeCompleted' : false,
  'formData' : {
  'form\_id': 13713164,
  'element\_id': 54,
  'file\_token': '569669309cd53a4b28cd89f3b6a18cb9'
  },
  'auto' : true,
  'multi' : true,
  'queueSizeLimit' : 5,
  'queueID' : 'element\_54\_queue',
  'onAddQueueItem' : function(file) {
  var file\_type\_limit\_exts = 'jpg,jpeg,png,gif,bmp,heic,pdf,docx,doc,xlsx,xls,ppt,pptx,txt,csv,zip,mp3,wma,mpg,mpeg,mp4,avi';
  var file\_type\_limit\_exts\_array = file\_type\_limit\_exts.split(',');
  var uploaded\_file\_ext = file.name.split('.').pop().toLowerCase();
  var file\_exist\_in\_array = false;
  $.each(file\_type\_limit\_exts\_array,function(index,value){
  if(value == uploaded\_file\_ext){
  file\_exist\_in\_array = true;
  }
  });
  if(file\_type\_limit\_exts.trim().length > 0){
  if(file\_exist\_in\_array == false){
  $("#" + file.queueItem.attr('id')).addClass('error');
  $("#" + file.queueItem.attr('id') + ' span.fileinfo').text(" - Error. This file type is not allowed.");
  }
  }
  if($("html").hasClass("embed")){
  $.postMessage({mf\_iframe\_height: $('body').outerHeight(true)}, '\*', parent );
  }
  },
  'onUploadComplete' : function(file, response) {
  var is\_valid\_response = false;
  try{
  var response\_json = JSON.parse(response);
  is\_valid\_response = true;
  }catch(e){
  is\_valid\_response = false;
  alert(response);
  }
  var queue\_item\_id = file.queueItem.attr('id');
  if(is\_valid\_response == true && response\_json.status == "ok"){
  var remove\_link = "<a class=\"close\" href=\"javascript:remove\_attachment('" + response\_json.message + "',13713164,54,'" + queue\_item\_id + "',0,'569669309cd53a4b28cd89f3b6a18cb9');\"><img border=\"0\" src=\"images/icons/delete.png\" /></a>";
  $("#" + queue\_item\_id + " a.close").replaceWith(remove\_link);
  $("#" + queue\_item\_id + ' span.filename').prepend('<img align="absmiddle" class="file\_attached" src="images/icons/attach.gif">');
  }else{
  $("#" + queue\_item\_id).addClass('error');
  $("#" + queue\_item\_id + " a.close").replaceWith('<img style="float: right" border="0" src="images/icons/exclamation.png" />');
  $("#" + queue\_item\_id + " span.fileinfo").text(" - Error! Unable to upload");
  }
  if($("html").hasClass("embed")){
  $.postMessage({mf\_iframe\_height: $('body').outerHeight(true)}, '\*', parent );
  }
  if($("#form\_13713164").data('form\_submitting') === true){
  upload\_all\_files();
  }
  }
  });
  $("#element\_54\_upload\_link").remove();
  }else{
  $("#element\_54\_token").remove();
  }
  });

  [Attach Files](javascript:$('#element_54').uploadifive('upload');)
- Certificates \*

  $(function(){
  if(is\_support\_html5\_uploader()){
  $('#element\_55').uploadifive({
  'uploadScript' : 'upload.php',
  'buttonText' : 'Select Files',
  'removeCompleted' : false,
  'formData' : {
  'form\_id': 13713164,
  'element\_id': 55,
  'file\_token': 'ae40fb187f099749c449add54dd641da'
  },
  'auto' : true,
  'multi' : true,
  'queueSizeLimit' : 5,
  'queueID' : 'element\_55\_queue',
  'onAddQueueItem' : function(file) {
  var file\_type\_limit\_exts = 'jpg,jpeg,png,gif,bmp,heic,pdf,docx,doc,xlsx,xls,ppt,pptx,txt,csv,zip,mp3,wma,mpg,mpeg,mp4,avi';
  var file\_type\_limit\_exts\_array = file\_type\_limit\_exts.split(',');
  var uploaded\_file\_ext = file.name.split('.').pop().toLowerCase();
  var file\_exist\_in\_array = false;
  $.each(file\_type\_limit\_exts\_array,function(index,value){
  if(value == uploaded\_file\_ext){
  file\_exist\_in\_array = true;
  }
  });
  if(file\_type\_limit\_exts.trim().length > 0){
  if(file\_exist\_in\_array == false){
  $("#" + file.queueItem.attr('id')).addClass('error');
  $("#" + file.queueItem.attr('id') + ' span.fileinfo').text(" - Error. This file type is not allowed.");
  }
  }
  if($("html").hasClass("embed")){
  $.postMessage({mf\_iframe\_height: $('body').outerHeight(true)}, '\*', parent );
  }
  },
  'onUploadComplete' : function(file, response) {
  var is\_valid\_response = false;
  try{
  var response\_json = JSON.parse(response);
  is\_valid\_response = true;
  }catch(e){
  is\_valid\_response = false;
  alert(response);
  }
  var queue\_item\_id = file.queueItem.attr('id');
  if(is\_valid\_response == true && response\_json.status == "ok"){
  var remove\_link = "<a class=\"close\" href=\"javascript:remove\_attachment('" + response\_json.message + "',13713164,55,'" + queue\_item\_id + "',0,'ae40fb187f099749c449add54dd641da');\"><img border=\"0\" src=\"images/icons/delete.png\" /></a>";
  $("#" + queue\_item\_id + " a.close").replaceWith(remove\_link);
  $("#" + queue\_item\_id + ' span.filename').prepend('<img align="absmiddle" class="file\_attached" src="images/icons/attach.gif">');
  }else{
  $("#" + queue\_item\_id).addClass('error');
  $("#" + queue\_item\_id + " a.close").replaceWith('<img style="float: right" border="0" src="images/icons/exclamation.png" />');
  $("#" + queue\_item\_id + " span.fileinfo").text(" - Error! Unable to upload");
  }
  if($("html").hasClass("embed")){
  $.postMessage({mf\_iframe\_height: $('body').outerHeight(true)}, '\*', parent );
  }
  if($("#form\_13713164").data('form\_submitting') === true){
  upload\_all\_files();
  }
  }
  });
  $("#element\_55\_upload\_link").remove();
  }else{
  $("#element\_55\_token").remove();
  }
  });

  [Attach Files](javascript:$('#element_55').uploadifive('upload');)
- Other Supporting Documents 

  $(function(){
  if(is\_support\_html5\_uploader()){
  $('#element\_56').uploadifive({
  'uploadScript' : 'upload.php',
  'buttonText' : 'Select Files',
  'removeCompleted' : false,
  'formData' : {
  'form\_id': 13713164,
  'element\_id': 56,
  'file\_token': '3884c2eff93ac6b557e5a40080212af9'
  },
  'auto' : true,
  'multi' : true,
  'queueSizeLimit' : 5,
  'queueID' : 'element\_56\_queue',
  'onAddQueueItem' : function(file) {
  var file\_type\_limit\_exts = 'jpg,jpeg,png,gif,bmp,heic,pdf,docx,doc,xlsx,xls,ppt,pptx,txt,csv,zip,mp3,wma,mpg,mpeg,mp4,avi';
  var file\_type\_limit\_exts\_array = file\_type\_limit\_exts.split(',');
  var uploaded\_file\_ext = file.name.split('.').pop().toLowerCase();
  var file\_exist\_in\_array = false;
  $.each(file\_type\_limit\_exts\_array,function(index,value){
  if(value == uploaded\_file\_ext){
  file\_exist\_in\_array = true;
  }
  });
  if(file\_type\_limit\_exts.trim().length > 0){
  if(file\_exist\_in\_array == false){
  $("#" + file.queueItem.attr('id')).addClass('error');
  $("#" + file.queueItem.attr('id') + ' span.fileinfo').text(" - Error. This file type is not allowed.");
  }
  }
  if($("html").hasClass("embed")){
  $.postMessage({mf\_iframe\_height: $('body').outerHeight(true)}, '\*', parent );
  }
  },
  'onUploadComplete' : function(file, response) {
  var is\_valid\_response = false;
  try{
  var response\_json = JSON.parse(response);
  is\_valid\_response = true;
  }catch(e){
  is\_valid\_response = false;
  alert(response);
  }
  var queue\_item\_id = file.queueItem.attr('id');
  if(is\_valid\_response == true && response\_json.status == "ok"){
  var remove\_link = "<a class=\"close\" href=\"javascript:remove\_attachment('" + response\_json.message + "',13713164,56,'" + queue\_item\_id + "',0,'3884c2eff93ac6b557e5a40080212af9');\"><img border=\"0\" src=\"images/icons/delete.png\" /></a>";
  $("#" + queue\_item\_id + " a.close").replaceWith(remove\_link);
  $("#" + queue\_item\_id + ' span.filename').prepend('<img align="absmiddle" class="file\_attached" src="images/icons/attach.gif">');
  }else{
  $("#" + queue\_item\_id).addClass('error');
  $("#" + queue\_item\_id + " a.close").replaceWith('<img style="float: right" border="0" src="images/icons/exclamation.png" />');
  $("#" + queue\_item\_id + " span.fileinfo").text(" - Error! Unable to upload");
  }
  if($("html").hasClass("embed")){
  $.postMessage({mf\_iframe\_height: $('body').outerHeight(true)}, '\*', parent );
  }
  if($("#form\_13713164").data('form\_submitting') === true){
  upload\_all\_files();
  }
  }
  });
  $("#element\_56\_upload\_link").remove();
  }else{
  $("#element\_56\_token").remove();
  }
  });

  [Attach Files](javascript:$('#element_56').uploadifive('upload');)
- Through which type(s) of channel did you learn about this programme? (Multiple options) 

  Through which type(s) of channel did you learn about this programme? (Multiple options)

  WeChat Official Account

  LinkedIn

  Official Website

  Search Engine (e.g. Baidu/Google, etc.)

  Email

  Academic Exchange/Business Event/Industry Conference

  News/Media Report

  Recommendation from Friend/Colleague/Alumni

  Internal Notification from Company/Organisation

  Other (Please specify)
  Other (Please specify)
- ### Declaration: 1. I hereby declare that the information provided in this form and relevant documents attached are correct to the best of my knowledge. 2. The application fee is HKD $300 for Technology Applications for Financial Services, Sustainability and ESG Reporting, and Innovation Leadership, or HKD $450 for Artificial Intelligence for Business, Family Business, and Wealth Succession. Payment should be made to THE CHINESE UNIVERSITY OF HONG KONG, and the receipt must be uploaded with the application. 3. I understand that the application fee (HKD $300 / HKD $450) is non-refundable once paid. 4. I acknowledge that the programme fee is also non-refundable once paid.
- I agree to the above terms as listed in the declaration. \*

  I agree to the above terms as listed in the declaration.

  Yes

  No
- ### Payment method: By bank transfer to: A/C# 024-293-005005-005 Hang Seng Bank Ltd. (SWIFT Code: HASE HKHH) Kowloon Main Branch 618 Nathan Road Kowloon, Hong Kong
- Application Fee Payment receipt (upload your payment proof) \*

  $(function(){
  if(is\_support\_html5\_uploader()){
  $('#element\_57').uploadifive({
  'uploadScript' : 'upload.php',
  'buttonText' : 'Select Files',
  'removeCompleted' : false,
  'formData' : {
  'form\_id': 13713164,
  'element\_id': 57,
  'file\_token': 'ac8c89100a4295fa030669160467ccb0'
  },
  'auto' : true,
  'multi' : true,
  'queueSizeLimit' : 5,
  'queueID' : 'element\_57\_queue',
  'onAddQueueItem' : function(file) {
  var file\_type\_limit\_exts = 'jpg,jpeg,png,gif,bmp,heic,pdf,docx,doc,xlsx,xls,ppt,pptx,txt,csv,zip,mp3,wma,mpg,mpeg,mp4,avi';
  var file\_type\_limit\_exts\_array = file\_type\_limit\_exts.split(',');
  var uploaded\_file\_ext = file.name.split('.').pop().toLowerCase();
  var file\_exist\_in\_array = false;
  $.each(file\_type\_limit\_exts\_array,function(index,value){
  if(value == uploaded\_file\_ext){
  file\_exist\_in\_array = true;
  }
  });
  if(file\_type\_limit\_exts.trim().length > 0){
  if(file\_exist\_in\_array == false){
  $("#" + file.queueItem.attr('id')).addClass('error');
  $("#" + file.queueItem.attr('id') + ' span.fileinfo').text(" - Error. This file type is not allowed.");
  }
  }
  if($("html").hasClass("embed")){
  $.postMessage({mf\_iframe\_height: $('body').outerHeight(true)}, '\*', parent );
  }
  },
  'onUploadComplete' : function(file, response) {
  var is\_valid\_response = false;
  try{
  var response\_json = JSON.parse(response);
  is\_valid\_response = true;
  }catch(e){
  is\_valid\_response = false;
  alert(response);
  }
  var queue\_item\_id = file.queueItem.attr('id');
  if(is\_valid\_response == true && response\_json.status == "ok"){
  var remove\_link = "<a class=\"close\" href=\"javascript:remove\_attachment('" + response\_json.message + "',13713164,57,'" + queue\_item\_id + "',0,'ac8c89100a4295fa030669160467ccb0');\"><img border=\"0\" src=\"images/icons/delete.png\" /></a>";
  $("#" + queue\_item\_id + " a.close").replaceWith(remove\_link);
  $("#" + queue\_item\_id + ' span.filename').prepend('<img align="absmiddle" class="file\_attached" src="images/icons/attach.gif">');
  }else{
  $("#" + queue\_item\_id).addClass('error');
  $("#" + queue\_item\_id + " a.close").replaceWith('<img style="float: right" border="0" src="images/icons/exclamation.png" />');
  $("#" + queue\_item\_id + " span.fileinfo").text(" - Error! Unable to upload");
  }
  if($("html").hasClass("embed")){
  $.postMessage({mf\_iframe\_height: $('body').outerHeight(true)}, '\*', parent );
  }
  if($("#form\_13713164").data('form\_submitting') === true){
  upload\_all\_files();
  }
  }
  });
  $("#element\_57\_upload\_link").remove();
  }else{
  $("#element\_57\_token").remove();
  }
  });

  [Attach Files](javascript:$('#element_57').uploadifive('upload');)
- $(function(){
  $.postMessage({mf\_iframe\_height: $('body').outerHeight(true) + 130}, '\*', parent );
  });
- Disclaimer
  The personal data collected will be used by The Asia-Pacific Institute of Business (API) and authorised personnel for processing the captioned purposes in accordance with relevant provisions of the Personal Data (Privacy) Ordinance.