How to Add contact form inside CMS Page in Magento?

You Add Below code in your cms page :

<p>{{block type=”core/template” name=”contactForm” form_action=”/contacts/index/post” template=”contacts/form.phtml”}}</p>

Then when you click the Submit that is going contact page. So, there you can view the contact form again. So, this time we can do this below css, put in your style.css

.contacts-index-index .col-main .page-title, .contacts-index-index .col-main #contactForm{
display:none;
}
.contacts-index-index .col-main #messages_product_view{
margin:70px auto 0 auto;
width:450px;
}

this is one of my method. If any prober way kindly inform me.

How to create contact page in Magento?

{{block type=”core/template” name=”contactForm” template=”contacts/form.phtml”}}

Additional information URL :
http://www.magentocommerce.com/wiki/4_-_themes_and_template_customization/contacts/add_fields_to_contact_form
http://www.magentocommerce.com/boards/viewthread/22807/
http://www.magentocommerce.com/company/contact-us/
http://sree.cc/magento_ecommerce_tips/magento-enable-contact-form-add-custom-field-link-to-top-menu

====================================================================================
Magento Re captcha extension is very useful, You guys go here and get that : http://www.magentocommerce.com/magento-connect/fontis-recaptcha.html

© 2020 Spirituality