If you want to add a contact us form in Magento, then you can follow the following steps :
A. Log in to the administrator area.
B. Go to CMS > Pages.
C. Select the page you want to edit or create a new page.
D. Paste the following code using the HTML option of the WYSIWYG editor:
Quote:
<!– CONTACT FORM CODE BEGIN–>
{{block type='core/template' name='contactForm' template='contacts/form.phtml'}}
<!– CONTACT FORM CODE END–>
|
E. Select “save” to save the changes.