Add per-form Listmonk list UUIDs to newsletter plugin

Add support for specifying Listmonk list UUIDs per form instance
Update petition form to use metadata-defined UUIDs
Add success confirmation message to newsletter forms
Update documentation with new functionality
This commit is contained in:
Ruben 2026-02-07 15:34:43 +01:00
parent 15a8f97cb2
commit 36591e7438
5 changed files with 47 additions and 17 deletions

View file

@ -9,7 +9,7 @@
return [
'enabled' => true,
'url' => 'https://newsletter.example.com', // Your Listmonk URL (no trailing slash)
'list_uuids' => [
'list_uuids' => [ // Default lists (used when no per-form UUIDs are specified)
'UUID1',
'UUID2'
]