Metadata
Title
Application for CUHK Executive Programmes 2026
Category
general
UUID
8431e6787a734214b60057b01a6ee862
Source URL
https://cloud.itsc.cuhk.edu.hk/webform/view.php?id=13722750
Parent URL
https://exed.bschool.cuhk.edu.hk/
Crawl Time
2026-03-11T01:15:25+00:00
Rendered Raw Markdown
# Application for CUHK Executive Programmes 2026

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

# 

## Application for CUHK Executive Programmes 2026

You will receive notification from APIB once your application together with payment is received. APIB reserves the final right to decide the appropriate mix of participants to ensure the programme quality.\
\
Important Notes\
1. APIB of CUHK Business School reserves the right to make any amendments to the programme without prior notice.\
2. For cancellation received in writing at least 4 weeks prior to the programme commencement date, a refund of 50% of the program fee is available.\
3. All information collected will be kept confidential, and treated strictly in accordance with the University’s Policy on protection of personal data. Personal data will be used for the purpose of programme development, market research and direct mailing only.

- Applying to multiple programmes is welcome. Please indicate the programme(s) that you are applying for: \*

  Applying to multiple programmes is welcome. Please indicate the programme(s) that you are applying for:

  ESG Strategies Sustainable Supply Chain and Circular Economy (Q2, 2026)

  Leader as an Enabler: Developing A Dialogic Leadership Style (24 March 2026)

  Cyber Security and Risk Management (10-11 March 2026)

  Emerging Tech Business Innovation (31 March 2026)

  Data-Driven Leadership: Leveraging Data and AI for Competitive Advantage (14 April 2026)

  Sustainable Finance (20 April 2026)

  Strategic Thinking and Decision-Making (28 April 2026)

  High Performance Leadership (21 May 2026)

  Harnessing Generative AI for Strategic Advantage

  Finance for Senior Managers (20 August 2026)

  Innovating the Future: AI & Design Thinking

  Innovative Customer Journeys: From Satisfaction to Loyalty (Q4 2026)

  Innovating for Survival and Growth during Uncertain Time (Q4 2026)

  AI-Powered Data Storytelling (Q4 2026)
- Participant information\
  \
  Title \*

  Participant information
  Title

  Dr.

  Mr.

  Mrs.

  Miss

  Ms
- Full name
  Full name \*

  First

  Last
- Contact Phone Number \*
- Email \*
- CUHK Alumni? \*

  CUHK Alumni?

  Yes

  No
- If yes, please specify the program and graduation year
- Highest Academic Degree Obtained: \*
- Job title \*
- Company & Department / Unit: \*
- Managerial Experience: (No of Years) \*
- Area, scope and level of job responsibility:
- Language Proficiency \*

  | Language Proficiency | Native or Bilingual proficiency | Professional working proficiency | Limited working proficiency | No proficiency |
  | --- | --- | --- | --- | --- |
  | English | EnglishNative or Bilingual proficiency | EnglishProfessional working proficiency | EnglishLimited working proficiency | EnglishNo proficiency |
  | Cantonese | CantoneseNative or Bilingual proficiency | CantoneseProfessional working proficiency | CantoneseLimited working proficiency | CantoneseNo proficiency |
  | Putonghua | PutonghuaNative or Bilingual proficiency | PutonghuaProfessional working proficiency | PutonghuaLimited working proficiency | PutonghuaNo proficiency |
- How did you hear about us? \*

  How did you hear about us?

  CUHK Executive Education/APIB Website

  Internet search

  E-mail from us

  Recommended by friend or colleague

  E-mail from CUHK/Business School Alumni Offices

  HKGCC

  Other
  Other
- ### Corporate Applicant Information (for corporate applicant only)

  To enjoy corporate rate, please provide corporate information
- Company / Organization:
- Industry / Nature of Business:
- Contact person information\
  \
  Title 

  Contact person information
  Title

  Dr.

  Mr.

  Mrs.

  Miss

  Ms
- Full name
  Full name 

  First

  Last
- Job title
- Department / Unit:
- Contact Phone Number
- Email
- Correspondence Address:
- Promotional code (if any)
- ### Payment method 1. By Cheque Make a cheque payable to "The Chinese University of Hong Kong" and mail to: The Asia-Pacific Institute of Business (APIB) The Chinese University of Hong Kong Rm 846, 8/F, Cheng Yu Tung Building No 12 Chak Cheung Street, Shatin, Hong Kong 2. By Bank transfer Name of Bank: Hang Seng Bank Ltd. Name of Accounts: The Chinese University of Hong Kong No. of Accounts: 024-293-005005005 Address of Bank: Hang Seng Bank Ltd.; Kowloon Main Branch, 618 Nathan Road, Kowloon, Hong Kong Bank Swift Code: HASE HKHH Please upload your payment proof below. 3. By credit card Please note that your credit card bank may charge administrative fees. You will need to cover any remaining fees after these charges.
- ### Payment by Bank in
- \*\*\*If you have paid by bank transfer, please upload your payment receipt. 

  Select FilesSelect Files

  $(function(){
  if(is\_support\_html5\_uploader()){
  $('#element\_54').uploadifive({
  'uploadScript' : 'upload.php',
  'buttonText' : 'Select Files',
  'removeCompleted' : false,
  'formData' : {
  'form\_id': 13722750,
  'element\_id': 54,
  'file\_token': '8b01c181d64022509c6fb73c50b5f022'
  },
  '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 + "',13722750,54,'" + queue\_item\_id + "',0,'8b01c181d64022509c6fb73c50b5f022');\"><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\_13722750").data('form\_submitting') === true){
  upload\_all\_files();
  }
  }
  });
  $("#element\_54\_upload\_link").remove();
  }else{
  $("#element\_54\_token").remove();
  }
  });

  [Attach Files](javascript:$('#element_54').uploadifive('upload');)
- ### Payment by Credit Card
- \*\*If you want to paid by Credit Card \
  (Please note that your credit card bank may charge administrative fees. You will need to cover any remaining fees after these charges.) 

  \*\*If you want to paid by Credit Card
  (Please note that your credit card bank may charge administrative fees. You will need to cover any remaining fees after these charges.)

  I hereby authorize The Chinese University of Hong Kong (CUHK) to debit from my credit card account with the following details for the payment of program fee
- Credit card type 

  Credit card type

  Visa

  Master
- Issuing bank
- Credit Card No.
- Name Printed on Credit Card
- Expiry Date (MM / YY)
- Total Amount to be debited (in Hong Kong Dollar) 
  $

  Dollars

  . 
  Cents
- $(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.