Closed (fixed)
Project:
Webform Simplenews Component
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
19 Sep 2011 at 16:03 UTC
Updated:
20 Dec 2011 at 22:50 UTC
Hello,
It would be nice to be able not to create a new block with webform, but add fields to the existing one from simplenews. This block (the one from simplenews) is working fine: shows subscription form for unsubscribed users, and unsubscription form for subscribed ones. It also has other nice functionalities loosen on the webform-only form.
If you see that this is possible, I can help with this issue making some patches, if needed.
Another idea could be to fork this module, but probably will make it more difficult to maintain two modules instead of just one.
Comments
Comment #1
pcambraYou can do a form alter to change the simplenews block by default but I'd recommend to use Webform block for this purpose as what you really want is to place a webform with a simplenews component in a block and not the simplenews block itself.That's for Webform 2.x, for webform 3.x you can configure the webform in a block in each Webform > Form Settings > Advanced to be available as a block.