SlideShare a Scribd company logo
1 of 9
Tutorial about Create Custom Contact Form in
Magento
sql/customcontacts_setup/mysql4-install-0.1.0.php
Manually inserting a custom email template straight into the database.
This isn’t really a necessary step because you could just create one
manually by going to System > Transactional Emails. To save you a bit of
time I’ve set up a really basic one which is very similar to the standard
contact form email template.
1 | <?php
2 | $installer = $this;
3 | $installer->startSetup();
4 |
5 | $installer->run("
6 | INSERT INTO {$this->getTable('core_email_template')}
(`template_code`, `template_text`, `template_type`, `template_subject`, `template_sender_n
ame`, `template_sender_email`, `added_at`, `modified_at`) VALUES
7 | ('Custom Contact Form', 'Name: {{var data.name}}rnSubject: {{var data.subject}}rnE-
mail: {{var data.email}}rnTelephone: {{var data.telephone}}rnComment: {{var
data.comment}}', 1, 'Custom Contact Form', NULL, NULL, NOW(), NOW());
8 | ");
9 | $installer->endSetup();
etc/config.xml
When creating frontend router, specified it as ‘custom-contact’. You can change this
to something more appropriate.
1 | <routers>
2 | <customcontacts>
3 | <use>standard</use>
4 | <args>
5 | <module>Creare_Customcontacts</module>
6 | <frontName>custom-contact</frontName>
7 | </args>
8 | </customcontacts>
9 | </routers>
During the setup script, create a transactional email template, but it’s not
possible to set this as a default with your form. So, you have to set a default
form from the locale unless you want to go and create your own html form in
the locale. The following goes within the global node:
1 | <template>
2 | <email>
3 | <contacts_customemail_email_template translate="label">
4 | <label>Contacts</label>
5 | <file>contact_form.html</file>
6 | <type>text</type>
7 | </contacts_customemail_email_template>
8 | </email>
9 | </template>
Following goes within the default node. This is just the process of assigning defaults to
the new config fields.
1<default>
2 <contacts>
3 <customcontacts>
4 <enabled>1</enabled>
5 </customcontacts>
6 <customemail>
7 <recipient_email><![CDATA[hello@example.com]]></recipient_email>
8 <sender_email_identity>custom2</sender_email_identity>
9 <email_template>contacts_customemail_email_template</email_template>
10 </customemail>
11 </contacts>
12</default>
Configuration
Once uploaded you need to set the custom email template to the new form: System >
Configuration > Contacts.
If you leave the config.xml settings as default you will be able to go to
yourdomain.com/custom-contacts to view your form. It will look identical to the
normal contact form. Now you can add as many extra fields as you want to the
template file without effecting the standard contact form. It can be found in the
base/default theme at customcontacts/form.
KGN Technologies is a one-stop solution for any of your Magento ecommerce web
development requirements. Our team of expert Magento developers is well trained and
capable to develop most complex Magento websites. We can convert PSDs to pixel perfect
Magento theme including developing Responsive Magento websites, custom Magento
development, Integrating third party Systems with Magento, Payment Gateway
implementation, maintenance and support work.
Please contact us to know more about our price, examples and hiring models. We have a
good strong portfolio to share and proven offshore Magento development methodology
which can help you in reduction of development cost.
Contact details :
Email_id : info@kgntechnologies.com
Website : www.kgntechnologies.com

More Related Content

More from Sem Jacobs

Best Photoshop Plugins for Front End Developers
Best Photoshop Plugins for Front End DevelopersBest Photoshop Plugins for Front End Developers
Best Photoshop Plugins for Front End DevelopersSem Jacobs
 
Best CSS Tools for 2014
Best CSS Tools for 2014Best CSS Tools for 2014
Best CSS Tools for 2014Sem Jacobs
 
Top WordPress Responsive Personal Blog Themes for 2014
Top WordPress Responsive Personal Blog Themes for 2014Top WordPress Responsive Personal Blog Themes for 2014
Top WordPress Responsive Personal Blog Themes for 2014Sem Jacobs
 
How to utilize social media channels for content marketing
How to utilize social media channels for content marketingHow to utilize social media channels for content marketing
How to utilize social media channels for content marketingSem Jacobs
 
Excellent Wordpress Gaming Themes
Excellent Wordpress Gaming ThemesExcellent Wordpress Gaming Themes
Excellent Wordpress Gaming ThemesSem Jacobs
 
Best Collection of Parallax Scrolling Websites
Best Collection of Parallax Scrolling WebsitesBest Collection of Parallax Scrolling Websites
Best Collection of Parallax Scrolling WebsitesSem Jacobs
 
Handy List of Responsive Navigation jQuery Plugins
Handy List of Responsive Navigation jQuery PluginsHandy List of Responsive Navigation jQuery Plugins
Handy List of Responsive Navigation jQuery PluginsSem Jacobs
 
A Collection of Wordpress Grid Based Themes for Photographers
A Collection of Wordpress Grid Based Themes for PhotographersA Collection of Wordpress Grid Based Themes for Photographers
A Collection of Wordpress Grid Based Themes for PhotographersSem Jacobs
 
Wordpress Powerful Security Plugins
Wordpress Powerful Security PluginsWordpress Powerful Security Plugins
Wordpress Powerful Security PluginsSem Jacobs
 
2013 - Collection of Colorful and Trendy Social Networking Icons Sets
2013 - Collection of Colorful and Trendy Social Networking Icons Sets2013 - Collection of Colorful and Trendy Social Networking Icons Sets
2013 - Collection of Colorful and Trendy Social Networking Icons SetsSem Jacobs
 
Wordpress SEO Plugins for 2013
Wordpress SEO Plugins for 2013Wordpress SEO Plugins for 2013
Wordpress SEO Plugins for 2013Sem Jacobs
 
2013 Magento’ Popular Extensions
2013 Magento’ Popular Extensions2013 Magento’ Popular Extensions
2013 Magento’ Popular ExtensionsSem Jacobs
 
Awesome list of WordPress Bootstrap Themes for Inspiration
Awesome list of WordPress Bootstrap Themes for InspirationAwesome list of WordPress Bootstrap Themes for Inspiration
Awesome list of WordPress Bootstrap Themes for InspirationSem Jacobs
 
List of Few WordPress Mobile Themes and Plugins
List of Few WordPress Mobile Themes and PluginsList of Few WordPress Mobile Themes and Plugins
List of Few WordPress Mobile Themes and PluginsSem Jacobs
 
List of Few Responsive WordPress Portfolio Themes
List of Few Responsive WordPress Portfolio ThemesList of Few Responsive WordPress Portfolio Themes
List of Few Responsive WordPress Portfolio ThemesSem Jacobs
 
New eCommerce Themes for WordPress
New eCommerce Themes for WordPressNew eCommerce Themes for WordPress
New eCommerce Themes for WordPressSem Jacobs
 
Tools for responsive design
Tools for responsive designTools for responsive design
Tools for responsive designSem Jacobs
 
An ultimate tip to become a top Wordpress developer
An ultimate tip to become a top Wordpress developerAn ultimate tip to become a top Wordpress developer
An ultimate tip to become a top Wordpress developerSem Jacobs
 

More from Sem Jacobs (18)

Best Photoshop Plugins for Front End Developers
Best Photoshop Plugins for Front End DevelopersBest Photoshop Plugins for Front End Developers
Best Photoshop Plugins for Front End Developers
 
Best CSS Tools for 2014
Best CSS Tools for 2014Best CSS Tools for 2014
Best CSS Tools for 2014
 
Top WordPress Responsive Personal Blog Themes for 2014
Top WordPress Responsive Personal Blog Themes for 2014Top WordPress Responsive Personal Blog Themes for 2014
Top WordPress Responsive Personal Blog Themes for 2014
 
How to utilize social media channels for content marketing
How to utilize social media channels for content marketingHow to utilize social media channels for content marketing
How to utilize social media channels for content marketing
 
Excellent Wordpress Gaming Themes
Excellent Wordpress Gaming ThemesExcellent Wordpress Gaming Themes
Excellent Wordpress Gaming Themes
 
Best Collection of Parallax Scrolling Websites
Best Collection of Parallax Scrolling WebsitesBest Collection of Parallax Scrolling Websites
Best Collection of Parallax Scrolling Websites
 
Handy List of Responsive Navigation jQuery Plugins
Handy List of Responsive Navigation jQuery PluginsHandy List of Responsive Navigation jQuery Plugins
Handy List of Responsive Navigation jQuery Plugins
 
A Collection of Wordpress Grid Based Themes for Photographers
A Collection of Wordpress Grid Based Themes for PhotographersA Collection of Wordpress Grid Based Themes for Photographers
A Collection of Wordpress Grid Based Themes for Photographers
 
Wordpress Powerful Security Plugins
Wordpress Powerful Security PluginsWordpress Powerful Security Plugins
Wordpress Powerful Security Plugins
 
2013 - Collection of Colorful and Trendy Social Networking Icons Sets
2013 - Collection of Colorful and Trendy Social Networking Icons Sets2013 - Collection of Colorful and Trendy Social Networking Icons Sets
2013 - Collection of Colorful and Trendy Social Networking Icons Sets
 
Wordpress SEO Plugins for 2013
Wordpress SEO Plugins for 2013Wordpress SEO Plugins for 2013
Wordpress SEO Plugins for 2013
 
2013 Magento’ Popular Extensions
2013 Magento’ Popular Extensions2013 Magento’ Popular Extensions
2013 Magento’ Popular Extensions
 
Awesome list of WordPress Bootstrap Themes for Inspiration
Awesome list of WordPress Bootstrap Themes for InspirationAwesome list of WordPress Bootstrap Themes for Inspiration
Awesome list of WordPress Bootstrap Themes for Inspiration
 
List of Few WordPress Mobile Themes and Plugins
List of Few WordPress Mobile Themes and PluginsList of Few WordPress Mobile Themes and Plugins
List of Few WordPress Mobile Themes and Plugins
 
List of Few Responsive WordPress Portfolio Themes
List of Few Responsive WordPress Portfolio ThemesList of Few Responsive WordPress Portfolio Themes
List of Few Responsive WordPress Portfolio Themes
 
New eCommerce Themes for WordPress
New eCommerce Themes for WordPressNew eCommerce Themes for WordPress
New eCommerce Themes for WordPress
 
Tools for responsive design
Tools for responsive designTools for responsive design
Tools for responsive design
 
An ultimate tip to become a top Wordpress developer
An ultimate tip to become a top Wordpress developerAn ultimate tip to become a top Wordpress developer
An ultimate tip to become a top Wordpress developer
 

Recently uploaded

Mohanlalganj ! Call Girls in Lucknow - 450+ Call Girl Cash Payment 9548273370...
Mohanlalganj ! Call Girls in Lucknow - 450+ Call Girl Cash Payment 9548273370...Mohanlalganj ! Call Girls in Lucknow - 450+ Call Girl Cash Payment 9548273370...
Mohanlalganj ! Call Girls in Lucknow - 450+ Call Girl Cash Payment 9548273370...gargpaaro
 
ab-initio-training basics and architecture
ab-initio-training basics and architectureab-initio-training basics and architecture
ab-initio-training basics and architecturesaipriyacoool
 
Gamestore case study UI UX by Amgad Ibrahim
Gamestore case study UI UX by Amgad IbrahimGamestore case study UI UX by Amgad Ibrahim
Gamestore case study UI UX by Amgad Ibrahimamgadibrahim92
 
一比一定(购)西悉尼大学毕业证(WSU毕业证)成绩单学位证
一比一定(购)西悉尼大学毕业证(WSU毕业证)成绩单学位证一比一定(购)西悉尼大学毕业证(WSU毕业证)成绩单学位证
一比一定(购)西悉尼大学毕业证(WSU毕业证)成绩单学位证eqaqen
 
Just Call Vip call girls Fatehpur Escorts ☎️8617370543 Two shot with one girl...
Just Call Vip call girls Fatehpur Escorts ☎️8617370543 Two shot with one girl...Just Call Vip call girls Fatehpur Escorts ☎️8617370543 Two shot with one girl...
Just Call Vip call girls Fatehpur Escorts ☎️8617370543 Two shot with one girl...Nitya salvi
 
Pondicherry Escorts Service Girl ^ 9332606886, WhatsApp Anytime Pondicherry
Pondicherry Escorts Service Girl ^ 9332606886, WhatsApp Anytime PondicherryPondicherry Escorts Service Girl ^ 9332606886, WhatsApp Anytime Pondicherry
Pondicherry Escorts Service Girl ^ 9332606886, WhatsApp Anytime Pondicherrymeghakumariji156
 
Minimalist Orange Portfolio by Slidesgo.pptx
Minimalist Orange Portfolio by Slidesgo.pptxMinimalist Orange Portfolio by Slidesgo.pptx
Minimalist Orange Portfolio by Slidesgo.pptxbalqisyamutia
 
Just Call Vip call girls Kasganj Escorts ☎️8617370543 Two shot with one girl ...
Just Call Vip call girls Kasganj Escorts ☎️8617370543 Two shot with one girl ...Just Call Vip call girls Kasganj Escorts ☎️8617370543 Two shot with one girl ...
Just Call Vip call girls Kasganj Escorts ☎️8617370543 Two shot with one girl ...Nitya salvi
 
Independent Escorts Goregaon WhatsApp +91-9930687706, Best Service
Independent Escorts Goregaon WhatsApp +91-9930687706, Best ServiceIndependent Escorts Goregaon WhatsApp +91-9930687706, Best Service
Independent Escorts Goregaon WhatsApp +91-9930687706, Best Servicemeghakumariji156
 
The hottest UI and UX Design Trends 2024
The hottest UI and UX Design Trends 2024The hottest UI and UX Design Trends 2024
The hottest UI and UX Design Trends 2024Ilham Brata
 
一比一定(购)滑铁卢大学毕业证(UW毕业证)成绩单学位证
一比一定(购)滑铁卢大学毕业证(UW毕业证)成绩单学位证一比一定(购)滑铁卢大学毕业证(UW毕业证)成绩单学位证
一比一定(购)滑铁卢大学毕业证(UW毕业证)成绩单学位证wpkuukw
 
How to Create a Productive Workspace Trends and Tips.pdf
How to Create a Productive Workspace Trends and Tips.pdfHow to Create a Productive Workspace Trends and Tips.pdf
How to Create a Productive Workspace Trends and Tips.pdfOffice Furniture Plus - Irving
 
Q4-W4-SCIENCE-5 power point presentation
Q4-W4-SCIENCE-5 power point presentationQ4-W4-SCIENCE-5 power point presentation
Q4-W4-SCIENCE-5 power point presentationZenSeloveres
 
Jual Obat Aborsi Bandung ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan ...
Jual Obat Aborsi Bandung ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan ...Jual Obat Aborsi Bandung ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan ...
Jual Obat Aborsi Bandung ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan ...ZurliaSoop
 
Call Girls Jalaun Just Call 8617370543 Top Class Call Girl Service Available
Call Girls Jalaun Just Call 8617370543 Top Class Call Girl Service AvailableCall Girls Jalaun Just Call 8617370543 Top Class Call Girl Service Available
Call Girls Jalaun Just Call 8617370543 Top Class Call Girl Service AvailableNitya salvi
 
Sweety Planet Packaging Design Process Book.pptx
Sweety Planet Packaging Design Process Book.pptxSweety Planet Packaging Design Process Book.pptx
Sweety Planet Packaging Design Process Book.pptxbingyichin04
 
Furniture & Joinery Details_Designs.pptx
Furniture & Joinery Details_Designs.pptxFurniture & Joinery Details_Designs.pptx
Furniture & Joinery Details_Designs.pptxNikhil Raut
 
怎样办理巴斯大学毕业证(Bath毕业证书)成绩单留信认证
怎样办理巴斯大学毕业证(Bath毕业证书)成绩单留信认证怎样办理巴斯大学毕业证(Bath毕业证书)成绩单留信认证
怎样办理巴斯大学毕业证(Bath毕业证书)成绩单留信认证eeanqy
 
Madhyamgram \ (Genuine) Escort Service Kolkata | Service-oriented sexy call g...
Madhyamgram \ (Genuine) Escort Service Kolkata | Service-oriented sexy call g...Madhyamgram \ (Genuine) Escort Service Kolkata | Service-oriented sexy call g...
Madhyamgram \ (Genuine) Escort Service Kolkata | Service-oriented sexy call g...HyderabadDolls
 

Recently uploaded (20)

Mohanlalganj ! Call Girls in Lucknow - 450+ Call Girl Cash Payment 9548273370...
Mohanlalganj ! Call Girls in Lucknow - 450+ Call Girl Cash Payment 9548273370...Mohanlalganj ! Call Girls in Lucknow - 450+ Call Girl Cash Payment 9548273370...
Mohanlalganj ! Call Girls in Lucknow - 450+ Call Girl Cash Payment 9548273370...
 
ab-initio-training basics and architecture
ab-initio-training basics and architectureab-initio-training basics and architecture
ab-initio-training basics and architecture
 
Gamestore case study UI UX by Amgad Ibrahim
Gamestore case study UI UX by Amgad IbrahimGamestore case study UI UX by Amgad Ibrahim
Gamestore case study UI UX by Amgad Ibrahim
 
Hackathon evaluation template_latest_uploadpdf
Hackathon evaluation template_latest_uploadpdfHackathon evaluation template_latest_uploadpdf
Hackathon evaluation template_latest_uploadpdf
 
一比一定(购)西悉尼大学毕业证(WSU毕业证)成绩单学位证
一比一定(购)西悉尼大学毕业证(WSU毕业证)成绩单学位证一比一定(购)西悉尼大学毕业证(WSU毕业证)成绩单学位证
一比一定(购)西悉尼大学毕业证(WSU毕业证)成绩单学位证
 
Just Call Vip call girls Fatehpur Escorts ☎️8617370543 Two shot with one girl...
Just Call Vip call girls Fatehpur Escorts ☎️8617370543 Two shot with one girl...Just Call Vip call girls Fatehpur Escorts ☎️8617370543 Two shot with one girl...
Just Call Vip call girls Fatehpur Escorts ☎️8617370543 Two shot with one girl...
 
Pondicherry Escorts Service Girl ^ 9332606886, WhatsApp Anytime Pondicherry
Pondicherry Escorts Service Girl ^ 9332606886, WhatsApp Anytime PondicherryPondicherry Escorts Service Girl ^ 9332606886, WhatsApp Anytime Pondicherry
Pondicherry Escorts Service Girl ^ 9332606886, WhatsApp Anytime Pondicherry
 
Minimalist Orange Portfolio by Slidesgo.pptx
Minimalist Orange Portfolio by Slidesgo.pptxMinimalist Orange Portfolio by Slidesgo.pptx
Minimalist Orange Portfolio by Slidesgo.pptx
 
Just Call Vip call girls Kasganj Escorts ☎️8617370543 Two shot with one girl ...
Just Call Vip call girls Kasganj Escorts ☎️8617370543 Two shot with one girl ...Just Call Vip call girls Kasganj Escorts ☎️8617370543 Two shot with one girl ...
Just Call Vip call girls Kasganj Escorts ☎️8617370543 Two shot with one girl ...
 
Independent Escorts Goregaon WhatsApp +91-9930687706, Best Service
Independent Escorts Goregaon WhatsApp +91-9930687706, Best ServiceIndependent Escorts Goregaon WhatsApp +91-9930687706, Best Service
Independent Escorts Goregaon WhatsApp +91-9930687706, Best Service
 
The hottest UI and UX Design Trends 2024
The hottest UI and UX Design Trends 2024The hottest UI and UX Design Trends 2024
The hottest UI and UX Design Trends 2024
 
一比一定(购)滑铁卢大学毕业证(UW毕业证)成绩单学位证
一比一定(购)滑铁卢大学毕业证(UW毕业证)成绩单学位证一比一定(购)滑铁卢大学毕业证(UW毕业证)成绩单学位证
一比一定(购)滑铁卢大学毕业证(UW毕业证)成绩单学位证
 
How to Create a Productive Workspace Trends and Tips.pdf
How to Create a Productive Workspace Trends and Tips.pdfHow to Create a Productive Workspace Trends and Tips.pdf
How to Create a Productive Workspace Trends and Tips.pdf
 
Q4-W4-SCIENCE-5 power point presentation
Q4-W4-SCIENCE-5 power point presentationQ4-W4-SCIENCE-5 power point presentation
Q4-W4-SCIENCE-5 power point presentation
 
Jual Obat Aborsi Bandung ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan ...
Jual Obat Aborsi Bandung ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan ...Jual Obat Aborsi Bandung ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan ...
Jual Obat Aborsi Bandung ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan ...
 
Call Girls Jalaun Just Call 8617370543 Top Class Call Girl Service Available
Call Girls Jalaun Just Call 8617370543 Top Class Call Girl Service AvailableCall Girls Jalaun Just Call 8617370543 Top Class Call Girl Service Available
Call Girls Jalaun Just Call 8617370543 Top Class Call Girl Service Available
 
Sweety Planet Packaging Design Process Book.pptx
Sweety Planet Packaging Design Process Book.pptxSweety Planet Packaging Design Process Book.pptx
Sweety Planet Packaging Design Process Book.pptx
 
Furniture & Joinery Details_Designs.pptx
Furniture & Joinery Details_Designs.pptxFurniture & Joinery Details_Designs.pptx
Furniture & Joinery Details_Designs.pptx
 
怎样办理巴斯大学毕业证(Bath毕业证书)成绩单留信认证
怎样办理巴斯大学毕业证(Bath毕业证书)成绩单留信认证怎样办理巴斯大学毕业证(Bath毕业证书)成绩单留信认证
怎样办理巴斯大学毕业证(Bath毕业证书)成绩单留信认证
 
Madhyamgram \ (Genuine) Escort Service Kolkata | Service-oriented sexy call g...
Madhyamgram \ (Genuine) Escort Service Kolkata | Service-oriented sexy call g...Madhyamgram \ (Genuine) Escort Service Kolkata | Service-oriented sexy call g...
Madhyamgram \ (Genuine) Escort Service Kolkata | Service-oriented sexy call g...
 

Tutorial about create custom contact form in magento

  • 1. Tutorial about Create Custom Contact Form in Magento
  • 2. sql/customcontacts_setup/mysql4-install-0.1.0.php Manually inserting a custom email template straight into the database. This isn’t really a necessary step because you could just create one manually by going to System > Transactional Emails. To save you a bit of time I’ve set up a really basic one which is very similar to the standard contact form email template.
  • 3. 1 | <?php 2 | $installer = $this; 3 | $installer->startSetup(); 4 | 5 | $installer->run(" 6 | INSERT INTO {$this->getTable('core_email_template')} (`template_code`, `template_text`, `template_type`, `template_subject`, `template_sender_n ame`, `template_sender_email`, `added_at`, `modified_at`) VALUES 7 | ('Custom Contact Form', 'Name: {{var data.name}}rnSubject: {{var data.subject}}rnE- mail: {{var data.email}}rnTelephone: {{var data.telephone}}rnComment: {{var data.comment}}', 1, 'Custom Contact Form', NULL, NULL, NOW(), NOW()); 8 | "); 9 | $installer->endSetup();
  • 4. etc/config.xml When creating frontend router, specified it as ‘custom-contact’. You can change this to something more appropriate. 1 | <routers> 2 | <customcontacts> 3 | <use>standard</use> 4 | <args> 5 | <module>Creare_Customcontacts</module> 6 | <frontName>custom-contact</frontName> 7 | </args> 8 | </customcontacts> 9 | </routers>
  • 5. During the setup script, create a transactional email template, but it’s not possible to set this as a default with your form. So, you have to set a default form from the locale unless you want to go and create your own html form in the locale. The following goes within the global node: 1 | <template> 2 | <email> 3 | <contacts_customemail_email_template translate="label"> 4 | <label>Contacts</label> 5 | <file>contact_form.html</file> 6 | <type>text</type> 7 | </contacts_customemail_email_template> 8 | </email> 9 | </template>
  • 6. Following goes within the default node. This is just the process of assigning defaults to the new config fields. 1<default> 2 <contacts> 3 <customcontacts> 4 <enabled>1</enabled> 5 </customcontacts> 6 <customemail> 7 <recipient_email><![CDATA[hello@example.com]]></recipient_email> 8 <sender_email_identity>custom2</sender_email_identity> 9 <email_template>contacts_customemail_email_template</email_template> 10 </customemail> 11 </contacts> 12</default>
  • 7. Configuration Once uploaded you need to set the custom email template to the new form: System > Configuration > Contacts.
  • 8. If you leave the config.xml settings as default you will be able to go to yourdomain.com/custom-contacts to view your form. It will look identical to the normal contact form. Now you can add as many extra fields as you want to the template file without effecting the standard contact form. It can be found in the base/default theme at customcontacts/form.
  • 9. KGN Technologies is a one-stop solution for any of your Magento ecommerce web development requirements. Our team of expert Magento developers is well trained and capable to develop most complex Magento websites. We can convert PSDs to pixel perfect Magento theme including developing Responsive Magento websites, custom Magento development, Integrating third party Systems with Magento, Payment Gateway implementation, maintenance and support work. Please contact us to know more about our price, examples and hiring models. We have a good strong portfolio to share and proven offshore Magento development methodology which can help you in reduction of development cost. Contact details : Email_id : info@kgntechnologies.com Website : www.kgntechnologies.com