Elegant shows a form to subscribe to your newsletter, above the fold, in the right section of every article.
You need to put your FreeLists name in FREELISTS_NAME
in your configuration file.
To customize user experience you can also define,
EMAIL_SUBSCRIPTION_LABEL
,EMAIL_FIELD_PLACEHOLDER
andSUBSCRIBE_BUTTON_TITLE
The “Notify me” button you see in the sidebar of this page is an example of FreeLists subscription form. It links to Oracle database discussion list to demonstrate the function.
Show FreeLists Form by default
Just set FREELISTS_NAME
variable.
Hide FreeLists Form by default
Unset FREELISTS_NAME
variable.
This is the default setting.
Hide FreeLists Form by default. Show on Selected
- Set
FREELISTS_NAME
- Set
FREELISTS_FILTER
toTrue
This will hide FreeLists form on all pages.
Now to show FreeLists form on selected posts, in article metadata set
freelists_filter: off
Show FreeLists Form by default. Hide on Selected
- Set
FREELISTS_NAME
- Remove
FREELISTS_FILTER
or set it toFalse
which is its default value
This will hide FreeLists form on all pages.
Now to hide FreeLists form on selected posts, in article metadata set
freelists_filter: on