Contact Joni’s Cleaning | Book a Service Today function enqueue_tailwind_cdn() { wp_enqueue_script( 'tailwind-cdn', 'https://cdn.tailwindcss.com', array(), null, false // Load in ); } add_action('wp_enqueue_scripts', 'enqueue_tailwind_cdn');

Get In Touch

Please get in touch to ask for a quote or arrange a demonstration

.container{ padding:0 !important; width:100% !important } .submit_btn{background-color:#2EA3F2 !important}    Send Message const form = document.getElementById("form"); const result = document.getElementById("result"); form.addEventListener("submit", function (e) { const formData = new FormData(form); e.preventDefault(); var object = {}; formData.forEach((value, key) => { object[key] = value; }); var json = JSON.stringify(object); result.innerHTML = "Please wait..."; fetch("https://api.web3forms.com/submit", { method: "POST", headers: { "Content-Type": "application/json", Accept: "application/json" }, body: json }) .then(async (response) => { let json = await response.json(); if (response.status == 200) { result.innerHTML = json.message; result.classList.remove("text-gray-500"); result.classList.add("text-green-500"); } else { console.log(response); result.innerHTML = json.message; result.classList.remove("text-gray-500"); result.classList.add("text-red-500"); } }) .catch((error) => { console.log(error); result.innerHTML = "Something went wrong!"; }) .then(function () { form.reset(); setTimeout(() => { result.style.display = "none"; }, 5000); }); });
×

QUICK QUOTE

Please fill up this Quick Form to book our services.