c3a7fd7 f361604 c3a7fd7 19a4240
1
2
3
4
5
6
7
8
$(document).ready(function() { $('#contactForm').submit(function(e) { e.preventDefault(); alert('Thank you for your message! We will get back to you shortly.'); $(this).trigger("reset"); // Reset the form after submission }); });