Marketing

Newsletter Widget

Newsletter subscription form widget. Supports footer inline, standalone inline, and floating popup styles. Integrated with the subscriber system.

Feature Disabled

The subscriber feature is currently disabled. Enable it in params.php to see live demos.

Footer Style

Compact horizontal form for footer placement.

Code
<?php echo NewsletterWidget::widget([ 'type' => 'footer', ]); ?>
Live Demo

Enable the feature to see live demo.

Inline Form

Full form with title and description for page content.

Code
<?php echo NewsletterWidget::widget([ 'type' => 'inline', 'showTitle' => true, ]); ?>
Live Demo

Enable the feature to see live demo.

Configuration Options

OptionTypeDefaultDescription
typestringfooterDisplay type: footer, inline, floating
showTitlebooltrueShow title/heading
positionstringbottom-rightPosition for floating type
sizestringmdSize: sm, md, lg