How can I add Magento\'s default newsletter signup module within a CMS page? Thanks
The mentioned code adds a signup form to a CMS page, but it was non-working for me.
Changing the block type to newsletter/subscribe fixed that. So working code for me was:
newsletter/subscribe
{{block type="newsletter/subscribe" template="newsletter/subscribe.phtml"}}