How can I add Magento's default newsletter signup module within a CMS page? Thanks
How can I add Magento's default newsletter signup module within a CMS page? Thanks
Use this in the layout update section of the specific page you want to change.
<reference name="right">
<block type="newsletter/subscribe" name="left.newsletter" template="newsletter/subscribe.phtml"/>
</reference>