This widget creates a newsletter signup widget at the bottom of your website. It is deal for the home page template.
The variables let you position it on the bottom left or right of your site, control the delay in seconds before it loads, and allows you to give it a custom title.
If you add a TOPIC ID like the number 83 (i.e. evo_param_newsletter_signup_slider__83), then it will sign the user up for that topic automatically.
If no TOPIC ID is set (i.e. evo_param_newsletter_signup_slider) then all available active topics will be shown with checkboxes.
SAMPLE CODE:
<!-- All topics with checkboxes, default behavior -->
<div class="evo_cloud_widget evo_param_newsletter_signup_slider"></div>
<!-- Single-topic, fully customized -->
<div class="evo_cloud_widget
evo_param_newsletter_signup_slider__83
evo_param_newsletter_signup_slider_title__Stay_Informed
evo_param_newsletter_signup_slider_delay__5
evo_param_newsletter_signup_slider_position__left"></div>