
        <script type="text/javascript">

            (function($){

                window.gwmpnObj = function( args ) {

                    this.formId = args.formId;
                    this.formElem = jQuery('form#gform_' + this.formId);
                    this.currentPage = args.currentPage;
                    this.lastPage = args.lastPage;
                    this.labels = args.labels;

                    this.init = function() {

                        // if this form is ajax-enabled, we'll need to get the current page via JS
                        if( this.isAjax() )
                            this.currentPage = this.getCurrentPage();

                        if( !this.isLastPage() && !this.isLastPageReached() )
                            return;

                        var gwmpn = this;
                        var steps = $('form#gform_' + this.formId + ' .gf_step');

                        steps.each(function(){

                            var stepNumber = parseInt( $(this).find('span.gf_step_number').text() );

                            if( stepNumber != gwmpn.currentPage ) {
                                $(this).html( gwmpn.createPageLink( stepNumber, $(this).html() ) )
                                    .addClass('gw-step-linked');
                            } else {
                                $(this).addClass('gw-step-current');
                            }

                        });

                        if( !this.isLastPage() )
                            this.addBackToLastPageButton();

                        $(document).on('click', '#gform_' + this.formId + ' a.gwmpn-page-link', function(event){
                            event.preventDefault();

                            var hrefArray = $(this).attr('href').split('#');
                            if( hrefArray.length >= 2 ) {
                                var pageNumber = hrefArray.pop();
                                gwmpn.postToPage( pageNumber );
                            }

                        });

                    }

                    this.createPageLink = function( stepNumber, HTML ) {
                        return '<a href="#' + stepNumber + '" class="gwmpn-page-link">' + HTML + '</a>';
                    }

                    this.postToPage = function(page) {
                        this.formElem.append('<input type="hidden" name="gw_page_change" value="1" />');
                        this.formElem.find('input[name="gform_target_page_number_' + this.formId + '"]').val(page);
                        this.formElem.submit();
                    }

                    this.addBackToLastPageButton = function() {
                        this.formElem.find('#gform_page_' + this.formId + '_' + this.currentPage + ' .gform_page_footer')
                            .append('<input type="button" onclick="gwmpn.postToPage(' + this.lastPage + ')" value="' + this.labels.lastPageButton + '" class="button gform_last_page_button">');
                    }

                    this.getCurrentPage = function() {
                        return this.formElem.find( 'input#gform_source_page_number_' + this.formId ).val();
                    }

                    this.isLastPage = function() {
                        return this.currentPage >= this.lastPage;
                    }

                    this.isLastPageReached = function() {
                        return this.formElem.find('input[name="gw_last_page_reached"]').val() == true;
                    }

                    this.isAjax = function() {
                        return this.formElem.attr('target') == 'gform_ajax_frame_' + this.formId;
                    }

                    this.init();

                }

            })(jQuery);

        </script>

        {"id":39,"date":"2019-08-19T12:27:16","date_gmt":"2019-08-19T16:27:16","guid":{"rendered":"https:\/\/payments.wesleyanschool.org\/theater\/?page_id=39"},"modified":"2023-02-16T08:35:32","modified_gmt":"2023-02-16T13:35:32","slug":"participation","status":"publish","type":"page","link":"https:\/\/payments.wesleyanschool.org\/theater\/participation\/","title":{"rendered":"Theater Participation"},"content":{"rendered":"<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_6' style='display:none'><div id='gf_6' class='gform_anchor' tabindex='-1'><\/div><form method='post' enctype='multipart\/form-data'  id='gform_6'  action='\/theater\/wp-json\/wp\/v2\/pages\/39#gf_6' data-formid='6' novalidate><div id='gf_page_steps_6' class='gf_page_steps'><div id='gf_step_6_1' class='gf_step gf_step_active gf_step_first'><span class='gf_step_number'>1<\/span><span class='gf_step_label'>Order Form<\/span><\/div><div id='gf_step_6_2' class='gf_step gf_step_last gf_step_next gf_step_pending'><span class='gf_step_number'>2<\/span><span class='gf_step_label'>Checkout<\/span><\/div><\/div>\n                        <div class='gform-body gform_body'><div id='gform_page_6_1' class='gform_page ' data-js='page-field-id-0' >\n\t\t\t\t\t<div class='gform_page_fields'><ul id='gform_fields_6' class='gform_fields top_label form_sublabel_below description_below validation_below'><li id=\"field_6_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\"  ><div align=\"center\"><img decoding=\"async\" src=\"https:\/\/payments.wesleyanschool.org\/theater\/wp-content\/uploads\/2017\/09\/Wesleyan-FA-Banner.png\" width=\"940\" \/><h1><i>Theater Participation Fee<\/i><\/h1><\/div><\/li><li id=\"field_6_2\" class=\"gfield gfield--type-section gsection field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><h2 class=\"gsection_title\">Your Information<\/h2><\/li><li id=\"field_6_54\" class=\"gfield gfield--type-name gfield_contains_required 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' >Your Name<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_asterisk\">*<\/span><\/span><\/label><div class='ginput_complex ginput_container ginput_container--name no_prefix has_first_name no_middle_name has_last_name no_suffix gf_name_has_2 ginput_container_name gform-grid-row' id='input_6_54'>\n                            \n                            <span id='input_6_54_3_container' class='name_first gform-grid-col gform-grid-col--size-auto' >\n                                                    <input type='text' name='input_54.3' id='input_6_54_3' value=''   aria-required='true'     \/>\n                                                    <label for='input_6_54_3' class='gform-field-label gform-field-label--type-sub '>First<\/label>\n                                                <\/span>\n                            \n                            <span id='input_6_54_6_container' class='name_last gform-grid-col gform-grid-col--size-auto' >\n                                                    <input type='text' name='input_54.6' id='input_6_54_6' value=''   aria-required='true'     \/>\n                                                    <label for='input_6_54_6' class='gform-field-label gform-field-label--type-sub '>Last<\/label>\n                                                <\/span>\n                            \n                        <\/div><\/li><li id=\"field_6_69\" class=\"gfield gfield--type-email gfield--width-full gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><label class='gfield_label gform-field-label' >Your Email<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_asterisk\">*<\/span><\/span><\/label><div class='ginput_complex ginput_container ginput_container_email gform-grid-row' id='input_6_69_container'>\n                                <span id='input_6_69_1_container' class='ginput_left gform-grid-col gform-grid-col--size-auto'>\n                                    <input class='' type='email' name='input_69' id='input_6_69' value=''    aria-required=\"true\" aria-invalid=\"false\"  \/>\n                                    <label for='input_6_69' class='gform-field-label gform-field-label--type-sub '>Enter Email<\/label>\n                                <\/span>\n                                <span id='input_6_69_2_container' class='ginput_right gform-grid-col gform-grid-col--size-auto'>\n                                    <input class='' type='email' name='input_69_2' id='input_6_69_2' value=''    aria-required=\"true\" aria-invalid=\"false\"  \/>\n                                    <label for='input_6_69_2' class='gform-field-label gform-field-label--type-sub '>Confirm Email<\/label>\n                                <\/span>\n                                <div class='gf_clear gf_clear_complex'><\/div>\n                            <\/div><\/li><li id=\"field_6_80\" class=\"gfield gfield--type-name gfield--width-full gfield_contains_required 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' >Student&#039;s Name<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_asterisk\">*<\/span><\/span><\/label><div class='ginput_complex ginput_container ginput_container--name no_prefix has_first_name no_middle_name has_last_name no_suffix gf_name_has_2 ginput_container_name gform-grid-row' id='input_6_80'>\n                            \n                            <span id='input_6_80_3_container' class='name_first gform-grid-col gform-grid-col--size-auto' >\n                                                    <input type='text' name='input_80.3' id='input_6_80_3' value=''   aria-required='true'     \/>\n                                                    <label for='input_6_80_3' class='gform-field-label gform-field-label--type-sub '>First<\/label>\n                                                <\/span>\n                            \n                            <span id='input_6_80_6_container' class='name_last gform-grid-col gform-grid-col--size-auto' >\n                                                    <input type='text' name='input_80.6' id='input_6_80_6' value=''   aria-required='true'     \/>\n                                                    <label for='input_6_80_6' class='gform-field-label gform-field-label--type-sub '>Last<\/label>\n                                                <\/span>\n                            \n                        <\/div><\/li><li id=\"field_6_85\" class=\"gfield gfield--type-radio gfield--type-choice gfield--width-full gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><label class='gfield_label gform-field-label' >Student&#039;s Division<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_asterisk\">*<\/span><\/span><\/label><div class='ginput_container ginput_container_radio'><ul class='gfield_radio' id='input_6_85'>\n\t\t\t<li class='gchoice gchoice_6_85_0'>\n\t\t\t\t<input name='input_85' type='radio' value='Middle School'  id='choice_6_85_0'    \/>\n\t\t\t\t<label for='choice_6_85_0' id='label_6_85_0' class='gform-field-label gform-field-label--type-inline'>Middle School<\/label>\n\t\t\t<\/li>\n\t\t\t<li class='gchoice gchoice_6_85_1'>\n\t\t\t\t<input name='input_85' type='radio' value='High School'  id='choice_6_85_1'    \/>\n\t\t\t\t<label for='choice_6_85_1' id='label_6_85_1' class='gform-field-label gform-field-label--type-inline'>High School<\/label>\n\t\t\t<\/li><\/ul><\/div><\/li><li id=\"field_6_70\" class=\"gfield gfield--type-section gsection field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><h2 class=\"gsection_title\"><\/h2><\/li><li id=\"field_6_81\" class=\"gfield gfield--type-product gfield--input-type-singleproduct gfield--width-full gfield_price gfield_price_6_81 gfield_product_6_81 gfield_contains_required 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' for='input_6_81_1'>Mandatory Participation Fee<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_asterisk\">*<\/span><\/span><\/label><div class='ginput_container ginput_container_singleproduct'>\n\t\t\t\t\t<input type='hidden' name='input_81.1' value='Mandatory Participation Fee' class='gform_hidden' \/>\n\t\t\t\t\t\n\t\t\t\t\t\t<label for='ginput_base_price_6_81' class='gform-field-label gform-field-label--type-sub-large ginput_product_price_label'>Price:<\/label>\n\t\t\t\t\t\t<input type='text' readonly class='ginput_product_price gform-text-input-reset' name='input_81.2' id='ginput_base_price_6_81' value='$40.00' aria-label='Mandatory Participation Fee Price'  \/>\n\t\t\t\t\t\n\t\t\t\t\t<input type='hidden' name='input_81.3' value='1' class='ginput_quantity_6_81 gform_hidden' \/>\n\t\t\t\t<\/div><\/li><li id=\"field_6_83\" class=\"gfield gfield--type-option gfield--input-type-select gfield--width-full gfield_price gfield_price_6_81 gfield_option_6_81 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' for='input_6_83'>T-Shirt Size<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_asterisk\">*<\/span><\/span><\/label><div class='gfield_description' id='gfield_description_6_83'>One t-shirt is included in the participation fee.<\/div><div class='ginput_container ginput_container_select'><select name='input_83' id='input_6_83' class='medium gfield_select'  aria-describedby=\"gfield_description_6_83\"  aria-required=\"true\" aria-invalid=\"false\" ><option value='|0' ><\/option><option value='YM|0' >YM<\/option><option value='YL|0' >YL<\/option><option value='AS|0' >AS<\/option><option value='AM|0' >AM<\/option><option value='AL|0' >AL<\/option><option value='AXL|0' >AXL<\/option><option value='AXXL|0' >AXXL<\/option><option value='AXXXL|0' >AXXXL<\/option><\/select><\/div><\/li><li id=\"field_6_82\" class=\"gfield gfield--type-radio gfield--type-choice gfield--width-full gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><label class='gfield_label gform-field-label' >Would you like to purchase additional t-shirts?<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_asterisk\">*<\/span><\/span><\/label><div class='ginput_container ginput_container_radio'><ul class='gfield_radio' id='input_6_82'>\n\t\t\t<li class='gchoice gchoice_6_82_0'>\n\t\t\t\t<input name='input_82' type='radio' value='Yes'  id='choice_6_82_0'    \/>\n\t\t\t\t<label for='choice_6_82_0' id='label_6_82_0' class='gform-field-label gform-field-label--type-inline'>Yes<\/label>\n\t\t\t<\/li>\n\t\t\t<li class='gchoice gchoice_6_82_1'>\n\t\t\t\t<input name='input_82' type='radio' value='No'  id='choice_6_82_1'    \/>\n\t\t\t\t<label for='choice_6_82_1' id='label_6_82_1' class='gform-field-label gform-field-label--type-inline'>No<\/label>\n\t\t\t<\/li><\/ul><\/div><\/li><li id=\"field_6_9\" class=\"gfield gfield--type-number gf_inline gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><label class='gfield_label gform-field-label' for='input_6_9'>How many additional t-shirts ($25 each) would you like to order?<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_asterisk\">*<\/span><\/span><\/label><div class='ginput_container ginput_container_number'><input name='input_9' id='input_6_9' type='number' step='any' min='1' max='5' value='' class='medium'     aria-required=\"true\" aria-invalid=\"false\" aria-describedby=\"gfield_instruction_6_9\" \/><div class='gfield_description instruction ' id='gfield_instruction_6_9'>Please enter a number from <strong>1<\/strong> to <strong>5<\/strong>.<\/div><\/div><\/li><li id=\"field_6_11\" class=\"gfield gfield--type-section gsection field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><h2 class=\"gsection_title\">Additional T-Shirt 1<\/h2><\/li><li id=\"field_6_7\" class=\"gfield gfield--type-option gfield--input-type-select gfield_price gfield_price_6_5 gfield_option_6_5 gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><label class='gfield_label gform-field-label' for='input_6_7'>Size<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_asterisk\">*<\/span><\/span><\/label><div class='ginput_container ginput_container_select'><select name='input_7' id='input_6_7' class='medium gfield_select'    aria-required=\"true\" aria-invalid=\"false\" ><option value='|0' ><\/option><option value='YM|0' >YM<\/option><option value='YL|0' >YL<\/option><option value='AS|0' >AS<\/option><option value='AM|0' >AM<\/option><option value='AL|0' >AL<\/option><option value='AXL|0' >AXL<\/option><option value='AXXL|0' >AXXL<\/option><option value='AXXXL|0' >AXXXL<\/option><\/select><\/div><\/li><li id=\"field_6_5\" class=\"gfield gfield--type-product gfield--input-type-singleproduct gfield_price gfield_price_6_5 gfield_product_6_5 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' for='input_6_5_1'>Additional T-Shirt 1<\/label><div class='ginput_container ginput_container_singleproduct'>\n\t\t\t\t\t<input type='hidden' name='input_5.1' value='Additional T-Shirt 1' class='gform_hidden' \/>\n\t\t\t\t\t\n\t\t\t\t\t\t<label for='ginput_base_price_6_5' class='gform-field-label gform-field-label--type-sub-large ginput_product_price_label'>Price:<\/label>\n\t\t\t\t\t\t<input type='text' readonly class='ginput_product_price gform-text-input-reset' name='input_5.2' id='ginput_base_price_6_5' value='$25.00' aria-label='Additional T-Shirt 1 Price'  \/>\n\t\t\t\t\t\n\t\t\t\t\t<input type='hidden' name='input_5.3' value='1' class='ginput_quantity_6_5 gform_hidden' \/>\n\t\t\t\t<\/div><\/li><li id=\"field_6_12\" class=\"gfield gfield--type-section gsection field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><h2 class=\"gsection_title\">Additional T-Shirt 2<\/h2><\/li><li id=\"field_6_15\" class=\"gfield gfield--type-option gfield--input-type-select gfield_price gfield_price_6_14 gfield_option_6_14 gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><label class='gfield_label gform-field-label' for='input_6_15'>Size<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_asterisk\">*<\/span><\/span><\/label><div class='ginput_container ginput_container_select'><select name='input_15' id='input_6_15' class='medium gfield_select'    aria-required=\"true\" aria-invalid=\"false\" ><option value='|0' ><\/option><option value='YM|0' >YM<\/option><option value='YL|0' >YL<\/option><option value='AS|0' >AS<\/option><option value='AM|0' >AM<\/option><option value='AL|0' >AL<\/option><option value='AXL|0' >AXL<\/option><option value='AXXL|0' >AXXL<\/option><option value='AXXXL|0' >AXXXL<\/option><\/select><\/div><\/li><li id=\"field_6_14\" class=\"gfield gfield--type-product gfield--input-type-singleproduct gfield_price gfield_price_6_14 gfield_product_6_14 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' for='input_6_14_1'>Additional T-Shirt 2<\/label><div class='ginput_container ginput_container_singleproduct'>\n\t\t\t\t\t<input type='hidden' name='input_14.1' value='Additional T-Shirt 2' class='gform_hidden' \/>\n\t\t\t\t\t\n\t\t\t\t\t\t<label for='ginput_base_price_6_14' class='gform-field-label gform-field-label--type-sub-large ginput_product_price_label'>Price:<\/label>\n\t\t\t\t\t\t<input type='text' readonly class='ginput_product_price gform-text-input-reset' name='input_14.2' id='ginput_base_price_6_14' value='$25.00' aria-label='Additional T-Shirt 2 Price'  \/>\n\t\t\t\t\t\n\t\t\t\t\t<input type='hidden' name='input_14.3' value='1' class='ginput_quantity_6_14 gform_hidden' \/>\n\t\t\t\t<\/div><\/li><li id=\"field_6_16\" class=\"gfield gfield--type-section gsection field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><h2 class=\"gsection_title\">Additional T-Shirt 3<\/h2><\/li><li id=\"field_6_17\" class=\"gfield gfield--type-option gfield--input-type-select gfield_price gfield_price_6_18 gfield_option_6_18 gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><label class='gfield_label gform-field-label' for='input_6_17'>Size<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_asterisk\">*<\/span><\/span><\/label><div class='ginput_container ginput_container_select'><select name='input_17' id='input_6_17' class='medium gfield_select'    aria-required=\"true\" aria-invalid=\"false\" ><option value='|0' ><\/option><option value='YM|0' >YM<\/option><option value='YL|0' >YL<\/option><option value='AS|0' >AS<\/option><option value='AM|0' >AM<\/option><option value='AL|0' >AL<\/option><option value='AXL|0' >AXL<\/option><option value='AXXL|0' >AXXL<\/option><option value='AXXXL|0' >AXXXL<\/option><\/select><\/div><\/li><li id=\"field_6_18\" class=\"gfield gfield--type-product gfield--input-type-singleproduct gfield_price gfield_price_6_18 gfield_product_6_18 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' for='input_6_18_1'>Additional T-Shirt 3<\/label><div class='ginput_container ginput_container_singleproduct'>\n\t\t\t\t\t<input type='hidden' name='input_18.1' value='Additional T-Shirt 3' class='gform_hidden' \/>\n\t\t\t\t\t\n\t\t\t\t\t\t<label for='ginput_base_price_6_18' class='gform-field-label gform-field-label--type-sub-large ginput_product_price_label'>Price:<\/label>\n\t\t\t\t\t\t<input type='text' readonly class='ginput_product_price gform-text-input-reset' name='input_18.2' id='ginput_base_price_6_18' value='$25.00' aria-label='Additional T-Shirt 3 Price'  \/>\n\t\t\t\t\t\n\t\t\t\t\t<input type='hidden' name='input_18.3' value='1' class='ginput_quantity_6_18 gform_hidden' \/>\n\t\t\t\t<\/div><\/li><li id=\"field_6_20\" class=\"gfield gfield--type-section gsection field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><h2 class=\"gsection_title\">Additional T-Shirt 4<\/h2><\/li><li id=\"field_6_21\" class=\"gfield gfield--type-option gfield--input-type-select gfield_price gfield_price_6_22 gfield_option_6_22 gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><label class='gfield_label gform-field-label' for='input_6_21'>Size<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_asterisk\">*<\/span><\/span><\/label><div class='ginput_container ginput_container_select'><select name='input_21' id='input_6_21' class='medium gfield_select'    aria-required=\"true\" aria-invalid=\"false\" ><option value='|0' ><\/option><option value='YM|0' >YM<\/option><option value='YL|0' >YL<\/option><option value='AS|0' >AS<\/option><option value='AM|0' >AM<\/option><option value='AL|0' >AL<\/option><option value='AXL|0' >AXL<\/option><option value='AXXL|0' >AXXL<\/option><option value='AXXXL|0' >AXXXL<\/option><\/select><\/div><\/li><li id=\"field_6_22\" class=\"gfield gfield--type-product gfield--input-type-singleproduct gfield_price gfield_price_6_22 gfield_product_6_22 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' for='input_6_22_1'>Additional T-Shirt 4<\/label><div class='ginput_container ginput_container_singleproduct'>\n\t\t\t\t\t<input type='hidden' name='input_22.1' value='Additional T-Shirt 4' class='gform_hidden' \/>\n\t\t\t\t\t\n\t\t\t\t\t\t<label for='ginput_base_price_6_22' class='gform-field-label gform-field-label--type-sub-large ginput_product_price_label'>Price:<\/label>\n\t\t\t\t\t\t<input type='text' readonly class='ginput_product_price gform-text-input-reset' name='input_22.2' id='ginput_base_price_6_22' value='$25.00' aria-label='Additional T-Shirt 4 Price'  \/>\n\t\t\t\t\t\n\t\t\t\t\t<input type='hidden' name='input_22.3' value='1' class='ginput_quantity_6_22 gform_hidden' \/>\n\t\t\t\t<\/div><\/li><li id=\"field_6_24\" class=\"gfield gfield--type-section gsection field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><h2 class=\"gsection_title\">Additional T-Shirt 5<\/h2><\/li><li id=\"field_6_25\" class=\"gfield gfield--type-option gfield--input-type-select gfield_price gfield_price_6_26 gfield_option_6_26 gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><label class='gfield_label gform-field-label' for='input_6_25'>Size<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_asterisk\">*<\/span><\/span><\/label><div class='ginput_container ginput_container_select'><select name='input_25' id='input_6_25' class='medium gfield_select'    aria-required=\"true\" aria-invalid=\"false\" ><option value='|0' ><\/option><option value='YM|0' >YM<\/option><option value='YL|0' >YL<\/option><option value='AS|0' >AS<\/option><option value='AM|0' >AM<\/option><option value='AL|0' >AL<\/option><option value='AXL|0' >AXL<\/option><option value='AXXL|0' >AXXL<\/option><option value='AXXXL|0' >AXXXL<\/option><\/select><\/div><\/li><li id=\"field_6_26\" class=\"gfield gfield--type-product gfield--input-type-singleproduct gfield_price gfield_price_6_26 gfield_product_6_26 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' for='input_6_26_1'>Additional T-Shirt 5<\/label><div class='ginput_container ginput_container_singleproduct'>\n\t\t\t\t\t<input type='hidden' name='input_26.1' value='Additional T-Shirt 5' class='gform_hidden' \/>\n\t\t\t\t\t\n\t\t\t\t\t\t<label for='ginput_base_price_6_26' class='gform-field-label gform-field-label--type-sub-large ginput_product_price_label'>Price:<\/label>\n\t\t\t\t\t\t<input type='text' readonly class='ginput_product_price gform-text-input-reset' name='input_26.2' id='ginput_base_price_6_26' value='$25.00' aria-label='Additional T-Shirt 5 Price'  \/>\n\t\t\t\t\t\n\t\t\t\t\t<input type='hidden' name='input_26.3' value='1' class='ginput_quantity_6_26 gform_hidden' \/>\n\t\t\t\t<\/div><\/li><li id=\"field_6_28\" class=\"gfield gfield--type-section gsection field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><h2 class=\"gsection_title\"><\/h2><\/li><li id=\"field_6_65\" 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\"  ><span class=\"gfield_description\"><i>Press next below to continue.<\/i><\/span><\/li><\/ul>\n                    <\/div>\n                    <div class='gform-page-footer gform_page_footer top_label'>\n                         <input type='button' id='gform_next_button_6_30' class='gform_next_button gform-theme-button button' onclick='gform.submission.handleButtonClick(this);' data-submission-type='next' value='Next'  \/> \n                    <\/div>\n                <\/div>\n                <div id='gform_page_6_2' class='gform_page' data-js='page-field-id-30' style='display:none;'>\n                    <div class='gform_page_fields'>\n                        <ul id='gform_fields_6_2' class='gform_fields top_label form_sublabel_below description_below validation_below'><li id=\"field_6_57\" class=\"gfield gfield--type-section gsection field_sublabel_below gfield--has-description field_description_below field_validation_below gfield_visibility_visible\"  ><h2 class=\"gsection_title\">Confirm<\/h2><div class='gsection_description' id='gfield_description_6_57'><i><b>Please check the invoice below before continuing with the checkout process. If you would like to change something, you can press the previous button at the bottom of the screen. You can also click on the step you would like to go back to above.<\/i><\/b><\/div><\/li><li id=\"field_6_4\" class=\"gfield gfield--type-html gfield_html gfield_html_formatted field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  >{pricing_fields}<\/li><li id=\"field_6_63\" class=\"gfield gfield--type-section gsection field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><h2 class=\"gsection_title\"><\/h2><\/li><li id=\"field_6_67\" 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\"  ><span class=\"gfield_description\"><i>Press checkout below to continue your transaction.<\/i><\/span><\/li><\/ul><\/div>\n        <div class='gform-page-footer gform_page_footer top_label'><input type='submit' id='gform_previous_button_6' class='gform_previous_button gform-theme-button gform-theme-button--secondary button' onclick='gform.submission.handleButtonClick(this);' data-submission-type='previous' value='Previous'  \/> <input type='submit' id='gform_submit_button_6' class='gform_button button' onclick='gform.submission.handleButtonClick(this);' data-submission-type='submit' value='Checkout'  \/> \n            <input type='hidden' class='gform_hidden' name='gform_submission_method' data-js='gform_submission_method_6' value='postback' \/>\n            <input type='hidden' class='gform_hidden' name='gform_theme' data-js='gform_theme_6' id='gform_theme_6' value='legacy' \/>\n            <input type='hidden' class='gform_hidden' name='gform_style_settings' data-js='gform_style_settings_6' id='gform_style_settings_6' value='[]' \/>\n            <input type='hidden' class='gform_hidden' name='is_submit_6' value='1' \/>\n            <input type='hidden' class='gform_hidden' name='gform_submit' value='6' \/>\n            \n            <input type='hidden' class='gform_hidden' name='gform_currency' data-currency='USD' value='gpGcpX8FJVv4XpW9BTOsXG+Grif5ivvo\/TajqgLNOLW3wK7abhM2FN6UYq02uqn9LBLTtpjy9aE7TJw6EnJIYILq33UgHHc1cVk4bKD2PATFOtE=' \/>\n            <input type='hidden' class='gform_hidden' name='gform_unique_id' value='' \/>\n            <input type='hidden' class='gform_hidden' name='state_6' value='WyJ7XCI4NVwiOltcImFmNmM2ZDdmNGEzNzQ0ZTA1NjVmZjk3ZDY3ZGFiN2Y5XCIsXCIzMjNhM2EyZjdkZTAzYmY2YzEzYmYxZmZjZGNmNDcxN1wiXSxcIjgxLjFcIjpcIjU0MDlmNDdlMGQzOTk1Zjc0Y2ZiOWQ0OWZkZGEzNmYzXCIsXCI4MS4yXCI6XCIxMzhmODUyNzRkNzIwNjYyMDVjZmE0YmNiNWY5NjI4MlwiLFwiODNcIjpbXCJmOWQxNWNhZmRjMGEyOWQxOWZkZmM4ZTg2YWFjZDJhM1wiLFwiYTAxMzFjOTg5Y2MzY2RjYWIxMmZhODVlODNiNmZlZDlcIixcImJmNWQ1MmNmMTVjZWZhZTM1YTg1MWE1MmMyNmY2MGZhXCIsXCJhZTc0OGFlNTQwZGNkYzFjNjdkYWI5ODc2ZDM1NTgxZFwiLFwiYmYyNTdiMmFlZjM2NDJlZTRjMmFlNDRjZmMzMDM2ODNcIixcIjRkZTNiZGQyZDFlYTYyZGMwYjdjMzdmMGY3MmI3YmU3XCIsXCI1YzQzMTc4MzhmODdkNzJhZTYyNGVmM2Q0NmQwNDI4ZFwiLFwiMjc1OWMyOGU1NzZlNTExYTBmYjE5MmIxMzhmZGIyYzJcIixcIjdlZjRjMjQ3NjdmMGI1OTFjYzkyMjg3YjhmODU1NjcxXCJdLFwiODJcIjpbXCI3Mjk0MzgzZDA2NDhlNjE3N2U5N2ZmYjU5ODI0YjRhOFwiLFwiY2Q5NmZjODJhZWRlNmEwMmYxZTQ1ZjA5NWRjY2UxMDNcIl0sXCI3XCI6W1wiZjlkMTVjYWZkYzBhMjlkMTlmZGZjOGU4NmFhY2QyYTNcIixcImEwMTMxYzk4OWNjM2NkY2FiMTJmYTg1ZTgzYjZmZWQ5XCIsXCJiZjVkNTJjZjE1Y2VmYWUzNWE4NTFhNTJjMjZmNjBmYVwiLFwiYWU3NDhhZTU0MGRjZGMxYzY3ZGFiOTg3NmQzNTU4MWRcIixcImJmMjU3YjJhZWYzNjQyZWU0YzJhZTQ0Y2ZjMzAzNjgzXCIsXCI0ZGUzYmRkMmQxZWE2MmRjMGI3YzM3ZjBmNzJiN2JlN1wiLFwiNWM0MzE3ODM4Zjg3ZDcyYWU2MjRlZjNkNDZkMDQyOGRcIixcIjI3NTljMjhlNTc2ZTUxMWEwZmIxOTJiMTM4ZmRiMmMyXCIsXCI3ZWY0YzI0NzY3ZjBiNTkxY2M5MjI4N2I4Zjg1NTY3MVwiXSxcIjUuMVwiOlwiNDA2OTk1OGM0YTkzZDg5YTVlMTdlZmUxNzNkYzE1OWJcIixcIjUuMlwiOlwiZjY3YWE1NWNlYmFkMmI0NTExZjdjZjBiZWM1ZjNjZjRcIixcIjE1XCI6W1wiZjlkMTVjYWZkYzBhMjlkMTlmZGZjOGU4NmFhY2QyYTNcIixcImEwMTMxYzk4OWNjM2NkY2FiMTJmYTg1ZTgzYjZmZWQ5XCIsXCJiZjVkNTJjZjE1Y2VmYWUzNWE4NTFhNTJjMjZmNjBmYVwiLFwiYWU3NDhhZTU0MGRjZGMxYzY3ZGFiOTg3NmQzNTU4MWRcIixcImJmMjU3YjJhZWYzNjQyZWU0YzJhZTQ0Y2ZjMzAzNjgzXCIsXCI0ZGUzYmRkMmQxZWE2MmRjMGI3YzM3ZjBmNzJiN2JlN1wiLFwiNWM0MzE3ODM4Zjg3ZDcyYWU2MjRlZjNkNDZkMDQyOGRcIixcIjI3NTljMjhlNTc2ZTUxMWEwZmIxOTJiMTM4ZmRiMmMyXCIsXCI3ZWY0YzI0NzY3ZjBiNTkxY2M5MjI4N2I4Zjg1NTY3MVwiXSxcIjE0LjFcIjpcIjYxNDAxZGI4YWM5YjIxZDcyMTY5ZWQ1MjhlZDE2N2UxXCIsXCIxNC4yXCI6XCJmNjdhYTU1Y2ViYWQyYjQ1MTFmN2NmMGJlYzVmM2NmNFwiLFwiMTdcIjpbXCJmOWQxNWNhZmRjMGEyOWQxOWZkZmM4ZTg2YWFjZDJhM1wiLFwiYTAxMzFjOTg5Y2MzY2RjYWIxMmZhODVlODNiNmZlZDlcIixcImJmNWQ1MmNmMTVjZWZhZTM1YTg1MWE1MmMyNmY2MGZhXCIsXCJhZTc0OGFlNTQwZGNkYzFjNjdkYWI5ODc2ZDM1NTgxZFwiLFwiYmYyNTdiMmFlZjM2NDJlZTRjMmFlNDRjZmMzMDM2ODNcIixcIjRkZTNiZGQyZDFlYTYyZGMwYjdjMzdmMGY3MmI3YmU3XCIsXCI1YzQzMTc4MzhmODdkNzJhZTYyNGVmM2Q0NmQwNDI4ZFwiLFwiMjc1OWMyOGU1NzZlNTExYTBmYjE5MmIxMzhmZGIyYzJcIixcIjdlZjRjMjQ3NjdmMGI1OTFjYzkyMjg3YjhmODU1NjcxXCJdLFwiMTguMVwiOlwiM2U3ODQ2NmJjMWVlODAyZTE4YzE0ZjUwOWNkMTcxZDlcIixcIjE4LjJcIjpcImY2N2FhNTVjZWJhZDJiNDUxMWY3Y2YwYmVjNWYzY2Y0XCIsXCIyMVwiOltcImY5ZDE1Y2FmZGMwYTI5ZDE5ZmRmYzhlODZhYWNkMmEzXCIsXCJhMDEzMWM5ODljYzNjZGNhYjEyZmE4NWU4M2I2ZmVkOVwiLFwiYmY1ZDUyY2YxNWNlZmFlMzVhODUxYTUyYzI2ZjYwZmFcIixcImFlNzQ4YWU1NDBkY2RjMWM2N2RhYjk4NzZkMzU1ODFkXCIsXCJiZjI1N2IyYWVmMzY0MmVlNGMyYWU0NGNmYzMwMzY4M1wiLFwiNGRlM2JkZDJkMWVhNjJkYzBiN2MzN2YwZjcyYjdiZTdcIixcIjVjNDMxNzgzOGY4N2Q3MmFlNjI0ZWYzZDQ2ZDA0MjhkXCIsXCIyNzU5YzI4ZTU3NmU1MTFhMGZiMTkyYjEzOGZkYjJjMlwiLFwiN2VmNGMyNDc2N2YwYjU5MWNjOTIyODdiOGY4NTU2NzFcIl0sXCIyMi4xXCI6XCJkMWU3NzVjNTg3MDU5OTdhMGJjMTgzODk4MDYwOWUxOFwiLFwiMjIuMlwiOlwiZjY3YWE1NWNlYmFkMmI0NTExZjdjZjBiZWM1ZjNjZjRcIixcIjI1XCI6W1wiZjlkMTVjYWZkYzBhMjlkMTlmZGZjOGU4NmFhY2QyYTNcIixcImEwMTMxYzk4OWNjM2NkY2FiMTJmYTg1ZTgzYjZmZWQ5XCIsXCJiZjVkNTJjZjE1Y2VmYWUzNWE4NTFhNTJjMjZmNjBmYVwiLFwiYWU3NDhhZTU0MGRjZGMxYzY3ZGFiOTg3NmQzNTU4MWRcIixcImJmMjU3YjJhZWYzNjQyZWU0YzJhZTQ0Y2ZjMzAzNjgzXCIsXCI0ZGUzYmRkMmQxZWE2MmRjMGI3YzM3ZjBmNzJiN2JlN1wiLFwiNWM0MzE3ODM4Zjg3ZDcyYWU2MjRlZjNkNDZkMDQyOGRcIixcIjI3NTljMjhlNTc2ZTUxMWEwZmIxOTJiMTM4ZmRiMmMyXCIsXCI3ZWY0YzI0NzY3ZjBiNTkxY2M5MjI4N2I4Zjg1NTY3MVwiXSxcIjI2LjFcIjpcImQ0ODExNmRmMjU2YTU4N2U0YTJmNjk1MzYzZjMxZTVlXCIsXCIyNi4yXCI6XCJmNjdhYTU1Y2ViYWQyYjQ1MTFmN2NmMGJlYzVmM2NmNFwifSIsImE2ZmEzZDI0MGY3MmJkNzVjOTc4YzhhNjI2ZTVjOTU5Il0=' \/>\n            <input type='hidden' autocomplete='off' class='gform_hidden' name='gform_target_page_number_6' id='gform_target_page_number_6' value='2' \/>\n            <input type='hidden' autocomplete='off' class='gform_hidden' name='gform_source_page_number_6' id='gform_source_page_number_6' value='1' \/>\n            <input type='hidden' name='gform_field_values' value='' \/>\n            \n        <\/div>\n             <\/div><\/div>\n                        <\/form>\n                        <\/div><script type=\"text\/javascript\">\n\/* <![CDATA[ *\/\n gform.initializeOnLoaded( function() {gformInitSpinner( 6, 'https:\/\/payments.wesleyanschool.org\/theater\/wp-content\/plugins\/gravityforms\/images\/spinner.svg', true );jQuery('#gform_ajax_frame_6').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_6');var is_confirmation = jQuery(this).contents().find('#gform_confirmation_wrapper_6').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){form_content.find('form').css('opacity', 0);jQuery('#gform_wrapper_6').html(form_content.html());if(form_content.hasClass('gform_validation_error')){jQuery('#gform_wrapper_6').addClass('gform_validation_error');} else {jQuery('#gform_wrapper_6').removeClass('gform_validation_error');}setTimeout( function() { \/* delay the scroll by 50 milliseconds to fix a bug in chrome *\/ jQuery(document).scrollTop(jQuery('#gform_wrapper_6').offset().top - mt); }, 50 );if(window['gformInitDatepicker']) {gformInitDatepicker();}if(window['gformInitPriceFields']) {gformInitPriceFields();}var current_page = jQuery('#gform_source_page_number_6').val();gformInitSpinner( 6, 'https:\/\/payments.wesleyanschool.org\/theater\/wp-content\/plugins\/gravityforms\/images\/spinner.svg', true );jQuery(document).trigger('gform_page_loaded', [6, current_page]);window['gf_submitting_6'] = 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_6').replaceWith(confirmation_content);jQuery(document).scrollTop(jQuery('#gf_6').offset().top - mt);jQuery(document).trigger('gform_confirmation_loaded', [6]);window['gf_submitting_6'] = false;wp.a11y.speak(jQuery('#gform_confirmation_message_6').text());}else{jQuery('#gform_6').append(contents);if(window['gformRedirect']) {gformRedirect();}}jQuery(document).trigger(\"gform_pre_post_render\", [{ formId: \"6\", currentPage: \"current_page\", abort: function() { this.preventDefault(); } }]);        if (event && event.defaultPrevented) {                return;        }        const gformWrapperDiv = document.getElementById( \"gform_wrapper_6\" );        if ( gformWrapperDiv ) {            const visibilitySpan = document.createElement( \"span\" );            visibilitySpan.id = \"gform_visibility_test_6\";            gformWrapperDiv.insertAdjacentElement( \"afterend\", visibilitySpan );        }        const visibilityTestDiv = document.getElementById( \"gform_visibility_test_6\" );        let postRenderFired = false;        function triggerPostRender() {            if ( postRenderFired ) {                return;            }            postRenderFired = true;            gform.core.triggerPostRenderEvents( 6, 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\n","protected":false},"excerpt":{"rendered":"","protected":false},"author":4,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"page-templates\/full-width.php","meta":{"footnotes":"","_members_access_role":[],"_members_access_error":""},"class_list":["post-39","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/payments.wesleyanschool.org\/theater\/wp-json\/wp\/v2\/pages\/39","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/payments.wesleyanschool.org\/theater\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/payments.wesleyanschool.org\/theater\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/payments.wesleyanschool.org\/theater\/wp-json\/wp\/v2\/users\/4"}],"replies":[{"embeddable":true,"href":"https:\/\/payments.wesleyanschool.org\/theater\/wp-json\/wp\/v2\/comments?post=39"}],"version-history":[{"count":4,"href":"https:\/\/payments.wesleyanschool.org\/theater\/wp-json\/wp\/v2\/pages\/39\/revisions"}],"predecessor-version":[{"id":23956,"href":"https:\/\/payments.wesleyanschool.org\/theater\/wp-json\/wp\/v2\/pages\/39\/revisions\/23956"}],"wp:attachment":[{"href":"https:\/\/payments.wesleyanschool.org\/theater\/wp-json\/wp\/v2\/media?parent=39"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}