Copy form colour to the popup background

[MAILPOET-2741]
This commit is contained in:
Pavel Dohnal
2020-03-25 12:28:49 +01:00
committed by Veljko V
parent 9d4bb40975
commit 149bb90245
3 changed files with 7 additions and 1 deletions

View File

@@ -124,6 +124,7 @@ class DisplayFormInWPContent {
);
$templateData['delay'] = $formSettings['popup_form_delay'] ?? 0;
$templateData['backgroundColor'] = $formSettings['backgroundColor'] ?? '';
// generate security token
$templateData['token'] = Security::generateToken();