Skip to content

Contact Us

We value your feedback and inquiries. Please feel free to reach out to us using the information below:

How We Handle Your Information

We take your privacy seriously. Any information you provide through this form will be used solely for the purpose of responding to your message. We do not share or sell your information to third parties.

Our Commitment

At diaryindia.in, we are committed to providing excellent customer service. Whether you have a question, suggestion, or comment, we are here to listen and assist you.

Feel free to use the form above or contact us directly using the information provided. We look forward to hearing from you!

Send Us a Message

Use the form below to send us a message. We’ll get back to you as soon as possible.




At diaryindia.in, we value your feedback and inquiries. Your opinions and questions are important to us, and we’re here to help with anything you need.

// Collect form data let formData = new FormData(this);

// Construct the email message let message = `Name: ${formData.get('name')}\n`; message += `Email: ${formData.get('email')}\n\n`; message += `Message:\n${formData.get('message')}`;

// Send email using EmailJS or your server-side script (for demonstration purposes) // Replace with your server-side script URL let url = 'YOUR_SERVER_SCRIPT_URL_HERE'; // Replace with your actual server-side script URL

fetch(url, { method: 'POST', headers: { 'Content-Type': 'application/json', }, body: JSON.stringify({ to: 'raakeshverma@gmail.com', subject: 'New Contact Form Submission', message: message }) }) .then(response => { if (response.ok) { alert('We have received your email and will revert back to you soon.'); document.getElementById('contactForm').reset(); // Reset form fields on success } else { alert('Oops! Something went wrong. Please try again later.'); } }) .catch(error => { console.error('Error:', error); alert('Oops! Something went wrong. Please try again later.'); }); });

  • Send Us a Message: Use the contact form above, and we’ll respond promptly.
  • Contact Details: Reach out directly using the provided contact information below:
  • A-2, Setu Nagar , Patna -2 ,
  • Email : vermarakeshb2018@gmail.com