{"id":20,"date":"2021-03-29T07:40:04","date_gmt":"2021-03-29T07:40:04","guid":{"rendered":"https:\/\/www.sandbargifts.com\/stuartsseafood\/?page_id=20"},"modified":"2021-04-19T13:50:40","modified_gmt":"2021-04-19T13:50:40","slug":"customer-feedback","status":"publish","type":"page","link":"https:\/\/www.sandbargifts.com\/stuartsseafood\/customer-feedback\/","title":{"rendered":"CUSTOMER FEEDBACK"},"content":{"rendered":"<div class=\"fusion-fullwidth fullwidth-box fusion-builder-row-1 fusion-flex-container nonhundred-percent-fullwidth non-hundred-percent-height-scrolling\" style=\"background-color: rgba(255,255,255,0);background-position: center center;background-repeat: no-repeat;border-width: 0px 0px 0px 0px;border-color:#e2e2e2;border-style:solid;\" ><div class=\"fusion-builder-row fusion-row fusion-flex-align-items-flex-start\" style=\"max-width:1248px;margin-left: calc(-4% \/ 2 );margin-right: calc(-4% \/ 2 );\"><div class=\"fusion-layout-column fusion_builder_column fusion-builder-column-0 fusion_builder_column_1_4 1_4 fusion-flex-column\"><div class=\"fusion-column-wrapper fusion-flex-justify-content-flex-start fusion-content-layout-column\" style=\"background-position:left top;background-repeat:no-repeat;-webkit-background-size:cover;-moz-background-size:cover;-o-background-size:cover;background-size:cover;padding: 0px 0px 0px 0px;\"><\/div><style type=\"text\/css\">.fusion-body .fusion-builder-column-0{width:25% !important;margin-top : 0px;margin-bottom : 20px;}.fusion-builder-column-0 > .fusion-column-wrapper {padding-top : 0px !important;padding-right : 0px !important;margin-right : 7.68%;padding-bottom : 0px !important;padding-left : 0px !important;margin-left : 7.68%;}@media only screen and (max-width:1024px) {.fusion-body .fusion-builder-column-0{width:25% !important;order : 0;}.fusion-builder-column-0 > .fusion-column-wrapper {margin-right : 7.68%;margin-left : 7.68%;}}@media only screen and (max-width:640px) {.fusion-body .fusion-builder-column-0{width:100% !important;order : 0;}.fusion-builder-column-0 > .fusion-column-wrapper {margin-right : 1.92%;margin-left : 1.92%;}}<\/style><\/div><div class=\"fusion-layout-column fusion_builder_column fusion-builder-column-1 fusion_builder_column_1_2 1_2 fusion-flex-column\"><div class=\"fusion-column-wrapper fusion-flex-justify-content-flex-start fusion-content-layout-column\" style=\"background-position:left top;background-repeat:no-repeat;-webkit-background-size:cover;-moz-background-size:cover;-o-background-size:cover;background-size:cover;padding: 0px 0px 0px 0px;\"><div class=\"fusion-text fusion-text-1\"><style>.wForm form{text-align: left;}<\/style><!-- FORM: HEAD SECTION -->\n    <meta http-equiv=\"Content-Type\" content=\"text\/html; charset=utf-8\" \/>\n    <meta name=\"referrer\" content=\"no-referrer-when-downgrade\">\n    <!-- THIS SCRIPT NEEDS TO BE LOADED FIRST BEFORE wforms.js -->\n    <script type=\"text\/javascript\" data-for=\"FA__DOMContentLoadedEventDispatch\" src=\"https:\/\/www.tfaforms.com\/js\/FA__DOMContentLoadedEventDispatcher.js\" defer><\/script>\n                    <style>\n                    .captcha {\n                        padding-bottom: 1em !important;\n                    }\n                    .wForm .captcha .oneField {\n                        margin: 0;\n                        padding: 0;\n                    }\n                <\/style>\n                <script type=\"text\/javascript\">\n                    \/\/ initialize our variables\n                    var captchaReady = 0;\n                    var wFORMSReady = 0;\n                    var isConditionalSubmitEnabled = false;\n\n                    \/\/ when wForms is loaded call this\n                    var wformsReadyCallback = function () {\n                        \/\/ using this var to denote if wForms is loaded\n                        wFORMSReady = 1;\n                        isConditionalSubmitEnabled = document.getElementById('submit_button').hasAttribute('data-condition');\n                        \/\/ call our recaptcha function which is dependent on both\n                        \/\/ wForms and an async call to google\n                        \/\/ note the meat of this function wont fire until both\n                        \/\/ wFORMSReady = 1 and captchaReady = 1\n                        onloadCallback();\n                    }\n                    var gCaptchaReadyCallback = function() {\n                        \/\/ using this var to denote if captcha is loaded\n                        captchaReady = 1;\n                        isConditionalSubmitEnabled = document.getElementById('submit_button').hasAttribute('data-condition');\n                        \/\/ call our recaptcha function which is dependent on both\n                        \/\/ wForms and an async call to google\n                        \/\/ note the meat of this function wont fire until both\n                        \/\/ wFORMSReady = 1 and captchaReady = 1\n                        onloadCallback();\n                    };\n\n                    \/\/ add event listener to fire when wForms is fully loaded\n                    document.addEventListener(\"wFORMSLoaded\", wformsReadyCallback);\n\n                    var enableSubmitButton = function() {\n                        var submitButton = document.getElementById('submit_button');\n                        var explanation = document.getElementById('disabled-explanation');\n                        var isConditionalSubmitConditionMet = wFORMS.behaviors.condition.isConditionalSubmitConditionMet;\n                        if (\n                            submitButton != null &&\n                            (isConditionalSubmitEnabled && isConditionalSubmitConditionMet) ||\n                            !isConditionalSubmitEnabled\n                        )\n                        {\n                            submitButton.removeAttribute('disabled');\n                            if (explanation != null) {\n                                explanation.style.display = 'none';\n                            }\n                        }\n                    };\n                    var disableSubmitButton = function() {\n                        var submitButton = document.getElementById('submit_button');\n                        var explanation = document.getElementById('disabled-explanation');\n                        if (submitButton != null) {\n                            submitButton.disabled = true;\n                            if (explanation != null) {\n                                explanation.style.display = 'block';\n                            }\n                        }\n                    };\n\n                    \/\/ call this on both captcha async complete and wforms fully\n                    \/\/ initialized since we can't be sure which will complete first\n                    \/\/ and we need both done for this to function just check that they are\n                    \/\/ done to fire the functionality\n                    var onloadCallback = function () {\n                        \/\/ if our captcha is ready (async call completed)\n                        \/\/ and wFORMS is completely loaded then we are ready to add\n                        \/\/ the captcha to the page\n                        if (captchaReady && wFORMSReady) {\n                            \/\/ Prevent both concurrent and sequential executions\n                            if (window.isCreatingCaptcha || window.hasCaptchaRendered) {\n                                return;\n                            }\n                            window.isCreatingCaptcha = true;\n\n                            try {\n                                var submitButton = document.getElementById('submit_button');\n                                var formContainer = submitButton.closest('form') || submitButton.closest('.wFormContainer');\n                                var faCaptcha = null;\n\n                                if (formContainer) {\n                                    faCaptcha = formContainer.querySelector('#google-captcha');\n                                }\n\n                                \/\/ Also check if captcha was appended to body as fallback (look for FA-specific structure)\n                                if (!faCaptcha) {\n                                    var bodyCaptchas = document.querySelectorAll('body > #google-captcha');\n                                    for (var i = 0; i < bodyCaptchas.length; i++) {\n                                        \/\/ Verify it's a FormAssembly captcha by checking for specific structure\n                                        if (bodyCaptchas[i].querySelector('.captcha .oneField .g-recaptcha')) {\n                                            faCaptcha = bodyCaptchas[i];\n                                            break;\n                                        }\n                                    }\n                                }\n\n                                if (faCaptcha) { \n                                    if (faCaptcha.parentNode) {\n                                        faCaptcha.parentNode.removeChild(faCaptcha);\n                                    } \n                                }\n\n                            \/\/ Now create a new captcha container\n                            var captchaContainer = document.createElement('div');\n                            captchaContainer.id = 'google-captcha';\n                            \n                            var captchaDiv = document.createElement('div');\n                            captchaDiv.className = 'captcha';\n                            \n                            var oneFieldDiv = document.createElement('div');\n                            oneFieldDiv.className = 'oneField';\n                            \n                            var recaptchaElement = document.createElement('div');\n                            recaptchaElement.id = 'g-recaptcha-render-div';\n                            recaptchaElement.className = 'g-recaptcha';\n                            \n                            var errorDiv = document.createElement('div');\n                            errorDiv.className = 'g-captcha-error';\n                            \n                            var helpDiv = document.createElement('div');\n                            helpDiv.className = 'captchaHelp';\n                            helpDiv.innerHTML = 'reCAPTCHA helps prevent automated form spam.<br>';\n                            \n                            var disabledDiv = document.createElement('div');\n                            disabledDiv.id = 'disabled-explanation';\n                            disabledDiv.className = 'captchaHelp';\n                            disabledDiv.style.display = 'block';\n                            disabledDiv.innerHTML = 'The submit button will be disabled until you complete the CAPTCHA.';\n                            \n                            oneFieldDiv.appendChild(recaptchaElement);\n                            oneFieldDiv.appendChild(errorDiv);\n                            oneFieldDiv.appendChild(document.createElement('br'));\n                            captchaDiv.appendChild(oneFieldDiv);\n                            captchaDiv.appendChild(helpDiv);\n                            captchaDiv.appendChild(disabledDiv);\n                            captchaContainer.appendChild(document.createElement('br'));\n                            captchaContainer.appendChild(captchaDiv);\n                            \n                            if (submitButton && submitButton.parentNode) {\n                                submitButton.parentNode.insertBefore(captchaContainer, submitButton);\n                            } else {\n                                \/\/ Fallback: append to body if submit button not found.\n                                document.body.appendChild(captchaContainer);\n                            }\n                        } finally {\n                            window.isCreatingCaptcha = false;\n                        }\n                            \n                            grecaptcha.enterprise.render('g-recaptcha-render-div', {\n                                'sitekey': '6LfMg_EaAAAAAMhDNLMlgqDChzmtYHlx1yU2y7GI',\n                                'theme': 'light',\n                                'size': 'normal',\n                                'callback': 'enableSubmitButton',\n                                'expired-callback': 'disableSubmitButton'\n                            });\n                            window.hasCaptchaRendered = true;\n                            var oldRecaptchaCheck = parseInt('1');\n                            if (oldRecaptchaCheck === -1) {\n                                var standardCaptcha = document.getElementById(\"tfa_captcha_text\");\n                                standardCaptcha = standardCaptcha.parentNode.parentNode.parentNode;\n                                standardCaptcha.parentNode.removeChild(standardCaptcha);\n                            }\n\n                            if (!wFORMS.instances['paging']) {\n                                document.getElementById(\"g-recaptcha-render-div\").parentNode.parentNode.parentNode.style.display = \"block\";\n                                \/\/document.getElementById(\"g-recaptcha-render-div\").parentNode.parentNode.parentNode.removeAttribute(\"hidden\");\n                            }\n                            document.getElementById(\"g-recaptcha-render-div\").getAttributeNode('id').value = 'tfa_captcha_text';\n\n                            var captchaError = '';\n                            if (captchaError == '1') {\n                                var errMsgText = 'The CAPTCHA was not completed successfully.';\n                                var errMsgDiv = document.createElement('div');\n                                errMsgDiv.id = \"tfa_captcha_text-E\";\n                                errMsgDiv.className = \"err errMsg\";\n                                errMsgDiv.innerText = errMsgText;\n                                var loc = document.querySelector('.g-captcha-error');\n                                loc.insertBefore(errMsgDiv, loc.childNodes[0]);\n\n                                \/* See wFORMS.behaviors.paging.applyTo for origin of this code *\/\n                                if (wFORMS.instances['paging']) {\n                                    var b = wFORMS.instances['paging'][0];\n                                    var pp = base2.DOM.Element.querySelector(document, wFORMS.behaviors.paging.CAPTCHA_ERROR);\n                                    if (pp) {\n                                        var lastPage = 1;\n                                        for (var i = 1; i < 100; i++) {\n                                            if (b.behavior.isLastPageIndex(i)) {\n                                                lastPage = i;\n                                                break;\n                                            }\n                                        }\n                                        b.jumpTo(lastPage);\n                                    }\n                                }\n                            }\n                        }\n                    }\n                <\/script>\n                                    <script src='https:\/\/www.google.com\/recaptcha\/enterprise.js?onload=gCaptchaReadyCallback&render=explicit&hl=en_US' async\n                        defer><\/script>\n                <script type=\"text\/javascript\">\n                    document.addEventListener(\"DOMContentLoaded\", function() {\n                        var warning = document.getElementById(\"javascript-warning\");\n                        if (warning != null) {\n                            warning.parentNode.removeChild(warning);\n                        }\n                        var oldRecaptchaCheck = parseInt('1');\n                        if (oldRecaptchaCheck !== -1) {\n                            var explanation = document.getElementById('disabled-explanation');\n                            var submitButton = document.getElementById('submit_button');\n                            if (submitButton != null) {\n                                submitButton.disabled = true;\n                                if (explanation != null) {\n                                    explanation.style.display = 'block';\n                                }\n                            }\n                        }\n                    });\n                <\/script>\n                <script type=\"text\/javascript\">\n        document.addEventListener(\"FA__DOMContentLoaded\", function(){\n            const FORM_TIME_START = Math.floor((new Date).getTime()\/1000);\n            let formElement = document.getElementById(\"tfa_0\");\n            if (null === formElement) {\n                formElement = document.getElementById(\"0\");\n            }\n            let appendJsTimerElement = function(){\n                let formTimeDiff = Math.floor((new Date).getTime()\/1000) - FORM_TIME_START;\n                let cumulatedTimeElement = document.getElementById(\"tfa_dbCumulatedTime\");\n                if (null !== cumulatedTimeElement) {\n                    let cumulatedTime = parseInt(cumulatedTimeElement.value);\n                    if (null !== cumulatedTime && cumulatedTime > 0) {\n                        formTimeDiff += cumulatedTime;\n                    }\n                }\n                let jsTimeInput = document.createElement(\"input\");\n                jsTimeInput.setAttribute(\"type\", \"hidden\");\n                jsTimeInput.setAttribute(\"value\", formTimeDiff.toString());\n                jsTimeInput.setAttribute(\"name\", \"tfa_dbElapsedJsTime\");\n                jsTimeInput.setAttribute(\"id\", \"tfa_dbElapsedJsTime\");\n                jsTimeInput.setAttribute(\"autocomplete\", \"off\");\n                if (null !== formElement) {\n                    formElement.appendChild(jsTimeInput);\n                }\n            };\n            if (null !== formElement) {\n                if(formElement.addEventListener){\n                    formElement.addEventListener('submit', appendJsTimerElement, false);\n                } else if(formElement.attachEvent){\n                    formElement.attachEvent('onsubmit', appendJsTimerElement);\n                }\n            }\n        });\n    <\/script>\n\n    <link href=\"https:\/\/www.tfaforms.com\/dist\/form-builder\/5.0.0\/wforms-layout.css?v=1781774429\" rel=\"stylesheet\" type=\"text\/css\" \/>\n\n    <link href=\"https:\/\/www.tfaforms.com\/uploads\/themes\/theme-70700.css\" rel=\"stylesheet\" type=\"text\/css\" \/>\n    <link href=\"https:\/\/www.tfaforms.com\/dist\/form-builder\/5.0.0\/wforms-jsonly.css?v=1781774429\" rel=\"alternate stylesheet\" title=\"This stylesheet activated by javascript\" type=\"text\/css\" \/>\n    <script type=\"text\/javascript\" src=\"https:\/\/www.tfaforms.com\/wForms\/3.11\/js\/wforms.js?v=1781774429\"><\/script>\n    <script type=\"text\/javascript\" src=\"https:\/\/www.tfaforms.com\/js\/wforms_session_errors_aria.js?v=1781774429\" defer><\/script>\n    <script type=\"text\/javascript\">\n        if(wFORMS.behaviors.prefill) wFORMS.behaviors.prefill.skip = true;\n    <\/script>\n    <link rel=\"stylesheet\" type=\"text\/css\" href=\"https:\/\/www.tfaforms.com\/css\/kalendae.css\" \/>\n\t<script type=\"text\/javascript\" src=\"https:\/\/www.tfaforms.com\/js\/kalendae\/kalendae.standalone.min.js\" ><\/script>\n\t<script type=\"text\/javascript\" src=\"https:\/\/www.tfaforms.com\/wForms\/3.11\/js\/wforms_calendar.js\"><\/script>\n    <script type=\"text\/javascript\" src=\"https:\/\/www.tfaforms.com\/wForms\/3.11\/js\/localization-en_US.js?v=1781774429\"><\/script>\n<link href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/4.4.0\/css\/font-awesome.min.css\" rel=\"stylesheet\" type=\"text\/css\" \/>\n\n<!-- FORM: BODY SECTION -->\n<div class=\"wFormContainer\" style=\"max-width: 600px; width: auto;\">\n    <div class=\"wFormHeader\"><\/div>\n    <style type=\"text\/css\">\n                #tfa_Whatwasyourdinin-L,\n                label[id^=\"tfa_Whatwasyourdinin[\"] {\n                    width: 250px !important;\n                    min-width: 0px;\n                }\n            \n                #tfa_DateofExperience,\n                *[id^=\"tfa_DateofExperience[\"] {\n                    width: 70px !important;\n                }\n                #tfa_DateofExperience-D,\n                *[id^=\"tfa_DateofExperience[\"][class~=\"field-container-D\"] {\n                    width: auto !important;\n                }\n            \n                #tfa_Howmanyguestswer-L,\n                label[id^=\"tfa_Howmanyguestswer[\"] {\n                    width: 280px !important;\n                    min-width: 0px;\n                }\n            \n                #tfa_Wasthestafffrien-L,\n                label[id^=\"tfa_Wasthestafffrien[\"] {\n                    width: 240px !important;\n                    min-width: 0px;\n                }\n            \n                #tfa_Howwasthequality-L,\n                label[id^=\"tfa_Howwasthequality[\"] {\n                    width: 240px !important;\n                    min-width: 0px;\n                }\n            \n                #tfa_Wasyourorderaccu-L,\n                label[id^=\"tfa_Wasyourorderaccu[\"] {\n                    width: 270px !important;\n                    min-width: 0px;\n                }\n            \n                #tfa_Howwastheoverall-L,\n                label[id^=\"tfa_Howwastheoverall[\"] {\n                    width: 485px !important;\n                    min-width: 0px;\n                }\n            \n                #tfa_WillyoureturntoB-L,\n                label[id^=\"tfa_WillyoureturntoB[\"] {\n                    width: 280px !important;\n                    min-width: 0px;\n                }\n            \n                #tfa_Willyourecommend-L,\n                label[id^=\"tfa_Willyourecommend[\"] {\n                    width: 423px !important;\n                    min-width: 0px;\n                }\n            \n                #tfa_Haveanyadditiona,\n                *[id^=\"tfa_Haveanyadditiona[\"] {\n                    width: 400px !important;\n                }\n                #tfa_Haveanyadditiona-D,\n                *[id^=\"tfa_Haveanyadditiona[\"][class~=\"field-container-D\"] {\n                    width: auto !important;\n                }\n            \n                #tfa_Haveanyadditiona-L,\n                label[id^=\"tfa_Haveanyadditiona[\"] {\n                    width: 340px !important;\n                    min-width: 0px;\n                }\n            \n                #tfa_FirstName,\n                *[id^=\"tfa_FirstName[\"] {\n                    width: 290px !important;\n                }\n                #tfa_FirstName-D,\n                *[id^=\"tfa_FirstName[\"][class~=\"field-container-D\"] {\n                    width: auto !important;\n                }\n            \n                #tfa_LastName,\n                *[id^=\"tfa_LastName[\"] {\n                    width: 290px !important;\n                }\n                #tfa_LastName-D,\n                *[id^=\"tfa_LastName[\"][class~=\"field-container-D\"] {\n                    width: auto !important;\n                }\n            \n                #tfa_EmailAddress,\n                *[id^=\"tfa_EmailAddress[\"] {\n                    width: 290px !important;\n                }\n                #tfa_EmailAddress-D,\n                *[id^=\"tfa_EmailAddress[\"][class~=\"field-container-D\"] {\n                    width: auto !important;\n                }\n            \n                #tfa_Haveanyadditiona,\n                *[id^=\"tfa_Haveanyadditiona[\"] {\n                    height: 120px !important\n                }\n                #tfa_Haveanyadditiona-D,\n                *[id^=\"tfa_Haveanyadditiona[\"][class~=\"field-container-D\"] {\n                    height: auto !important;\n                }\n                #tfa_Haveanyadditiona-L,\n                label[id^=\"tfa_Haveanyadditiona[\"],\n                *[id^=\"tfa_Haveanyadditiona[\"][id$=\"-L\"] {\n                    height: auto !important;\n                }\n            <\/style><div class=\"\"><div class=\"wForm\" id=\"4894646-WRPR\" data-language=\"en_US\" dir=\"ltr\">\n<div class=\"codesection\" id=\"code-4894646\"><\/div>\n<h3 class=\"wFormTitle\" data-testid=\"form-title\" id=\"4894646-T\">Stuart's Seafood Feedback Form&nbsp;<\/h3>\n<form method=\"post\" action=\"https:\/\/www.tfaforms.com\/api_v2\/rest\/workflow\/processor\" class=\"hintsTooltip labelsAbove\" id=\"4894646\">\n<div class=\"oneField field-container-D    \" id=\"tfa_Whatwasyourdinin-D\" role=\"radiogroup\" aria-labelledby=\"tfa_Whatwasyourdinin-L\" data-tfa-labelledby=\"-L tfa_Whatwasyourdinin-L\">\n<label id=\"tfa_Whatwasyourdinin-L\" class=\"label preField reqMark\" data-tfa-check-label-for=\"tfa_Whatwasyourdinin\">What was your dining experience?<\/label><br><div class=\"inputWrapper\"><span id=\"tfa_Whatwasyourdinin\" class=\"choices  required\"><span class=\"oneChoice\"><input type=\"radio\" value=\"tfa_DineIn\" class=\"\" id=\"tfa_DineIn\" name=\"tfa_Whatwasyourdinin\" aria-required=\"true\" aria-labelledby=\"tfa_DineIn-L\" data-tfa-labelledby=\"tfa_Whatwasyourdinin-L tfa_DineIn-L\" data-tfa-parent-id=\"tfa_Whatwasyourdinin\"><label class=\"label postField\" id=\"tfa_DineIn-L\" for=\"tfa_DineIn\"><span class=\"input-radio-faux\"><\/span>Dine-In<\/label><\/span><span class=\"oneChoice\"><input type=\"radio\" value=\"tfa_Pickup\" class=\"\" id=\"tfa_Pickup\" name=\"tfa_Whatwasyourdinin\" aria-required=\"true\" aria-labelledby=\"tfa_Pickup-L\" data-tfa-labelledby=\"tfa_Whatwasyourdinin-L tfa_Pickup-L\" data-tfa-parent-id=\"tfa_Whatwasyourdinin\"><label class=\"label postField\" id=\"tfa_Pickup-L\" for=\"tfa_Pickup\"><span class=\"input-radio-faux\"><\/span>Pickup<\/label><\/span><span class=\"oneChoice\"><input type=\"radio\" value=\"tfa_Catering\" class=\"\" id=\"tfa_Catering\" name=\"tfa_Whatwasyourdinin\" aria-required=\"true\" aria-labelledby=\"tfa_Catering-L\" data-tfa-labelledby=\"tfa_Whatwasyourdinin-L tfa_Catering-L\" data-tfa-parent-id=\"tfa_Whatwasyourdinin\"><label class=\"label postField\" id=\"tfa_Catering-L\" for=\"tfa_Catering\"><span class=\"input-radio-faux\"><\/span>Catering<\/label><\/span><\/span><\/div>\n<\/div>\n<div class=\"oneField field-container-D    \" id=\"tfa_DateofExperience-D\">\n<label id=\"tfa_DateofExperience-L\" class=\"label preField reqMark\" for=\"tfa_DateofExperience\">Date of Experience?<\/label><br><div class=\"inputWrapper\"><input aria-required=\"true\" type=\"text\" id=\"tfa_DateofExperience\" name=\"tfa_DateofExperience\" value=\"\" autocomplete=\"off\" title=\"Date of Experience?\" class=\"validate-datecal required\"><\/div>\n<\/div>\n<div class=\"oneField field-container-D    \" id=\"tfa_Howmanyguestswer-D\">\n<label id=\"tfa_Howmanyguestswer-L\" class=\"label preField reqMark\" for=\"tfa_Howmanyguestswer\">How many guests were in your party?:<\/label><br><div class=\"inputWrapper\"><select aria-required=\"true\" id=\"tfa_Howmanyguestswer\" name=\"tfa_Howmanyguestswer\" title=\"How many guests were in your party?:\" class=\"required\"><option value=\"\">Please select...<\/option>\n<option value=\"tfa_1\" id=\"tfa_1\" class=\"\">1<\/option>\n<option value=\"tfa_2\" id=\"tfa_2\" class=\"\">2<\/option>\n<option value=\"tfa_3\" id=\"tfa_3\" class=\"\">3<\/option>\n<option value=\"tfa_4\" id=\"tfa_4\" class=\"\">4<\/option>\n<option value=\"tfa_5\" id=\"tfa_5\" class=\"\">5<\/option>\n<option value=\"tfa_6\" id=\"tfa_6\" class=\"\">6<\/option>\n<option value=\"tfa_7\" id=\"tfa_7\" class=\"\">7<\/option>\n<option value=\"tfa_8\" id=\"tfa_8\" class=\"\">8<\/option>\n<option value=\"tfa_9\" id=\"tfa_9\" class=\"\">9<\/option>\n<option value=\"tfa_10\" id=\"tfa_10\" class=\"\">10<\/option>\n<option value=\"tfa_11\" id=\"tfa_11\" class=\"\">11<\/option>\n<option value=\"tfa_12\" id=\"tfa_12\" class=\"\">12<\/option>\n<option value=\"tfa_13\" id=\"tfa_13\" class=\"\">13<\/option>\n<option value=\"tfa_14\" id=\"tfa_14\" class=\"\">14<\/option>\n<option value=\"tfa_15\" id=\"tfa_15\" class=\"\">15<\/option>\n<option value=\"tfa_17\" id=\"tfa_17\" class=\"\">17<\/option>\n<option value=\"tfa_18\" id=\"tfa_18\" class=\"\">18<\/option>\n<option value=\"tfa_19\" id=\"tfa_19\" class=\"\">19<\/option>\n<option value=\"tfa_20\" id=\"tfa_20\" class=\"\">20<\/option>\n<option value=\"tfa_21\" id=\"tfa_21\" class=\"\">21+<\/option><\/select><\/div>\n<\/div>\n<div class=\"oneField field-container-D    \" id=\"tfa_Wasthestafffrien-D\" role=\"radiogroup\" aria-labelledby=\"tfa_Wasthestafffrien-L\" data-tfa-labelledby=\"-L tfa_Wasthestafffrien-L\">\n<label id=\"tfa_Wasthestafffrien-L\" class=\"label preField reqMark\" data-tfa-check-label-for=\"tfa_Wasthestafffrien\">Was the staff friendly and helpful?<\/label><br><div class=\"inputWrapper\"><span id=\"tfa_Wasthestafffrien\" class=\"choices  required\"><span class=\"oneChoice\"><input type=\"radio\" value=\"tfa_Yes1\" class=\"\" id=\"tfa_Yes1\" name=\"tfa_Wasthestafffrien\" aria-required=\"true\" aria-labelledby=\"tfa_Yes1-L\" data-tfa-labelledby=\"tfa_Wasthestafffrien-L tfa_Yes1-L\" data-tfa-parent-id=\"tfa_Wasthestafffrien\"><label class=\"label postField\" id=\"tfa_Yes1-L\" for=\"tfa_Yes1\"><span class=\"input-radio-faux\"><\/span>Yes<\/label><\/span><span class=\"oneChoice\"><input type=\"radio\" value=\"tfa_No1\" class=\"\" id=\"tfa_No1\" name=\"tfa_Wasthestafffrien\" aria-required=\"true\" aria-labelledby=\"tfa_No1-L\" data-tfa-labelledby=\"tfa_Wasthestafffrien-L tfa_No1-L\" data-tfa-parent-id=\"tfa_Wasthestafffrien\"><label class=\"label postField\" id=\"tfa_No1-L\" for=\"tfa_No1\"><span class=\"input-radio-faux\"><\/span>No<\/label><\/span><\/span><\/div>\n<\/div>\n<div class=\"oneField field-container-D    \" id=\"tfa_Howwasthequality-D\" role=\"radiogroup\" aria-labelledby=\"tfa_Howwasthequality-L\" data-tfa-labelledby=\"-L tfa_Howwasthequality-L\">\n<label id=\"tfa_Howwasthequality-L\" class=\"label preField reqMark\" data-tfa-check-label-for=\"tfa_Howwasthequality\">How was the quality of food?<\/label><br><div class=\"inputWrapper\"><span id=\"tfa_Howwasthequality\" class=\"choices  required\"><span class=\"oneChoice\"><input type=\"radio\" value=\"tfa_Excellent\" class=\"\" id=\"tfa_Excellent\" name=\"tfa_Howwasthequality\" aria-required=\"true\" aria-labelledby=\"tfa_Excellent-L\" data-tfa-labelledby=\"tfa_Howwasthequality-L tfa_Excellent-L\" data-tfa-parent-id=\"tfa_Howwasthequality\"><label class=\"label postField\" id=\"tfa_Excellent-L\" for=\"tfa_Excellent\"><span class=\"input-radio-faux\"><\/span>Excellent<\/label><\/span><span class=\"oneChoice\"><input type=\"radio\" value=\"tfa_Good\" class=\"\" id=\"tfa_Good\" name=\"tfa_Howwasthequality\" aria-required=\"true\" aria-labelledby=\"tfa_Good-L\" data-tfa-labelledby=\"tfa_Howwasthequality-L tfa_Good-L\" data-tfa-parent-id=\"tfa_Howwasthequality\"><label class=\"label postField\" id=\"tfa_Good-L\" for=\"tfa_Good\"><span class=\"input-radio-faux\"><\/span>Good<\/label><\/span><span class=\"oneChoice\"><input type=\"radio\" value=\"tfa_Average\" class=\"\" id=\"tfa_Average\" name=\"tfa_Howwasthequality\" aria-required=\"true\" aria-labelledby=\"tfa_Average-L\" data-tfa-labelledby=\"tfa_Howwasthequality-L tfa_Average-L\" data-tfa-parent-id=\"tfa_Howwasthequality\"><label class=\"label postField\" id=\"tfa_Average-L\" for=\"tfa_Average\"><span class=\"input-radio-faux\"><\/span>Average<\/label><\/span><span class=\"oneChoice\"><input type=\"radio\" value=\"tfa_Fair\" class=\"\" id=\"tfa_Fair\" name=\"tfa_Howwasthequality\" aria-required=\"true\" aria-labelledby=\"tfa_Fair-L\" data-tfa-labelledby=\"tfa_Howwasthequality-L tfa_Fair-L\" data-tfa-parent-id=\"tfa_Howwasthequality\"><label class=\"label postField\" id=\"tfa_Fair-L\" for=\"tfa_Fair\"><span class=\"input-radio-faux\"><\/span>Fair<\/label><\/span><span class=\"oneChoice\"><input type=\"radio\" value=\"tfa_Poor\" class=\"\" id=\"tfa_Poor\" name=\"tfa_Howwasthequality\" aria-required=\"true\" aria-labelledby=\"tfa_Poor-L\" data-tfa-labelledby=\"tfa_Howwasthequality-L tfa_Poor-L\" data-tfa-parent-id=\"tfa_Howwasthequality\"><label class=\"label postField\" id=\"tfa_Poor-L\" for=\"tfa_Poor\"><span class=\"input-radio-faux\"><\/span>Poor<\/label><\/span><\/span><\/div>\n<\/div>\n<div class=\"oneField field-container-D    \" id=\"tfa_Wasyourorderaccu-D\" role=\"radiogroup\" aria-labelledby=\"tfa_Wasyourorderaccu-L\" data-tfa-labelledby=\"-L tfa_Wasyourorderaccu-L\">\n<label id=\"tfa_Wasyourorderaccu-L\" class=\"label preField reqMark\" data-tfa-check-label-for=\"tfa_Wasyourorderaccu\">Was your order accurately prepared?<\/label><br><div class=\"inputWrapper\"><span id=\"tfa_Wasyourorderaccu\" class=\"choices  required\"><span class=\"oneChoice\"><input type=\"radio\" value=\"tfa_Yes3\" class=\"\" id=\"tfa_Yes3\" name=\"tfa_Wasyourorderaccu\" aria-required=\"true\" aria-labelledby=\"tfa_Yes3-L\" data-tfa-labelledby=\"tfa_Wasyourorderaccu-L tfa_Yes3-L\" data-tfa-parent-id=\"tfa_Wasyourorderaccu\"><label class=\"label postField\" id=\"tfa_Yes3-L\" for=\"tfa_Yes3\"><span class=\"input-radio-faux\"><\/span>Yes<\/label><\/span><span class=\"oneChoice\"><input type=\"radio\" value=\"tfa_No3\" class=\"\" id=\"tfa_No3\" name=\"tfa_Wasyourorderaccu\" aria-required=\"true\" aria-labelledby=\"tfa_No3-L\" data-tfa-labelledby=\"tfa_Wasyourorderaccu-L tfa_No3-L\" data-tfa-parent-id=\"tfa_Wasyourorderaccu\"><label class=\"label postField\" id=\"tfa_No3-L\" for=\"tfa_No3\"><span class=\"input-radio-faux\"><\/span>No<\/label><\/span><\/span><\/div>\n<\/div>\n<div class=\"oneField field-container-D    \" id=\"tfa_Howwastheoverall-D\" role=\"radiogroup\" aria-labelledby=\"tfa_Howwastheoverall-L\" data-tfa-labelledby=\"-L tfa_Howwastheoverall-L\">\n<label id=\"tfa_Howwastheoverall-L\" class=\"label preField reqMark\" data-tfa-check-label-for=\"tfa_Howwastheoverall\">How was the overall cleanliness, atmosphere and staff appearance?<\/label><br><div class=\"inputWrapper\"><span id=\"tfa_Howwastheoverall\" class=\"choices  required\"><span class=\"oneChoice\"><input type=\"radio\" value=\"tfa_Excellent1\" class=\"\" id=\"tfa_Excellent1\" name=\"tfa_Howwastheoverall\" aria-required=\"true\" aria-labelledby=\"tfa_Excellent1-L\" data-tfa-labelledby=\"tfa_Howwastheoverall-L tfa_Excellent1-L\" data-tfa-parent-id=\"tfa_Howwastheoverall\"><label class=\"label postField\" id=\"tfa_Excellent1-L\" for=\"tfa_Excellent1\"><span class=\"input-radio-faux\"><\/span>Excellent<\/label><\/span><span class=\"oneChoice\"><input type=\"radio\" value=\"tfa_Good1\" class=\"\" id=\"tfa_Good1\" name=\"tfa_Howwastheoverall\" aria-required=\"true\" aria-labelledby=\"tfa_Good1-L\" data-tfa-labelledby=\"tfa_Howwastheoverall-L tfa_Good1-L\" data-tfa-parent-id=\"tfa_Howwastheoverall\"><label class=\"label postField\" id=\"tfa_Good1-L\" for=\"tfa_Good1\"><span class=\"input-radio-faux\"><\/span>Good<\/label><\/span><span class=\"oneChoice\"><input type=\"radio\" value=\"tfa_Average1\" class=\"\" id=\"tfa_Average1\" name=\"tfa_Howwastheoverall\" aria-required=\"true\" aria-labelledby=\"tfa_Average1-L\" data-tfa-labelledby=\"tfa_Howwastheoverall-L tfa_Average1-L\" data-tfa-parent-id=\"tfa_Howwastheoverall\"><label class=\"label postField\" id=\"tfa_Average1-L\" for=\"tfa_Average1\"><span class=\"input-radio-faux\"><\/span>Average<\/label><\/span><span class=\"oneChoice\"><input type=\"radio\" value=\"tfa_Fair1\" class=\"\" id=\"tfa_Fair1\" name=\"tfa_Howwastheoverall\" aria-required=\"true\" aria-labelledby=\"tfa_Fair1-L\" data-tfa-labelledby=\"tfa_Howwastheoverall-L tfa_Fair1-L\" data-tfa-parent-id=\"tfa_Howwastheoverall\"><label class=\"label postField\" id=\"tfa_Fair1-L\" for=\"tfa_Fair1\"><span class=\"input-radio-faux\"><\/span>Fair<\/label><\/span><span class=\"oneChoice\"><input type=\"radio\" value=\"tfa_Poor1\" class=\"\" id=\"tfa_Poor1\" name=\"tfa_Howwastheoverall\" aria-required=\"true\" aria-labelledby=\"tfa_Poor1-L\" data-tfa-labelledby=\"tfa_Howwastheoverall-L tfa_Poor1-L\" data-tfa-parent-id=\"tfa_Howwastheoverall\"><label class=\"label postField\" id=\"tfa_Poor1-L\" for=\"tfa_Poor1\"><span class=\"input-radio-faux\"><\/span>Poor<\/label><\/span><\/span><\/div>\n<\/div>\n<div class=\"oneField field-container-D    \" id=\"tfa_WillyoureturntoB-D\" role=\"radiogroup\" aria-labelledby=\"tfa_WillyoureturntoB-L\" data-tfa-labelledby=\"-L tfa_WillyoureturntoB-L\">\n<label id=\"tfa_WillyoureturntoB-L\" class=\"label preField reqMark\" data-tfa-check-label-for=\"tfa_WillyoureturntoB\">Will you return to Stuart's Seafood?<\/label><br><div class=\"inputWrapper\"><span id=\"tfa_WillyoureturntoB\" class=\"choices  required\"><span class=\"oneChoice\"><input type=\"radio\" value=\"tfa_Yes4\" class=\"\" id=\"tfa_Yes4\" name=\"tfa_WillyoureturntoB\" aria-required=\"true\" aria-labelledby=\"tfa_Yes4-L\" data-tfa-labelledby=\"tfa_WillyoureturntoB-L tfa_Yes4-L\" data-tfa-parent-id=\"tfa_WillyoureturntoB\"><label class=\"label postField\" id=\"tfa_Yes4-L\" for=\"tfa_Yes4\"><span class=\"input-radio-faux\"><\/span>Yes<\/label><\/span><span class=\"oneChoice\"><input type=\"radio\" value=\"tfa_No4\" class=\"\" id=\"tfa_No4\" name=\"tfa_WillyoureturntoB\" aria-required=\"true\" aria-labelledby=\"tfa_No4-L\" data-tfa-labelledby=\"tfa_WillyoureturntoB-L tfa_No4-L\" data-tfa-parent-id=\"tfa_WillyoureturntoB\"><label class=\"label postField\" id=\"tfa_No4-L\" for=\"tfa_No4\"><span class=\"input-radio-faux\"><\/span>No<\/label><\/span><\/span><\/div>\n<\/div>\n<div class=\"oneField field-container-D    \" id=\"tfa_Willyourecommend-D\" role=\"radiogroup\" aria-labelledby=\"tfa_Willyourecommend-L\" data-tfa-labelledby=\"-L tfa_Willyourecommend-L\">\n<label id=\"tfa_Willyourecommend-L\" class=\"label preField reqMark\" data-tfa-check-label-for=\"tfa_Willyourecommend\">Will you recommend Stuart's Seafood to your friends and family?<\/label><br><div class=\"inputWrapper\"><span id=\"tfa_Willyourecommend\" class=\"choices  required\"><span class=\"oneChoice\"><input type=\"radio\" value=\"tfa_Yes5\" class=\"\" id=\"tfa_Yes5\" name=\"tfa_Willyourecommend\" aria-required=\"true\" aria-labelledby=\"tfa_Yes5-L\" data-tfa-labelledby=\"tfa_Willyourecommend-L tfa_Yes5-L\" data-tfa-parent-id=\"tfa_Willyourecommend\"><label class=\"label postField\" id=\"tfa_Yes5-L\" for=\"tfa_Yes5\"><span class=\"input-radio-faux\"><\/span>Yes<\/label><\/span><span class=\"oneChoice\"><input type=\"radio\" value=\"tfa_No5\" class=\"\" id=\"tfa_No5\" name=\"tfa_Willyourecommend\" aria-required=\"true\" aria-labelledby=\"tfa_No5-L\" data-tfa-labelledby=\"tfa_Willyourecommend-L tfa_No5-L\" data-tfa-parent-id=\"tfa_Willyourecommend\"><label class=\"label postField\" id=\"tfa_No5-L\" for=\"tfa_No5\"><span class=\"input-radio-faux\"><\/span>No<\/label><\/span><\/span><\/div>\n<\/div>\n<div class=\"oneField field-container-D    \" id=\"tfa_Haveanyadditiona-D\">\n<label id=\"tfa_Haveanyadditiona-L\" class=\"label preField \" for=\"tfa_Haveanyadditiona\">Have any additional comments? <\/label><br><div class=\"inputWrapper\"><textarea id=\"tfa_Haveanyadditiona\" name=\"tfa_Haveanyadditiona\" title=\"Have any additional comments? \" class=\"\"><\/textarea><\/div>\n<\/div>\n<div class=\"oneField field-container-D    \" id=\"tfa_FirstName-D\">\n<label id=\"tfa_FirstName-L\" class=\"label preField reqMark\" for=\"tfa_FirstName\">First Name<\/label><br><div class=\"inputWrapper\"><input aria-required=\"true\" type=\"text\" id=\"tfa_FirstName\" name=\"tfa_FirstName\" value=\"\" title=\"First Name\" class=\"required\"><\/div>\n<\/div>\n<div class=\"oneField field-container-D    \" id=\"tfa_LastName-D\">\n<label id=\"tfa_LastName-L\" class=\"label preField reqMark\" for=\"tfa_LastName\">Last Name:<\/label><br><div class=\"inputWrapper\"><input aria-required=\"true\" type=\"text\" id=\"tfa_LastName\" name=\"tfa_LastName\" value=\"\" title=\"Last Name:\" class=\"required\"><\/div>\n<\/div>\n<div class=\"oneField field-container-D    \" id=\"tfa_EmailAddress-D\">\n<label id=\"tfa_EmailAddress-L\" class=\"label preField reqMark\" for=\"tfa_EmailAddress\">Email Address:<\/label><br><div class=\"inputWrapper\"><input aria-required=\"true\" type=\"text\" id=\"tfa_EmailAddress\" name=\"tfa_EmailAddress\" value=\"\" title=\"Email Address:\" class=\"required\"><\/div>\n<\/div>\n<div class=\"actions\" id=\"4894646-A\" data-contentid=\"submit_button\">\n<div id=\"google-captcha\" style=\"display: none\">\n<br><div class=\"captcha\">\n<div class=\"oneField\">\n<div class=\"g-recaptcha\" id=\"g-recaptcha-render-div\"><\/div>\n<div class=\"g-captcha-error\"><\/div>\n<br>\n<\/div>\n<div class=\"captchaHelp\">reCAPTCHA helps prevent automated form spam.<br>\n<\/div>\n<div id=\"disabled-explanation\" class=\"captchaHelp\" style=\"display: none\">The submit button will be disabled until you complete the CAPTCHA.<\/div>\n<\/div>\n<\/div>\n<input type=\"button\" class=\"secondaryAction\" value=\"cancel\" onclick=\"history.go(-1)\"><input type=\"submit\" data-label=\"submit\" class=\"primaryAction\" id=\"submit_button\" value=\"submit\">\n<\/div>\n<div style=\"clear:both\"><\/div>\n<input type=\"hidden\" value=\"983-7adef0052d4809b8bd782ac5e28d1da8\" name=\"tfa_dbCounters\" id=\"tfa_dbCounters\" autocomplete=\"off\"><input type=\"hidden\" value=\"4894646\" name=\"tfa_dbFormId\" id=\"tfa_dbFormId\"><input type=\"hidden\" value=\"\" name=\"tfa_dbResponseId\" id=\"tfa_dbResponseId\"><input type=\"hidden\" value=\"6e25b8d2de6d61364047f14edd35c11c\" name=\"tfa_dbControl\" id=\"tfa_dbControl\"><input type=\"hidden\" value=\"\" name=\"tfa_dbWorkflowSessionUuid\" id=\"tfa_dbWorkflowSessionUuid\"><input type=\"hidden\" value=\"1781774429\" name=\"tfa_dbTimeStarted\" id=\"tfa_dbTimeStarted\" autocomplete=\"off\"><input type=\"hidden\" value=\"3\" name=\"tfa_dbVersionId\" id=\"tfa_dbVersionId\"><input type=\"hidden\" value=\"\" name=\"tfa_switchedoff\" id=\"tfa_switchedoff\">\n<\/form>\n<\/div><\/div><div class=\"wFormFooter\"><p class=\"supportInfo\"><a target=\"new\" class=\"contactInfoLink\" href=\"https:\/\/www.tfaforms.com\/forms\/help\/422711\" data-testid=\"contact-info-link\">Contact Information<\/a><br><\/p><\/div>\n  <p class=\"supportInfo\" >\n      <\/p>\n <\/div>\n\n<\/div><\/div><style type=\"text\/css\">.fusion-body .fusion-builder-column-1{width:50% !important;margin-top : 0px;margin-bottom : 20px;}.fusion-builder-column-1 > .fusion-column-wrapper {padding-top : 0px !important;padding-right : 0px !important;margin-right : 3.84%;padding-bottom : 0px !important;padding-left : 0px !important;margin-left : 3.84%;}@media only screen and (max-width:1024px) {.fusion-body .fusion-builder-column-1{width:50% !important;order : 0;}.fusion-builder-column-1 > .fusion-column-wrapper {margin-right : 3.84%;margin-left : 3.84%;}}@media only screen and (max-width:640px) {.fusion-body .fusion-builder-column-1{width:100% !important;order : 0;}.fusion-builder-column-1 > .fusion-column-wrapper {margin-right : 1.92%;margin-left : 1.92%;}}<\/style><\/div><div class=\"fusion-layout-column fusion_builder_column fusion-builder-column-2 fusion_builder_column_1_4 1_4 fusion-flex-column\"><div class=\"fusion-column-wrapper fusion-flex-justify-content-flex-start fusion-content-layout-column\" style=\"background-position:left top;background-repeat:no-repeat;-webkit-background-size:cover;-moz-background-size:cover;-o-background-size:cover;background-size:cover;padding: 0px 0px 0px 0px;\"><\/div><style type=\"text\/css\">.fusion-body .fusion-builder-column-2{width:25% !important;margin-top : 0px;margin-bottom : 20px;}.fusion-builder-column-2 > .fusion-column-wrapper {padding-top : 0px !important;padding-right : 0px !important;margin-right : 7.68%;padding-bottom : 0px !important;padding-left : 0px !important;margin-left : 7.68%;}@media only screen and (max-width:1024px) {.fusion-body .fusion-builder-column-2{width:25% !important;order : 0;}.fusion-builder-column-2 > .fusion-column-wrapper {margin-right : 7.68%;margin-left : 7.68%;}}@media only screen and (max-width:640px) {.fusion-body .fusion-builder-column-2{width:100% !important;order : 0;}.fusion-builder-column-2 > .fusion-column-wrapper {margin-right : 1.92%;margin-left : 1.92%;}}<\/style><\/div><\/div><style type=\"text\/css\">.fusion-body .fusion-flex-container.fusion-builder-row-1{ padding-top : 0px;margin-top : 0px;padding-right : 0px;padding-bottom : 0px;margin-bottom : 0px;padding-left : 0px;}<\/style><\/div>\n","protected":false},"excerpt":{"rendered":"","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-20","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/www.sandbargifts.com\/stuartsseafood\/wp-json\/wp\/v2\/pages\/20","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.sandbargifts.com\/stuartsseafood\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.sandbargifts.com\/stuartsseafood\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.sandbargifts.com\/stuartsseafood\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.sandbargifts.com\/stuartsseafood\/wp-json\/wp\/v2\/comments?post=20"}],"version-history":[{"count":6,"href":"https:\/\/www.sandbargifts.com\/stuartsseafood\/wp-json\/wp\/v2\/pages\/20\/revisions"}],"predecessor-version":[{"id":263,"href":"https:\/\/www.sandbargifts.com\/stuartsseafood\/wp-json\/wp\/v2\/pages\/20\/revisions\/263"}],"wp:attachment":[{"href":"https:\/\/www.sandbargifts.com\/stuartsseafood\/wp-json\/wp\/v2\/media?parent=20"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}