A few examples of contact form and contact info panel that you can use within any WordPress Post or Page with following shortcodes:
Contact Form
[contact_form
email="VALID_EMAIL"
subject="SUBJECT LINE"]
Thank You Message
[/contact_form]Options:
- email: (default: admin_email) | Required
- subject: (default: Contact form submitted @ {blogname}) | Optional
Contact Info
[contact_info
name = "Full Name Here"
phone = "(+91) 991 506 9399"
cellphone = "(+91) 991 506 9399"
fax = "(+91) 991 506 9399"
website = "http://www.netchillies.com"
email = "admin@domain.com"
im = "me@gmail.com"
address = "the Street , #169" city="My City"
state = "My State."
zip = "10000"
vcard = "FULL URL to .vcf file"
]