{"id":74,"date":"2018-08-24T01:25:26","date_gmt":"2018-08-24T01:25:26","guid":{"rendered":"http:\/\/demo.roadthemes.com\/greenfarm\/?page_id=17"},"modified":"2023-01-03T06:18:47","modified_gmt":"2023-01-03T06:18:47","slug":"contact","status":"publish","type":"page","link":"https:\/\/antiqueappraisersauctioneers.com\/staging\/contact\/","title":{"rendered":"Contact"},"content":{"rendered":"<section class=\"wpb-content-wrapper\">[vc_row el_class=&#8221;contact-us5589&#8243;][vc_column][vc_row_inner][vc_column_inner width=&#8221;1\/2&#8243;][vc_column_text el_id=&#8221;contact__page_form&#8221;]\n<style>\n  #submit_form{  border: 2px solid #ccc !important;\n    font-family: Helvetica,sans-serif !important;\n    font-size: 1em !important;\n    padding: 5px !important;\n    width: 187px !important;\n}\n  #add_more_choose_btn{ cursor: pointer;\n    background-color: #ff9100;\n    color: #fff;\n    padding: 5px 10px;\n    display: inline-block;\n    border-radius: 0px;\n}\n#output {\n    display: table;\n    width: 100%;\n}\n#output .div_delete_image {\n\n    float: left;\n    margin-bottom: 5px;\n    border: 1px solid #ccc;\n    position: relative;\nmax-height: 52px;\n    overflow: hidden;\n}\n.delete_image {\n\n    color: #fff;\n    position: absolute !important;\n    padding: 0px 5px;\n    top: -1px;\n    right: 0px;\n    background-color: #f00;\n    font-weight: bold;\n    font-size: 10px;\n\n}\n\ninput#custom_contact_form {\n    background: #ff9100;\n    border: 0px;\n    color: #ffffff;\n    margin-top: 20px;\n    padding: 5px 25px;\n}\n    <\/style>\n\n<p style=\"color: #ff9100;\"><b>WE BUY ALL TYPES OF ANTIQUES. <br\/>Please fill out the request form below or call us at: (603) 675 2549<\/b><\/p>\n<form action=\"https:\/\/antiqueappraisersauctioneers.com\/staging\/imagsendEmail.php\" name=\"contact_us_form\" method=\"post\" class=\"contact__us_page\">\n  <p><label>Name<span class=\"contactrequired\"> *<\/span><\/label><br>\n    <span class=\"wpcf7-form-control-wrap Name\"><input type=\"text\" name=\"Name\" value=\"\" size=\"40\" required><\/span> <\/p>\n<p><label>Email Address<span class=\"contactrequired\"> *<\/span><\/label><br>\n    <span class=\"wpcf7-form-control-wrap Email\"><input type=\"email\" name=\"Email\"  id=\"email_id\" value=\"\" size=\"40\" required><\/span> <br\/><span id=\"email_error\" style=\"color:red;\"><\/span><\/p>\n<p><label>Phone number<\/label><br>\n    <span class=\"wpcf7-form-control-wrap Tel\"><input type=\"tel\" name=\"Tel\" id=\"enterphone\" value=\"\" size=\"40\" >\n    <\/span> <br\/><span id=\"phoneerrmsg\" style=\"color:red;\"><\/span><\/p>\n<p><label>Subject<\/label><br>\n     <span class=\"wpcf7-form-control-wrap subject\"><input type=\"text\" name=\"subject\" value=\"\" size=\"40\" ><\/span><\/p>\n<p><label>City where items are located<\/label><br> \n     <span class=\"wpcf7-form-control-wrap text-726\"><input type=\"text\" name=\"city\" value=\"\" size=\"40\" ><\/span><\/p>\n<p><label>Zip Code<\/label><br>\n     <span class=\"wpcf7-form-control-wrap text-497\"><input type=\"text\" name=\"zipcode\" id=\"enterzipcode\" value=\"\" size=\"40\" ><\/span><\/p>\n<p><label>Message<\/label><br>\n    <span class=\"wpcf7-form-control-wrap Message\"><textarea name=\"Message\" cols=\"40\" rows=\"4\" ><\/textarea><\/span> <\/p>\n<p style=\"color:red;\">You can choose maximum 5 image and maximum size of all attachment 30 MB.<\/p>\n\n    <input name=\"multiple_files[]\"  class=\"my_images\" id=\"multiple_files_1\" type=\"file\" multiple \/>\n    <span id=\"add_more_choose_btn_before\"><\/span><br\/>\n    <a id=\"add_more_choose_btn\" >+ more images<\/a>\n\n     <div id=\"progress-wrp\" style=\"display:none;\"><div class=\"progress-bar\"><\/div ><div class=\"status\">0%<\/div><\/div>\n     <input value=\"\" type=\"hidden\" name=\"send_multipleimages[]\">\n    <div id=\"output\" ><!-- error or success results --><\/div>\n    <div id=\"output_error\" style=\"display: -webkit-inline-box;\"><!-- error or success results --><\/div>\n  <br> <div class=\"g-recaptcha\" data-sitekey=\"6Le5vL8qAAAAAE6I4obRssnyunon1cJXJutJW2pF\"><\/div>\n  <input type=\"submit\" value=\"Submit\" id=\"custom_contact_form\"  >\n<\/form><p style=\"margin: 15px auto;color:#1881E2;width: 102%;\">If you are unable to contact us through this form OR have more images to share, please send an email to:<br \/> <strong style=\"color: #000;\"><a href=\"mailto: Bill@wsmithauction.com\" style=\"color: #000;\">Bill@wsmithauction.com<\/a><\/strong> <br \/>Please share your contact details in the email & someone from our team will be in touch with you ASAP.<\/p><script>\n\/****************************phone,city,email validation************************\/\n\nfunction validateEmail(sEmail) {\n\n    var filter = \/^([\\w-\\.]+)@((\\[[0-9]{1,3}\\.[0-9]{1,3}\\.[0-9]{1,3}\\.)|(([\\w-]+\\.)+))([a-zA-Z]{2,4}|[0-9]{1,3})(\\]?)$\/;\n\n    if(filter.test(sEmail)){\n\n        return true;\n\n    }else{\n\n        return false;\n\n    }\n}\njQuery(document).ready(function($){\n\t\n\t$(\"#enterphone\").keyup(function(){\n  \n     if (isNaN($(this).val())){\n\n        $(\"#phoneerrmsg\").html(\"Digits Only\").show();\n                     $(this).val('');\n\n             \/\/  return false;\n    }\n    if($.isNumeric($(this).val())){\n    $(\"#phoneerrmsg\").hide();\n    }\n   });\n $('#email_id').keyup(function() {\n\n        var sEmail = $(this).val();\n\n        if ($.trim(sEmail).length == 0) {\n\n            alert('Please enter valid email address');\n\n           \/\/ e.preventDefault();\n\n        }\n\n        if (validateEmail(sEmail)) {\n$(\"#email_error\").text('');\n            \/\/alert('Email is valid');\n$('#custom_contact_form').css('pointer-events','auto');\n        }\n\n        else {\n$(\"#email_error\").text('e.g. info@example.com');\n$('#custom_contact_form').css('pointer-events','none');\n\n            \/\/alert('Invalid Email Address');\n\n           \/\/ e.preventDefault();\n\n        }\n\n    });\n\n\/****************************email validation end************************\/\n\n\n\n\t$(\"#custom_contact_form\").click(function(){\n\t\t$(\"#captcha_error\").remove();      \n\nvar googleResponse = jQuery('#g-recaptcha-response').val();\nif (!googleResponse) {\n    $('<p style=\"color:red !important\" id=\"captcha_error\" class=error-captcha\"><span class=\"glyphicon glyphicon-remove \" ><\/span> Please fill up the captcha.<\/p>\" ').insertAfter(\"#custom_contact_form\");\n    return false;\n} else {      \n$(\"#captcha_error\").remove();      \n    return true;\n}\n});\n});\n\n\n<\/script>\n\n[\/vc_column_text][\/vc_column_inner][vc_column_inner width=&#8221;1\/2&#8243;][vc_single_image image=&#8221;2953&#8243; img_size=&#8221;full&#8221; alignment=&#8221;center&#8221;][vc_column_text el_class=&#8221;contact-side-text55&#8243;]\n<p style=\"text-align: center;\">Antique Appraisers Auctioneers<br \/>\nRockland Place, Old Greenwich CT, 06870<br \/>\n<strong>Phone No<\/strong>\u00a0:<a href=\"tel:6036752549\"><b>+(603) 675 2549<\/b><\/a><br \/>\n<strong>Email \u2013\u00a0<\/strong><a href=\"mailto:Bill@wsmithauction.com\">Bill@wsmithauction.com<\/a><\/p>\n[\/vc_column_text][vc_column_text]<iframe loading=\"lazy\" style=\"border: 0;\" src=\"https:\/\/www.google.com\/maps\/embed?pb=!1m18!1m12!1m3!1d5889644.921026825!2d-75.5049642371007!3d43.88062927782894!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x89c2993cace882e9%3A0xef57f10baa94b78e!2sAntique%20Appraisers%20Auctioneers!5e0!3m2!1sen!2sus!4v1671572944292!5m2!1sen!2sus\" width=\"100%\" height=\"650\" allowfullscreen=\"allowfullscreen\"><\/iframe>[\/vc_column_text][\/vc_column_inner][\/vc_row_inner][\/vc_column][\/vc_row]\n<\/section>","protected":false},"excerpt":{"rendered":"<p>[vc_row el_class=&#8221;contact-us5589&#8243;][vc_column][vc_row_inner][vc_column_inner width=&#8221;1\/2&#8243;][vc_column_text el_id=&#8221;contact__page_form&#8221;][\/vc_column_text][\/vc_column_inner][vc_column_inner width=&#8221;1\/2&#8243;][vc_single_image image=&#8221;2953&#8243; img_size=&#8221;full&#8221; alignment=&#8221;center&#8221;][vc_column_text el_class=&#8221;contact-side-text55&#8243;] Antique Appraisers Auctioneers Rockland Place, Old Greenwich CT, 06870 Phone No\u00a0:+(603) 675 2549 Email \u2013\u00a0Bill@wsmithauction.com [\/vc_column_text][vc_column_text][\/vc_column_text][\/vc_column_inner][\/vc_row_inner][\/vc_column][\/vc_row]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"page-templates\/contact-page.php","meta":{"footnotes":""},"class_list":["post-74","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v25.2 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Contact Us For Free Antique Appraisal | Antique Appraisers Auctioneers<\/title>\n<meta name=\"description\" content=\"We offer professional appraisal and auction services for Antique items. We have a great team of experts to work on Auction and appraisal services. Please contact us regarding your auction and appraisal needs.\" \/>\n<meta name=\"robots\" content=\"noindex, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Contact Us For Free Antique Appraisal | Antique Appraisers Auctioneers\" \/>\n<meta property=\"og:description\" content=\"We offer professional appraisal and auction services for Antique items. We have a great team of experts to work on Auction and appraisal services. Please contact us regarding your auction and appraisal needs.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/antiqueappraisersauctioneers.com\/staging\/contact\/\" \/>\n<meta property=\"og:site_name\" content=\"Antique Appraisers Auctioneers\" \/>\n<meta property=\"article:modified_time\" content=\"2023-01-03T06:18: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=\"1 minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/antiqueappraisersauctioneers.com\/staging\/contact\/\",\"url\":\"https:\/\/antiqueappraisersauctioneers.com\/staging\/contact\/\",\"name\":\"Contact Us For Free Antique Appraisal | Antique Appraisers Auctioneers\",\"isPartOf\":{\"@id\":\"https:\/\/antiqueappraisersauctioneers.com\/staging\/#website\"},\"datePublished\":\"2018-08-24T01:25:26+00:00\",\"dateModified\":\"2023-01-03T06:18:47+00:00\",\"description\":\"We offer professional appraisal and auction services for Antique items. We have a great team of experts to work on Auction and appraisal services. Please contact us regarding your auction and appraisal needs.\",\"breadcrumb\":{\"@id\":\"https:\/\/antiqueappraisersauctioneers.com\/staging\/contact\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/antiqueappraisersauctioneers.com\/staging\/contact\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/antiqueappraisersauctioneers.com\/staging\/contact\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/antiqueappraisersauctioneers.com\/staging\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Contact\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/antiqueappraisersauctioneers.com\/staging\/#website\",\"url\":\"https:\/\/antiqueappraisersauctioneers.com\/staging\/\",\"name\":\"Antique Appraisers Auctioneers\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/antiqueappraisersauctioneers.com\/staging\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Contact Us For Free Antique Appraisal | Antique Appraisers Auctioneers","description":"We offer professional appraisal and auction services for Antique items. We have a great team of experts to work on Auction and appraisal services. Please contact us regarding your auction and appraisal needs.","robots":{"index":"noindex","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"og_locale":"en_US","og_type":"article","og_title":"Contact Us For Free Antique Appraisal | Antique Appraisers Auctioneers","og_description":"We offer professional appraisal and auction services for Antique items. We have a great team of experts to work on Auction and appraisal services. Please contact us regarding your auction and appraisal needs.","og_url":"https:\/\/antiqueappraisersauctioneers.com\/staging\/contact\/","og_site_name":"Antique Appraisers Auctioneers","article_modified_time":"2023-01-03T06:18:47+00:00","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/antiqueappraisersauctioneers.com\/staging\/contact\/","url":"https:\/\/antiqueappraisersauctioneers.com\/staging\/contact\/","name":"Contact Us For Free Antique Appraisal | Antique Appraisers Auctioneers","isPartOf":{"@id":"https:\/\/antiqueappraisersauctioneers.com\/staging\/#website"},"datePublished":"2018-08-24T01:25:26+00:00","dateModified":"2023-01-03T06:18:47+00:00","description":"We offer professional appraisal and auction services for Antique items. We have a great team of experts to work on Auction and appraisal services. Please contact us regarding your auction and appraisal needs.","breadcrumb":{"@id":"https:\/\/antiqueappraisersauctioneers.com\/staging\/contact\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/antiqueappraisersauctioneers.com\/staging\/contact\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/antiqueappraisersauctioneers.com\/staging\/contact\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/antiqueappraisersauctioneers.com\/staging\/"},{"@type":"ListItem","position":2,"name":"Contact"}]},{"@type":"WebSite","@id":"https:\/\/antiqueappraisersauctioneers.com\/staging\/#website","url":"https:\/\/antiqueappraisersauctioneers.com\/staging\/","name":"Antique Appraisers Auctioneers","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/antiqueappraisersauctioneers.com\/staging\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"}]}},"_links":{"self":[{"href":"https:\/\/antiqueappraisersauctioneers.com\/staging\/wp-json\/wp\/v2\/pages\/74","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/antiqueappraisersauctioneers.com\/staging\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/antiqueappraisersauctioneers.com\/staging\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/antiqueappraisersauctioneers.com\/staging\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/antiqueappraisersauctioneers.com\/staging\/wp-json\/wp\/v2\/comments?post=74"}],"version-history":[{"count":9,"href":"https:\/\/antiqueappraisersauctioneers.com\/staging\/wp-json\/wp\/v2\/pages\/74\/revisions"}],"predecessor-version":[{"id":2957,"href":"https:\/\/antiqueappraisersauctioneers.com\/staging\/wp-json\/wp\/v2\/pages\/74\/revisions\/2957"}],"wp:attachment":[{"href":"https:\/\/antiqueappraisersauctioneers.com\/staging\/wp-json\/wp\/v2\/media?parent=74"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}