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:
parent
15a8f97cb2
commit
36591e7438
5 changed files with 47 additions and 17 deletions
|
|
@ -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'
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue