Widget Demos
UI Components
Marketing
Content Display
Navigation
Notifications
Visual Effects
Interactive
Layout
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
| Option | Type | Default | Description |
|---|---|---|---|
type | string | footer | Display type: footer, inline, floating |
showTitle | bool | true | Show title/heading |
position | string | bottom-right | Position for floating type |
size | string | md | Size: sm, md, lg |