e-spin / form-newsletter-bundle
Add a newsletter subscription to a form in the Contao.
Fund package maintenance!
e-spin
Installs: 479
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 0
Open Issues: 0
Type:contao-bundle
Requires
- php: ^8.1
- contao/core-bundle: ^5.2
- contao/newsletter-bundle: ^5.2
Requires (Dev)
This package is auto-updated.
Last update: 2025-03-11 07:56:33 UTC
README
English
With this extension you can add a newsletter subscription to a form in the Contao CMS.
A new form widget is available, which allows the setting options such as the FE module such as the selection of subscriptions or whether the confirmation should be sent by a separate email.
[!TIP] From version 2.1
The registration information is also included in the POST data of the form and is available in the HOOKs
prepareFormData
and processFormData
.
If the information is to be transmitted via the ‘Notification Centre’ the following tokens can be used:
- ##form_newsletter_token##
- ##form_newsletter_domain##
- ##form_newsletter_link##
- ##form_newsletter_channels##
- ##form_newsletter_channels_inline##
Deutsch
Mit dieser Erweiterung können Sie eine Newsletter-Anmeldung zu einem Formular im Contao CMS hinzufügen.
Es steht ein neues Formularwidget zur Verfügung, welches die Einstellungsmöglichkeiten wie das FE-Modul zur Verfügung stellt - wie z. B. die Auswahl der Abonnements oder ob die Bestätigung über eine separate E-Mail erfolgen soll.
[!TIP] Ab Version 2.1
Die Informationen zur Anmeldung werden auch in die POST-Daten des Formulars eingeschleust und stehen in den HOOKs
prepareFormData
und processFormData
zur Verfügung.
Sollen die Informationen über das "Notification-Center" übermittelt werden, können die folgenden Tokens verwendet werden:
- ##form_newsletter_token##
- ##form_newsletter_domain##
- ##form_newsletter_link##
- ##form_newsletter_channels##
- ##form_newsletter_channels_inline##