Chairman Desk

Prathvi Foundation is a non-governmental organization (NGO) founded in 2019 by Dr. Manish Pratap Singh in Lucknow. Committed to creating a sustainable and equitable society, the foundation focuses on various social initiatives, including education, healthcare, environmental conservation, and women’s empowerment.

Learn More
Contact Us
Thank you! Your message has been sent.
Thank you! Your message has been sent.

call us

  +91 7080036666

location

548/C-652 Chandrodya Nagar ,
Rajajipuram,Lucknow 226017

Social

Call Us
Whatsapp
myModal = new bootstrap.Modal(document.getElementById('whatsappModal')); myModal.show(); }; function sendWhatsAppMessage() { var name = document.getElementById("userName").value.trim(); var email = document.getElementById("userEmail").value.trim(); var mobile = document.getElementById("userMobile").value.trim(); var message = document.getElementById("userMessage").value.trim(); if (name && email && mobile && message) { var phoneNumber = "917080036666"; // Replace with your WhatsApp number // Create message with \n for line breaks var text = `Name: ${name}\nEmail: ${email}\nMobile: ${mobile}\nMessage: ${message}`; // Encode the whole message var encodedText = encodeURIComponent(text); var url = `https://wa.me/${phoneNumber}?text=${encodedText}`; window.open(url, '_blank'); } else { alert("Please fill all the fields."); } }