rss
twitter
    Find out what I'm doing, Follow Me :)

Thursday, November 26, 2009

Pin It

Widgets

How to edit/change contact page form in magento

Step 1:

Change the contact form located at:

    Code:
    1-/app/design\frontend/default/your_template/template/contacts/form.phtml

Step 2:

Once it is ready create a new email template to get all the form data and post. You can design the template or leave as simple as it is. For this goto

    Code:
    1-admin -> System -> Transactional Emails -> Add New Template

Then from Template drop down select contact form and load the template. Then you can edit as you like and save the form with some name.

Step 3:

Now you need to select the newly created email template to use for sending data captured from contact us page form. For this goto:

    Code:
    1-admin -> System -> Configuration -> Contacts

Now under email options select the new contact form that you just created and save it.

That's it. You are all done.

Source: http://www.codefight.org/page/47/41/how-to-edit-change-contact-page-form-in-magento.html

3 comments:

  1. Really nice post to easy to understand and implement it.Thanks for sharing with us.

    ReplyDelete
  2. Hi! Thanks for your article, it’s very useful. Our team has some post on the similar topic, you can check it here http://www.atwix.com/magento/customizing-contact-us/
    Will be nice to see your comments and responses

    ReplyDelete
  3. Very nice post. I want to just tell you that this is very helpful to anybody. But i want to say you just one more thing. Please add screenshot also. It will help anybody to understand even more easily.

    ReplyDelete