{% extends 'wizard/slides/common/base.twig' %} {% block slide_body %} {{ icwp_macros.slideTitle( 'Come Join Us!' ) }}

We hope you'll see we've put a lot of effort into making Shield powerful, full-featured, and still easy to use.

We're continually improving it, adding further security features, and making it easier than ever to secure your sites.

We've got 3 more options for you:

#1 Join Our Security Email Group

Become a member on the list for exclusive updates, information and news (you'll receive a double-optin email to confirm).
We never SPAM and you can remove yourself at any time.

{% include 'snippets/optin_form_drip_vertical.twig' %}
Bonus: Join our new Facebook group

Click here to request access to our new Facebook group where you can ask questions and help others with WordPress security and in particular, the Shield Security plugin.

#2 Anonymous Usage Data

Helps us determine what features are being used, where we need to do more work and how effective Shield is being.

{% set radiovalues = { 'Y': 'Turn On - allow completely anonymous usage data to be collected', 'N': 'Turn Off - do not contribute anonymous usage data' } %} {{ icwp_macros.formInput_Radio( 'AnonymousOption', radiovalues, 'Anonymous Info' ) }} {{ icwp_macros.formInput_Hidden( 'wizard-step', 'optin_usage' ) }} {{ icwp_macros.formInput_Submit( 'Set Anonymous Data Usage' ) }}

#3 Display The Shield Protection Badge

You can demonstrate to your visitors and customers that you're taking security seriously by displaying a Shield Security 'badge' on the bottom corner of your website.

{% set radiovalues = { 'Y': 'Turn On - display the Shield Security plugin badge on my site', 'N': 'Turn Off - do not display the badge on my site' } %} {{ icwp_macros.formInput_Radio( 'BadgeOption', radiovalues, 'Shield Site Badge' ) }} {{ icwp_macros.formInput_Hidden( 'wizard-step', 'optin_badge' ) }} {{ icwp_macros.formInput_Submit( 'Set Plugin Badge Usage' ) }}
{% endblock %}