Home Case studies Blogs Careers Contact Us
CONTACT

We're here to help you grow

Feel free to reach out to us through your preferred method of contact. We are eager to connect with you and explore how our digital marketing team can contribute to your success.

Phone number:

+91 6282-0123-00

Email address:

support@initialads.com

Registered in India,
working remotely with clients worldwide
Hold Ctrl/Cmd to select multiple.
// document.addEventListener('DOMContentLoaded', function() { // const mainForm = document.querySelector('form#mainContactForm'); // Add an id to your main contact form // if (mainForm) { // mainForm.addEventListener('submit', function(e) { // e.preventDefault(); // prevent default until token is added // grecaptcha.ready(function() { // grecaptcha.execute('', {action: 'contact'}).then(function(token) { // // Remove old token input if exists // const oldInput = mainForm.querySelector('input[name="g-recaptcha-response"]'); // if (oldInput) oldInput.remove(); // // Add token to form // const input = document.createElement('input'); // input.type = 'hidden'; // input.name = 'g-recaptcha-response'; // input.value = token; // mainForm.appendChild(input); // // Submit the form normally // mainForm.submit(); // }); // }); // }); // } // });