The contact page and create blog are using ajax now. Here's how I did it: -Created Contact Model with Name, Email and Message -Created a controller with two actions Index for the initial view and send(note HttpPost…