How to edit/change contact page form in magento
Wow after few searches i found the solution so, i didn't get that much headache at this time. This is how i changed my contacts page form in magento.
Step 1:
Change the contact form located at:
Wow after few searches i found the solution so, i didn't get that much headache at this time. This is how i changed my contacts page form in magento.
Change the contact form located at:
Download jQuery from jQuery site
Add this line to the bottom of jQuery.js
jQuery.noConflict();
Copy the file to the js/jquery folder|directory
In page.xml, add it to the list of js files as:
<action method="addJs"><script>jquery/jquery-1.2.6.noConflict.min.js</script></action>
or,
<action method="addItem"><type>js</type><name>jquery.js</name><params/></action>
The below procedure is one way.
CodeIgniter is a powerful PHP framework with a very small footprint, built for PHP coders who need a simple and elegant toolkit to create full-featured web applications. If you're a developer who lives in the real world of shared hosting accounts and clients with deadlines, and if you're tired of ponderously large and thoroughly undocumented frameworks
Extending the art & spirit of PHP, Zend Framework is based on simplicity, object-oriented best practices, corporate friendly licensing, and a rigorously tested agile codebase. Zend Framework is focused on building more secure, reliable, and modern Web 2.0 applications & web services, and consuming widely available APIs from leading vendors like Google, Amazon, Yahoo!, Flickr, as well as API providers and cataloguers like StrikeIron and ProgrammableWeb.
CakePHP is a rapid development framework for PHP that provides an extensible architecture for developing, maintaining, and deploying applications. Using commonly known design patterns like MVC and ORM within the convention over configuration paradigm, CakePHP reduces development costs and helps developers write less code.