How to add upload field to contact form and send as attachment in Magento
Nowadays most of the clients want extra fields in contacts form of magento to fulfill their requirements. Adding custom fields other than upload field (for example: text, textarea, select etc) in contact form are easy in the sense you can easily include the field values in contact email template.
Below are the Steps please follow one by one:-
1. Modify the contact form template
You need to modify the contact form template file: app/design/frontend/[yourinterface]/[yourtheme]/template/contacts/form.phtml:
a> Add enctype=”multipart/form-data” in