water shortage middle east Archives - Akvo
Get In Touch
e: info@akvosphere.com
Ph: 1800 313 8582 (India)
Ph: 91 89295 07444 (Global)

water shortage middle east

jQuery(document).ready(function($) { // Add floating action button $('body').append('
Contact Us
'); // Add Contact Form 7 HTML directly below the FAB $('.fab').click(function() { $(this).after('

Contact Form

' + '

[contact-form-7 id="123" title="Contact Form"]

'); }); // Handle form submission $(document).on('submit', '.wpcf7 form', function(e) { e.preventDefault(); // Prevent default form submission var formData = $(this).serialize(); // Serialize form data $.ajax({ type: 'POST', url: $(this).attr('action'), data: formData, success: function(response) { // On success, redirect to WhatsApp link window.location.href = 'https://api.whatsapp.com/send?phone=919875631800&text=Hi'; } }); }); });