Showmanship

Professional and Personal Development for a Globalised and Ever-Changing World

Public Speaking  Emotional Intelligence  Change Management  Team Building  Customer Service  Executive Leadership Training

Cancellation Policy

Full payment of the program fee must be made not later than ten (10) days prior to program start date. Cancellations received in writing within at least 14 days prior to the seminar will be subject to US$250.00 administration fee. A registered delegate can nominate a substitute with no extra cost provided the same is done in writing and received by the Keye Online at least one week before the program start date.

Please Note: Fees, dates, speakers are subject to change. EuroMaTech’s liability is limited to reimbursement of paid program fees.

jQuery(document).ready(function($){ $('#form-field-ref_form_course_name').change(function(){ alert('i am working'); // Hide all dropdowns initially $('[id^=form-field-ref_form_course_]').hide(); // Get the selected option var selectedOption = $(this).val(); // Show the corresponding dropdown based on the selected option if(selectedOption === "Mastering the Art of Modern Management") { $('#form-field-ref_form_course_1').show(); $('#form-field-ref_form_course_2').hide(); $('#form-field-ref_form_course_3').hide(); } else if(selectedOption === "Mastering the Art of Communication for Modern Leader") { $('#form-field-ref_form_course_1').hide(); $('#form-field-ref_form_course_2').show(); $('#form-field-ref_form_course_3').hide(); } else if(selectedOption === "Championing Change Through Diversity & Inclusion") { $('#form-field-ref_form_course_1').hide(); $('#form-field-ref_form_course_2').hide(); $('#form-field-ref_form_course_3').show(); } else { $('[id^=form-field-ref_form_course_]').hide(); } }); });