I built a cool real estate website for a client and want to replace the comment box at the end of each post with a contact form. It there a plugin to do this or a way to take out the code in the php file and replace it with a "contact us form" code?
What you will most likely have to do is get a plugin like Contact Form 7, and edit the theme templates of page.php and find the code that displays the comments, and replace it with the short-code that will call the contact form from associated with Contact Form 7. And this should do it.