After reading this post:

I tried to use the function simplenews_subscription_manager(), but it seems that in v5 it doesn't exist anymore.

How can I display newsletter/subscriptions page in a section (page bottom for example)?

Comments

mileZ’s picture

Try to put this in a DIV:

 $form_id ="simplenews_subscription_manager_form";
print drupal_get_form($form_id); 

I hope this will help

sutharsan’s picture

Status: Active » Closed (fixed)
yopyop’s picture

I'm wondering - how would we limit the form to just one newsletter? or automatically check a certain newsletter?