{"id":2521,"date":"2022-02-09T21:09:22","date_gmt":"2022-02-09T21:09:22","guid":{"rendered":"https:\/\/blessbraidssalon.com\/?page_id=2521"},"modified":"2025-11-17T18:21:47","modified_gmt":"2025-11-17T18:21:47","slug":"appointments","status":"publish","type":"page","link":"https:\/\/blessbraidssalon.com\/?page_id=2521","title":{"rendered":"Appointments"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-post\" data-elementor-id=\"2521\" class=\"elementor elementor-2521\">\n\t\t\t\t    <script type=\"text\/javascript\">\n    jQuery(document).ready(function($) {\n        \n        var formId = 4;\n        var dateFieldId = 5;\n        var timeFieldId = 7;\n        \n        \/\/ When date field changes\n        $('#input_' + formId + '_' + dateFieldId).on('change', function() {\n            \n            var selectedDate = $(this).val();\n            var timeField = $('#input_' + formId + '_' + timeFieldId);\n            \n            if (!selectedDate) {\n                return;\n            }\n            \n            \/\/ Show loading\n            timeField.prop('disabled', true);\n            timeField.html('<option value=\"\">Loading available times...<\/option>');\n            \n            \/\/ AJAX request to get available times\n            $.ajax({\n                url: 'https:\/\/blessbraidssalon.com\/wp-admin\/admin-ajax.php',\n                type: 'POST',\n                data: {\n                    action: 'get_available_times',\n                    form_id: formId,\n                    date_field_id: dateFieldId,\n                    time_field_id: timeFieldId,\n                    selected_date: selectedDate\n                },\n                success: function(response) {\n                    if (response.success) {\n                        \/\/ Clear existing options\n                        timeField.html('<option value=\"\">Select a time<\/option>');\n                        \n                        \/\/ Add available times\n                        $.each(response.data, function(index, time) {\n                            timeField.append(\n                                $('<option><\/option>').val(time.value).text(time.text)\n                            );\n                        });\n                        \n                        \/\/ Re-enable field\n                        timeField.prop('disabled', false);\n                        \n                        \/\/ Show message if no times available\n                        if (response.data.length === 0) {\n                            timeField.html('<option value=\"\">No times available for this date<\/option>');\n                        }\n                    }\n                },\n                error: function() {\n                    alert('Error loading available times. Please refresh the page.');\n                    timeField.prop('disabled', false);\n                }\n            });\n        });\n    });\n    <\/script>\n    \t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-1739410 elementor-hidden-desktop elementor-hidden-tablet elementor-hidden-mobile elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"1739410\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-d039cac\" data-id=\"d039cac\" data-element_type=\"column\" data-e-type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-0c7585a elementor-widget elementor-widget-html\" data-id=\"0c7585a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<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 gravity-theme gform-theme--no-framework' data-form-theme='gravity-theme' data-form-index='0' id='gform_wrapper_3' style='display:none'>\n                        <div class='gform_heading'>\n                            <h2 class=\"gform_title\">Appointments<\/h2>\n                            <p class='gform_description'><\/p>\n                        <\/div><form method='post' enctype='multipart\/form-data'  id='gform_3'  action='\/index.php?rest_route=%2Fwp%2Fv2%2Fpages%2F2521' data-formid='3' novalidate>\n                        <div class='gform-body gform_body'><div id='gform_fields_3' class='gform_fields top_label form_sublabel_above description_below validation_below'><div id=\"field_3_15\" class=\"gfield gfield--type-section gsection field_sublabel_above gfield--has-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><h3 class=\"gsection_title\">Next Steps: Sync an Email Add-On<\/h3><div class='gsection_description' id='gfield_description_3_15'>To get the most out of your form, we suggest that you sync this form with an email add-on. To learn more about your email add-on options, visit the following page (https:\/\/www.gravityforms.com\/the-8-best-email-plugins-for-wordpress-in-2020\/). Important: Delete this tip before you publish the form.<\/div><\/div><div id=\"field_3_7\" class=\"gfield gfield--type-section gsection field_sublabel_above gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><h3 class=\"gsection_title\">About You<\/h3><\/div><fieldset id=\"field_3_1\" class=\"gfield gfield--type-name gfield_contains_required field_sublabel_above gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><legend class='gfield_label gform-field-label gfield_label_before_complex' >Your Name<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_text\">(Required)<\/span><\/span><\/legend><div class='ginput_complex ginput_container ginput_container--name no_prefix has_first_name no_middle_name has_last_name no_suffix gf_name_has_2 ginput_container_name gform-grid-row' id='input_3_1'>\n                            \n                            <span id='input_3_1_3_container' class='name_first gform-grid-col gform-grid-col--size-auto' >\n                                                    <label for='input_3_1_3' class='gform-field-label gform-field-label--type-sub '>First<\/label>\n                                                    <input type='text' name='input_1.3' id='input_3_1_3' value=''   aria-required='true'    autocomplete=\"given-name\" \/>\n                                                <\/span>\n                            \n                            <span id='input_3_1_6_container' class='name_last gform-grid-col gform-grid-col--size-auto' >\n                                                            <label for='input_3_1_6' class='gform-field-label gform-field-label--type-sub '>Last<\/label>\n                                                            <input type='text' name='input_1.6' id='input_3_1_6' value=''   aria-required='true'    autocomplete=\"family-name\" \/>\n                                                        <\/span>\n                            \n                        <\/div><\/fieldset><div id=\"field_3_10\" class=\"gfield gfield--type-section gsection field_sublabel_above gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><h3 class=\"gsection_title\">How Can We Reach You?<\/h3><\/div><div id=\"field_3_11\" class=\"gfield gfield--type-select field_sublabel_above gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><label class='gfield_label gform-field-label' for='input_3_11'>Preferred Method of Contact<\/label><div class='ginput_container ginput_container_select'><select name='input_11' id='input_3_11' class='medium gfield_select'     aria-invalid=\"false\" ><option value='Email' >Email<\/option><option value='Phone' >Phone<\/option><\/select><\/div><\/div><fieldset id=\"field_3_2\" class=\"gfield gfield--type-email gfield_contains_required field_sublabel_above gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><legend class='gfield_label gform-field-label gfield_label_before_complex' >Your Email Address<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_text\">(Required)<\/span><\/span><\/legend><div class='ginput_complex ginput_container ginput_container_email gform-grid-row' id='input_3_2_container'>\n                                <span id='input_3_2_1_container' class='ginput_left gform-grid-col gform-grid-col--size-auto'>\n                                    <label for='input_3_2' class='gform-field-label gform-field-label--type-sub '>Email Address<\/label>\n                                    <input class='' type='email' name='input_2' id='input_3_2' value=''    aria-required=\"true\" aria-invalid=\"false\"  autocomplete=\"email\"\/>\n                                <\/span>\n                                <span id='input_3_2_2_container' class='ginput_right gform-grid-col gform-grid-col--size-auto'>\n                                    <label for='input_3_2_2' class='gform-field-label gform-field-label--type-sub '>Confirm Email Address<\/label>\n                                    <input class='' type='email' name='input_2_2' id='input_3_2_2' value=''    aria-required=\"true\" aria-invalid=\"false\"  autocomplete=\"email\"\/>\n                                <\/span>\n                                <div class='gf_clear gf_clear_complex'><\/div>\n                            <\/div><\/fieldset><div id=\"field_3_12\" class=\"gfield gfield--type-select 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_3_12'>Best Time to Call You<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_text\">(Required)<\/span><\/span><\/label><div class='ginput_container ginput_container_select'><select name='input_12' id='input_3_12' class='medium gfield_select'    aria-required=\"true\" aria-invalid=\"false\" ><option value='' selected='selected'>Select A Time<\/option><option value='12:00 am' >12:00 am<\/option><option value='12:30 am' >12:30 am<\/option><option value='1:00 am' >1:00 am<\/option><option value='1:30 am' >1:30 am<\/option><option value='2:00 am' >2:00 am<\/option><option value='2:30 am' >2:30 am<\/option><option value='3:00 am' >3:00 am<\/option><option value='3:30 am' >3:30 am<\/option><option value='4:00 am' >4:00 am<\/option><option value='4:30 am' >4:30 am<\/option><option value='5:00 am' >5:00 am<\/option><option value='5:30 am' >5:30 am<\/option><option value='6:00 am' >6:00 am<\/option><option value='6:30 am' >6:30 am<\/option><option value='7:00 am' >7:00 am<\/option><option value='7:30 am' >7:30 am<\/option><option value='8:00 am' >8:00 am<\/option><option value='8:30 am' >8:30 am<\/option><option value='9:00 am' >9:00 am<\/option><option value='9:30 am' >9:30 am<\/option><option value='10:00 am' >10:00 am<\/option><option value='10:30 am' >10:30 am<\/option><option value='11:00 am' >11:00 am<\/option><option value='11:30 am' >11:30 am<\/option><option value='12:00 pm' >12:00 pm<\/option><option value='12:30 pm' >12:30 pm<\/option><option value='1:00 pm' >1:00 pm<\/option><option value='1:30 pm' >1:30 pm<\/option><option value='2:00 pm' >2:00 pm<\/option><option value='2:30 pm' >2:30 pm<\/option><option value='3:00 pm' >3:00 pm<\/option><option value='3:30 pm' >3:30 pm<\/option><option value='4:00 pm' >4:00 pm<\/option><option value='4:30 pm' >4:30 pm<\/option><option value='5:00 pm' >5:00 pm<\/option><option value='5:30 pm' >5:30 pm<\/option><option value='6:00 pm' >6:00 pm<\/option><option value='6:30 pm' >6:30 pm<\/option><option value='7:00 pm' >7:00 pm<\/option><option value='7:30 pm' >7:30 pm<\/option><option value='8:00 pm' >8:00 pm<\/option><option value='8:30 pm' >8:30 pm<\/option><option value='9:00 pm' >9:00 pm<\/option><option value='9:30 pm' >9:30 pm<\/option><option value='10:00 pm' >10:00 pm<\/option><option value='10:30 pm' >10:30 pm<\/option><option value='11:00 pm' >11:00 pm<\/option><option value='11:30 pm' >11:30 pm<\/option><\/select><\/div><\/div><div id=\"field_3_5\" class=\"gfield gfield--type-phone 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_3_5'>Your Phone<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_text\">(Required)<\/span><\/span><\/label><div class='ginput_container ginput_container_phone'><input name='input_5' id='input_3_5' type='tel' value='' class='medium'   aria-required=\"true\" aria-invalid=\"false\"  autocomplete=\"tel\" \/><\/div><\/div><div id=\"field_3_8\" class=\"gfield gfield--type-section gsection field_sublabel_above gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><h3 class=\"gsection_title\">Select a date\/time for your appointment<\/h3><\/div><div id=\"field_3_16\" class=\"gfield gfield--type-date gfield--input-type-datepicker gfield--datepicker-default-icon 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_3_16'>Date<\/label><div class='ginput_container ginput_container_date'>\n                            <input name='input_16' id='input_3_16' type='text' value='' class='datepicker gform-datepicker mdy datepicker_with_icon gdatepicker_with_icon'   placeholder='mm\/dd\/yyyy' aria-describedby=\"input_3_16_date_format\" aria-invalid=\"false\" \/>\n                            <span id='input_3_16_date_format' class='screen-reader-text'>MM slash DD slash YYYY<\/span>\n                        <\/div>\n                        <input type='hidden' id='gforms_calendar_icon_input_3_16' class='gform_hidden' value='https:\/\/blessbraidssalon.com\/wp-content\/plugins\/gravityforms\/images\/datepicker\/datepicker.svg'\/><\/div><fieldset id=\"field_3_17\" class=\"gfield gfield--type-time gfield--width-half gfield_contains_required field_sublabel_above gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><legend class='gfield_label gform-field-label gfield_label_before_complex' >Time<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_text\">(Required)<\/span><\/span><\/legend><div class=\"ginput_container ginput_complex gform-grid-row\">\n                        <div class='gfield_time_hour ginput_container ginput_container_time gform-grid-col' id='input_3_17'>\n                            <label class='gform-field-label gform-field-label--type-sub hour_label screen-reader-text' for='input_3_17_1'>Hours<\/label>\n                            <input type='number' name='input_17[]' id='input_3_17_1' value=''  min='0' max='12' step='1'  placeholder='HH' aria-required='true'   \/> \n                        <\/div>\n                        <div class=\"below hour_minute_colon gform-grid-col\">:<\/div>\n                        <div class='gfield_time_minute ginput_container ginput_container_time gform-grid-col'>\n                            <label class='gform-field-label gform-field-label--type-sub minute_label screen-reader-text' for='input_3_17_2'>Minutes<\/label>\n                            <input type='number' name='input_17[]' id='input_3_17_2' value=''  min='0' max='59' step='1'  placeholder='MM' aria-required='true'  \/>\n                        <\/div>\n                        <div class='gfield_time_ampm ginput_container ginput_container_time below gform-grid-col' >\n                                \n                                <select name='input_17[]' id='input_3_17_3'  >\n                                    <option value='am' >AM<\/option>\n                                    <option value='pm' >PM<\/option>\n                                <\/select> \n                                <label class='gform-field-label gform-field-label--type-sub am_pm_label screen-reader-text' for='input_3_17_3'>AM\/PM<\/label>                                \n                           <\/div>\n                    <\/div><\/fieldset><div id=\"field_3_3\" class=\"gfield gfield--type-textarea field_sublabel_above gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><label class='gfield_label gform-field-label' for='input_3_3'>Add additional message about your appointment<\/label><div class='ginput_container ginput_container_textarea'><textarea name='input_3' id='input_3_3' class='textarea medium'      aria-invalid=\"false\"   rows='10' cols='50'><\/textarea><\/div><\/div><div id=\"field_3_18\" class=\"gfield gfield--type-captcha 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_3_18'>CAPTCHA<\/label><div id='input_3_18' class='ginput_container ginput_recaptcha' data-sitekey='6LekwNolAAAAAIi-wpq1Kt74tUAx8-zCjSAs5oUI'  data-theme='light' data-tabindex='0'  data-badge=''><\/div><\/div><\/div><\/div>\n        <div class='gform-footer gform_footer top_label'> <input type='submit' id='gform_submit_button_3' 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_3' value='postback' \/>\n            <input type='hidden' class='gform_hidden' name='gform_theme' data-js='gform_theme_3' id='gform_theme_3' value='gravity-theme' \/>\n            <input type='hidden' class='gform_hidden' name='gform_style_settings' data-js='gform_style_settings_3' id='gform_style_settings_3' value='[]' \/>\n            <input type='hidden' class='gform_hidden' name='is_submit_3' value='1' \/>\n            <input type='hidden' class='gform_hidden' name='gform_submit' value='3' \/>\n            \n            <input type='hidden' class='gform_hidden' name='gform_currency' data-currency='USD' value='eA8nftT0adDwneszs0Vi\/Lz1dgZ23z5MOpSLxAYo05f27yhc\/kf+yBNqosspP2AFOsPbF6ymKWb5XnLjcfrLmaKpvQNmO4KU4SeXC3aUoZsT3ik=' \/>\n            <input type='hidden' class='gform_hidden' name='gform_unique_id' value='' \/>\n            <input type='hidden' class='gform_hidden' name='state_3' value='WyJbXSIsIjgwOWEyOTEzODU3M2U5YTA5MTYzNGQ1OTlhM2JkMzI0Il0=' \/>\n            <input type='hidden' autocomplete='off' class='gform_hidden' name='gform_target_page_number_3' id='gform_target_page_number_3' value='0' \/>\n            <input type='hidden' autocomplete='off' class='gform_hidden' name='gform_source_page_number_3' id='gform_source_page_number_3' value='1' \/>\n            <input type='hidden' name='gform_field_values' value='' \/>\n            \n        <\/div>\n                        <\/form>\n                        <\/div><script>\ngform.initializeOnLoaded( function() {gformInitSpinner( 3, 'https:\/\/blessbraidssalon.com\/wp-content\/plugins\/gravityforms\/images\/spinner.svg', true );jQuery('#gform_ajax_frame_3').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_3');var is_confirmation = jQuery(this).contents().find('#gform_confirmation_wrapper_3').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_3').html(form_content.html());if(form_content.hasClass('gform_validation_error')){jQuery('#gform_wrapper_3').addClass('gform_validation_error');} else {jQuery('#gform_wrapper_3').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_3').val();gformInitSpinner( 3, 'https:\/\/blessbraidssalon.com\/wp-content\/plugins\/gravityforms\/images\/spinner.svg', true );jQuery(document).trigger('gform_page_loaded', [3, current_page]);window['gf_submitting_3'] = 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_3').replaceWith(confirmation_content);jQuery(document).trigger('gform_confirmation_loaded', [3]);window['gf_submitting_3'] = false;wp.a11y.speak(jQuery('#gform_confirmation_message_3').text());}else{jQuery('#gform_3').append(contents);if(window['gformRedirect']) {gformRedirect();}}jQuery(document).trigger(\"gform_pre_post_render\", [{ formId: \"3\", currentPage: \"current_page\", abort: function() { this.preventDefault(); } }]);        if (event && event.defaultPrevented) {                return;        }        const gformWrapperDiv = document.getElementById( \"gform_wrapper_3\" );        if ( gformWrapperDiv ) {            const visibilitySpan = document.createElement( \"span\" );            visibilitySpan.id = \"gform_visibility_test_3\";            gformWrapperDiv.insertAdjacentElement( \"afterend\", visibilitySpan );        }        const visibilityTestDiv = document.getElementById( \"gform_visibility_test_3\" );        let postRenderFired = false;        function triggerPostRender() {            if ( postRenderFired ) {                return;            }            postRenderFired = true;            gform.core.triggerPostRenderEvents( 3, 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<\/script>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t<div class=\"elementor-element elementor-element-be81707 e-flex e-con-boxed e-con e-parent\" data-id=\"be81707\" 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-995791c elementor-widget elementor-widget-html\" data-id=\"995791c\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\n                <div class='gf_browser_gecko gform_wrapper gravity-theme gform-theme--no-framework' data-form-theme='gravity-theme' data-form-index='0' id='gform_wrapper_4' >\n                        <div class='gform_heading'>\n                            <p class='gform_description'><\/p>\n                        <\/div><form method='post' enctype='multipart\/form-data'  id='gform_4'  action='\/index.php?rest_route=%2Fwp%2Fv2%2Fpages%2F2521' data-formid='4' novalidate>\n                        <div class='gform-body gform_body'><div id='gform_fields_4' class='gform_fields top_label form_sublabel_below description_below validation_below'><fieldset id=\"field_4_1\" class=\"gfield gfield--type-name gfield--input-type-name field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><legend class='gfield_label gform-field-label gfield_label_before_complex' >Name<\/legend><div class='ginput_complex ginput_container ginput_container--name no_prefix has_first_name no_middle_name has_last_name no_suffix gf_name_has_2 ginput_container_name gform-grid-row' id='input_4_1'>\n                            \n                            <span id='input_4_1_3_container' class='name_first gform-grid-col gform-grid-col--size-auto' >\n                                                    <input type='text' name='input_1.3' id='input_4_1_3' value=''   aria-required='false'     \/>\n                                                    <label for='input_4_1_3' class='gform-field-label gform-field-label--type-sub '>First<\/label>\n                                                <\/span>\n                            \n                            <span id='input_4_1_6_container' class='name_last gform-grid-col gform-grid-col--size-auto' >\n                                                    <input type='text' name='input_1.6' id='input_4_1_6' value=''   aria-required='false'     \/>\n                                                    <label for='input_4_1_6' class='gform-field-label gform-field-label--type-sub '>Last<\/label>\n                                                <\/span>\n                            \n                        <\/div><\/fieldset><div id=\"field_4_4\" class=\"gfield gfield--type-email gfield--input-type-email gfield--width-half field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><label class='gfield_label gform-field-label' for='input_4_4'>Email<\/label><div class='ginput_container ginput_container_email'>\n                            <input name='input_4' id='input_4_4' type='email' value='' class='large'     aria-invalid=\"false\"  \/>\n                        <\/div><\/div><div id=\"field_4_3\" class=\"gfield gfield--type-phone gfield--input-type-phone gfield--width-half field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><label class='gfield_label gform-field-label' for='input_4_3'>Phone<\/label><div class='ginput_container ginput_container_phone'><input name='input_3' id='input_4_3' type='tel' value='' class='large'    aria-invalid=\"false\"   \/><\/div><\/div><div id=\"field_4_5\" class=\"gfield gfield--type-date gfield--input-type-date gfield--input-type-datepicker gfield--datepicker-no-icon gfield--width-half field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><label class='gfield_label gform-field-label' for='input_4_5'>Date<\/label><div class='ginput_container ginput_container_date'>\n                            <input name='input_5' id='input_4_5' type='text' value='' class='datepicker gform-datepicker mdy datepicker_no_icon gdatepicker-no-icon'   placeholder='mm\/dd\/yyyy' aria-describedby=\"input_4_5_date_format\" aria-invalid=\"false\" \/>\n                            <span id='input_4_5_date_format' class='screen-reader-text'>MM slash DD slash YYYY<\/span>\n                        <\/div>\n                        <input type='hidden' id='gforms_calendar_icon_input_4_5' class='gform_hidden' value='https:\/\/blessbraidssalon.com\/wp-content\/plugins\/gravityforms\/images\/datepicker\/datepicker.svg'\/><\/div><div id=\"field_4_7\" class=\"gfield gfield--type-select gfield--input-type-select gfield--width-half field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><label class='gfield_label gform-field-label' for='input_4_7'>Select a time:<\/label><div class='ginput_container ginput_container_select'><select name='input_7' id='input_4_7' class='large gfield_select'     aria-invalid=\"false\" ><option value='9:00 AM' >9:00 AM<\/option><option value='12:30 PM' >12:30 PM<\/option><option value='3:00 PM' >3:00 PM<\/option><option value='6:30 PM' >6:30 PM<\/option><\/select><\/div><\/div><div id=\"field_4_8\" class=\"gfield gfield--type-stripe_creditcard gfield--input-type-stripe_creditcard gfield--width-full field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible gfield--type-stripe_creditcard-payment-element\"  ><label class='gfield_label gfield_label_before_complex gform-field-label' for='input_4_8_1'>Credit Card<\/label><div class='ginput_complex ginput_container ginput_container_creditcard ginput_stripe_creditcard gform-grid-row' id='input_4_8'><div class='ginput_full gform-grid-col' id='input_4_8_1_container' data-payment-element='true'><div id='input_4_8_1' class='StripeElement--payment-element'><\/div><\/div><!-- .ginput_full --><\/div><!-- .ginput_container --><div class=\"gfield_description validation_message gfield_validation_message\">Configuration Required: To use the Stripe field, please configure your <a href=\"\" target=\"_blank\">Stripe Settings<\/a>.<\/div>\r\n\t\t\t<style type=\"text\/css\">\r\n\t\t\t\t:root {\r\n  \t\t\t\t\t--link-login-string: \"Link login\"\r\n\t\t\t\t}\r\n\t\t\t<\/style><\/div><\/div><\/div>\n        <div class='gform-footer gform_footer top_label'> <input type='submit' id='gform_submit_button_4' 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_4' value='postback' \/>\n            <input type='hidden' class='gform_hidden' name='gform_theme' data-js='gform_theme_4' id='gform_theme_4' value='gravity-theme' \/>\n            <input type='hidden' class='gform_hidden' name='gform_style_settings' data-js='gform_style_settings_4' id='gform_style_settings_4' value='[]' \/>\n            <input type='hidden' class='gform_hidden' name='is_submit_4' value='1' \/>\n            <input type='hidden' class='gform_hidden' name='gform_submit' value='4' \/>\n            \n            <input type='hidden' class='gform_hidden' name='gform_currency' data-currency='USD' value='uuHEcL+Z7foiDf09IUQOF7CSg4UeDm6sL1WxdYy7EVZCnnlak4bgfLjOhP7LXM9Ea8IfTXlMN2oVLjUrw2r2KfuYI\/sIKd3wx7RSzWee+3cDK\/Y=' \/>\n            <input type='hidden' class='gform_hidden' name='gform_unique_id' value='' \/>\n            <input type='hidden' class='gform_hidden' name='state_4' value='WyJ7XCI3XCI6W1wiMTQ1ODJlNzc0YzIwYTdmZjM4NmU5NWI3YTIzZGY4NDhcIixcImNiNjQzOGYxYjQ3ZTE3ZDFmZTFhNzI0NWVlNjZmODliXCIsXCJhOGJhMWE3YmIzZmJjMzViZTc2YjdkZjNkOGJhZmE4NFwiLFwiOGUyNmFlMmMwNmVmZGRlMjJmZWJmNWMwZTkzMGIzZWFcIl19IiwiMDk5Y2YwMDA4NTA1MGZlZDExZDkxNmJiOGZlNGYxN2YiXQ==' \/>\n            <input type='hidden' autocomplete='off' class='gform_hidden' name='gform_target_page_number_4' id='gform_target_page_number_4' value='0' \/>\n            <input type='hidden' autocomplete='off' class='gform_hidden' name='gform_source_page_number_4' id='gform_source_page_number_4' value='1' \/>\n            <input type='hidden' name='gform_field_values' value='' \/>\n            \n        <\/div>\n                        <\/form>\n                        <\/div><script>\ngform.initializeOnLoaded( function() {gformInitSpinner( 4, 'https:\/\/blessbraidssalon.com\/wp-content\/plugins\/gravityforms\/images\/spinner.svg', true );jQuery('#gform_ajax_frame_4').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_4');var is_confirmation = jQuery(this).contents().find('#gform_confirmation_wrapper_4').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_4').html(form_content.html());if(form_content.hasClass('gform_validation_error')){jQuery('#gform_wrapper_4').addClass('gform_validation_error');} else {jQuery('#gform_wrapper_4').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_4').val();gformInitSpinner( 4, 'https:\/\/blessbraidssalon.com\/wp-content\/plugins\/gravityforms\/images\/spinner.svg', true );jQuery(document).trigger('gform_page_loaded', [4, current_page]);window['gf_submitting_4'] = 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_4').replaceWith(confirmation_content);jQuery(document).trigger('gform_confirmation_loaded', [4]);window['gf_submitting_4'] = false;wp.a11y.speak(jQuery('#gform_confirmation_message_4').text());}else{jQuery('#gform_4').append(contents);if(window['gformRedirect']) {gformRedirect();}}jQuery(document).trigger(\"gform_pre_post_render\", [{ formId: \"4\", currentPage: \"current_page\", abort: function() { this.preventDefault(); } }]);        if (event && event.defaultPrevented) {                return;        }        const gformWrapperDiv = document.getElementById( \"gform_wrapper_4\" );        if ( gformWrapperDiv ) {            const visibilitySpan = document.createElement( \"span\" );            visibilitySpan.id = \"gform_visibility_test_4\";            gformWrapperDiv.insertAdjacentElement( \"afterend\", visibilitySpan );        }        const visibilityTestDiv = document.getElementById( \"gform_visibility_test_4\" );        let postRenderFired = false;        function triggerPostRender() {            if ( postRenderFired ) {                return;            }            postRenderFired = true;            gform.core.triggerPostRenderEvents( 4, 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<\/script>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-a4dddfd elementor-widget elementor-widget-booknetic\" data-id=\"a4dddfd\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"booknetic.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div id=\"bookneticElementorContainer\">[booknetic theme=7]<\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-6940527 elementor-widget elementor-widget-spacer\" data-id=\"6940527\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\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\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>[booknetic theme=7]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"content-type":"","_uag_custom_page_level_css":"","site-sidebar-layout":"no-sidebar","site-content-layout":"page-builder","ast-site-content-layout":"default","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":"","ast-disable-related-posts":"","theme-transparent-header-meta":"disabled","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"default","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"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":""},"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-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":"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":""},"mobile":{"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":""}},"footnotes":""},"class_list":["post-2521","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.3 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Appointments | Bless Braids Salon<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/blessbraidssalon.com\/?page_id=2521\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Appointments | Bless Braids Salon\" \/>\n<meta property=\"og:description\" content=\"[booknetic theme=7]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/blessbraidssalon.com\/?page_id=2521\" \/>\n<meta property=\"og:site_name\" content=\"Bless Braids Salon\" \/>\n<meta property=\"article:modified_time\" content=\"2025-11-17T18:21:47+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/blessbraidssalon.com\\\/?page_id=2521\",\"url\":\"https:\\\/\\\/blessbraidssalon.com\\\/?page_id=2521\",\"name\":\"Appointments | Bless Braids Salon\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/blessbraidssalon.com\\\/#website\"},\"datePublished\":\"2022-02-09T21:09:22+00:00\",\"dateModified\":\"2025-11-17T18:21:47+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/blessbraidssalon.com\\\/?page_id=2521#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/blessbraidssalon.com\\\/?page_id=2521\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/blessbraidssalon.com\\\/?page_id=2521#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/blessbraidssalon.com\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Appointments\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/blessbraidssalon.com\\\/#website\",\"url\":\"https:\\\/\\\/blessbraidssalon.com\\\/\",\"name\":\"Bless Braids Salon\",\"description\":\"Professional Hair Braiding in Gaithersburg. MD\",\"publisher\":{\"@id\":\"https:\\\/\\\/blessbraidssalon.com\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/blessbraidssalon.com\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/blessbraidssalon.com\\\/#organization\",\"name\":\"Bless Braids Salon\",\"url\":\"https:\\\/\\\/blessbraidssalon.com\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/blessbraidssalon.com\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/blessbraidssalon.com\\\/wp-content\\\/uploads\\\/2022\\\/02\\\/logo-2.png\",\"contentUrl\":\"https:\\\/\\\/blessbraidssalon.com\\\/wp-content\\\/uploads\\\/2022\\\/02\\\/logo-2.png\",\"width\":450,\"height\":148,\"caption\":\"Bless Braids Salon\"},\"image\":{\"@id\":\"https:\\\/\\\/blessbraidssalon.com\\\/#\\\/schema\\\/logo\\\/image\\\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Appointments | Bless Braids Salon","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:\/\/blessbraidssalon.com\/?page_id=2521","og_locale":"en_US","og_type":"article","og_title":"Appointments | Bless Braids Salon","og_description":"[booknetic theme=7]","og_url":"https:\/\/blessbraidssalon.com\/?page_id=2521","og_site_name":"Bless Braids Salon","article_modified_time":"2025-11-17T18:21:47+00:00","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/blessbraidssalon.com\/?page_id=2521","url":"https:\/\/blessbraidssalon.com\/?page_id=2521","name":"Appointments | Bless Braids Salon","isPartOf":{"@id":"https:\/\/blessbraidssalon.com\/#website"},"datePublished":"2022-02-09T21:09:22+00:00","dateModified":"2025-11-17T18:21:47+00:00","breadcrumb":{"@id":"https:\/\/blessbraidssalon.com\/?page_id=2521#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/blessbraidssalon.com\/?page_id=2521"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/blessbraidssalon.com\/?page_id=2521#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/blessbraidssalon.com\/"},{"@type":"ListItem","position":2,"name":"Appointments"}]},{"@type":"WebSite","@id":"https:\/\/blessbraidssalon.com\/#website","url":"https:\/\/blessbraidssalon.com\/","name":"Bless Braids Salon","description":"Professional Hair Braiding in Gaithersburg. MD","publisher":{"@id":"https:\/\/blessbraidssalon.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/blessbraidssalon.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/blessbraidssalon.com\/#organization","name":"Bless Braids Salon","url":"https:\/\/blessbraidssalon.com\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/blessbraidssalon.com\/#\/schema\/logo\/image\/","url":"https:\/\/blessbraidssalon.com\/wp-content\/uploads\/2022\/02\/logo-2.png","contentUrl":"https:\/\/blessbraidssalon.com\/wp-content\/uploads\/2022\/02\/logo-2.png","width":450,"height":148,"caption":"Bless Braids Salon"},"image":{"@id":"https:\/\/blessbraidssalon.com\/#\/schema\/logo\/image\/"}}]}},"uagb_featured_image_src":{"full":false,"thumbnail":false,"medium":false,"medium_large":false,"large":false,"1536x1536":false,"2048x2048":false,"gform-image-choice-sm":false,"gform-image-choice-md":false,"gform-image-choice-lg":false,"woocommerce_thumbnail":false,"woocommerce_single":false,"woocommerce_gallery_thumbnail":false},"uagb_author_info":{"display_name":"kruller001","author_link":"https:\/\/blessbraidssalon.com\/?author=1"},"uagb_comment_info":0,"uagb_excerpt":"[booknetic theme=7]","_links":{"self":[{"href":"https:\/\/blessbraidssalon.com\/index.php?rest_route=\/wp\/v2\/pages\/2521","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/blessbraidssalon.com\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/blessbraidssalon.com\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/blessbraidssalon.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/blessbraidssalon.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=2521"}],"version-history":[{"count":28,"href":"https:\/\/blessbraidssalon.com\/index.php?rest_route=\/wp\/v2\/pages\/2521\/revisions"}],"predecessor-version":[{"id":2808,"href":"https:\/\/blessbraidssalon.com\/index.php?rest_route=\/wp\/v2\/pages\/2521\/revisions\/2808"}],"wp:attachment":[{"href":"https:\/\/blessbraidssalon.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=2521"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}