Forms??? How do I add a small form for say registering for a news letter to a page of content?
Hi all. I'm not sure how to go about this. I need to create a small form for entering an email address. but the form needs to be on the homepage. I've created form pages before but this has me stumped as it needs to be part of the content for the homepage. Any ideas...?
Groups:
Login to post comments

Well you could use Drupal's
Well you could use Drupal's Form API (FAPI), but I imagine the webform module should do everything you require.
Simplenews
If are registering peple for a newsletter, you could use Simplenews.
It manages subscriptions and the creating and sending of newsletters.
Thanks
Thanks guys. Used the form API in the end. It was easier than I thought. still trying to get my head around drupal. I've lots to learn.
:-)