internetmarketingsolutions / isotope-newsletter-subscription
add a simple newsletter subscription (double opt-in) on member based
Installs: 19
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 1
Forks: 0
Type:contao-module
Requires
- php: >=5.2
- contao/core: 2.11.*
This package is not auto-updated.
Last update: 2022-02-01 12:24:36 UTC
README
installation
- install the module
- create a new form, or update ones with a checkbox fieldname "newsletter", one option, value "x", label "i wish to receive a newsletter"
- register this form in the checkout module as "order conditions form"
- create a new front end module newslettersubscription (isotope section) and place it on a page (with a ccontent element for example)
- create a new mail template in the "e-mail manager" of isotope, call it something like "newsletter subscription"
- add a new language within the mail template and place a link like: "{{env::path}}{{link_url::75}}?hash=##iso_newsletter_subscription_hash##", replace the id 75 with the id of the page with the newslettersubscription front end module