{"id":4165,"date":"2023-10-13T15:47:46","date_gmt":"2023-10-13T07:47:46","guid":{"rendered":"https:\/\/www.champpartners.com\/zh-hant\/?page_id=4165"},"modified":"2023-10-16T21:36:52","modified_gmt":"2023-10-16T13:36:52","slug":"contact-us","status":"publish","type":"page","link":"https:\/\/www.champpartners.com\/zh-hant\/contact-us\/","title":{"rendered":"\u806f\u7d61\u6211\u5011"},"content":{"rendered":"<script type=\"text\/javascript\">\n\/\/----------------------------------------------------------\n\/\/------ JAVASCRIPT HOOK FUNCTIONS FOR GRAVITY FORMS -------\n\/\/----------------------------------------------------------\n\nif ( ! gform ) {\n\tdocument.addEventListener( 'gform_main_scripts_loaded', function() { gform.scriptsLoaded = true; } );\n\twindow.addEventListener( 'DOMContentLoaded', function() { gform.domLoaded = true; } );\n\n\tvar gform = {\n\t\tdomLoaded: false,\n\t\tscriptsLoaded: false,\n\t\tinitializeOnLoaded: function( fn ) {\n\t\t\tif ( gform.domLoaded && gform.scriptsLoaded ) {\n\t\t\t\tfn();\n\t\t\t} else if( ! gform.domLoaded && gform.scriptsLoaded ) {\n\t\t\t\twindow.addEventListener( 'DOMContentLoaded', fn );\n\t\t\t} else {\n\t\t\t\tdocument.addEventListener( 'gform_main_scripts_loaded', fn );\n\t\t\t}\n\t\t},\n\t\thooks: { action: {}, filter: {} },\n\t\taddAction: function( action, callable, priority, tag ) {\n\t\t\tgform.addHook( 'action', action, callable, priority, tag );\n\t\t},\n\t\taddFilter: function( action, callable, priority, tag ) {\n\t\t\tgform.addHook( 'filter', action, callable, priority, tag );\n\t\t},\n\t\tdoAction: function( action ) {\n\t\t\tgform.doHook( 'action', action, arguments );\n\t\t},\n\t\tapplyFilters: function( action ) {\n\t\t\treturn gform.doHook( 'filter', action, arguments );\n\t\t},\n\t\tremoveAction: function( action, tag ) {\n\t\t\tgform.removeHook( 'action', action, tag );\n\t\t},\n\t\tremoveFilter: function( action, priority, tag ) {\n\t\t\tgform.removeHook( 'filter', action, priority, tag );\n\t\t},\n\t\taddHook: function( hookType, action, callable, priority, tag ) {\n\t\t\tif ( undefined == gform.hooks[hookType][action] ) {\n\t\t\t\tgform.hooks[hookType][action] = [];\n\t\t\t}\n\t\t\tvar hooks = gform.hooks[hookType][action];\n\t\t\tif ( undefined == tag ) {\n\t\t\t\ttag = action + '_' + hooks.length;\n\t\t\t}\n\t\t\tif( priority == undefined ){\n\t\t\t\tpriority = 10;\n\t\t\t}\n\n\t\t\tgform.hooks[hookType][action].push( { tag:tag, callable:callable, priority:priority } );\n\t\t},\n\t\tdoHook: function( hookType, action, args ) {\n\n\t\t\t\/\/ splice args from object into array and remove first index which is the hook name\n\t\t\targs = Array.prototype.slice.call(args, 1);\n\n\t\t\tif ( undefined != gform.hooks[hookType][action] ) {\n\t\t\t\tvar hooks = gform.hooks[hookType][action], hook;\n\t\t\t\t\/\/sort by priority\n\t\t\t\thooks.sort(function(a,b){return a[\"priority\"]-b[\"priority\"]});\n\n\t\t\t\thooks.forEach( function( hookItem ) {\n\t\t\t\t\thook = hookItem.callable;\n\n\t\t\t\t\tif(typeof hook != 'function')\n\t\t\t\t\t\thook = window[hook];\n\t\t\t\t\tif ( 'action' == hookType ) {\n\t\t\t\t\t\thook.apply(null, args);\n\t\t\t\t\t} else {\n\t\t\t\t\t\targs[0] = hook.apply(null, args);\n\t\t\t\t\t}\n\t\t\t\t} );\n\t\t\t}\n\t\t\tif ( 'filter'==hookType ) {\n\t\t\t\treturn args[0];\n\t\t\t}\n\t\t},\n\t\tremoveHook: function( hookType, action, priority, tag ) {\n\t\t\tif ( undefined != gform.hooks[hookType][action] ) {\n\t\t\t\tvar hooks = gform.hooks[hookType][action];\n\t\t\t\thooks = hooks.filter( function(hook, index, arr) {\n\t\t\t\t\tvar removeHook = (undefined==tag||tag==hook.tag) && (undefined==priority||priority==hook.priority);\n\t\t\t\t\treturn !removeHook;\n\t\t\t\t} );\n\t\t\t\tgform.hooks[hookType][action] = hooks;\n\t\t\t}\n\t\t}\n\t};\n}\n<\/script>\n                <div class='gf_browser_gecko gform_wrapper gravity-theme gform-theme--no-framework' data-form-theme='gravity-theme' data-form-index='0' id='gform_wrapper_2' >\n                        <div class='gform_heading'>\n                            <h2 class=\"gform_title\">\u4eba\u529b\u8cc7\u6e90\u5916\u5224\u670d\u52d9\u54a8\u8a62<\/h2>\n                            <p class='gform_description'>\u586b\u5beb\u4ee5\u4e0b\u8868\u683c\u5f8c\uff0c\u5c08\u54e1\u6703\u57281\u500b\u5de5\u4f5c\u5929\u5167<\/p>\n                        <\/div><form method='post' enctype='multipart\/form-data'  id='gform_2'  action='\/zh-hant\/wp-json\/wp\/v2\/pages\/4165' data-formid='2' novalidate>\n                        <div class='gform-body gform_body'><div id='gform_fields_2' class='gform_fields top_label form_sublabel_above description_above'><fieldset id=\"field_2_1\"  class=\"gfield gfield--type-name gfield_contains_required field_sublabel_above gfield--no-description field_description_above gfield_visibility_visible\"  data-js-reload=\"field_2_1\"><legend class='gfield_label gform-field-label gfield_label_before_complex'  >\u540d\u7a31<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_text\">\uff08\u5fc5\u586b\uff09<\/span><\/span><\/legend><div class='ginput_complex ginput_container ginput_container--name no_prefix has_first_name no_middle_name has_last_name no_suffix gf_name_has_2 ginput_container_name gform-grid-row' id='input_2_1'>\n                            \n                            <span id='input_2_1_3_container' class='name_first gform-grid-col gform-grid-col--size-auto' >\n                                                    <label for='input_2_1_3' class='gform-field-label gform-field-label--type-sub '>\u59d3\u6c0f*<\/label>\n                                                    <input type='text' name='input_1.3' id='input_2_1_3' value=''   aria-required='true'    autocomplete=\"given-name\" \/>\n                                                <\/span>\n                            \n                            <span id='input_2_1_6_container' class='name_last gform-grid-col gform-grid-col--size-auto' >\n                                                            <label for='input_2_1_6' class='gform-field-label gform-field-label--type-sub '>\u540d\u5b57*<\/label>\n                                                            <input type='text' name='input_1.6' id='input_2_1_6' value=''   aria-required='true'    autocomplete=\"family-name\" \/>\n                                                        <\/span>\n                            \n                        <\/div><\/fieldset><div id=\"field_2_4\"  class=\"gfield gfield--type-text gfield--width-full gfield_contains_required field_sublabel_above gfield--no-description field_description_above gfield_visibility_visible\"  data-js-reload=\"field_2_4\"><label class='gfield_label gform-field-label' for='input_2_4' >\u516c\u53f8\u540d\u7a31*<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_text\">\uff08\u5fc5\u586b\uff09<\/span><\/span><\/label><div class='ginput_container ginput_container_text'><input name='input_4' id='input_2_4' type='text' value='' class='large'     aria-required=\"true\" aria-invalid=\"false\"   \/> <\/div><\/div><div id=\"field_2_5\"  class=\"gfield gfield--type-phone gfield--width-full gfield_contains_required field_sublabel_above gfield--no-description field_description_above gfield_visibility_visible\"  data-js-reload=\"field_2_5\"><label class='gfield_label gform-field-label' for='input_2_5' >\u96fb\u8a71*<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_text\">\uff08\u5fc5\u586b\uff09<\/span><\/span><\/label><div class='ginput_container ginput_container_phone'><input name='input_5' id='input_2_5' type='tel' value='' class='large'   aria-required=\"true\" aria-invalid=\"false\"   \/><\/div><\/div><div id=\"field_2_6\"  class=\"gfield gfield--type-email gfield--width-full gfield_contains_required field_sublabel_above gfield--no-description field_description_above gfield_visibility_visible\"  data-js-reload=\"field_2_6\"><label class='gfield_label gform-field-label' for='input_2_6' >\u96fb\u90f5*<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_text\">\uff08\u5fc5\u586b\uff09<\/span><\/span><\/label><div class='ginput_container ginput_container_email'>\n                            <input name='input_6' id='input_2_6' type='email' value='' class='large'    aria-required=\"true\" aria-invalid=\"false\"  \/>\n                        <\/div><\/div><div id=\"field_2_7\"  class=\"gfield gfield--type-select gfield--width-full field_sublabel_above gfield--no-description field_description_above gfield_visibility_visible\"  data-js-reload=\"field_2_7\"><label class='gfield_label gform-field-label' for='input_2_7' >HR\u670d\u52d9*<\/label><div class='ginput_container ginput_container_select'><select name='input_7' id='input_2_7' class='large gfield_select'     aria-invalid=\"false\" ><option value='\u5916\u5224\u54e1\u5de5(\u5168\u8077)' >\u5916\u5224\u54e1\u5de5(\u5168\u8077)<\/option><option value='\u5916\u5224\u54e1\u5de5\uff08\u517c\u8077\/\u81e8\u6642\uff09' >\u5916\u5224\u54e1\u5de5\uff08\u517c\u8077\/\u81e8\u6642\uff09<\/option><option value='\u85aa\u916c\u5916\u5224\u670d\u52d9' >\u85aa\u916c\u5916\u5224\u670d\u52d9<\/option><option value='\u9999\u6e2f\u7c3d\u8b49\u670d\u52d9(\u5de5\u4f5c\/\u53d7\u990a\u4eba\/\u53d7\u8a13\u7c3d\u8b49)' >\u9999\u6e2f\u7c3d\u8b49\u670d\u52d9(\u5de5\u4f5c\/\u53d7\u990a\u4eba\/\u53d7\u8a13\u7c3d\u8b49)<\/option><option value='\u5176\u4ed6\u4eba\u529b\u8cc7\u6e90\u670d\u52d9' >\u5176\u4ed6\u4eba\u529b\u8cc7\u6e90\u670d\u52d9<\/option><\/select><\/div><\/div><\/div><\/div>\n        <div class='gform_footer top_label'> <input type='submit' id='gform_submit_button_2' class='gform_button button' value='\u9810\u7d04\u8aee\u8a62 &gt;'  onclick='if(window[\"gf_submitting_2\"]){return false;}  if( !jQuery(\"#gform_2\")[0].checkValidity || jQuery(\"#gform_2\")[0].checkValidity()){window[\"gf_submitting_2\"]=true;}  ' onkeypress='if( event.keyCode == 13 ){ if(window[\"gf_submitting_2\"]){return false;} if( !jQuery(\"#gform_2\")[0].checkValidity || jQuery(\"#gform_2\")[0].checkValidity()){window[\"gf_submitting_2\"]=true;}  jQuery(\"#gform_2\").trigger(\"submit\",[true]); }' \/> \n            <input type='hidden' class='gform_hidden' name='is_submit_2' value='1' \/>\n            <input type='hidden' class='gform_hidden' name='gform_submit' value='2' \/>\n            \n            <input type='hidden' class='gform_hidden' name='gform_unique_id' value='' \/>\n            <input type='hidden' class='gform_hidden' name='state_2' value='WyJ7XCI3XCI6W1wiYzNmNWM2ZTRlNDU1ZWFmNzgzODg2MDI0ZDdhYWQxYzlcIixcIjMyNTI3YzVjNDljOGY2OWI0NDRkZThmODZjYjhkNWNjXCIsXCJiM2I4Yjg3ZWE4ODljYjNkOTJlMDJlZWNmZTU5ODdlOVwiLFwiNjIyNmFjYTRkYWM4Y2RjMDJlY2ZkNzdlOThhZTEzMzhcIixcIjgyNTQ1NmUzMGMyMmZlZDZlOTA1NTMzZGE3MmU0YTJlXCJdfSIsImUyOWIwZmIxOWYwNjM4MjBkODFlZTBlNDE1M2NjNzE5Il0=' \/>\n            <input type='hidden' class='gform_hidden' name='gform_target_page_number_2' id='gform_target_page_number_2' value='0' \/>\n            <input type='hidden' class='gform_hidden' name='gform_source_page_number_2' id='gform_source_page_number_2' value='1' \/>\n            <input type='hidden' name='gform_field_values' value='' \/>\n            \n        <\/div>\n                        <\/form>\n                        <\/div><script type=\"text\/javascript\">\ngform.initializeOnLoaded( function() {gformInitSpinner( 2, 'https:\/\/www.champpartners.com\/zh-hant\/wp-content\/plugins\/gravityforms\/images\/spinner.svg', true );jQuery('#gform_ajax_frame_2').on('load',function(){var contents = jQuery(this).contents().find('*').html();var is_postback = contents.indexOf('GF_AJAX_POSTBACK') >= 0;if(!is_postback){return;}var form_content = jQuery(this).contents().find('#gform_wrapper_2');var is_confirmation = jQuery(this).contents().find('#gform_confirmation_wrapper_2').length > 0;var is_redirect = contents.indexOf('gformRedirect(){') >= 0;var is_form = form_content.length > 0 && ! is_redirect && ! is_confirmation;var mt = parseInt(jQuery('html').css('margin-top'), 10) + parseInt(jQuery('body').css('margin-top'), 10) + 100;if(is_form){jQuery('#gform_wrapper_2').html(form_content.html());if(form_content.hasClass('gform_validation_error')){jQuery('#gform_wrapper_2').addClass('gform_validation_error');} else {jQuery('#gform_wrapper_2').removeClass('gform_validation_error');}setTimeout( function() { \/* delay the scroll by 50 milliseconds to fix a bug in chrome *\/  }, 50 );if(window['gformInitDatepicker']) {gformInitDatepicker();}if(window['gformInitPriceFields']) {gformInitPriceFields();}var current_page = jQuery('#gform_source_page_number_2').val();gformInitSpinner( 2, 'https:\/\/www.champpartners.com\/zh-hant\/wp-content\/plugins\/gravityforms\/images\/spinner.svg', true );jQuery(document).trigger('gform_page_loaded', [2, current_page]);window['gf_submitting_2'] = false;}else if(!is_redirect){var confirmation_content = jQuery(this).contents().find('.GF_AJAX_POSTBACK').html();if(!confirmation_content){confirmation_content = contents;}setTimeout(function(){jQuery('#gform_wrapper_2').replaceWith(confirmation_content);jQuery(document).trigger('gform_confirmation_loaded', [2]);window['gf_submitting_2'] = false;wp.a11y.speak(jQuery('#gform_confirmation_message_2').text());}, 50);}else{jQuery('#gform_2').append(contents);if(window['gformRedirect']) {gformRedirect();}}jQuery(document).trigger('gform_post_render', [2, current_page]);gform.utils.trigger({ event: 'gform\/postRender', native: false, data: { formId: 2, currentPage: current_page } });} );} );\n<\/script>\n","protected":false},"excerpt":{"rendered":"","protected":false},"author":11,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"om_disable_all_campaigns":false,"_genesis_hide_title":false,"_genesis_hide_breadcrumbs":false,"_genesis_hide_singular_image":false,"_genesis_hide_footer_widgets":false,"_genesis_custom_body_class":"","_genesis_custom_post_class":"","_genesis_layout":""},"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v16.1.1 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>\u806f\u7d61\u6211\u5011 | Champ Partners Limited<\/title>\n<link rel=\"canonical\" href=\"https:\/\/www.champpartners.com\/zh-hant\/contact-us\/\" \/>\n<meta property=\"og:locale\" content=\"zh_HK\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"\u806f\u7d61\u6211\u5011 | Champ Partners Limited\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.champpartners.com\/zh-hant\/contact-us\/\" \/>\n<meta property=\"og:site_name\" content=\"Champ Partners Limited\" \/>\n<meta property=\"article:modified_time\" content=\"2023-10-16T13:36:52+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.champpartners.com\/zh-hant\/#website\",\"url\":\"https:\/\/www.champpartners.com\/zh-hant\/\",\"name\":\"Champ Partners Limited\",\"description\":\"\\u9999\\u6e2f\\u6700\\u5c08\\u696d\\u7684HR\\u4f01\\u696d\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":\"https:\/\/www.champpartners.com\/zh-hant\/?s={search_term_string}\",\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"zh-HK\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.champpartners.com\/zh-hant\/contact-us\/#webpage\",\"url\":\"https:\/\/www.champpartners.com\/zh-hant\/contact-us\/\",\"name\":\"\\u806f\\u7d61\\u6211\\u5011 | Champ Partners Limited\",\"isPartOf\":{\"@id\":\"https:\/\/www.champpartners.com\/zh-hant\/#website\"},\"datePublished\":\"2023-10-13T07:47:46+00:00\",\"dateModified\":\"2023-10-16T13:36:52+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/www.champpartners.com\/zh-hant\/contact-us\/#breadcrumb\"},\"inLanguage\":\"zh-HK\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.champpartners.com\/zh-hant\/contact-us\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.champpartners.com\/zh-hant\/contact-us\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"item\":{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.champpartners.com\/zh-hant\/\",\"url\":\"https:\/\/www.champpartners.com\/zh-hant\/\",\"name\":\"Home\"}},{\"@type\":\"ListItem\",\"position\":2,\"item\":{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.champpartners.com\/zh-hant\/contact-us\/\",\"url\":\"https:\/\/www.champpartners.com\/zh-hant\/contact-us\/\",\"name\":\"\\u806f\\u7d61\\u6211\\u5011\"}}]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","_links":{"self":[{"href":"https:\/\/www.champpartners.com\/zh-hant\/wp-json\/wp\/v2\/pages\/4165"}],"collection":[{"href":"https:\/\/www.champpartners.com\/zh-hant\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.champpartners.com\/zh-hant\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.champpartners.com\/zh-hant\/wp-json\/wp\/v2\/users\/11"}],"replies":[{"embeddable":true,"href":"https:\/\/www.champpartners.com\/zh-hant\/wp-json\/wp\/v2\/comments?post=4165"}],"version-history":[{"count":3,"href":"https:\/\/www.champpartners.com\/zh-hant\/wp-json\/wp\/v2\/pages\/4165\/revisions"}],"predecessor-version":[{"id":4183,"href":"https:\/\/www.champpartners.com\/zh-hant\/wp-json\/wp\/v2\/pages\/4165\/revisions\/4183"}],"wp:attachment":[{"href":"https:\/\/www.champpartners.com\/zh-hant\/wp-json\/wp\/v2\/media?parent=4165"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}