{"id":8072,"date":"2025-06-11T15:45:50","date_gmt":"2025-06-11T15:45:50","guid":{"rendered":"https:\/\/mnm.pwg.gr\/epikoinonia\/"},"modified":"2025-12-09T16:29:28","modified_gmt":"2025-12-09T16:29:28","slug":"epikoinonia","status":"publish","type":"page","link":"https:\/\/www.minimis.shop\/en\/epikoinonia\/","title":{"rendered":"Contact Us"},"content":{"rendered":"<section class=\"threeecolcont\">\n    <div class=\"container-fluid\">\n        <div class=\"container-xxl\">\n            <div class=\"row align-items-md-center\">\n                <div class=\"col-12 col-md-4\">\n                    <h2>\n                        Contact <br\/>Us\/\n                    <\/h2>\n                <\/div>\n                <div class=\"col-12 col-md-4\">\n                    <h3>\n                        \n                    <\/h3>\n                <\/div>\n                <div class=\"col-12 col-md-4\">\n                    <img decoding=\"async\" src=\"\" srcset=\"\" alt=\"\" class=\"img-fluid\" \/>\n                <\/div>\n            <\/div>\n        <\/div>        \n    <\/div>\n<\/section>\n\n<section class=\"twothirdsheader\">\n    <div class=\"container-fluid\">\n        <div class=\"container-xxl\">\n            <div class=\"col-12 col-md-6 offset-md-4\">\n                <h2>\n                    Do you have any question or request? We are here to help you! Whether it concerns our products, shipping, or anything else, do not hesitate to contact us. Send us a message and we will reply as soon as possible.\n                <\/h2>\n            <\/div>\n        <\/div>\n    <\/div>\n<\/section>\n\n\n<p><\/p>\n\n\n<section class=\"contactus\">\n    <div class=\"container-fluid\">\n        <div class=\"container-xxl links\">\n            <div class=\"row\">\n                <div class=\"col-12 col-md-6 twolinkco\">\n                    <a href=\"mailto:info@minimis.shop\">\n                        info@minimis.shop\n                    <\/a><br\/>\n                    <p> \n                        An email is always a good idea.\n                    <\/p>\n                <\/div>\n                <div class=\"col-12 col-md-6 twolinkco\">\n                    <a href=\"tel:+302661024810\" class=\"phone text-right\">\n                        +30 2661 024810\n                    <\/a><br\/>\n                    <p>\n                        Reach us through phone.\n                    <\/p>\n                <\/div>\n            <\/div>\n            <div class=\"row\">\n                <div class=\"col-12 sociallinks\">\n                    <p>\n                                                    <a href=\"https:\/\/www.facebook.com\/minimisgr\" class=\"social-link\">\n                                Facebook\n                            <\/a>\n                                                    <a href=\"https:\/\/www.instagram.com\/minimisgr\/\" class=\"social-link\">\n                                Instagram\n                            <\/a>\n                                                    <a href=\"https:\/\/www.tiktok.com\/@minimisgr\" class=\"social-link\">\n                                TikTok\n                            <\/a>\n                                            <\/p>\n                    \n                <\/div>\n            <\/div>\n        <\/div>\n   <\/div>\n    <div class=\"container-fluid form\">\n        <div class=\"container-xxl \">\n            <h2>\n                Contact us\n            <\/h2>\n            <form id=\"contact-form\" method=\"post\">\n                <div class=\"row\">\n                    <div class=\"col-12 col-md-6\">\n                        <input type=\"text\" class=\"form-control\" placeholder=\"need your name here\" name=\"name\" required>\n                    <\/div>\n                    <div class=\"col-12 col-md-6\">\n                        <input type=\"tel\" class=\"form-control\" placeholder=\"need your phone here\" name=\"phone\" required>\n                    <\/div>\n                    <div class=\"col-12 col-md-6\">\n                        <input type=\"email\" class=\"form-control\" placeholder=\"need your email here\" name=\"email\" required>\n                    <\/div>\n                    <div class=\"col-12 col-md-6\">\n                        <input type=\"text\" class=\"form-control\" placeholder=\"need your subject here\" name=\"subject\">\n                    <\/div>\n                    <div class=\"col-12\">\n                        <textarea class=\"form-control\" placeholder=\"need your message here\" name=\"message\" rows=\"5\"><\/textarea>\n                    <\/div>\n                    \n                                        <div class=\"col-12\">\n                        <div class=\"g-recaptcha\" data-sitekey=\"6LfUK1grAAAAAKSnZbkPDWu9ujWGlJWqbEOQumyy\"><\/div>\n                    <\/div>\n                                        \n                    <div class=\"col-12\">\n                        <button type=\"submit\" class=\"btn submitbtn\" id=\"contact-submit-btn\">\n                            Send\n                        <\/button>\n                    <\/div>\n                <\/div>\n                \n                <div id=\"contact-form-message\" class=\"form-message text-right\" style=\"display: none; margin-top: 15px; padding: 10px; border-radius: 4px;\"><\/div>\n                \n                <input type=\"hidden\" name=\"action\" value=\"contact_form_submission\">\n                <input type=\"hidden\" name=\"nonce\" value=\"8d486346a9\">\n            <\/form>\n        <\/div>\n    <\/div>\n<\/section>\n\n<style>\n    .form-message.success {\n        background-color: #d4edda;\n        border: 1px solid #c3e6cb;\n        color: #155724;\n    }\n    .form-message.error {\n        background-color: #f8d7da;\n        border: 1px solid #f5c6cb;\n        color: #721c24;\n    }\n<\/style>\n\n<script>\njQuery(document).ready(function($) {\n    \/\/ Debug reCAPTCHA loading\n    console.log('Contact form loaded');\n    console.log('reCAPTCHA elements found:', $('.g-recaptcha').length);\n    console.log('grecaptcha defined:', typeof grecaptcha !== 'undefined');\n    \n    \/\/ Form submission handler\n    $('#contact-form').on('submit', function(e) {\n        e.preventDefault();\n        \n        var $form = $(this);\n        var $submitBtn = $('#contact-submit-btn');\n        var $message = $('#contact-form-message');\n        \n        \/\/ Basic form validation\n        var name = $('input[name=\"name\"]').val().trim();\n        var phone = $('input[name=\"phone\"]').val().trim();\n        var email = $('input[name=\"email\"]').val().trim();\n        \n        if (!name || !phone || !email) {\n            $message.removeClass('success').addClass('error')\n                   .html('Please fill in all required fields (Name, Phone, Email).').show();\n            return;\n        }\n        \n        \/\/ Email validation\n        var emailRegex = \/^[^\\s@]+@[^\\s@]+\\.[^\\s@]+$\/;\n        if (!emailRegex.test(email)) {\n            $message.removeClass('success').addClass('error')\n                   .html('Please enter a valid email address.').show();\n            $('input[name=\"email\"]').focus();\n            return;\n        }\n        \n        \/\/ Check if reCAPTCHA is present and completed\n        if ($('.g-recaptcha').length > 0) {\n            if (typeof grecaptcha === 'undefined') {\n                $message.removeClass('success').addClass('error')\n                       .html('reCAPTCHA is not loaded properly. Please refresh the page and try again.').show();\n                return;\n            }\n            \n            var recaptchaResponse = grecaptcha.getResponse();\n            if (!recaptchaResponse) {\n                $message.removeClass('success').addClass('error')\n                       .html('Please complete the reCAPTCHA verification.').show();\n                return;\n            }\n        }\n        \n        \/\/ Disable submit button and show loading\n        $submitBtn.prop('disabled', true).text('SENDING...');\n        $message.hide();\n        \n        \/\/ Serialize form data\n        var formData = $form.serialize();\n        \n        $.ajax({\n            url: 'https:\/\/www.minimis.shop\/wp-admin\/admin-ajax.php',\n            type: 'POST',\n            data: formData,\n            dataType: 'json',\n            success: function(response) {\n                if (response.success) {\n                    $message.removeClass('error').addClass('success')\n                           .html(response.data.message).show();\n                    $form[0].reset(); \/\/ Clear form\n                    \n                    \/\/ Reset reCAPTCHA if present\n                    if (typeof grecaptcha !== 'undefined' && $('.g-recaptcha').length > 0) {\n                        grecaptcha.reset();\n                    }\n                } else {\n                    $message.removeClass('success').addClass('error')\n                           .html(response.data.message).show();\n                    \/\/ Reset reCAPTCHA on error if present\n                    if (typeof grecaptcha !== 'undefined' && $('.g-recaptcha').length > 0) {\n                        grecaptcha.reset();\n                    }\n                }\n            },\n            error: function(xhr, status, error) {\n                $message.removeClass('success').addClass('error')\n                       .html('An error occurred. Please try again.').show();\n                \/\/ Reset reCAPTCHA on error if present\n                if (typeof grecaptcha !== 'undefined' && $('.g-recaptcha').length > 0) {\n                    grecaptcha.reset();\n                }\n            },\n            complete: function() {\n                \/\/ Re-enable submit button\n                $submitBtn.prop('disabled', false).text('');\n            }\n        });\n    });\n});\n<\/script>","protected":false},"excerpt":{"rendered":"","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"footnotes":""},"class_list":["post-8072","page","type-page","status-publish","hentry"],"acf":[],"_links":{"self":[{"href":"https:\/\/www.minimis.shop\/en\/wp-json\/wp\/v2\/pages\/8072","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.minimis.shop\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.minimis.shop\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.minimis.shop\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.minimis.shop\/en\/wp-json\/wp\/v2\/comments?post=8072"}],"version-history":[{"count":2,"href":"https:\/\/www.minimis.shop\/en\/wp-json\/wp\/v2\/pages\/8072\/revisions"}],"predecessor-version":[{"id":8076,"href":"https:\/\/www.minimis.shop\/en\/wp-json\/wp\/v2\/pages\/8072\/revisions\/8076"}],"wp:attachment":[{"href":"https:\/\/www.minimis.shop\/en\/wp-json\/wp\/v2\/media?parent=8072"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}