{"id":264,"date":"2025-04-24T18:49:32","date_gmt":"2025-04-24T18:49:32","guid":{"rendered":"https:\/\/rulermarketing.com\/?page_id=264"},"modified":"2025-06-23T17:24:54","modified_gmt":"2025-06-23T17:24:54","slug":"contact-us","status":"publish","type":"page","link":"https:\/\/rulermarketing.com\/cn\/contact-us\/","title":{"rendered":"\u8054\u7cfb\u6211\u4eec"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"264\" class=\"elementor elementor-264\" data-elementor-post-type=\"page\">\n\t\t\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-664086d e-con-full e-flex e-con e-parent\" data-id=\"664086d\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-fc7b243 e-flex e-con-boxed e-con e-child\" data-id=\"fc7b243\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-465d961 elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"465d961\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInUp&quot;}\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h1 class=\"elementor-heading-title elementor-size-default\">Contact Us<\/h1>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-464f74a elementor-invisible elementor-widget elementor-widget-text-editor\" data-id=\"464f74a\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInUp&quot;}\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>Connect with us to get started or learn more about how our services can help you <span style=\"color: #00ff00;\">rule your market<\/span>.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-37f2cd1 e-flex e-con-boxed e-con e-child\" data-id=\"37f2cd1\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-7dde1da e-con-full e-flex e-con e-child\" data-id=\"7dde1da\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-d04ae47 eael-gravity-form-button-full-width elementor-widget elementor-widget-eael-gravity-form\" data-id=\"d04ae47\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"eael-gravity-form.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t<div class=\"eael-contact-form eael-gravity-form eael-custom-radio-checkbox eael-contact-form-align-default\">\n\t\t        \n            <script type=\"text\/javascript\">\n                \/* EA Gravity Forms - fallback dispatch of GF's per-form post-render event.\n                 *\n                 * GF normally dispatches this itself from GFFormDisplay::footer_init_scripts().\n                 * In render contexts where that never runs, GF add-ons that bind to\n                 * `gform\/post_render` - e.g. the reCAPTCHA Add-On v2.2.2+, which registers its\n                 * v3 token submission filter there - are never initialised.\n                 *\n                 * Dispatching unconditionally is not safe. GF's multi-file uploader calls\n                 * `new plupload.Uploader()` on every post_render with no idempotency guard\n                 * (gravityforms\/js\/gravityforms.js), so a second dispatch binds a second\n                 * uploader to the same field and every selected file is submitted twice. GF's\n                 * own guard is function-local to the script it prints and cannot be read from\n                 * here, so we watch for the event instead and only step in if it never comes.\n                 *\n                 * This is the single fallback for this widget. Tickets 84410 and 84529 each\n                 * added one independently and both were merged, leaving two mutually-blind\n                 * shims that raced (issue #894). Do not add another - extend this one, and\n                 * keep the `window.__eaelGfPostRender*` flags as the shared source of truth.\n                 *\n                 * Printed before the form markup so the listeners are in place ahead of any\n                 * GF init script for this form, whether printed inline or in the footer.\n                 *\/\n                ( function () {\n                    var formId    = 1;\n                    var seenFlag  = '__eaelGfPostRenderSeen_'  + formId; \/\/ dispatched, by anyone\n                    var boundFlag = '__eaelGfPostRenderBound_' + formId; \/\/ this shim is installed\n\n                    if ( window[ boundFlag ] ) {\n                        return;\n                    }\n                    window[ boundFlag ] = true;\n\n                    function markSeen( id ) {\n                        if ( parseInt( id, 10 ) === formId ) {\n                            window[ seenFlag ] = true;\n                        }\n                    }\n\n                    \/\/ triggerPostRenderEvents() always fires the jQuery event first and the\n                    \/\/ gform.utils one after, whoever calls it - so between them these observe\n                    \/\/ GF core's own dispatch as well as any other caller's.\n                    if ( window.jQuery ) {\n                        window.jQuery( document ).on( 'gform_post_render', function ( event, id ) {\n                            markSeen( typeof id !== 'undefined' ? id : formId );\n                        } );\n                    }\n                    if ( window.gform && window.gform.utils\n                         && typeof window.gform.utils.addEventListener === 'function' ) {\n                        window.gform.utils.addEventListener( 'gform\/post_render', function ( e ) {\n                            markSeen( e && e.detail && typeof e.detail.formId !== 'undefined'\n                                      ? e.detail.formId : formId );\n                        } );\n                    }\n\n                    function maybeDispatch() {\n                        if ( window[ seenFlag ] ) {\n                            return;\n                        }\n\n                        \/\/ GF leaves this marker beside a hidden form while it waits for the\n                        \/\/ form to become visible, and removes it once it dispatches. Still\n                        \/\/ present means GF's script did run and will dispatch on its own -\n                        \/\/ firing now is the double-dispatch that duplicates file uploads.\n                        if ( document.getElementById( 'gform_visibility_test_' + formId ) ) {\n                            return;\n                        }\n\n                        if ( ! window.gform || ! window.gform.core\n                             || typeof window.gform.core.triggerPostRenderEvents !== 'function' ) {\n                            return;\n                        }\n\n                        var pageInput   = document.getElementById( 'gform_source_page_number_' + formId );\n                        var currentPage = pageInput ? parseInt( pageInput.value, 10 ) : 1;\n\n                        window[ seenFlag ] = true;\n                        window.gform.core.triggerPostRenderEvents( formId, currentPage || 1 );\n                    }\n\n                    \/\/ Wait for the window load event and then for GF's own gate, which needs\n                    \/\/ DOMContentLoaded plus its main and theme script events. Registering the\n                    \/\/ callback this late puts it behind GF's in the queue, and the timeout\n                    \/\/ puts it in a later task again, so GF always gets to dispatch first.\n                    function schedule() {\n                        if ( window.gform && typeof window.gform.initializeOnLoaded === 'function' ) {\n                            window.gform.initializeOnLoaded( function () {\n                                setTimeout( maybeDispatch, 0 );\n                            } );\n                        } else {\n                            setTimeout( maybeDispatch, 0 );\n                        }\n                    }\n\n                    if ( document.readyState === 'complete' ) {\n                        schedule();\n                    } else {\n                        window.addEventListener( 'load', schedule );\n                    }\n                } )();\n            <\/script>\n\n            <script>\nvar gform;gform||(document.addEventListener(\"gform_main_scripts_loaded\",function(){gform.scriptsLoaded=!0}),document.addEventListener(\"gform\/theme\/scripts_loaded\",function(){gform.themeScriptsLoaded=!0}),window.addEventListener(\"DOMContentLoaded\",function(){gform.domLoaded=!0}),gform={domLoaded:!1,scriptsLoaded:!1,themeScriptsLoaded:!1,isFormEditor:()=>\"function\"==typeof InitializeEditor,callIfLoaded:function(o){return!(!gform.domLoaded||!gform.scriptsLoaded||!gform.themeScriptsLoaded&&!gform.isFormEditor()||(gform.isFormEditor()&&console.warn(\"The use of gform.initializeOnLoaded() is deprecated in the form editor context and will be removed in Gravity Forms 3.1.\"),o(),0))},initializeOnLoaded:function(o){gform.callIfLoaded(o)||(document.addEventListener(\"gform_main_scripts_loaded\",()=>{gform.scriptsLoaded=!0,gform.callIfLoaded(o)}),document.addEventListener(\"gform\/theme\/scripts_loaded\",()=>{gform.themeScriptsLoaded=!0,gform.callIfLoaded(o)}),window.addEventListener(\"DOMContentLoaded\",()=>{gform.domLoaded=!0,gform.callIfLoaded(o)}))},hooks:{action:{},filter:{}},addAction:function(o,r,e,t){gform.addHook(\"action\",o,r,e,t)},addFilter:function(o,r,e,t){gform.addHook(\"filter\",o,r,e,t)},doAction:function(o){gform.doHook(\"action\",o,arguments)},applyFilters:function(o){return gform.doHook(\"filter\",o,arguments)},removeAction:function(o,r){gform.removeHook(\"action\",o,r)},removeFilter:function(o,r,e){gform.removeHook(\"filter\",o,r,e)},addHook:function(o,r,e,t,n){null==gform.hooks[o][r]&&(gform.hooks[o][r]=[]);var d=gform.hooks[o][r];null==n&&(n=r+\"_\"+d.length),gform.hooks[o][r].push({tag:n,callable:e,priority:t=null==t?10:t})},doHook:function(r,o,e){var t;if(e=Array.prototype.slice.call(e,1),null!=gform.hooks[r][o]&&((o=gform.hooks[r][o]).sort(function(o,r){return o.priority-r.priority}),o.forEach(function(o){\"function\"!=typeof(t=o.callable)&&(t=window[t]),\"action\"==r?t.apply(null,e):e[0]=t.apply(null,e)})),\"filter\"==r)return e[0]},removeHook:function(o,r,t,n){var e;null!=gform.hooks[o][r]&&(e=(e=gform.hooks[o][r]).filter(function(o,r,e){return!!(null!=n&&n!=o.tag||null!=t&&t!=o.priority)}),gform.hooks[o][r]=e)}});\n<\/script>\n\n                <div class='gf_browser_gecko gform_wrapper gform-theme gform-theme--foundation gform-theme--framework gform-theme--orbital' data-form-theme='orbital' data-form-index='0' id='gform_wrapper_1' ><style>#gform_wrapper_1[data-form-index=\"0\"].gform-theme{--gf-color-primary: #204ce5;--gf-color-primary-rgb: 32, 76, 229;--gf-color-primary-contrast: #fff;--gf-color-primary-contrast-rgb: 255, 255, 255;--gf-color-primary-darker: #001AB3;--gf-color-primary-lighter: #527EFF;--gf-color-secondary: #fff;--gf-color-secondary-rgb: 255, 255, 255;--gf-color-secondary-contrast: #112337;--gf-color-secondary-contrast-rgb: 17, 35, 55;--gf-color-secondary-darker: #F5F5F5;--gf-color-secondary-lighter: #FFFFFF;--gf-color-out-ctrl-light: rgba(17, 35, 55, 0.1);--gf-color-out-ctrl-light-rgb: 17, 35, 55;--gf-color-out-ctrl-light-darker: rgba(104, 110, 119, 0.35);--gf-color-out-ctrl-light-lighter: #F5F5F5;--gf-color-out-ctrl-dark: #585e6a;--gf-color-out-ctrl-dark-rgb: 88, 94, 106;--gf-color-out-ctrl-dark-darker: #112337;--gf-color-out-ctrl-dark-lighter: rgba(17, 35, 55, 0.65);--gf-color-in-ctrl: #fff;--gf-color-in-ctrl-rgb: 255, 255, 255;--gf-color-in-ctrl-contrast: #112337;--gf-color-in-ctrl-contrast-rgb: 17, 35, 55;--gf-color-in-ctrl-darker: #F5F5F5;--gf-color-in-ctrl-lighter: #FFFFFF;--gf-color-in-ctrl-primary: #204ce5;--gf-color-in-ctrl-primary-rgb: 32, 76, 229;--gf-color-in-ctrl-primary-contrast: #fff;--gf-color-in-ctrl-primary-contrast-rgb: 255, 255, 255;--gf-color-in-ctrl-primary-darker: #001AB3;--gf-color-in-ctrl-primary-lighter: #527EFF;--gf-color-in-ctrl-light: rgba(17, 35, 55, 0.1);--gf-color-in-ctrl-light-rgb: 17, 35, 55;--gf-color-in-ctrl-light-darker: rgba(104, 110, 119, 0.35);--gf-color-in-ctrl-light-lighter: #F5F5F5;--gf-color-in-ctrl-dark: #585e6a;--gf-color-in-ctrl-dark-rgb: 88, 94, 106;--gf-color-in-ctrl-dark-darker: #112337;--gf-color-in-ctrl-dark-lighter: rgba(17, 35, 55, 0.65);--gf-radius: 3px;--gf-font-size-secondary: 14px;--gf-font-size-tertiary: 13px;--gf-icon-ctrl-number: url(\"data:image\/svg+xml,%3Csvg width='8' height='14' viewBox='0 0 8 14' fill='none' xmlns='http:\/\/www.w3.org\/2000\/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4 0C4.26522 5.96046e-08 4.51957 0.105357 4.70711 0.292893L7.70711 3.29289C8.09763 3.68342 8.09763 4.31658 7.70711 4.70711C7.31658 5.09763 6.68342 5.09763 6.29289 4.70711L4 2.41421L1.70711 4.70711C1.31658 5.09763 0.683417 5.09763 0.292893 4.70711C-0.0976311 4.31658 -0.097631 3.68342 0.292893 3.29289L3.29289 0.292893C3.48043 0.105357 3.73478 0 4 0ZM0.292893 9.29289C0.683417 8.90237 1.31658 8.90237 1.70711 9.29289L4 11.5858L6.29289 9.29289C6.68342 8.90237 7.31658 8.90237 7.70711 9.29289C8.09763 9.68342 8.09763 10.3166 7.70711 10.7071L4.70711 13.7071C4.31658 14.0976 3.68342 14.0976 3.29289 13.7071L0.292893 10.7071C-0.0976311 10.3166 -0.0976311 9.68342 0.292893 9.29289Z' fill='rgba(17, 35, 55, 0.65)'\/%3E%3C\/svg%3E\");--gf-icon-ctrl-select: url(\"data:image\/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http:\/\/www.w3.org\/2000\/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.292893 0.292893C0.683417 -0.097631 1.31658 -0.097631 1.70711 0.292893L5 3.58579L8.29289 0.292893C8.68342 -0.0976311 9.31658 -0.0976311 9.70711 0.292893C10.0976 0.683417 10.0976 1.31658 9.70711 1.70711L5.70711 5.70711C5.31658 6.09763 4.68342 6.09763 4.29289 5.70711L0.292893 1.70711C-0.0976311 1.31658 -0.0976311 0.683418 0.292893 0.292893Z' fill='rgba(17, 35, 55, 0.65)'\/%3E%3C\/svg%3E\");--gf-icon-ctrl-search: url(\"data:image\/svg+xml,%3Csvg width='640' height='640' xmlns='http:\/\/www.w3.org\/2000\/svg'%3E%3Cpath d='M256 128c-70.692 0-128 57.308-128 128 0 70.691 57.308 128 128 128 70.691 0 128-57.309 128-128 0-70.692-57.309-128-128-128zM64 256c0-106.039 85.961-192 192-192s192 85.961 192 192c0 41.466-13.146 79.863-35.498 111.248l154.125 154.125c12.496 12.496 12.496 32.758 0 45.254s-32.758 12.496-45.254 0L367.248 412.502C335.862 434.854 297.467 448 256 448c-106.039 0-192-85.962-192-192z' fill='rgba(17, 35, 55, 0.65)'\/%3E%3C\/svg%3E\");--gf-label-space-y-secondary: var(--gf-label-space-y-md-secondary);--gf-ctrl-border-color: #686e77;--gf-ctrl-size: var(--gf-ctrl-size-md);--gf-ctrl-label-color-primary: #112337;--gf-ctrl-label-color-secondary: #112337;--gf-ctrl-choice-size: var(--gf-ctrl-choice-size-md);--gf-ctrl-checkbox-check-size: var(--gf-ctrl-checkbox-check-size-md);--gf-ctrl-radio-check-size: var(--gf-ctrl-radio-check-size-md);--gf-ctrl-btn-font-size: var(--gf-ctrl-btn-font-size-md);--gf-ctrl-btn-padding-x: var(--gf-ctrl-btn-padding-x-md);--gf-ctrl-btn-size: var(--gf-ctrl-btn-size-md);--gf-ctrl-btn-border-color-secondary: #686e77;--gf-ctrl-btn-bg-color-hover-tertiary: #EBEBEB;--gf-field-img-choice-size: var(--gf-field-img-choice-size-md);--gf-field-img-choice-card-space: var(--gf-field-img-choice-card-space-md);--gf-field-img-choice-check-ind-size: var(--gf-field-img-choice-check-ind-size-md);--gf-field-img-choice-check-ind-icon-size: var(--gf-field-img-choice-check-ind-icon-size-md);--gf-field-pg-steps-number-color: rgba(17, 35, 55, 0.8);}<\/style>\n                        <div class='gform_heading'>\n\t\t\t\t\t\t\t<p class='gform_required_legend'>&quot;<span class=\"gfield_required gfield_required_asterisk\">*<\/span>&quot; indicates required fields<\/p>\n                        <\/div><form method='post' enctype='multipart\/form-data'  id='gform_1'  action='\/cn\/wp-json\/wp\/v2\/pages\/264' data-formid='1' novalidate>\n                        <div class='gform-body gform_body'><div id='gform_fields_1' class='gform_fields top_label form_sublabel_above description_below validation_below'><div id=\"field_1_27\" class=\"gfield gfield--type-honeypot gform_validation_container field_sublabel_above gfield--has-description field_description_below field_validation_below gfield_visibility_visible\"  ><label class='gfield_label gform-field-label' for='input_1_27'><span class='gform-field-label__text'>Comments<\/span><\/label><div class='ginput_container'><input name='input_27' id='input_1_27' type='text' value='' autocomplete='new-password'\/><\/div><div class='gfield_description' id='gfield_description_1_27'>\u8fd9\u4e2a\u5b57\u6bb5\u662f\u7528\u4e8e\u9a8c\u8bc1\u76ee\u7684\uff0c\u5e94\u8be5\u4fdd\u6301\u4e0d\u53d8\u3002<\/div><\/div><div id=\"field_1_17\" class=\"gfield gfield--type-text gfield--input-type-text gfield--width-half gfield_contains_required field_sublabel_above gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><label class='gfield_label gform-field-label' for='input_1_17'><span class='gform-field-label__text'>Full Name<\/span><span class=\"gfield_required\"><span class=\"gfield_required gfield_required_asterisk\">*<\/span><\/span><\/label><div class='ginput_container ginput_container_text'><input name='input_17' id='input_1_17' type='text' value='' class='large'    placeholder='e.g. John Tan' aria-required=\"true\" aria-invalid=\"false\"   \/><\/div><\/div><div id=\"field_1_18\" class=\"gfield gfield--type-text gfield--input-type-text gfield--width-half gfield_contains_required field_sublabel_above gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><label class='gfield_label gform-field-label' for='input_1_18'><span class='gform-field-label__text'>Business\/Organization Name<\/span><span class=\"gfield_required\"><span class=\"gfield_required gfield_required_asterisk\">*<\/span><\/span><\/label><div class='ginput_container ginput_container_text'><input name='input_18' id='input_1_18' type='text' value='' class='large'    placeholder='e.g. ABC Company' aria-required=\"true\" aria-invalid=\"false\"   \/><\/div><\/div><div id=\"field_1_2\" class=\"gfield gfield--type-email gfield--input-type-email gfield--width-half gfield_contains_required field_sublabel_above gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><label class='gfield_label gform-field-label' for='input_1_2'><span class='gform-field-label__text'>Email Address<\/span><span class=\"gfield_required\"><span class=\"gfield_required gfield_required_asterisk\">*<\/span><\/span><\/label><div class='ginput_container ginput_container_email'>\n                            <input name='input_2' id='input_1_2' type='email' value='' class='large'   placeholder='e.g. johntan@abcompany.com' aria-required=\"true\" aria-invalid=\"false\"  \/>\n                        <\/div><\/div><div id=\"field_1_5\" class=\"gfield gfield--type-phone gfield--input-type-phone gfield--phone-format-international gfield--width-half field_sublabel_above gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><label class='gfield_label gform-field-label' for='input_1_5'><span class='gform-field-label__text'>Phone Number (Optional)<\/span><\/label><div class='ginput_container ginput_container_phone'><input name='input_5' id='input_1_5' type='tel' value='' class='large'  placeholder='e.g. +65 9123 4567'  aria-invalid=\"false\"  autocomplete=\"tel\"  \/><\/div><\/div><div id=\"field_1_20\" class=\"gfield gfield--type-text gfield--input-type-text gfield--width-full field_sublabel_above gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><label class='gfield_label gform-field-label' for='input_1_20'><span class='gform-field-label__text'>Website URL (Optional but recommended)<\/span><\/label><div class='ginput_container ginput_container_text'><input name='input_20' id='input_1_20' type='text' value='' class='large'    placeholder='e.g. abcompany.com'  aria-invalid=\"false\"   \/><\/div><\/div><div id=\"field_1_3\" class=\"gfield gfield--type-textarea gfield--input-type-textarea gfield_contains_required field_sublabel_above gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><label class='gfield_label gform-field-label' for='input_1_3'><span class='gform-field-label__text'>What do you see as your biggest hurdle in achieving your marketing goals?<\/span><span class=\"gfield_required\"><span class=\"gfield_required gfield_required_asterisk\">*<\/span><\/span><\/label><div class='ginput_container ginput_container_textarea'><textarea name='input_3' id='input_1_3' class='textarea small'     aria-required=\"true\" aria-invalid=\"false\"   rows='10' cols='50'><\/textarea><\/div><\/div><div id=\"field_1_21\" class=\"gfield gfield--type-textarea gfield--input-type-textarea gfield--width-full gfield_contains_required field_sublabel_above gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><label class='gfield_label gform-field-label' for='input_1_21'><span class='gform-field-label__text'>In your own words, what would success look like six months from now?<\/span><span class=\"gfield_required\"><span class=\"gfield_required gfield_required_asterisk\">*<\/span><\/span><\/label><div class='ginput_container ginput_container_textarea'><textarea name='input_21' id='input_1_21' class='textarea small'     aria-required=\"true\" aria-invalid=\"false\"   rows='10' cols='50'><\/textarea><\/div><\/div><div id=\"field_1_22\" class=\"gfield gfield--type-select gfield--input-type-select gfield--width-full gfield_contains_required field_sublabel_above gfield--no-description field_description_below field_validation_below gfield_visibility_hidden\"  ><div class=\"admin-hidden-markup\"><i class=\"gform-icon gform-icon--hidden\" aria-hidden=\"true\" title=\"This field is hidden when viewing the form\"><\/i><span>This field is hidden when viewing the form<\/span><\/div><label class='gfield_label gform-field-label' for='input_1_22'><span class='gform-field-label__text'>What is your approximate budget for this project?<\/span><span class=\"gfield_required\"><span class=\"gfield_required gfield_required_asterisk\">*<\/span><\/span><\/label><div class='ginput_container ginput_container_select'><select name='input_22' id='input_1_22' class='large gfield_select'    aria-required=\"true\" aria-invalid=\"false\" ><option value='' selected='selected' class='gf_placeholder'>Select your budget range<\/option><option value='Under $5,000' >Under $5,000<\/option><option value='$5,001 - $15,000' >$5,001 - $15,000<\/option><option value='$15,001 - $30,000' >$15,001 - $30,000<\/option><option value='Over $30,001' >Over $30,001<\/option><\/select><\/div><\/div><fieldset id=\"field_1_25\" class=\"gfield gfield--type-multi_choice gfield--type-choice gfield--input-type-checkbox gfield--width-full gfield_contains_required field_sublabel_above gfield--no-description field_description_below field_validation_below gfield_visibility_visible gfield--choice-align-vertical\"  ><legend class='gfield_label gform-field-label gfield_label_before_complex' ><span class='gform-field-label__text'>What is your approximate budget for this project?<\/span><span class=\"gfield_required\"><span class=\"gfield_required gfield_required_asterisk\">*<\/span><\/span><\/legend><div class='ginput_container ginput_container_checkbox'><div class='gfield_checkbox ' id='input_1_25'><div class='gchoice gchoice_1_25_1'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_25.1' type='checkbox'  value='Under $5,000'  id='choice_1_25_1'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_1_25_1' id='label_1_25_1' class='gform-field-label gform-field-label--type-inline'>Under $5,000<\/label>\n\t\t\t\t\t\t\t<\/div><div class='gchoice gchoice_1_25_2'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_25.2' type='checkbox'  value='$5,001 - $15,000'  id='choice_1_25_2'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_1_25_2' id='label_1_25_2' class='gform-field-label gform-field-label--type-inline'>$5,001 - $15,000<\/label>\n\t\t\t\t\t\t\t<\/div><div class='gchoice gchoice_1_25_3'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_25.3' type='checkbox'  value='$15,001 - $30,000'  id='choice_1_25_3'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_1_25_3' id='label_1_25_3' class='gform-field-label gform-field-label--type-inline'>$15,001 - $30,000<\/label>\n\t\t\t\t\t\t\t<\/div><div class='gchoice gchoice_1_25_4'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_25.4' type='checkbox'  value='Over $30,000'  id='choice_1_25_4'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_1_25_4' id='label_1_25_4' class='gform-field-label gform-field-label--type-inline'>Over $30,000<\/label>\n\t\t\t\t\t\t\t<\/div><\/div><\/div><\/fieldset><div id=\"field_1_23\" class=\"gfield gfield--type-select gfield--input-type-select gfield--width-full gfield_contains_required field_sublabel_above gfield--no-description field_description_below field_validation_below gfield_visibility_hidden\"  ><div class=\"admin-hidden-markup\"><i class=\"gform-icon gform-icon--hidden\" aria-hidden=\"true\" title=\"This field is hidden when viewing the form\"><\/i><span>This field is hidden when viewing the form<\/span><\/div><label class='gfield_label gform-field-label' for='input_1_23'><span class='gform-field-label__text'>When would you ideally like to start seeing measurable results?<\/span><span class=\"gfield_required\"><span class=\"gfield_required gfield_required_asterisk\">*<\/span><\/span><\/label><div class='ginput_container ginput_container_select'><select name='input_23' id='input_1_23' class='large gfield_select'    aria-required=\"true\" aria-invalid=\"false\" ><option value='' selected='selected' class='gf_placeholder'>Select your timeframe<\/option><option value='Under $5,000' >Under $5,000<\/option><option value='$5,001 - $15,000' >$5,001 - $15,000<\/option><option value='$15,001 - $30,000' >$15,001 - $30,000<\/option><option value='Over $30,001' >Over $30,001<\/option><\/select><\/div><\/div><fieldset id=\"field_1_26\" class=\"gfield gfield--type-multi_choice gfield--type-choice gfield--input-type-checkbox gfield--width-full gfield_contains_required field_sublabel_above gfield--no-description field_description_below field_validation_below gfield_visibility_visible gfield--choice-align-vertical\"  ><legend class='gfield_label gform-field-label gfield_label_before_complex' ><span class='gform-field-label__text'>When would you ideally like to start seeing measurable results?<\/span><span class=\"gfield_required\"><span class=\"gfield_required gfield_required_asterisk\">*<\/span><\/span><\/legend><div class='ginput_container ginput_container_checkbox'><div class='gfield_checkbox ' id='input_1_26'><div class='gchoice gchoice_1_26_1'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_26.1' type='checkbox'  value='Under 3 months'  id='choice_1_26_1'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_1_26_1' id='label_1_26_1' class='gform-field-label gform-field-label--type-inline'>Under 3 months<\/label>\n\t\t\t\t\t\t\t<\/div><div class='gchoice gchoice_1_26_2'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_26.2' type='checkbox'  value='3 - 6 months'  id='choice_1_26_2'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_1_26_2' id='label_1_26_2' class='gform-field-label gform-field-label--type-inline'>3 - 6 months<\/label>\n\t\t\t\t\t\t\t<\/div><div class='gchoice gchoice_1_26_3'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_26.3' type='checkbox'  value='6 - 12 months'  id='choice_1_26_3'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_1_26_3' id='label_1_26_3' class='gform-field-label gform-field-label--type-inline'>6 - 12 months<\/label>\n\t\t\t\t\t\t\t<\/div><div class='gchoice gchoice_1_26_4'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_26.4' type='checkbox'  value='Over 12 months'  id='choice_1_26_4'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_1_26_4' id='label_1_26_4' class='gform-field-label gform-field-label--type-inline'>Over 12 months<\/label>\n\t\t\t\t\t\t\t<\/div><\/div><\/div><\/fieldset><div id=\"field_1_24\" class=\"gfield gfield--type-textarea gfield--input-type-textarea gfield--width-full gfield_contains_required field_sublabel_above gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><label class='gfield_label gform-field-label' for='input_1_24'><span class='gform-field-label__text'>Anything else we should know about your brand, products, or timeline?<\/span><span class=\"gfield_required\"><span class=\"gfield_required gfield_required_asterisk\">*<\/span><\/span><\/label><div class='ginput_container ginput_container_textarea'><textarea name='input_24' id='input_1_24' class='textarea small'     aria-required=\"true\" aria-invalid=\"false\"   rows='10' cols='50'><\/textarea><\/div><\/div><\/div><\/div>\n        <div class='gform-footer gform_footer top_label'> <button type='submit' id='gform_submit_button_1' class='gform_button button gform-button--width-full' onclick='gform.submission.handleButtonClick(this);' data-submission-type='submit' >Send Message<\/button> \n            <input type='hidden' class='gform_hidden' name='gform_submission_method' data-js='gform_submission_method_1' value='postback' \/>\n            <input type='hidden' class='gform_hidden' name='gform_theme' data-js='gform_theme_1' id='gform_theme_1' value='orbital' \/>\n            <input type='hidden' class='gform_hidden' name='gform_style_settings' data-js='gform_style_settings_1' id='gform_style_settings_1' value='' \/>\n            <input type='hidden' class='gform_hidden' name='is_submit_1' value='1' \/>\n            <input type='hidden' class='gform_hidden' name='gform_submit' value='1' \/>\n            \n            <input type='hidden' class='gform_hidden' name='gform_currency' data-currency='SGD' value='l4BtipoRHsnAak0cGSrWOkdiid1U9tjf6buoQb+HsxsB5nego1No5lKnCJoqYoyGSsfhvMt9MrTSJZIXQ4Z3Yv9RoZBxi+j9Am2jNE\/\/8eTntSo=' \/>\n            <input type='hidden' class='gform_hidden' name='gform_unique_id' value='' \/>\n            <input type='hidden' class='gform_hidden' name='state_1' value='WyJ7XCIyMlwiOltcImVkY2I4ODdlOWI4YjJkMTVmMTQ0YWM5YzIxMGZhNjZjXCIsXCI4MTM3MDI5NDBjZDc4ZWE1ZDA3YTIyNjdmYWNiNmM4MlwiLFwiYTczMmY0YWZlMjAyYjkwNzMyZmUxNzBkNGUxNDQ0MWRcIixcImNjYzg3ZTViYTdlODI5YzU0MTdkNDQ1ZmNkNzNmY2RjXCJdLFwiMjUuMVwiOlwiZWRjYjg4N2U5YjhiMmQxNWYxNDRhYzljMjEwZmE2NmNcIixcIjI1LjJcIjpcIjgxMzcwMjk0MGNkNzhlYTVkMDdhMjI2N2ZhY2I2YzgyXCIsXCIyNS4zXCI6XCJhNzMyZjRhZmUyMDJiOTA3MzJmZTE3MGQ0ZTE0NDQxZFwiLFwiMjUuNFwiOlwiNmRiODU5ZjhhZjAyNjY4YTNiZmJhNGNkODA3OTIzNWZcIixcIjIzXCI6W1wiZWRjYjg4N2U5YjhiMmQxNWYxNDRhYzljMjEwZmE2NmNcIixcIjgxMzcwMjk0MGNkNzhlYTVkMDdhMjI2N2ZhY2I2YzgyXCIsXCJhNzMyZjRhZmUyMDJiOTA3MzJmZTE3MGQ0ZTE0NDQxZFwiLFwiY2NjODdlNWJhN2U4MjljNTQxN2Q0NDVmY2Q3M2ZjZGNcIl0sXCIyNi4xXCI6XCJlODg3YTBiZjhlOTk5MGE2NTNhMDM5OWNlMzhhZGI5NFwiLFwiMjYuMlwiOlwiZmY5ODZlZjExNGZjMjU2MDEyMDFkM2UwNDA3ZGU0NDZcIixcIjI2LjNcIjpcIjg2YzdmZGNjZjQwZmY3NDQzMDQ3NDlhZmM5MmNmZjQ2XCIsXCIyNi40XCI6XCI3NmMzMjE3NWZlZTQ4NzY5YTVlMmU4YTlmY2Y4OTFiM1wiLFwiZ2Zvcm1fc3VibWlzc2lvbl9tZXRob2RcIjpbXCJiYzEzZWMyODNhZTIwNDZlMzAzZTRhNWU4OWExZTk3NlwiLFwiYTgxYWQ1NGMzMTI3Y2FmNDg1YzE2MzBhNTExNzJiYjVcIl0sXCJnZm9ybV90aGVtZVwiOlwiMTZmYzIwZGFjYjRjNjk4ODM2NTE1OGJiNjIyOWUzZTZcIixcImdmb3JtX3N0eWxlX3NldHRpbmdzXCI6XCJhYWJhN2IzYWM2MWI5MjYzYjEzNTIwOTIwMmM1ZWY4OFwiLFwiZm9ybV9pZFwiOlwiNThmNzI2OWUxZDhjZWEwMTAzMDgzM2JkM2UwMTU1NmJcIixcInVybFwiOlwiMWQ0YzcwYzZhZDhjYzAzN2RhNTcyNWU2OGE2MDNkZTRcIixcInN0YXRlX3RpbWVzdGFtcFwiOlwiNzM5MGQwMTcxZTEyMGEzMDFhYWI4YWVlZmYxZWUzNTBcIn0iLCIwZDBlODMxYzU5MDg1NDEzYTZjNmNlOTc0NmExOGE4YSIsMTc5MDE5NDQ1OF0=' \/>\n            <input type='hidden' autocomplete='off' class='gform_hidden' name='gform_target_page_number_1' id='gform_target_page_number_1' value='0' \/>\n            <input type='hidden' autocomplete='off' class='gform_hidden' name='gform_source_page_number_1' id='gform_source_page_number_1' value='1' \/>\n            <input type='hidden' name='gform_field_values' value='' \/>\n            \n        <\/div>\n                        <\/form>\n                        <\/div>\t\t\t<\/div>\n\n            <script type=\"text\/javascript\">\n                var gf_global = {\"gf_currency_config\":{\"name\":\"\\u65b0\\u52a0\\u5761\\u5143\",\"symbol_left\":\"$\",\"symbol_right\":\"\",\"symbol_padding\":\" \",\"thousand_separator\":\",\",\"decimal_separator\":\".\",\"decimals\":2,\"code\":\"SGD\"},\"base_url\":\"https:\\\/\\\/rulermarketing.com\\\/wp-content\\\/plugins\\\/gravityforms\",\"number_formats\":[],\"version_hash\":\"1fbabbd06262903c3dba8894ad9cdfb3\",\"countries\":{\"AF\":\"\\u963f\\u5bcc\\u6c57\",\"AX\":\"\\u5965\\u5170\\u7fa4\\u5c9b\",\"AL\":\"\\u963f\\u5c14\\u5df4\\u5c3c\\u4e9a\",\"DZ\":\"\\u963f\\u5c14\\u53ca\\u5229\\u4e9a\",\"AS\":\"\\u7f8e\\u5c5e\\u8428\\u6469\\u4e9a\",\"AD\":\"\\u5b89\\u9053\\u5c14\",\"AO\":\"\\u5b89\\u54e5\\u62c9\",\"AI\":\"\\u5b89\\u572d\\u62c9\\u5c9b\",\"AQ\":\"\\u5357\\u6781\\u6d32\",\"AG\":\"\\u5b89\\u63d0\\u74dc\\u5c9b\\u548c\\u5df4\\u5e03\\u8fbe\",\"AR\":\"\\u963f\\u6839\\u5ef7\",\"AM\":\"\\u4e9a\\u7f8e\\u5c3c\\u4e9a\",\"AW\":\"Aruba\",\"AU\":\"\\u6fb3\\u6d32\",\"AT\":\"\\u5965\\u5730\\u5229\",\"AZ\":\"\\u963f\\u585e\\u62dc\\u7586\",\"BS\":\"\\u5df4\\u54c8\\u9a6c\",\"BH\":\"\\u5df4\\u6797\",\"BD\":\"\\u5b5f\\u52a0\\u62c9\\u56fd\",\"BB\":\"\\u5df4\\u5df4\\u591a\\u65af\",\"BY\":\"\\u767d\\u4fc4\\u7f57\\u65af\",\"BE\":\"\\u6bd4\\u5229\\u65f6\",\"BZ\":\"\\u4f2f\\u5229\\u5179\",\"BJ\":\"\\u8d1d\\u5b81\",\"BM\":\"\\u767e\\u6155\\u5927\",\"BT\":\"\\u4e0d\\u4e39\",\"BO\":\"\\u73bb\\u5229\\u7ef4\\u4e9a\",\"BQ\":\"Bonaire, Sint Eustatius and Saba\",\"BA\":\"\\u6ce2\\u65af\\u5c3c\\u4e9a\\u548c\\u9ed1\\u585e\\u54e5\\u7ef4\\u90a3\",\"BW\":\"\\u535a\\u8328\\u74e6\\u7eb3\",\"BV\":\"\\u5e03\\u7ef4\\u5c9b\",\"BR\":\"\\u5df4\\u897f\",\"IO\":\"British Indian Ocean Territory\",\"BN\":\"Brunei Darussalam\",\"BG\":\"\\u4fdd\\u52a0\\u5229\\u4e9a\",\"BF\":\"\\u5e03\\u5409\\u7eb3\\u6cd5\\u7d22\",\"BI\":\"\\u5e03\\u9686\\u8fea\",\"CV\":\"\\u4f5b\\u5f97\\u89d2\",\"KH\":\"\\u67ec\\u57d4\\u5be8\",\"CM\":\"\\u5580\\u9ea6\\u9686\",\"CA\":\"\\u52a0\\u62ff\\u5927\",\"KY\":\"\\u5f00\\u66fc\\u7fa4\\u5c9b\",\"CF\":\"\\u4e2d\\u975e\\u5171\\u548c\\u56fd\",\"TD\":\"\\u4e4d\\u5f97\",\"CL\":\"\\u667a\\u5229\",\"CN\":\"\\u4e2d\\u56fd\",\"CX\":\"Christmas Island\",\"CC\":\"Cocos Islands\",\"CO\":\"\\u54e5\\u4f26\\u6bd4\\u4e9a\",\"KM\":\"\\u79d1\\u6469\\u7f57\",\"CD\":\"\\u521a\\u679c\\u6c11\\u4e3b\\u5171\\u548c\\u56fd\\u7684\",\"CG\":\"\\u521a\\u679c\",\"CK\":\"Cook Islands\",\"CR\":\"\\u54e5\\u65af\\u8fbe\\u9ece\\u52a0\",\"CI\":\"\\u79d1\\u7279\\u8fea\\u74e6\",\"HR\":\"\\u514b\\u7f57\\u5730\\u4e9a\",\"CU\":\"\\u53e4\\u5df4\",\"CW\":\"\\u5e93\\u62c9\\u7d22\",\"CY\":\"\\u585e\\u6d66\\u8def\\u65af\",\"CZ\":\"Czechia\",\"DK\":\"\\u4e39\\u9ea6\",\"DJ\":\"\\u5409\\u5e03\\u63d0\",\"DM\":\"\\u591a\\u7c73\\u5c3c\\u514b\",\"DO\":\"\\u591a\\u7c73\\u5c3c\\u52a0\\u5171\\u548c\\u56fd\",\"EC\":\"\\u5384\\u74dc\\u591a\\u5c14\",\"EG\":\"\\u57c3\\u53ca\",\"SV\":\"\\u8428\\u5c14\\u74e6\\u591a\",\"GQ\":\"\\u8d64\\u9053\\u51e0\\u5185\\u4e9a\",\"ER\":\"\\u5384\\u7acb\\u7279\\u91cc\\u4e9a\",\"EE\":\"\\u7231\\u6c99\\u5c3c\\u4e9a\",\"SZ\":\"Eswatini\",\"ET\":\"\\u57c3\\u585e\\u4fc4\\u6bd4\\u4e9a\",\"FK\":\"Falkland Islands\",\"FO\":\"\\u6cd5\\u7f57\\u7fa4\\u5c9b\",\"FJ\":\"\\u6590\\u6d4e\",\"FI\":\"\\u82ac\\u5170\",\"FR\":\"\\u6cd5\\u56fd\",\"GF\":\"French Guiana\",\"PF\":\"\\u6cd5\\u5c5e\\u6ce2\\u5229\\u5c3c\\u897f\\u4e9a\",\"TF\":\"\\u6cd5\\u5c5e\\u5357\\u90e8\\u9886\\u571f\",\"GA\":\"\\u52a0\\u84ec\",\"GM\":\"\\u5188\\u6bd4\\u4e9a (\\u897f\\u975e\\u7684\\u72ec\\u7acb\\u56fd)\",\"GE\":\"\\u4e54\\u6cbb\\u4e9a\\u5dde\",\"DE\":\"Deutschland (\\u5fb7\\u56fd)\",\"GH\":\"\\u52a0\\u7eb3\",\"GI\":\"Gibraltar\",\"GR\":\"\\u5e0c\\u814a\",\"GL\":\"\\u683c\\u9675\\u5170\",\"GD\":\"\\u683c\\u6797\\u7eb3\\u8fbe\",\"GP\":\"Guadeloupe\",\"GU\":\"\\u5173\\u5c9b\",\"GT\":\"\\u5371\\u5730\\u9a6c\\u62c9\",\"GG\":\"\\u6839\\u897f\\u5c9b\",\"GN\":\"\\u51e0\\u5185\\u4e9a\",\"GW\":\"\\u51e0\\u5185\\u4e9a\\u6bd4\\u7ecd\",\"GY\":\"\\u572d\\u4e9a\\u90a3\",\"HT\":\"\\u6d77\\u5730\",\"HM\":\"\\u8d6b\\u5fb7\\u5c9b\\u548c\\u9ea6\\u514b\\u5510\\u7eb3\\u5c9b\",\"VA\":\"Holy See\",\"HN\":\"\\u6d2a\\u90fd\\u62c9\\u65af\",\"HK\":\"\\u9999\\u6e2f\\u8bc1\\u5238\\u4ea4\\u6613\\u6240\",\"HU\":\"\\u5308\\u7259\\u5229\",\"IS\":\"\\u51b0\\u5c9b\",\"IN\":\"\\u5370\\u5ea6\",\"ID\":\"\\u5370\\u5ea6\\u5c3c\\u897f\\u4e9a\",\"IR\":\"\\u4f0a\\u6717\",\"IQ\":\"\\u4f0a\\u62c9\\u514b\",\"IE\":\"\\u7231\\u5c14\\u5170\",\"IM\":\"\\u9a6c\\u6069\\u5c9b\",\"IL\":\"\\u4ee5\\u8272\\u5217\",\"IT\":\"\\u610f\\u5927\\u5229\",\"JM\":\"\\u7259\\u4e70\\u52a0\",\"JP\":\"\\u65e5\\u672c\",\"JE\":\"\\u6cfd\\u897f\\u5c9b\",\"JO\":\"\\u7ea6\\u65e6\",\"KZ\":\"\\u54c8\\u8428\\u514b\\u65af\\u5766\",\"KE\":\"\\u80af\\u5c3c\\u4e9a\",\"KI\":\"\\u57fa\\u91cc\\u5df4\\u65af\",\"KP\":\"Korea, Democratic People's Republic of\",\"KR\":\"Korea, Republic of\",\"KW\":\"\\u79d1\\u5a01\\u7279\",\"KG\":\"\\u5409\\u5c14\\u5409\\u65af\\u65af\\u5766\",\"LA\":\"Lao People's Democratic Republic\",\"LV\":\"\\u62c9\\u8131\\u7ef4\\u4e9a\",\"LB\":\"\\u9ece\\u5df4\\u5ae9\",\"LS\":\"\\u83b1\\u7d22\\u6258\",\"LR\":\"\\u5229\\u6bd4\\u91cc\\u4e9a\",\"LY\":\"\\u5229\\u6bd4\\u4e9a\",\"LI\":\"\\u5217\\u652f\\u6566\\u58eb\\u767b\",\"LT\":\"\\u7acb\\u9676\\u5b9b\",\"LU\":\"\\u5362\\u68ee\\u5821\",\"MO\":\"* \\u6fb3\\u95e8\",\"MG\":\"\\u9a6c\\u8fbe\\u52a0\\u65af\\u52a0\",\"MW\":\"\\u9a6c\\u62c9\\u7ef4\",\"MY\":\"\\u9a6c\\u6765\\u897f\\u4e9a\",\"MV\":\"\\u9a6c\\u5c14\\u4ee3\\u592b\",\"ML\":\"\\u9a6c\\u91cc\",\"MT\":\"\\u9a6c\\u8033\\u4ed6\",\"MH\":\"\\u9a6c\\u7ecd\\u5c14\\u7fa4\\u5c9b\",\"MQ\":\"Martinique\",\"MR\":\"\\u6bdb\\u91cc\\u5854\\u5c3c\\u4e9a\",\"MU\":\"\\u6bdb\\u91cc\\u6c42\\u65af\",\"YT\":\"Mayotte\",\"MX\":\"\\u58a8\\u897f\\u54e5\",\"FM\":\"\\u5bc6\\u514b\\u7f57\\u5c3c\\u897f\\u4e9a\",\"MD\":\"\\u6469\\u5c14\\u591a\\u74e6\",\"MC\":\"\\u6469\\u7eb3\\u54e5\",\"MN\":\"\\u041c\\u043e\\u043d\\u0433\\u043e\\u043b \\u0443\\u043b\\u0441 (\\u8499\\u53e4)\",\"ME\":\"\\u9ed1\\u5c71\\u5171\\u548c\\u56fd\",\"MS\":\"Montserrat\",\"MA\":\"\\u6469\\u6d1b\\u54e5\",\"MZ\":\"\\u83ab\\u6851\\u6bd4\\u514b\",\"MM\":\"\\u1019\\u103c\\u1014\\u103a\\u1019\\u102c (\\u7f05\\u7538)\",\"NA\":\"\\u7eb3\\u7c73\\u6bd4\\u4e9a\",\"NR\":\"\\u7459\\u9c81\",\"NP\":\"\\u5c3c\\u6cca\\u5c14\",\"NL\":\"\\u8377\\u5170\",\"NC\":\"New Caledonia\",\"NZ\":\"\\u65b0\\u897f\\u5170\",\"NI\":\"\\u5c3c\\u52a0\\u62c9\\u74dc\",\"NE\":\"\\u5c3c\\u65e5\\u5c14\",\"NG\":\"\\u5c3c\\u65e5\\u5229\\u4e9a\",\"NU\":\"Niue\",\"NF\":\"Norfolk Island\",\"MK\":\"\\u5317\\u9a6c\\u5176\\u987f\",\"MP\":\"\\u5317\\u9a6c\\u91cc\\u4e9a\\u7eb3\\u7fa4\\u5c9b\",\"NO\":\"\\u632a\\u5a01\",\"OM\":\"\\u963f\\u66fc\",\"PK\":\"\\u5df4\\u57fa\\u65af\\u5766\",\"PW\":\"\\u5e15\\u52b3\\u7fa4\\u5c9b\",\"PS\":\"\\u5df4\\u52d2\\u65af\\u5766\\u56fd\",\"PA\":\"\\u5df4\\u62ff\\u9a6c\",\"PG\":\"\\u5df4\\u5e03\\u4e9a\\u65b0\\u51e0\\u5185\\u4e9a\",\"PY\":\"\\u5df4\\u62c9\\u572d\",\"PE\":\"\\u79d8\\u9c81\",\"PH\":\"\\u83f2\\u5f8b\\u5bbe\",\"PN\":\"Pitcairn\",\"PL\":\"\\u6ce2\\u5170\",\"PT\":\"\\u8461\\u8404\\u7259\",\"PR\":\"\\u6ce2\\u591a\\u9ece\\u5404\",\"QA\":\"\\u5361\\u5854\\u5c14\",\"RE\":\"R\\u00e9union\",\"RO\":\"\\u7f57\\u9a6c\\u5c3c\\u4e9a\",\"RU\":\"Russian Federation\",\"RW\":\"\\u5362\\u65fa\\u8fbe\",\"BL\":\"Saint Barth\\u00e9lemy\",\"SH\":\"Saint Helena, Ascension and Tristan da Cunha\",\"KN\":\"\\u5723\\u57fa\\u8328\\u548c\\u5c3c\\u7ef4\\u65af\",\"LC\":\"\\u5723\\u5362\\u897f\\u4e9a\\u5c9b\",\"MF\":\"Saint Martin\",\"PM\":\"Saint Pierre and Miquelon\",\"VC\":\"\\u5723\\u6587\\u68ee\\u7279\\u548c\\u683c\\u6797\\u7eb3\\u4e01\\u65af\",\"WS\":\"\\u8428\\u6469\\u4e9a\\u7fa4\\u5c9b\",\"SM\":\"\\u5723\\u9a6c\\u529b\\u8bfa\",\"ST\":\"\\u5723\\u591a\\u7f8e\\u548c\\u666e\\u6797\\u897f\\u6bd4\",\"SA\":\"\\u6c99\\u7279\\u963f\\u62c9\\u4f2f\",\"SN\":\"\\u585e\\u5185\\u52a0\\u5c14\",\"RS\":\"\\u585e\\u5c14\\u7ef4\\u4e9a\",\"SC\":\"\\u585e\\u820c\\u5c14\\u7fa4\\u5c9b\",\"SL\":\"\\u585e\\u62c9\\u5229\\u6602\",\"SG\":\"\\u65b0\\u52a0\\u5761\",\"SX\":\"\\u5723\\u9a6c\\u4e01\\u5c9b\",\"SK\":\"\\u65af\\u6d1b\\u4f10\\u514b\",\"SI\":\"\\u65af\\u6d1b\\u6587\\u5c3c\\u4e9a\",\"SB\":\"\\u6240\\u7f57\\u95e8\\u7fa4\\u5c9b\",\"SO\":\"\\u7d22\\u9a6c\\u91cc\",\"ZA\":\"\\u5357\\u975e\",\"GS\":\"South Georgia and the South Sandwich Islands\",\"SS\":\"South Sudan\",\"ES\":\"\\u897f\\u73ed\\u7259\",\"LK\":\"\\u65af\\u91cc\\u5170\\u5361\",\"SD\":\"\\u82cf\\u4e39\",\"SR\":\"\\u82cf\\u91cc\\u5357\\u6cb3\",\"SJ\":\"\\u65af\\u74e6\\u5c14\\u5df4\\u5c9b\\u548c\\u626c\\u9a6c\\u5ef6\\u5c9b\",\"SE\":\"\\u745e\\u5178\",\"CH\":\"\\u745e\\u58eb\",\"SY\":\"Syria Arab Republic\",\"TW\":\"\\u53f0\\u6e7e(\\u4e2d\\u56fd)\",\"TJ\":\"\\u5854\\u5409\\u514b\\u65af\\u5766\",\"TZ\":\"Tanzania, the United Republic of\",\"TH\":\"\\u6cf0\\u56fd\",\"TL\":\"\\u4e1c\\u5e1d\\u6c76\",\"TG\":\"\\u591a\\u54e5\",\"TK\":\"Tokelau\",\"TO\":\"\\u6c64\\u52a0\",\"TT\":\"\\u7279\\u7acb\\u5c3c\\u8fbe\\u548c\\u591a\\u5df4\\u54e5\",\"TN\":\"\\u7a81\\u5c3c\\u65af\",\"TR\":\"T\\u00fcrkiye\",\"TM\":\"\\u571f\\u5e93\\u66fc\\u65af\\u5766\",\"TC\":\"Turks and Caicos Islands\",\"TV\":\"\\u56fe\\u74e6\\u5362\",\"UG\":\"\\u4e4c\\u5e72\\u8fbe\",\"UA\":\"\\u4e4c\\u514b\\u5170\",\"AE\":\"\\u963f\\u8054\\u914b\",\"GB\":\"\\u82f1\\u56fd\",\"US\":\"\\u7f8e\\u56fd\",\"UY\":\"\\u4e4c\\u62c9\\u572d\",\"UM\":\"US Minor Outlying Islands\",\"UZ\":\"\\u4e4c\\u5179\\u522b\\u514b\\u65af\\u5766\",\"VU\":\"\\u74e6\\u52aa\\u963f\\u56fe\",\"VE\":\"\\u59d4\\u5185\\u745e\\u62c9\",\"VN\":\"Viet Nam\",\"VG\":\"\\u7ef4\\u5c14\\u4eac\\u7fa4\\u5c9b,\\u82f1\\u56fd\",\"VI\":\"\\u7ef4\\u5c14\\u4eac\\u7fa4\\u5c9b,\\u7f8e\\u56fd\",\"WF\":\"Wallis and Futuna\",\"EH\":\"Western Sahara\",\"YE\":\"\\u4e5f\\u95e8\",\"ZM\":\"\\u8d5e\\u6bd4\\u4e9a\",\"ZW\":\"\\u6d25\\u5df4\\u5e03\\u97e6\"},\"strings\":{\"newRowAdded\":\"New row added.\",\"rowRemoved\":\"Row removed\",\"formSaved\":\"The form has been saved.  The content contains the link to return and complete the form.\"}};\t\t\t\tvar gf_vars = {\"active\":\"\\u542f\\u7528\",\"inactive\":\"\\u672a\\u542f\\u7528\",\"save\":\"\\u4fdd\\u5b58\",\"update\":\"\\u66f4\\u65b0\",\"previousLabel\":\"\\u4e0a\\u4e00\\u4e2a\",\"selectFormat\":\"\\u9009\\u62e9\\u4e00\\u4e2a\\u8868\\u5355\",\"column\":\"\\u5217\",\"editToViewAll\":\"5\\u4e2a %d \\u663e\\u793a\\u9879\\u76ee\\u3002\\u7f16\\u8f91\\u5b57\\u6bb5\\u67e5\\u770b\\u6240\\u6709\",\"selectAll\":\"\\u9009\\u62e9\\u5168\\u90e8\",\"enterValue\":\"\\u8f93\\u5165\\u503c\",\"formTitle\":\"\\u65e0\\u6807\\u9898\\u8868\\u5355\",\"formDescription\":\"\\u6211\\u4eec\\u5e0c\\u671b\\u5f97\\u5230\\u60a8\\u7684\\u53cd\\u9988\\uff01\\u8bf7\\u586b\\u5199\\u8868\\u5355\\uff0c\\u6211\\u4eec\\u5c06\\u5c3d\\u5feb\\u4e0e\\u60a8\\u8054\\u7cfb\\u3002\",\"formConfirmationMessage\":\"\\u611f\\u8c22\\u60a8\\u7684\\u53c2\\u4e0e\\uff01\\u6211\\u4eec\\u5df2\\u6536\\u5230\\u60a8\\u63d0\\u4ea4\\u7684\\u6570\\u636e\\uff0c\\u6211\\u4eec\\u4f1a\\u5c3d\\u5feb\\u5ba1\\u6838\\uff0c\\u8bf7\\u8010\\u5fc3\\u7b49\\u5019...\\u3002\",\"submitButtonText\":\"Submit Button Text\",\"submitImageAltText\":\"Submit Image Alt Text\",\"buttonText\":\"\\u63d0\\u4ea4\",\"pageButtonText\":\"Button Text\",\"nextPageButtonAltText\":\"Next Image Alt Text\",\"previousPageButtonAltText\":\"Previous Image Alt Text\",\"next_page_button\":\"\\u4e0b\\u4e00\\u4e2a\",\"previous_page_button\":\"\\u4e0a\\u4e00\\u4e2a\",\"buttonDescription\":\"The submit button for this form\",\"loading\":\"\\u52a0\\u8f7d\\u4e2d\\u2026\",\"thisFieldIf\":\"\\u8fd9\\u4e2a\\u5b57\\u6bb5\\uff0c\\u5982\\u679c\",\"thisSectionIf\":\"\\u8fd9\\u4e2a\\u90e8\\u5206\\uff0c\\u5982\\u679c\",\"thisPage\":\"this page if\",\"thisFormButton\":\"\\u8fd9\\u4e2a\\u8868\\u5355\\u6309\\u94ae\\uff0c\\u5982\\u679c\",\"show\":\"\\u663e\\u793a\",\"hide\":\"\\u9690\\u85cf\",\"enable\":\"\\u542f\\u7528\",\"disable\":\"\\u505c\\u7528\",\"enabled\":\"\\u5df2\\u542f\\u7528\",\"disabled\":\"\\u7981\\u7528\",\"configure\":\"\\u914d\\u7f6e\",\"conditional_logic_text\":\"\\u6761\\u4ef6\\u903b\\u8f91\",\"conditional_logic_desc\":\"Conditional logic allows you to change what the user sees depending on the fields they select.\",\"conditional_logic_a11y\":\"Adding conditional logic to the form submit button could cause usability problems for some users and negatively impact the accessibility of your form. Learn more about button conditional logic in our <a href=\\\"https:\\\/\\\/docs.gravityforms.com\\\/field-accessibility-warning\\\/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">documentation<span class=\\\"screen-reader-text\\\">\\uff08\\u5728\\u65b0\\u6807\\u7b7e\\u9875\\u4e2d\\u6253\\u5f00\\uff09<\\\/span>&nbsp;<span class=\\\"gform-icon gform-icon--external-link\\\" aria-hidden=\\\"true\\\"><\\\/span><\\\/a>.\",\"page\":\"\\u9875\\u9762\",\"next_button\":\"\\u4e0b\\u4e00\\u4e2a\\u6309\\u94ae\",\"button\":\"Submit Button\",\"all\":\"\\u5168\\u90e8\",\"any\":\"\\u4efb\\u610f\",\"ofTheFollowingMatch\":\"\\u5339\\u914d\\u5982\\u4e0b\\u6761\\u4ef6\\u7684\\uff1a\",\"is\":\"\\u662f\",\"isNot\":\"\\u4e0d\\u662f\",\"greaterThan\":\"\\u591a\\u4e8e\",\"lessThan\":\"\\u5c11\\u4e8e\",\"contains\":\"\\u5305\\u542b\",\"startsWith\":\"\\u5f00\\u59cb\\u4e8e\",\"endsWith\":\"\\u7ed3\\u675f\\u4e8e\",\"emptyChoice\":\"Empty (no choices selected)\",\"alertLegacyMode\":\"This form has legacy markup enabled and doesn\\u2019t support field resizing within the editor. Please disable legacy markup in the form settings to enable live resizing.\",\"thisConfirmation\":\"\\u4f7f\\u7528\\u8be5\\u786e\\u8ba4\\uff0c\\u5982\\u679c\",\"thisNotification\":\"\\u53d1\\u9001\\u8fd9\\u6761\\u901a\\u77e5\\uff0c\\u5982\\u679c\",\"confirmationSave\":\"\\u4fdd\\u5b58\",\"confirmationSaving\":\"\\u4fdd\\u5b58\\u4e2d\\u2026\",\"confirmationAreYouSure\":\"\\u60a8\\u786e\\u5b9a\\u8981\\u53d6\\u6d88\\u8fd9\\u4e9b\\u66f4\\u6539\\u5417?\",\"confirmationIssueSaving\":\"\\u4fdd\\u5b58\\u6b64\\u786e\\u8ba4\\u65f6\\u51fa\\u73b0\\u4e86\\u4e00\\u4e2a\\u95ee\\u9898\\u3002\",\"confirmationConfirmDelete\":\"\\u4f60\\u786e\\u5b9a\\u8981\\u5220\\u9664\\u8fd9\\u4e2a\\u786e\\u8ba4\\u6d88\\u606f\\uff1f\",\"confirmationIssueDeleting\":\"\\u5220\\u9664\\u6b64\\u786e\\u8ba4\\u65f6\\u51fa\\u73b0\\u4e86\\u4e00\\u4e2a\\u9519\\u8bef\\u3002\",\"confirmationConfirmDiscard\":\"\\u5f53\\u524d\\u7684\\u786e\\u8ba4\\u6709\\u672a\\u4fdd\\u5b58\\u7684\\u66f4\\u6539\\u3002\\u4f60\\u60f3\\u4e22\\u5f03\\u8fd9\\u4e9b\\u53d8\\u5316?\",\"confirmationDefaultName\":\"\\u65e0\\u6807\\u9898\\u7684\\u786e\\u8ba4\",\"confirmationDefaultMessage\":\"\\u611f\\u8c22\\u60a8\\u7684\\u53c2\\u4e0e\\uff01\\u6211\\u4eec\\u5df2\\u6536\\u5230\\u60a8\\u63d0\\u4ea4\\u7684\\u6570\\u636e\\uff0c\\u6211\\u4eec\\u4f1a\\u5c3d\\u5feb\\u5ba1\\u6838\\uff0c\\u8bf7\\u8010\\u5fc3\\u7b49\\u5019...\\u3002\",\"confirmationInvalidPageSelection\":\"\\u8bf7\\u9009\\u62e9\\u4e00\\u4e2a\\u9875\\u9762\",\"confirmationInvalidRedirect\":\"\\u8bf7\\u8f93\\u5165\\u4e00\\u4e2a URL\",\"confirmationInvalidName\":\"\\u8bf7\\u8f93\\u5165\\u4e00\\u4e2a\\u786e\\u8ba4\\u540d\\u5b57\\u3002\",\"confirmationDeleteField\":\"Deleting this field will also delete all entry data associated with it. 'Cancel' to abort. 'OK' to delete.\",\"confirmationDeleteDisplayField\":\"You're about to delete this field. 'Cancel' to stop. 'OK' to delete\",\"confirmationDeleteDisplayFieldTitle\":\"\\u8b66\\u544a\",\"conditionalLogicDependency\":\"This form contains {type} conditional logic dependent upon this field. Deleting this field will deactivate those conditional logic rules and also delete all entry data associated with the field. 'Cancel' to abort. 'OK' to delete.\",\"conditionalLogicDependencyChoice\":\"This form contains {type} conditional logic dependent upon this choice. Are you sure you want to delete this choice? 'Cancel' to abort. 'OK' to delete.\",\"conditionalLogicDependencyChoiceEdit\":\"This form contains {type} conditional logic dependent upon this choice. Are you sure you want to modify this choice? 'Cancel' to abort. 'OK' to continue.\",\"conditionalLogicDependencyAdminOnly\":\"This form contains {type} conditional logic dependent upon this field. Are you sure you want to mark this field as Administrative? 'Cancel' to abort. 'OK' to continue.\",\"conditionalLogicRichTextEditorWarning\":\"This form contains conditional logic dependent upon this field. This will no longer work if the Rich Text Editor is enabled.  Are you sure you want to enable the Rich Text Editor?  'Cancel' to abort. 'OK' to continue.\",\"conditionalLogicTypeButton\":\"button\",\"conditionalLogicTypeConfirmation\":\"confirmation\",\"conditionalLogicTypeNotification\":\"notification\",\"conditionalLogicTypeNoficationRouting\":\"notification routing\",\"conditionalLogicTypeField\":\"field\",\"conditionalLogicTypeFeed\":\"\\u8ba2\\u9605\",\"conditionalLogicWarningTitle\":\"Conditional Logic Warning\",\"mergeTagsText\":\"Insert Merge Tags\",\"baseUrl\":\"https:\\\/\\\/rulermarketing.com\\\/wp-content\\\/plugins\\\/gravityforms\",\"gf_currency_config\":{\"name\":\"\\u65b0\\u52a0\\u5761\\u5143\",\"symbol_left\":\"$\",\"symbol_right\":\"\",\"symbol_padding\":\" \",\"thousand_separator\":\",\",\"decimal_separator\":\".\",\"decimals\":2,\"code\":\"SGD\"},\"otherChoiceValue\":\"\\u5176\\u4ed6\",\"isFormTrash\":false,\"currentlyAddingField\":false,\"visibilityOptions\":[{\"label\":\"\\u53ef\\u89c1\",\"value\":\"visible\",\"description\":\"\\u9ed8\\u8ba4\\u9009\\u9879\\u3002\\u6b64\\u5b57\\u6bb5\\u5728\\u6d4f\\u89c8\\u8868\\u5355\\u65f6\\u53ef\\u89c1\\u3002\"},{\"label\":\"\\u9690\\u85cf\",\"value\":\"hidden\",\"description\":\"\\u6b64\\u5b57\\u6bb5\\u5728\\u6d4f\\u89c8\\u8868\\u5355\\u65f6\\u5c06\\u88ab\\u9690\\u85cf\\u3002\\u5f53\\u4f60\\u4e0d\\u5e0c\\u671b\\u7528\\u6237\\u586b\\u8868\\u65f6\\u770b\\u89c1\\u8fd9\\u4e2a\\u5b57\\u6bb5\\u7684\\u65f6\\u5019\\uff0c\\u6b64\\u529f\\u80fd\\u5f88\\u6709\\u7528\\u3002\"},{\"label\":\"\\u7ba1\\u7406\\u5458\\u53ef\\u89c1\",\"value\":\"administrative\",\"description\":\"\\u6b64\\u5b57\\u6bb5\\u4ec5\\u5f53\\u7ba1\\u7406\\u5458\\u63d0\\u4ea4\\u8868\\u5355\\u65f6\\u53ef\\u89c1\\u3002\\u8be5\\u5b57\\u6bb5\\u5728\\u6d4f\\u89c8\\u8868\\u5355\\u65f6\\u4e0d\\u53ef\\u89c1\\uff0c\\u4e5f\\u4e0d\\u8d77\\u4f5c\\u7528\\u3002\"}],\"addFieldFilter\":\"\\u6dfb\\u52a0\\u4e00\\u4e2a\\u6761\\u4ef6\",\"removeFieldFilter\":\"\\u5220\\u9664\\u4e00\\u4e2a\\u6761\\u4ef6\",\"filterAndAny\":\"{0} of the following match:\",\"customChoices\":\"\\u81ea\\u5b9a\\u4e49\",\"predefinedChoices\":\"\\u9884\\u5b9a\\u4e49\\u9009\\u62e9\",\"fieldLabelAriaLabel\":\"{field_label} - {field_type}, jump to this field&#039;s settings\",\"fieldCanBeAddedTitle\":\"Field Limit\",\"fieldCanBeAddedMessage\":\"A form can only contain one {field_type} field.\",\"fieldCanBeAddedProductTitle\":\"Missing Product field\",\"fieldCanBeAddedProduct\":\"You must add a Product field to the form first.\",\"fieldForbiddenInRepeaterTitle\":\"Unrepeatable Field\",\"fieldForbiddenInRepeater\":\"{field_type} fields are not supported in Repeaters.\",\"legacyMarkupTitle\":\"Unsupported Markup\",\"fieldCanBeAddedMultipleChoice\":\"You cannot add a Multiple Choice field to a form that uses legacy markup. Please edit the form settings and turn off Legacy Markup.\",\"fieldCanBeAddedImageChoice\":\"You cannot add an Image Choice field to a form that uses legacy markup. Please edit the form settings and turn off Legacy Markup.\",\"FieldAjaxonErrorTitle\":\"\\u9519\\u8bef\",\"StartAddFieldAjaxonError\":\"Ajax error while adding field. Please refresh the page and try again.\",\"StartChangeInputTypeAjaxonError\":\"Ajax error while changing input type. Please refresh the page and try again.\",\"MissingNameCustomChoicesTitle\":\"Missing Name\",\"MissingNameCustomChoices\":\"Please give this custom choice a name.\",\"DuplicateNameCustomChoicesTitle\":\"Duplicate Name\",\"DuplicateNameCustomChoices\":\"\\u8fd9\\u4e2a\\u9009\\u62e9\\u81ea\\u5b9a\\u4e49\\u540d\\u79f0\\u5df2\\u7ecf\\u88ab\\u4f7f\\u7528\\u3002\\u8bf7\\u8f93\\u5165\\u5176\\u5b83\\u540d\\u79f0\\u3002\",\"DuplicateTitleMessageTitle\":\"Duplicate Title\",\"DuplicateTitleMessage\":\"\\u60a8\\u8f93\\u5165\\u7684\\u8868\\u5355\\u6807\\u9898\\u5df2\\u5b58\\u5728\\u3002\\u8bf7\\u8f93\\u5165\\u4e00\\u4e2a\\u72ec\\u7279\\u7684\\u8868\\u683c\\u6807\\u9898\\u3002\",\"ValidateFormMissingFormTitleTitle\":\"Missing Form Title\",\"ValidateFormMissingFormTitle\":\"\\u8bf7\\u7ed9\\u8fd9\\u4e2a\\u8868\\u5355\\u8f93\\u5165\\u4e00\\u4e2a\\u6807\\u9898\\u3002\\u5f53\\u6dfb\\u52a0\\u8868\\u5355\\u5230\\u4e00\\u4e2a\\u9875\\u9762\\u65f6\\uff0c\\u60a8\\u5c06\\u53ef\\u4ee5\\u9009\\u62e9\\u9690\\u85cf\\u6807\\u9898\\u3002\",\"ValidateFormEmptyPageTitle\":\"Empty Page\",\"ValidateFormEmptyPage\":\"This form currently has one or more pages without any fields. Blank pages are a result of Page Breaks that are positioned as the first or last field in the form or right after each other. Please adjust the Page Breaks.\",\"ValidateFormMissingProductLabelTitle\":\"Missing Product Label\",\"ValidateFormMissingProductLabel\":\"This form has a Product field with a blank label. Please enter a label for every Product field.\",\"ValidateFormMissingProductFieldTitle\":\"Missing Product field\",\"ValidateFormMissingProductField\":\"This form has an Option field without a Product field. You must add a Product field to your form.\",\"FormulaIsValidTitle\":\"\\u6210\\u529f\",\"FormulaIsValid\":\"\\u516c\\u5f0f\\u770b\\u6765\\u662f\\u6709\\u6548\\u7684\\u3002\",\"FormulaIsInvalid\":\"\\u60a8\\u8f93\\u5165\\u7684\\u516c\\u5f0f\\u4f3c\\u4e4e\\u5b58\\u5728\\u95ee\\u9898\\u3002\",\"DeleteFormTitle\":\"\\u786e\\u8ba4\",\"DeleteForm\":\"You are about to move this form to the trash. &#039;Cancel&#039; to abort. &#039;OK&#039; to delete.\",\"DeleteCustomChoice\":\"Delete this custom choice list? &#039;Cancel&#039; to abort. &#039;OK&#039; to delete.\",\"FieldAdded\":\"&nbsp;field added to form\",\"nameFieldDefaultPrefixes\":[{\"text\":\"Dr.\",\"value\":\"Dr.\"},{\"text\":\"Miss\",\"value\":\"Miss\"},{\"text\":\"Mr.\",\"value\":\"Mr.\"},{\"text\":\"Mrs.\",\"value\":\"Mrs.\"},{\"text\":\"Ms.\",\"value\":\"Ms.\"},{\"text\":\"Mx.\",\"value\":\"Mx.\"},{\"text\":\"Prof.\",\"value\":\"Prof.\"},{\"text\":\"Rev.\",\"value\":\"Rev.\"}]};\t\t\t<\/script>\n\n            \t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-6550c0a e-con-full e-flex e-con e-child\" data-id=\"6550c0a\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;sticky&quot;:&quot;top&quot;,&quot;sticky_on&quot;:[&quot;desktop&quot;],&quot;sticky_offset&quot;:120,&quot;sticky_parent&quot;:&quot;yes&quot;,&quot;sticky_effects_offset&quot;:0,&quot;sticky_anchor_link_offset&quot;:0}\">\n\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-6a88714 e-con-full e-flex e-con e-child\" data-id=\"6a88714\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;gradient&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-833928b elementor-view-stacked elementor-shape-rounded elementor-position-inline-start elementor-mobile-position-inline-start elementor-widget elementor-widget-icon-box\" data-id=\"833928b\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div class=\"elementor-icon-box-icon\">\n\t\t\t\t<a href=\"mailto:hello@rulermarketing.com\" class=\"elementor-icon\" tabindex=\"-1\" aria-label=\"Email\">\n\t\t\t\t<i aria-hidden=\"true\" class=\"icon icon-envelope1\"><\/i>\t\t\t\t<\/a>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<h3 class=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<a href=\"mailto:hello@rulermarketing.com\" >\n\t\t\t\t\t\t\tEmail\t\t\t\t\t\t<\/a>\n\t\t\t\t\t<\/h3>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<p class=\"elementor-icon-box-description\">\n\t\t\t\t\t\t<a href=\"mailto:hello@rulermarketing.com\">hello@rulermarketing.com<\/a>\t\t\t\t\t<\/p>\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-b523728 e-con-full e-flex e-con e-child\" data-id=\"b523728\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-2d163a6 elementor-shape-circle e-grid-align-tablet-center elementor-grid-0 e-grid-align-center elementor-widget elementor-widget-social-icons\" data-id=\"2d163a6\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"social-icons.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-social-icons-wrapper elementor-grid\" role=\"list\">\n\t\t\t\t\t\t\t<span class=\"elementor-grid-item\" role=\"listitem\">\n\t\t\t\t\t<a class=\"elementor-icon elementor-social-icon elementor-social-icon-facebook-f elementor-repeater-item-3851f04\" href=\"https:\/\/www.facebook.com\/rulermarketing\" target=\"_blank\">\n\t\t\t\t\t\t<span class=\"elementor-screen-only\">Facebook-f<\/span>\n\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fab-facebook-f\" viewBox=\"0 0 320 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M279.14 288l14.22-92.66h-88.91v-60.13c0-25.35 12.42-50.06 52.24-50.06h40.42V6.26S260.43 0 225.36 0c-73.22 0-121.08 44.38-121.08 124.72v70.62H22.89V288h81.39v224h100.17V288z\"><\/path><\/svg>\t\t\t\t\t<\/a>\n\t\t\t\t<\/span>\n\t\t\t\t\t\t\t<span class=\"elementor-grid-item\" role=\"listitem\">\n\t\t\t\t\t<a class=\"elementor-icon elementor-social-icon elementor-social-icon-instagram elementor-repeater-item-5d16168\" href=\"https:\/\/www.instagram.com\/rulermarketing\" target=\"_blank\">\n\t\t\t\t\t\t<span class=\"elementor-screen-only\">Instagram<\/span>\n\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fab-instagram\" viewBox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"><\/path><\/svg>\t\t\t\t\t<\/a>\n\t\t\t\t<\/span>\n\t\t\t\t\t\t\t<span class=\"elementor-grid-item\" role=\"listitem\">\n\t\t\t\t\t<a class=\"elementor-icon elementor-social-icon elementor-social-icon-whatsapp elementor-repeater-item-be2253f\" href=\"https:\/\/wa.link\/f9f8n9\" target=\"_blank\">\n\t\t\t\t\t\t<span class=\"elementor-screen-only\">Whatsapp<\/span>\n\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fab-whatsapp\" viewBox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M380.9 97.1C339 55.1 283.2 32 223.9 32c-122.4 0-222 99.6-222 222 0 39.1 10.2 77.3 29.6 111L0 480l117.7-30.9c32.4 17.7 68.9 27 106.1 27h.1c122.3 0 224.1-99.6 224.1-222 0-59.3-25.2-115-67.1-157zm-157 341.6c-33.2 0-65.7-8.9-94-25.7l-6.7-4-69.8 18.3L72 359.2l-4.4-7c-18.5-29.4-28.2-63.3-28.2-98.2 0-101.7 82.8-184.5 184.6-184.5 49.3 0 95.6 19.2 130.4 54.1 34.8 34.9 56.2 81.2 56.1 130.5 0 101.8-84.9 184.6-186.6 184.6zm101.2-138.2c-5.5-2.8-32.8-16.2-37.9-18-5.1-1.9-8.8-2.8-12.5 2.8-3.7 5.6-14.3 18-17.6 21.8-3.2 3.7-6.5 4.2-12 1.4-32.6-16.3-54-29.1-75.5-66-5.7-9.8 5.7-9.1 16.3-30.3 1.8-3.7.9-6.9-.5-9.7-1.4-2.8-12.5-30.1-17.1-41.2-4.5-10.8-9.1-9.3-12.5-9.5-3.2-.2-6.9-.2-10.6-.2-3.7 0-9.7 1.4-14.8 6.9-5.1 5.6-19.4 19-19.4 46.3 0 27.3 19.9 53.7 22.6 57.4 2.8 3.7 39.1 59.7 94.8 83.8 35.2 15.2 49 16.5 66.6 13.9 10.7-1.6 32.8-13.4 37.4-26.4 4.6-13 4.6-24.1 3.2-26.4-1.3-2.5-5-3.9-10.5-6.6z\"><\/path><\/svg>\t\t\t\t\t<\/a>\n\t\t\t\t<\/span>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-5dfa5a8 e-con-full e-flex e-con e-parent\" data-id=\"5dfa5a8\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-71aa8c0 elementor-widget elementor-widget-image\" data-id=\"71aa8c0\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img fetchpriority=\"high\" decoding=\"async\" width=\"1024\" height=\"142\" src=\"https:\/\/rulermarketing.com\/wp-content\/uploads\/2025\/04\/Graphics-1024x142.png\" class=\"attachment-large size-large wp-image-326\" alt=\"\" srcset=\"https:\/\/rulermarketing.com\/wp-content\/uploads\/2025\/04\/Graphics-1024x142.png 1024w, https:\/\/rulermarketing.com\/wp-content\/uploads\/2025\/04\/Graphics-300x42.png 300w, https:\/\/rulermarketing.com\/wp-content\/uploads\/2025\/04\/Graphics-768x107.png 768w, https:\/\/rulermarketing.com\/wp-content\/uploads\/2025\/04\/Graphics-1536x213.png 1536w, https:\/\/rulermarketing.com\/wp-content\/uploads\/2025\/04\/Graphics-2048x284.png 2048w, https:\/\/rulermarketing.com\/wp-content\/uploads\/2025\/04\/Graphics-18x3.png 18w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Contact Us Connect with us to get started or learn more about how our services can help you rule your [&hellip;]<\/p>\n","protected":false},"author":2,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"site-sidebar-layout":"no-sidebar","site-content-layout":"","ast-site-content-layout":"full-width-container","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"disabled","ast-breadcrumbs-content":"","ast-featured-img":"disabled","footer-sml-layout":"","theme-transparent-header-meta":"default","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"set","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"class_list":["post-264","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v28.5 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Contact Us | Ruler Marketing<\/title>\n<meta name=\"description\" content=\"Connect with Ruler Marketing to get started or learn more about how our services can help you rule your market.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/rulermarketing.com\/cn\/contact-us\/\" \/>\n<meta property=\"og:locale\" content=\"zh_CN\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Contact Us | Ruler Marketing\" \/>\n<meta property=\"og:description\" content=\"Connect with Ruler Marketing to get started or learn more about how our services can help you rule your market.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/rulermarketing.com\/cn\/contact-us\/\" \/>\n<meta property=\"og:site_name\" content=\"Ruler Marketing\" \/>\n<meta property=\"article:modified_time\" content=\"2025-06-23T17:24:54+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/rulermarketing.com\/wp-content\/uploads\/2025\/04\/Graphics-1024x142.png\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"\u9884\u8ba1\u9605\u8bfb\u65f6\u95f4\" \/>\n\t<meta name=\"twitter:data1\" content=\"2 \u5206\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/rulermarketing.com\\\/contact-us\\\/\",\"url\":\"https:\\\/\\\/rulermarketing.com\\\/contact-us\\\/\",\"name\":\"Contact Us | Ruler Marketing\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/rulermarketing.com\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/rulermarketing.com\\\/contact-us\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/rulermarketing.com\\\/contact-us\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/rulermarketing.com\\\/wp-content\\\/uploads\\\/2025\\\/04\\\/Graphics-1024x142.png\",\"datePublished\":\"2025-04-24T18:49:32+00:00\",\"dateModified\":\"2025-06-23T17:24:54+00:00\",\"description\":\"Connect with Ruler Marketing to get started or learn more about how our services can help you rule your market.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/rulermarketing.com\\\/contact-us\\\/#breadcrumb\"},\"inLanguage\":\"zh-Hans\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/rulermarketing.com\\\/contact-us\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"zh-Hans\",\"@id\":\"https:\\\/\\\/rulermarketing.com\\\/contact-us\\\/#primaryimage\",\"url\":\"https:\\\/\\\/rulermarketing.com\\\/wp-content\\\/uploads\\\/2025\\\/04\\\/Graphics-1024x142.png\",\"contentUrl\":\"https:\\\/\\\/rulermarketing.com\\\/wp-content\\\/uploads\\\/2025\\\/04\\\/Graphics-1024x142.png\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/rulermarketing.com\\\/contact-us\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/rulermarketing.com\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Contact Us\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/rulermarketing.com\\\/#website\",\"url\":\"https:\\\/\\\/rulermarketing.com\\\/\",\"name\":\"Ruler Marketing\",\"description\":\"Leading Digital Marketing Agency\",\"publisher\":{\"@id\":\"https:\\\/\\\/rulermarketing.com\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/rulermarketing.com\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"zh-Hans\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/rulermarketing.com\\\/#organization\",\"name\":\"Ruler Marketing\",\"url\":\"https:\\\/\\\/rulermarketing.com\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"zh-Hans\",\"@id\":\"https:\\\/\\\/rulermarketing.com\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/rulermarketing.com\\\/wp-content\\\/uploads\\\/2025\\\/04\\\/Ruler-Markerting_Horizontal_RGB-scaled.png\",\"contentUrl\":\"https:\\\/\\\/rulermarketing.com\\\/wp-content\\\/uploads\\\/2025\\\/04\\\/Ruler-Markerting_Horizontal_RGB-scaled.png\",\"width\":2560,\"height\":1181,\"caption\":\"Ruler Marketing\"},\"image\":{\"@id\":\"https:\\\/\\\/rulermarketing.com\\\/#\\\/schema\\\/logo\\\/image\\\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Contact Us | Ruler Marketing","description":"Connect with Ruler Marketing to get started or learn more about how our services can help you rule your market.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/rulermarketing.com\/cn\/contact-us\/","og_locale":"zh_CN","og_type":"article","og_title":"Contact Us | Ruler Marketing","og_description":"Connect with Ruler Marketing to get started or learn more about how our services can help you rule your market.","og_url":"https:\/\/rulermarketing.com\/cn\/contact-us\/","og_site_name":"Ruler Marketing","article_modified_time":"2025-06-23T17:24:54+00:00","og_image":[{"url":"https:\/\/rulermarketing.com\/wp-content\/uploads\/2025\/04\/Graphics-1024x142.png","type":"","width":"","height":""}],"twitter_card":"summary_large_image","twitter_misc":{"\u9884\u8ba1\u9605\u8bfb\u65f6\u95f4":"2 \u5206"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/rulermarketing.com\/contact-us\/","url":"https:\/\/rulermarketing.com\/contact-us\/","name":"Contact Us | Ruler Marketing","isPartOf":{"@id":"https:\/\/rulermarketing.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/rulermarketing.com\/contact-us\/#primaryimage"},"image":{"@id":"https:\/\/rulermarketing.com\/contact-us\/#primaryimage"},"thumbnailUrl":"https:\/\/rulermarketing.com\/wp-content\/uploads\/2025\/04\/Graphics-1024x142.png","datePublished":"2025-04-24T18:49:32+00:00","dateModified":"2025-06-23T17:24:54+00:00","description":"Connect with Ruler Marketing to get started or learn more about how our services can help you rule your market.","breadcrumb":{"@id":"https:\/\/rulermarketing.com\/contact-us\/#breadcrumb"},"inLanguage":"zh-Hans","potentialAction":[{"@type":"ReadAction","target":["https:\/\/rulermarketing.com\/contact-us\/"]}]},{"@type":"ImageObject","inLanguage":"zh-Hans","@id":"https:\/\/rulermarketing.com\/contact-us\/#primaryimage","url":"https:\/\/rulermarketing.com\/wp-content\/uploads\/2025\/04\/Graphics-1024x142.png","contentUrl":"https:\/\/rulermarketing.com\/wp-content\/uploads\/2025\/04\/Graphics-1024x142.png"},{"@type":"BreadcrumbList","@id":"https:\/\/rulermarketing.com\/contact-us\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/rulermarketing.com\/"},{"@type":"ListItem","position":2,"name":"Contact Us"}]},{"@type":"WebSite","@id":"https:\/\/rulermarketing.com\/#website","url":"https:\/\/rulermarketing.com\/","name":"\u7edf\u6cbb\u8005\u8425\u9500","description":"\u9886\u5148\u7684\u6570\u5b57\u8425\u9500\u673a\u6784","publisher":{"@id":"https:\/\/rulermarketing.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/rulermarketing.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"zh-Hans"},{"@type":"Organization","@id":"https:\/\/rulermarketing.com\/#organization","name":"\u7edf\u6cbb\u8005\u8425\u9500","url":"https:\/\/rulermarketing.com\/","logo":{"@type":"ImageObject","inLanguage":"zh-Hans","@id":"https:\/\/rulermarketing.com\/#\/schema\/logo\/image\/","url":"https:\/\/rulermarketing.com\/wp-content\/uploads\/2025\/04\/Ruler-Markerting_Horizontal_RGB-scaled.png","contentUrl":"https:\/\/rulermarketing.com\/wp-content\/uploads\/2025\/04\/Ruler-Markerting_Horizontal_RGB-scaled.png","width":2560,"height":1181,"caption":"Ruler Marketing"},"image":{"@id":"https:\/\/rulermarketing.com\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/rulermarketing.com\/cn\/wp-json\/wp\/v2\/pages\/264","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/rulermarketing.com\/cn\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/rulermarketing.com\/cn\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/rulermarketing.com\/cn\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/rulermarketing.com\/cn\/wp-json\/wp\/v2\/comments?post=264"}],"version-history":[{"count":170,"href":"https:\/\/rulermarketing.com\/cn\/wp-json\/wp\/v2\/pages\/264\/revisions"}],"predecessor-version":[{"id":3361,"href":"https:\/\/rulermarketing.com\/cn\/wp-json\/wp\/v2\/pages\/264\/revisions\/3361"}],"wp:attachment":[{"href":"https:\/\/rulermarketing.com\/cn\/wp-json\/wp\/v2\/media?parent=264"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}