{"id":13183,"date":"2024-01-11T14:22:57","date_gmt":"2024-01-11T19:22:57","guid":{"rendered":"https:\/\/www.dutchcrafters.com\/content\/?page_id=13183"},"modified":"2026-09-07T03:20:16","modified_gmt":"2026-09-07T07:20:16","slug":"questions","status":"publish","type":"page","link":"https:\/\/www.dutchcrafters.com\/content\/questions\/","title":{"rendered":"Questions"},"content":{"rendered":"\n<p>Have a question about our Amish-made furniture? We are here to help. Just fill out the form below. Want an immediate answer? Call us at 941-867-2233 or <a href=\"https:\/\/direct.lc.chat\/18988713\">chat<\/a> on the website.<\/p>\n\n\n\n<style>\n    #emailUs .checkbox-inline input[type=checkbox] { position: static; }\n    .contact-text { font-size: 0.9em; text-align: center; }\n    div#emailUs { display: flex; justify-content: center }\n    div#emailUs > form { flex: 1; max-width: 800px; }\n    #emailUs .form-group label { float: left; width: 4%; text-align: center; }\n    #emailUs .form-group .h { width: 96% }\n<\/style>\n<div id=\"emailUs\" class=\"modal-body\">\n    <form>\n        <h5 style=\"margin-top:20px;\">* Message<\/h5>\n        <textarea name=\"inquiry\" rows=\"5\" class=\"form-control\" required=\"\" placeholder=\"Input message here\"><\/textarea>\n        <h5 id=\"ContactH5\" style=\"margin-top:15px;\"><span class=\"new\">I Prefer:<\/span><\/h5>\n        <div class=\"prefer_option\">\n            <label class=\"checkbox-inline\"> <input type=\"checkbox\" name=\"prefer\" id=\"p_email\" value=\"Email\" \/> Email<\/label>\n            <label class=\"checkbox-inline\"> <input type=\"checkbox\" name=\"prefer\" id=\"p_phone\" value=\"Phone Call\" \/> Phone Call<\/label>&nbsp;\n            <label class=\"checkbox-inline\"> <input type=\"checkbox\" name=\"prefer\" id=\"p_sms\" value=\"SMS Text\" \/> SMS Text<\/label>\n        <\/div>\n        <div class=\"form-group\">\n            <label>*<\/label>\n            <input name=\"email\" type=\"text\" maxlength=\"50\" class=\"form-control h\" required=\"\" placeholder=\"Email\">\n        <\/div>\n        <div class=\"form-group\">\n            <label><\/label>\n            <input name=\"phone\" type=\"text\" maxlength=\"15\" class=\"form-control h\" placeholder=\"Phone (123-123-1234)\">\n        <\/div>\n        <div class=\"form-group\">\n            <label>*<\/label>\n            <input name=\"firstname\" type=\"text\" maxlength=\"50\" class=\"form-control h\" required=\"\" placeholder=\"First Name\">\n        <\/div>\n        <div class=\"form-group\">\n            <label>*<\/label>\n            <input name=\"lastname\" type=\"text\" maxlength=\"50\" class=\"form-control h\" required=\"\" placeholder=\"Last Name\">\n        <\/div>\n        <div class=\"form-group\">\n            <label><\/label>\n            <input name=\"companyname\" type=\"text\" maxlength=\"50\" class=\"form-control h\" placeholder=\"Company Name\">\n        <\/div>\n        <div class=\"form-group v\">\n            <label>*<\/label>\n            <b>Anti-Spam Code:<\/b>\n            <div>\n                <img decoding=\"async\" id=\"imgverifycode\" data-vcode=\"1\" data-vcode-v=\"inquiryvcode\" src=\"\" data-not-init-onload=\"true\" \/>\n                <a data-vcode-input=\"verifycode\" data-vcode-img=\"imgverifycode\" href=\"#\">Click here to get a new number<\/a>\n            <\/div>\n            <div><input name=\"verifycode\" type=\"number\" maxlength=\"4\" id=\"verifycode\" class=\"form-control vc\" required=\"\"><\/div>\n        <\/div>\n        <div class=\"text-danger\"><\/div>\n        <div class=\"button-send\"> <button type=\"submit\" class=\"btn btn-primary btn-lg s\">Send Inquiry<\/button><\/div>\n        <div class=\"text-right\"><span class=\"label label-warning\">Fields with * are required<\/span><\/div>\n    <\/form>\n<\/div>\n<script>\ndocument.addEventListener(\"DOMContentLoaded\",function(){\nvar emailUs = {\n    vCodeShown: true,\n    showVCode: function() {\n        emailUs.$.find(\".form-group.v\").show();\n        $(\"[data-vcode-img]\", emailUs.$).trigger(\"click\");\n        $(\"#verifycode\", emailUs.$).attr(\"required\", \"required\").focus();\n        emailUs.vCodeShown = true;\n    },\n    hideVCode: function() {\n        emailUs.vCodeShown = false;\n        emailUs.$.find(\".form-group.v\").hide();\n        $(\"#verifycode\", emailUs.$).removeAttr(\"required\");\n    },\n    $: undefined,\n    initialized: false,\n    init: function(options) {\n        if (emailUs.initialized) return;\n        emailUs.$ = $(\"#emailUs\");\n        if (emailUs.$.length == 0)\n            return;\n        emailUs.initialized = true;\n        emailUs.hideVCode();\n        emailCapturer.capture({ targets: [$(\"input[name='email']\", emailUs.$)], sources: [config.visitor.emailSource.OnlineInquiry] });\n        phoneFormater.init({ control: $(\"input[name='phone']\", emailUs.$) });\n        emailUs.$.on('show.bs.modal', function(e) {\n            $(\"[data-vcode-img]\", emailUs.$).trigger(\"click\");\n            $(\"button.s\", emailUs.$).removeClass(\"disabled\");\n            $(\"span.text-danger\", emailUs.$).text(\"\");\n            emailUs.$.find(\".well.t\").hide();\n            $(\"form\", emailUs.$).show();\n            $(\"button.s\", emailUs.$).show().removeAttr(\"disabled\").text(\"Send Inquiry\");\n            $(\"button.c\", emailUs.$).hide();\n            emailUs.$.find(\".well.b\").show();\n\n            $(\"#hubspot-messages-iframe-container\").css(\"z-index\", \"999\");\n        });\n        emailUs.$.on('shown.bs.modal', function(e) {\n            var $t = $(\"textarea[name='inquiry']\", emailUs.$);\n            var v = $t.val();\n            $t.focus().val('').val(v);\n        });\n        emailUs.$.on('hidden.bs.modal', function(e) {\n            $(\"span.text-danger\", emailUs.$).text(\"\");\n            $(\"#verifycode\", emailUs.$).val(\"\");\n            $(\"#hubspot-messages-iframe-container\").css(\"z-index\", \"2147483647\");\n        });\n\n        $(\"form\", emailUs.$).on(\"submit\", function(e) {\n\t\t\te.preventDefault();\n            $(\"button.s\", emailUs.$).attr(\"disabled\", \"disabled\").text(\"Sending...\");\n            var data = {};\n            let $this = $(this);\n            data[\"firstName\"] = $(\"input[name='firstname']\", $this).val();\n            data[\"lastName\"] = $(\"input[name='lastname']\", $this).val();\n            data[\"companyName\"] = $(\"input[name='companyname']\", $this).val();\n            data[\"email\"] = $(\"input[name='email']\", $this).val();\n            data[\"phone\"] = $(\"input[name='phone']\", $this).val();\n            data[\"inquiry\"] = $(\"textarea[name='inquiry']\", $this).val();\n            data[\"prefer\"] = $(\"input[name='prefer']:checked\", $this).map(function(b, a) { return a.value }).toArray().join(',');\n            if (emailUs.vCodeShown) {\n                data[\"verifycode\"] = $(\"input[name='verifycode']\", $this).val();\n                data[\"withVCode\"] = \"1\";\n            }\n            if (options && options.cid)\n                data[\"cid\"] = options.cid;\n            if (options && options.pid)\n                data[\"pid\"] = options.pid;\n\n            if (typeof grecaptcha === 'object') {\n                grecaptcha.ready(function () {\n                    grecaptcha.execute(config.RECAPTCHA_V3_SITEKEY,\n                        { action: 'askus' }).then(\n                            function (token) {\n                                data[\"gchatoken\"] = token;\n                                emailUs.post(data);\n                            }\n                        );\n                });\n            }\n            else {\n                emailUs.post(data);\n            }\n            return false;\n        });\n        $(\"button.s\", emailUs.$).on(\"click\", function() {\n            $(\"input[type='submit']\", emailUs.$).trigger(\"click\");\n        });\n        $(\"button.c\", emailUs.$).on(\"click\", function() {\n            emailUs.$.modal('hide');\n        });\n\t\tconsole.log(\"email us inited.\")\n    },\n    post: function(data) {\n        postJson(\"\/onlineinquiry.aspx?act=pi\", data)\n            .then(function(response) {\n                if (response.isSuccess) {\n                    $(\".text-danger\", emailUs.$).text(\"\");\n                    emailUs.$.find(\".well.t\").show();\n                    let $success = $(\"<div tabIndex='0'>Submit success.<\/div>\");\n                    $success.insertAfter($(\"form\", emailUs.$).hide());\n                    $success.focus();\n                    $(\"button.s\", emailUs.$).hide();\n                    $(\"button.c\", emailUs.$).show();\n                    emailUs.$.find(\".well.b\").hide();\n                    emailUs.$.find(\".modal-header>.label\").hide();\n                    emailUs.$.find(\".note\").hide();\n                    if (dataLayer && dataLayer['push']) {\n                        dataLayer.push({ 'event': 'emailUs_success' });\n                    }\n                }\n                else {\n                    $(\".text-danger\", emailUs.$).text(response.msg);\n                    \/\/$(\"[data-vcode-img]\", emailUs.$).trigger(\"click\");\n                    emailUs.showVCode();\n                }\n            })\n            .catch(function() {\n            })\n            .finally(function() {\n                $(\"button.s\", emailUs.$).removeAttr(\"disabled\").text(\"Send Inquiry\");\n            });\n    }\n};\nemailUs.init();\n})\n<\/script>\n\n","protected":false},"excerpt":{"rendered":"<p>Have a question about our Amish-made furniture? We are here to help. Just fill out the form below. Want an immediate answer? Call us at 941-867-2233 or chat on the website. * Message I Prefer: Email Phone Call&nbsp; SMS Text * * * * Anti-Spam Code: Click here to get a new number Send Inquiry Fields with * are required<\/p>\n","protected":false},"author":2,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"content-type":"","episode_type":"","audio_file":"","podmotor_file_id":"","podmotor_episode_id":"","cover_image":"","cover_image_id":"","duration":"","filesize":"","filesize_raw":"","date_recorded":"","explicit":"","block":"","itunes_episode_number":"","itunes_title":"","itunes_season_number":"","itunes_episode_type":"","footnotes":""},"class_list":["post-13183","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v28.5 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Questions - DutchCrafters Amish Furniture Content<\/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:\/\/www.dutchcrafters.com\/content\/questions\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Questions - DutchCrafters Amish Furniture Content\" \/>\n<meta property=\"og:description\" content=\"Have a question about our Amish-made furniture? We are here to help. Just fill out the form below. Want an immediate answer? Call us at 941-867-2233 or chat on the website. * Message I Prefer: Email Phone Call&nbsp; SMS Text * * * * Anti-Spam Code: Click here to get a new number Send Inquiry Fields with * are required\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.dutchcrafters.com\/content\/questions\/\" \/>\n<meta property=\"og:site_name\" content=\"DutchCrafters Amish Furniture Content\" \/>\n<meta property=\"article:modified_time\" content=\"2026-09-07T07:20:16+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=\"1 minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.dutchcrafters.com\\\/content\\\/questions\\\/\",\"url\":\"https:\\\/\\\/www.dutchcrafters.com\\\/content\\\/questions\\\/\",\"name\":\"Questions - DutchCrafters Amish Furniture Content\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.dutchcrafters.com\\\/content\\\/#website\"},\"datePublished\":\"2024-01-11T19:22:57+00:00\",\"dateModified\":\"2026-09-07T07:20:16+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.dutchcrafters.com\\\/content\\\/questions\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.dutchcrafters.com\\\/content\\\/questions\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.dutchcrafters.com\\\/content\\\/questions\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.dutchcrafters.com\\\/content\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Questions\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.dutchcrafters.com\\\/content\\\/#website\",\"url\":\"https:\\\/\\\/www.dutchcrafters.com\\\/content\\\/\",\"name\":\"DutchCrafters Amish Furniture Content\",\"description\":\"Heirloom-quality American Made Amish Furniture\",\"inLanguage\":\"en-US\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Questions - DutchCrafters Amish Furniture Content","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:\/\/www.dutchcrafters.com\/content\/questions\/","og_locale":"en_US","og_type":"article","og_title":"Questions - DutchCrafters Amish Furniture Content","og_description":"Have a question about our Amish-made furniture? We are here to help. Just fill out the form below. Want an immediate answer? Call us at 941-867-2233 or chat on the website. * Message I Prefer: Email Phone Call&nbsp; SMS Text * * * * Anti-Spam Code: Click here to get a new number Send Inquiry Fields with * are required","og_url":"https:\/\/www.dutchcrafters.com\/content\/questions\/","og_site_name":"DutchCrafters Amish Furniture Content","article_modified_time":"2026-09-07T07:20:16+00:00","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.dutchcrafters.com\/content\/questions\/","url":"https:\/\/www.dutchcrafters.com\/content\/questions\/","name":"Questions - DutchCrafters Amish Furniture Content","isPartOf":{"@id":"https:\/\/www.dutchcrafters.com\/content\/#website"},"datePublished":"2024-01-11T19:22:57+00:00","dateModified":"2026-09-07T07:20:16+00:00","breadcrumb":{"@id":"https:\/\/www.dutchcrafters.com\/content\/questions\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.dutchcrafters.com\/content\/questions\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.dutchcrafters.com\/content\/questions\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.dutchcrafters.com\/content\/"},{"@type":"ListItem","position":2,"name":"Questions"}]},{"@type":"WebSite","@id":"https:\/\/www.dutchcrafters.com\/content\/#website","url":"https:\/\/www.dutchcrafters.com\/content\/","name":"DutchCrafters Amish Furniture Content","description":"Heirloom-quality American Made Amish Furniture","inLanguage":"en-US"}]}},"_links":{"self":[{"href":"https:\/\/www.dutchcrafters.com\/content\/wp-json\/wp\/v2\/pages\/13183","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.dutchcrafters.com\/content\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.dutchcrafters.com\/content\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.dutchcrafters.com\/content\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/www.dutchcrafters.com\/content\/wp-json\/wp\/v2\/comments?post=13183"}],"version-history":[{"count":15,"href":"https:\/\/www.dutchcrafters.com\/content\/wp-json\/wp\/v2\/pages\/13183\/revisions"}],"predecessor-version":[{"id":18075,"href":"https:\/\/www.dutchcrafters.com\/content\/wp-json\/wp\/v2\/pages\/13183\/revisions\/18075"}],"wp:attachment":[{"href":"https:\/\/www.dutchcrafters.com\/content\/wp-json\/wp\/v2\/media?parent=13183"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}