Add animation class to the form

[MAILPOET-3088]
This commit is contained in:
Pavel Dohnal
2020-09-09 15:16:59 +02:00
committed by Veljko V
parent 4fd7a49524
commit dfcc8f8ba6
3 changed files with 6 additions and 0 deletions

View File

@ -155,6 +155,7 @@ class DisplayFormInWPContent {
$templateData['delay'] = $formSettings['form_placement'][$displayType]['delay'] ?? 0;
$templateData['position'] = $formSettings['form_placement'][$displayType]['position'] ?? '';
$templateData['animation'] = $formSettings['form_placement'][$displayType]['animation'] ?? '';
$templateData['backgroundColor'] = $formSettings['backgroundColor'] ?? '';
$templateData['fontFamily'] = $formSettings['font_family'] ?? '';
$templateData['enableExitIntent'] = false;