Contact Luna Community College

We’re here to help! Reach out with any questions or inquiries.

Other Ways to Reach Us

Email:moderncampus@luna.edu

Phone: (505) 454-2522 

Follow us:

document.getElementById('contactForm').addEventListener('submit', function(e){ e.preventDefault(); // Hide form this.style.display = 'none'; // Show thank you message document.getElementById('thankYouMessage').style.display = 'block'; // Optional: Add AJAX here to actually send the form });