I figured out how to create a block for subscribing to the newsletter. But how do I create a page with a subscription form i.e. for subscribing to the newsletter?

Comments

Anonymous’s picture

With Drupal 4.7 you can tell block to appear in the content region.

Create an empty page with some introduction and place your block on the content of this particular page.

If this does not satisfy you, there is the Insert block module (http://drupal.org/project/block_tags).

reed.r’s picture

Status: Active » Closed (fixed)

Thanks!