Magento: Send Email Using Custom Form

Create Your custom Form with magento validation In: app/design/frontend/Your_theme/default/template/custompage/application_form.phtml Create A small extension with following files: app/etc/modules/Sushant_Contacts.xml app/code/local/Sushant/Contacts/controllers/IndexController.php app/code/local/Sushant/Contacts/etc/config.xml:

Magento: Country Dropdown

Get An Array of Country Names/Codes in Magento The above code will print out an array containing every country code and country name known to Magento. Create a Country Drop Down in the Frontend of Magento Create a Country Drop Down in the Magento Admin