Sign up to my newsletter form.
Use the Squeeze block to display a simple form for users to sign up to your newsletter.
Screenshot
Example
Please register in order to view this page.
Notes
- The Squeeze block settings include:
- Opted-in ID – the post ID of the Opted-In page displayed when the user has registered for your newsletter.
- Excerpt override; the text displayed before the form
- Button text: the text on the ‘Sign up now!’ button.
- The block is Server Side Rendered in the editor, obtaining values from the selected Opted-In page.
- The block uses settings defined in oik-options > Opted-In.
- When the selected Newsletter system is Mad-Mimi then the email address is added to your contact list when the double opt-in process is complete.
You may need some additional CSS to style the block on the front end. This turns off the striping CSS applied to tables by the theme.
.wp-block-oiksp-squeeze tr:nth-child(odd) {
background: #fff;
}