{"id":4160,"date":"2025-11-25T15:13:20","date_gmt":"2025-11-25T15:13:20","guid":{"rendered":"https:\/\/jerseyfragrance.com\/?page_id=4160"},"modified":"2025-11-25T21:37:28","modified_gmt":"2025-11-25T21:37:28","slug":"contact","status":"publish","type":"page","link":"https:\/\/jerseyfragrance.com\/index.php\/contact\/","title":{"rendered":"Contact"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"4160\" class=\"elementor elementor-4160\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-2a0ae6d e-flex e-con-boxed e-con e-parent\" data-id=\"2a0ae6d\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-0cd1a75 elementor-widget elementor-widget-html\" data-id=\"0cd1a75\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<div class=\"jf-contact-wrapper\">\n    <h1 class=\"jf-title\">Contact Jersey Fragrance<\/h1>\n    <p class=\"jf-subtitle\">We\u2019re here to help you with orders, fragrance advice or any questions.<\/p>\n\n    <!-- Contact Form -->\n    <form id=\"jfContactForm\" class=\"jf-form\" onsubmit=\"return jfValidateForm()\">\n\n        <div class=\"jf-field\">\n            <label>Your Name *<\/label>\n            <input type=\"text\" id=\"jfName\" required>\n        <\/div>\n\n        <div class=\"jf-field\">\n            <label>Your Email *<\/label>\n            <input type=\"email\" id=\"jfEmail\" required>\n        <\/div>\n\n        <div class=\"jf-field\">\n            <label>Your Message *<\/label>\n            <textarea id=\"jfMessage\" rows=\"5\" required><\/textarea>\n        <\/div>\n\n        <!-- Security Calculation -->\n        <div class=\"jf-field jf-security\">\n            <label id=\"jfCalcLabel\">Security Check:<\/label>\n            <input type=\"number\" id=\"jfCalcAnswer\" placeholder=\"Answer\" required>\n        <\/div>\n\n        <button type=\"submit\" class=\"jf-btn\">Send Message<\/button>\n    <\/form>\n\n    <!-- Social Links -->\n    <div class=\"jf-social\">\n        <h3>Follow Us<\/h3>\n\n        <a href=\"https:\/\/share.google\/nufO4kHhGzRhcX6xr\" target=\"_blank\" class=\"jf-social-icon\">\n            <i class=\"fab fa-instagram\"><\/i>\n        <\/a>\n\n        <a href=\"https:\/\/www.tiktok.com\/@jerseyfragrance?_t=ZP-8zinde5YpSA&_r=1\" target=\"_blank\" class=\"jf-social-icon\">\n            <i class=\"fab fa-tiktok\"><\/i>\n        <\/a>\n    <\/div>\n<\/div>\n\n\n<style>\n\/* Wrapper *\/\n.jf-contact-wrapper {\n    max-width: 700px;\n    margin: 50px auto;\n    padding: 40px;\n    border-radius: 20px;\n    background: #ffffffa8;\n    backdrop-filter: blur(8px);\n    box-shadow: 0 8px 25px rgba(0,0,0,0.12);\n    animation: fadeIn 1s ease-out;\n}\n\n\/* Titles *\/\n.jf-title {\n    text-align: center;\n    font-size: 38px;\n    font-weight: 700;\n    margin-bottom: 10px;\n}\n.jf-subtitle {\n    text-align: center;\n    font-size: 18px;\n    color: #444;\n    margin-bottom: 30px;\n}\n\n\/* Form *\/\n.jf-form {\n    display: flex;\n    flex-direction: column;\n    gap: 20px;\n}\n.jf-field label {\n    font-weight: 600;\n}\n.jf-field input,\n.jf-field textarea {\n    width: 100%;\n    padding: 12px 15px;\n    border-radius: 10px;\n    border: 1px solid #ccc;\n    font-size: 16px;\n    transition: 0.3s;\n}\n.jf-field input:focus,\n.jf-field textarea:focus {\n    border-color: #d84c8f;\n    box-shadow: 0 0 8px rgba(216,76,143,0.3);\n}\n\n\/* Button *\/\n.jf-btn {\n    background: #d84c8f;\n    color: #fff;\n    border: none;\n    padding: 14px 20px;\n    border-radius: 12px;\n    font-size: 18px;\n    cursor: pointer;\n    transition: 0.3s;\n    width: 100%;\n}\n.jf-btn:hover {\n    background: #b63d78;\n    transform: translateY(-2px);\n}\n\n\/* Social *\/\n.jf-social {\n    text-align: center;\n    margin-top: 40px;\n}\n.jf-social-icon {\n    margin: 0 10px;\n    font-size: 32px;\n    color: #d84c8f;\n    transition: 0.3s;\n}\n.jf-social-icon:hover {\n    transform: scale(1.2);\n}\n\n\/* Animation *\/\n@keyframes fadeIn {\n    from { opacity:0; transform: translateY(20px); }\n    to { opacity:1; transform: translateY(0); }\n}\n<\/style>\n\n\n<script>\n\/\/ Generate simple security calculation\nlet n1 = Math.floor(Math.random() * 8) + 1;\nlet n2 = Math.floor(Math.random() * 8) + 1;\ndocument.getElementById(\"jfCalcLabel\").innerHTML = `Security Check: ${n1} + ${n2} = ?`;\n\nlet correctAnswer = n1 + n2;\n\n\/\/ Form validation & send email\nfunction jfValidateForm() {\n    const name = document.getElementById(\"jfName\").value.trim();\n    const email = document.getElementById(\"jfEmail\").value.trim();\n    const msg = document.getElementById(\"jfMessage\").value.trim();\n    const calc = parseInt(document.getElementById(\"jfCalcAnswer\").value);\n\n    if (calc !== correctAnswer) {\n        alert(\"Security check failed. Please try again.\");\n        return false;\n    }\n\n    \/\/ Mailto sending\n    const subject = \"New message from Jersey Fragrance Website\";\n    const body = `Name: ${name}\\nEmail: ${email}\\nMessage:\\n${msg}`;\n\n    window.location.href = `mailto:contact@jerseyfragrance.com?subject=${encodeURIComponent(subject)}&body=${encodeURIComponent(body)}`;\n\n    return false;\n}\n<\/script>\n\n<!-- Load FontAwesome Icons -->\n<link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.5.0\/css\/all.min.css\">\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>Contact Jersey Fragrance We\u2019re here to help you with orders, fragrance advice or any questions. Your Name * Your Email * Your Message * Security Check: Send Message Follow Us<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_header_footer","meta":{"footnotes":""},"class_list":["post-4160","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.4 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Contact - Jersey Fragrance<\/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:\/\/jerseyfragrance.com\/index.php\/contact\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Contact - Jersey Fragrance\" \/>\n<meta property=\"og:description\" content=\"Contact Jersey Fragrance We\u2019re here to help you with orders, fragrance advice or any questions. Your Name * Your Email * Your Message * Security Check: Send Message Follow Us\" \/>\n<meta property=\"og:url\" content=\"https:\/\/jerseyfragrance.com\/index.php\/contact\/\" \/>\n<meta property=\"og:site_name\" content=\"Jersey Fragrance\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/p\/Jersey-Fragrances-100088602586228\/\" \/>\n<meta property=\"article:modified_time\" content=\"2025-11-25T21:37:28+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/jerseyfragrance.com\/wp-content\/uploads\/2025\/11\/FRAGANCE-BANNER.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"591\" \/>\n\t<meta property=\"og:image:height\" content=\"236\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\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=\"2 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/jerseyfragrance.com\/index.php\/contact\/\",\"url\":\"https:\/\/jerseyfragrance.com\/index.php\/contact\/\",\"name\":\"Contact - Jersey Fragrance\",\"isPartOf\":{\"@id\":\"https:\/\/jerseyfragrance.com\/#website\"},\"datePublished\":\"2025-11-25T15:13:20+00:00\",\"dateModified\":\"2025-11-25T21:37:28+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/jerseyfragrance.com\/index.php\/contact\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/jerseyfragrance.com\/index.php\/contact\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/jerseyfragrance.com\/index.php\/contact\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/jerseyfragrance.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Contact\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/jerseyfragrance.com\/#website\",\"url\":\"https:\/\/jerseyfragrance.com\/\",\"name\":\"Jersey Fragrance\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\/\/jerseyfragrance.com\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/jerseyfragrance.com\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/jerseyfragrance.com\/#organization\",\"name\":\"Jersey Fragrance\",\"url\":\"https:\/\/jerseyfragrance.com\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/jerseyfragrance.com\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/jerseyfragrance.com\/wp-content\/uploads\/2025\/10\/LOGO-JS.png\",\"contentUrl\":\"https:\/\/jerseyfragrance.com\/wp-content\/uploads\/2025\/10\/LOGO-JS.png\",\"width\":460,\"height\":460,\"caption\":\"Jersey Fragrance\"},\"image\":{\"@id\":\"https:\/\/jerseyfragrance.com\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/p\/Jersey-Fragrances-100088602586228\/\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Contact - Jersey Fragrance","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:\/\/jerseyfragrance.com\/index.php\/contact\/","og_locale":"en_US","og_type":"article","og_title":"Contact - Jersey Fragrance","og_description":"Contact Jersey Fragrance We\u2019re here to help you with orders, fragrance advice or any questions. Your Name * Your Email * Your Message * Security Check: Send Message Follow Us","og_url":"https:\/\/jerseyfragrance.com\/index.php\/contact\/","og_site_name":"Jersey Fragrance","article_publisher":"https:\/\/www.facebook.com\/p\/Jersey-Fragrances-100088602586228\/","article_modified_time":"2025-11-25T21:37:28+00:00","og_image":[{"width":591,"height":236,"url":"https:\/\/jerseyfragrance.com\/wp-content\/uploads\/2025\/11\/FRAGANCE-BANNER.jpg","type":"image\/jpeg"}],"twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/jerseyfragrance.com\/index.php\/contact\/","url":"https:\/\/jerseyfragrance.com\/index.php\/contact\/","name":"Contact - Jersey Fragrance","isPartOf":{"@id":"https:\/\/jerseyfragrance.com\/#website"},"datePublished":"2025-11-25T15:13:20+00:00","dateModified":"2025-11-25T21:37:28+00:00","breadcrumb":{"@id":"https:\/\/jerseyfragrance.com\/index.php\/contact\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/jerseyfragrance.com\/index.php\/contact\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/jerseyfragrance.com\/index.php\/contact\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/jerseyfragrance.com\/"},{"@type":"ListItem","position":2,"name":"Contact"}]},{"@type":"WebSite","@id":"https:\/\/jerseyfragrance.com\/#website","url":"https:\/\/jerseyfragrance.com\/","name":"Jersey Fragrance","description":"","publisher":{"@id":"https:\/\/jerseyfragrance.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/jerseyfragrance.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/jerseyfragrance.com\/#organization","name":"Jersey Fragrance","url":"https:\/\/jerseyfragrance.com\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/jerseyfragrance.com\/#\/schema\/logo\/image\/","url":"https:\/\/jerseyfragrance.com\/wp-content\/uploads\/2025\/10\/LOGO-JS.png","contentUrl":"https:\/\/jerseyfragrance.com\/wp-content\/uploads\/2025\/10\/LOGO-JS.png","width":460,"height":460,"caption":"Jersey Fragrance"},"image":{"@id":"https:\/\/jerseyfragrance.com\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/p\/Jersey-Fragrances-100088602586228\/"]}]}},"jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/jerseyfragrance.com\/index.php\/wp-json\/wp\/v2\/pages\/4160","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/jerseyfragrance.com\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/jerseyfragrance.com\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/jerseyfragrance.com\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/jerseyfragrance.com\/index.php\/wp-json\/wp\/v2\/comments?post=4160"}],"version-history":[{"count":4,"href":"https:\/\/jerseyfragrance.com\/index.php\/wp-json\/wp\/v2\/pages\/4160\/revisions"}],"predecessor-version":[{"id":4213,"href":"https:\/\/jerseyfragrance.com\/index.php\/wp-json\/wp\/v2\/pages\/4160\/revisions\/4213"}],"wp:attachment":[{"href":"https:\/\/jerseyfragrance.com\/index.php\/wp-json\/wp\/v2\/media?parent=4160"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}