    <script>
    (function() {
        function initForm_26() {
            var formEl = document.getElementById('gform_26');
            if (!formEl) return;

            formEl.addEventListener('submit', function() {
                var btn = formEl.querySelector('[type="submit"]');
                if (!btn) return;

                // On attend confirmation que GF valide le formulaire
                // avant de désactiver (GF bloque le submit si invalide)
                setTimeout(function() {
                    // Vérifie s'il y a des erreurs de validation GF
                    var errors = formEl.querySelectorAll('.gfield_error, .validation_error');
                    if (errors.length === 0) {
                        btn.disabled = true;
                        btn.value    = btn.tagName === 'INPUT' ? 'Envoi en cours…' : btn.textContent;
                        if (btn.tagName !== 'INPUT') btn.textContent = 'Envoi en cours…';
                    }
                }, 100);
            });

            // Réactive le bouton si GF retourne une erreur de validation (AJAX)
            if (typeof jQuery !== 'undefined') {
                jQuery(document).on('gform_post_render', function(e, renderedFormId) {
                    if (renderedFormId === 26) {
                        var b = document.querySelector('#gform_26 [type="submit"]');
                        if (b) {
                            b.disabled    = false;
                            b.value       = b.dataset.originalLabel || 'Envoyer';
                            b.textContent = b.dataset.originalLabel || 'Envoyer';
                        }
                    }
                });
            }
        }

        if (document.readyState === 'loading') {
            document.addEventListener('DOMContentLoaded', initForm_26);
        } else {
            initForm_26();
        }
    })();
    </script>
    {"id":5320,"date":"2022-02-24T16:13:24","date_gmt":"2022-02-24T20:13:24","guid":{"rendered":"https:\/\/www.cpamontreal.ca\/?page_id=5320"},"modified":"2022-02-24T16:13:24","modified_gmt":"2022-02-24T20:13:24","slug":"register-for-training-courses","status":"publish","type":"page","link":"https:\/\/www.cpamontreal.ca\/en\/register-for-training-courses\/","title":{"rendered":"Register for training courses"},"content":{"rendered":"[vc_row fullwidth=&#8221;true&#8221; fullwidth_content=&#8221;false&#8221; el_class=&#8221;header-image-row&#8221; css=&#8221;.vc_custom_1543268196566{background-image: url(https:\/\/www.cpamontreal.ca\/wp-content\/uploads\/2018\/11\/onglets-formation.jpg?id=172) !important;}&#8221;][vc_column][vc_column_text css=&#8221;.vc_custom_1565805933873{margin-bottom: 0px !important;}&#8221;]\n<h1>Training<\/h1>\n[\/vc_column_text][\/vc_column][\/vc_row][vc_row fullwidth=&#8221;true&#8221; fullwidth_content=&#8221;false&#8221; el_class=&#8221;row-padding main-bg&#8221;][vc_column width=&#8221;1\/4&#8243;][\/vc_column][vc_column width=&#8221;3\/4&#8243;][vc_column_text el_class=&#8221;orange&#8221; css=&#8221;.vc_custom_1645720626915{margin-bottom: 0px !important;}&#8221;]\n<h2>REGISTER FOR TRAINING COURSES<\/h2>\n[\/vc_column_text][vc_column_text css=&#8221;.vc_custom_1645720723926{margin-bottom: 0px !important;}&#8221;]Please fill out the form below to be added to the <strong>waiting list<\/strong> for available training. As soon as we have some dates available, <strong>you will be contacted in priority<\/strong>.[\/vc_column_text]<script type=\"text\/javascript\">\n\/* <![CDATA[ *\/\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\/* ]]> *\/\n<\/script>\n\n                <div class='gf_browser_gecko gform_wrapper gform_legacy_markup_wrapper gform-theme--no-framework' data-form-theme='legacy' data-form-index='0' id='gform_wrapper_26' ><form method='post' enctype='multipart\/form-data'  id='gform_26'  action='\/en\/wp-json\/wp\/v2\/pages\/5320' data-formid='26' novalidate>\n                        <div class='gform-body gform_body'><ul id='gform_fields_26' class='gform_fields top_label form_sublabel_below description_below validation_below'><li id=\"field_26_1\" class=\"gfield gfield--type-html gfield_html gfield_html_formatted gfield_no_follows_desc field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><h3>PERSONAL INFORMATION<\/h3><\/li><li id=\"field_26_5\" class=\"gfield gfield--type-text gf_left_half gfield_contains_required field_sublabel_below gfield--no-description field_description_below hidden_label field_validation_below gfield_visibility_visible\"  ><label class='gfield_label gform-field-label' for='input_26_5'>First name<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_asterisk\">*<\/span><\/span><\/label><div class='ginput_container ginput_container_text'><input name='input_5' id='input_26_5' type='text' value='' class='large'    placeholder='First name *' aria-required=\"true\" aria-invalid=\"false\"   \/><\/div><\/li><li id=\"field_26_6\" class=\"gfield gfield--type-text gf_right_half gfield_contains_required field_sublabel_below gfield--no-description field_description_below hidden_label field_validation_below gfield_visibility_visible\"  ><label class='gfield_label gform-field-label' for='input_26_6'>Last name *<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_asterisk\">*<\/span><\/span><\/label><div class='ginput_container ginput_container_text'><input name='input_6' id='input_26_6' type='text' value='' class='large'    placeholder='Last name *' aria-required=\"true\" aria-invalid=\"false\"   \/><\/div><\/li><li id=\"field_26_16\" class=\"gfield gfield--type-phone gfield--width-full gf_right_half gfield_contains_required field_sublabel_below gfield--no-description field_description_below hidden_label field_validation_below gfield_visibility_visible\"  ><label class='gfield_label gform-field-label' for='input_26_16'>Phone<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_asterisk\">*<\/span><\/span><\/label><div class='ginput_container ginput_container_phone'><input name='input_16' id='input_26_16' type='tel' value='' class='large'  placeholder='Phone Number *' aria-required=\"true\" aria-invalid=\"false\"   \/><\/div><\/li><li id=\"field_26_34\" class=\"gfield gfield--type-text gfield--width-full gf_right_half gfield_contains_required field_sublabel_below gfield--no-description field_description_below hidden_label field_validation_below gfield_visibility_visible\"  ><label class='gfield_label gform-field-label' for='input_26_34'>N\u00b0 de salari\u00e9<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_asterisk\">*<\/span><\/span><\/label><div class='ginput_container ginput_container_text'><input name='input_34' id='input_26_34' type='text' value='' class='large'    placeholder='Employee Number (6 digits)' aria-required=\"true\" aria-invalid=\"false\"   \/><\/div><\/li><li id=\"field_26_18\" class=\"gfield gfield--type-email gfield--width-full gfield_contains_required field_sublabel_below gfield--no-description field_description_below hidden_label field_validation_below gfield_visibility_visible\"  ><label class='gfield_label gform-field-label' for='input_26_18'>E-mail<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_18' id='input_26_18' type='email' value='' class='large'   placeholder='E-mail *' aria-required=\"true\" aria-invalid=\"false\"  \/>\n                        <\/div><\/li><li id=\"field_26_33\" class=\"gfield gfield--type-checkbox gfield--type-choice gfield--width-full gfield_contains_required field_sublabel_below gfield--has-description field_description_above field_validation_below gfield_visibility_visible\"  ><label class='gfield_label gform-field-label gfield_label_before_complex' >Training categories<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_asterisk\">*<\/span><\/span><\/label><div class='gfield_description' id='gfield_description_26_33'>(You can select more than one option)<\/div><div class='ginput_container ginput_container_checkbox'><ul class='gfield_checkbox' id='input_26_33'><li class='gchoice gchoice_26_33_1'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_33.1' type='checkbox'  value='Automotive Mechanics'  id='choice_26_33_1'   aria-describedby=\"gfield_description_26_33\"\/>\n\t\t\t\t\t\t\t\t<label for='choice_26_33_1' id='label_26_33_1' class='gform-field-label gform-field-label--type-inline'>Automotive Mechanics<\/label>\n\t\t\t\t\t\t\t<\/li><li class='gchoice gchoice_26_33_2'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_33.2' type='checkbox'  value='Heavy vehicles'  id='choice_26_33_2'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_26_33_2' id='label_26_33_2' class='gform-field-label gform-field-label--type-inline'>Heavy vehicles<\/label>\n\t\t\t\t\t\t\t<\/li><li class='gchoice gchoice_26_33_3'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_33.3' type='checkbox'  value='Trailer mechanics'  id='choice_26_33_3'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_26_33_3' id='label_26_33_3' class='gform-field-label gform-field-label--type-inline'>Trailer mechanics<\/label>\n\t\t\t\t\t\t\t<\/li><li class='gchoice gchoice_26_33_4'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_33.4' type='checkbox'  value='Carrosserie automobile'  id='choice_26_33_4'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_26_33_4' id='label_26_33_4' class='gform-field-label gform-field-label--type-inline'>Carrosserie automobile<\/label>\n\t\t\t\t\t\t\t<\/li><li class='gchoice gchoice_26_33_5'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_33.5' type='checkbox'  value='Automotive bodywork'  id='choice_26_33_5'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_26_33_5' id='label_26_33_5' class='gform-field-label gform-field-label--type-inline'>Automotive bodywork<\/label>\n\t\t\t\t\t\t\t<\/li><li class='gchoice gchoice_26_33_6'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_33.6' type='checkbox'  value='Automotive Parts Clerk'  id='choice_26_33_6'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_26_33_6' id='label_26_33_6' class='gform-field-label gform-field-label--type-inline'>Automotive Parts Clerk<\/label>\n\t\t\t\t\t\t\t<\/li><li class='gchoice gchoice_26_33_7'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_33.7' type='checkbox'  value='Heavy Vehicle Parts Clerk'  id='choice_26_33_7'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_26_33_7' id='label_26_33_7' class='gform-field-label gform-field-label--type-inline'>Heavy Vehicle Parts Clerk<\/label>\n\t\t\t\t\t\t\t<\/li><li class='gchoice gchoice_26_33_8'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_33.8' type='checkbox'  value='Common parts clerk (Automotive and Heavy vehicles)'  id='choice_26_33_8'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_26_33_8' id='label_26_33_8' class='gform-field-label gform-field-label--type-inline'>Common parts clerk (Automotive and Heavy vehicles)<\/label>\n\t\t\t\t\t\t\t<\/li><\/ul><\/div><\/li><li id=\"field_26_32\" class=\"gfield gfield--type-textarea gfield--width-full gfield_contains_required field_sublabel_below gfield--no-description field_description_above field_validation_below gfield_visibility_visible\"  ><label class='gfield_label gform-field-label' for='input_26_32'>Question or comment<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_asterisk\">*<\/span><\/span><\/label><div class='ginput_container ginput_container_textarea'><textarea name='input_32' id='input_26_32' class='textarea small'    placeholder='Please specify the desired course(s).' aria-required=\"true\" aria-invalid=\"false\"   rows='10' cols='50'><\/textarea><\/div><\/li><li id=\"field_26_31\" class=\"gfield gfield--type-checkbox gfield--type-choice field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><label class='gfield_label gform-field-label gfield_label_before_complex' >Consent to receive general communications from CPA Montr\u00e9al<\/label><div class='ginput_container ginput_container_checkbox'><ul class='gfield_checkbox' id='input_26_31'><li class='gchoice gchoice_26_31_1'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_31.1' type='checkbox'  value='I consent to receive electronic communications.'  id='choice_26_31_1'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_26_31_1' id='label_26_31_1' class='gform-field-label gform-field-label--type-inline'>I consent to receive electronic communications.<\/label>\n\t\t\t\t\t\t\t<\/li><li class='gchoice gchoice_26_31_2'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_31.2' type='checkbox'  value='I consent to receive text messages.'  id='choice_26_31_2'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_26_31_2' id='label_26_31_2' class='gform-field-label gform-field-label--type-inline'>I consent to receive text messages.<\/label>\n\t\t\t\t\t\t\t<\/li><\/ul><\/div><\/li><\/ul><\/div>\n        <div class='gform-footer gform_footer top_label'> <input type='submit' id='gform_submit_button_26' class='gform_button button' onclick='gform.submission.handleButtonClick(this);' data-submission-type='submit' value='Submit'  \/> \n            <input type='hidden' class='gform_hidden' name='gform_submission_method' data-js='gform_submission_method_26' value='postback' \/>\n            <input type='hidden' class='gform_hidden' name='gform_theme' data-js='gform_theme_26' id='gform_theme_26' value='legacy' \/>\n            <input type='hidden' class='gform_hidden' name='gform_style_settings' data-js='gform_style_settings_26' id='gform_style_settings_26' value='[]' \/>\n            <input type='hidden' class='gform_hidden' name='is_submit_26' value='1' \/>\n            <input type='hidden' class='gform_hidden' name='gform_submit' value='26' \/>\n            \n            <input type='hidden' class='gform_hidden' name='gform_unique_id' value='' \/>\n            <input type='hidden' class='gform_hidden' name='state_26' value='WyJbXSIsImE5N2UxZWJhZmYzMDU3ZDY1NmRkMTdjMGNlNGE4NmIyIl0=' \/>\n            <input type='hidden' autocomplete='off' class='gform_hidden' name='gform_target_page_number_26' id='gform_target_page_number_26' value='0' \/>\n            <input type='hidden' autocomplete='off' class='gform_hidden' name='gform_source_page_number_26' id='gform_source_page_number_26' value='1' \/>\n            <input type='hidden' name='gform_field_values' value='' \/>\n            \n        <\/div>\n                        <p style=\"display: none !important;\" class=\"akismet-fields-container\" data-prefix=\"ak_\"><label>&#916;<textarea name=\"ak_hp_textarea\" cols=\"45\" rows=\"8\" maxlength=\"100\"><\/textarea><\/label><input type=\"hidden\" id=\"ak_js_1\" name=\"ak_js\" value=\"107\"\/><script>document.getElementById( \"ak_js_1\" ).setAttribute( \"value\", ( new Date() ).getTime() );<\/script><\/p><\/form>\n                        <\/div><script type=\"text\/javascript\">\n\/* <![CDATA[ *\/\n gform.initializeOnLoaded( function() {gformInitSpinner( 26, 'https:\/\/www.cpamontreal.ca\/wp-content\/plugins\/gravityforms\/images\/spinner.svg', true );jQuery('#gform_ajax_frame_26').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_26');var is_confirmation = jQuery(this).contents().find('#gform_confirmation_wrapper_26').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_26').html(form_content.html());if(form_content.hasClass('gform_validation_error')){jQuery('#gform_wrapper_26').addClass('gform_validation_error');} else {jQuery('#gform_wrapper_26').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_26').val();gformInitSpinner( 26, 'https:\/\/www.cpamontreal.ca\/wp-content\/plugins\/gravityforms\/images\/spinner.svg', true );jQuery(document).trigger('gform_page_loaded', [26, current_page]);window['gf_submitting_26'] = false;}else if(!is_redirect){var confirmation_content = jQuery(this).contents().find('.GF_AJAX_POSTBACK').html();if(!confirmation_content){confirmation_content = contents;}jQuery('#gform_wrapper_26').replaceWith(confirmation_content);jQuery(document).trigger('gform_confirmation_loaded', [26]);window['gf_submitting_26'] = false;wp.a11y.speak(jQuery('#gform_confirmation_message_26').text());}else{jQuery('#gform_26').append(contents);if(window['gformRedirect']) {gformRedirect();}}jQuery(document).trigger(\"gform_pre_post_render\", [{ formId: \"26\", currentPage: \"current_page\", abort: function() { this.preventDefault(); } }]);        if (event && event.defaultPrevented) {                return;        }        const gformWrapperDiv = document.getElementById( \"gform_wrapper_26\" );        if ( gformWrapperDiv ) {            const visibilitySpan = document.createElement( \"span\" );            visibilitySpan.id = \"gform_visibility_test_26\";            gformWrapperDiv.insertAdjacentElement( \"afterend\", visibilitySpan );        }        const visibilityTestDiv = document.getElementById( \"gform_visibility_test_26\" );        let postRenderFired = false;        function triggerPostRender() {            if ( postRenderFired ) {                return;            }            postRenderFired = true;            gform.core.triggerPostRenderEvents( 26, current_page );            if ( visibilityTestDiv ) {                visibilityTestDiv.parentNode.removeChild( visibilityTestDiv );            }        }        function debounce( func, wait, immediate ) {            var timeout;            return function() {                var context = this, args = arguments;                var later = function() {                    timeout = null;                    if ( !immediate ) func.apply( context, args );                };                var callNow = immediate && !timeout;                clearTimeout( timeout );                timeout = setTimeout( later, wait );                if ( callNow ) func.apply( context, args );            };        }        const debouncedTriggerPostRender = debounce( function() {            triggerPostRender();        }, 200 );        if ( visibilityTestDiv && visibilityTestDiv.offsetParent === null ) {            const observer = new MutationObserver( ( mutations ) => {                mutations.forEach( ( mutation ) => {                    if ( mutation.type === 'attributes' && visibilityTestDiv.offsetParent !== null ) {                        debouncedTriggerPostRender();                        observer.disconnect();                    }                });            });            observer.observe( document.body, {                attributes: true,                childList: false,                subtree: true,                attributeFilter: [ 'style', 'class' ],            });        } else {            triggerPostRender();        }    } );} ); \n\/* ]]> *\/\n<\/script>\n[\/vc_column][\/vc_row]\n","protected":false},"excerpt":{"rendered":"<p>[vc_row fullwidth=&#8221;true&#8221; fullwidth_content=&#8221;false&#8221; el_class=&#8221;header-image-row&#8221; css=&#8221;.vc_custom_1543268196566{background-image: url(https:\/\/www.cpamontreal.ca\/wp-content\/uploads\/2018\/11\/onglets-formation.jpg?id=172) !important;}&#8221;][vc_column][vc_column_text css=&#8221;.vc_custom_1565805933873{margin-bottom: 0px !important;}&#8221;] Training [\/vc_column_text][\/vc_column][\/vc_row][vc_row fullwidth=&#8221;true&#8221; fullwidth_content=&#8221;false&#8221; el_class=&#8221;row-padding main-bg&#8221;][vc_column width=&#8221;1\/4&#8243;][\/vc_column][vc_column width=&#8221;3\/4&#8243;][vc_column_text el_class=&#8221;orange&#8221; css=&#8221;.vc_custom_1645720626915{margin-bottom: 0px !important;}&#8221;] REGISTER FOR TRAINING COURSES [\/vc_column_text][vc_column_text css=&#8221;.vc_custom_1645720723926{margin-bottom: 0px !important;}&#8221;]Please fill out the form below to be added to the waiting list for available training. As soon as we have some dates available, you will [&hellip;]<\/p>\n","protected":false},"author":24,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"_price":"","_stock":"","_tribe_ticket_header":"","_tribe_default_ticket_provider":"","_tribe_ticket_capacity":"0","_ticket_start_date":"","_ticket_end_date":"","_tribe_ticket_show_description":"","_tribe_ticket_show_not_going":false,"_tribe_ticket_use_global_stock":"","_tribe_ticket_global_stock_level":"","_global_stock_mode":"","_global_stock_cap":"","_tribe_rsvp_for_event":"","_tribe_ticket_going_count":"","_tribe_ticket_not_going_count":"","_tribe_tickets_list":[],"_tribe_ticket_has_attendee_info_fields":false,"footnotes":""},"class_list":["post-5320","page","type-page","status-publish","hentry"],"acf":[],"ams_acf":[],"_links":{"self":[{"href":"https:\/\/www.cpamontreal.ca\/en\/wp-json\/wp\/v2\/pages\/5320","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.cpamontreal.ca\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.cpamontreal.ca\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.cpamontreal.ca\/en\/wp-json\/wp\/v2\/users\/24"}],"replies":[{"embeddable":true,"href":"https:\/\/www.cpamontreal.ca\/en\/wp-json\/wp\/v2\/comments?post=5320"}],"version-history":[{"count":1,"href":"https:\/\/www.cpamontreal.ca\/en\/wp-json\/wp\/v2\/pages\/5320\/revisions"}],"predecessor-version":[{"id":5325,"href":"https:\/\/www.cpamontreal.ca\/en\/wp-json\/wp\/v2\/pages\/5320\/revisions\/5325"}],"wp:attachment":[{"href":"https:\/\/www.cpamontreal.ca\/en\/wp-json\/wp\/v2\/media?parent=5320"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}