Add form type selection and spinner for iframe

[MAILPOET-2743]
This commit is contained in:
Rostislav Wolny
2020-04-15 18:07:51 +02:00
committed by Veljko V
parent 041f4f5fdc
commit 02f7726774
3 changed files with 64 additions and 9 deletions

View File

@@ -70,6 +70,7 @@
'placeFormBellowPagesDescription': __('This form placement allows you to add this form at the end of all the pages or posts, below the content.'),
'placeFormBellowAllPages': _x('Display on all pages', 'This is a text on a switch if a form should be displayed bellow all pages'),
'placeFormBellowAllPosts': _x('Display on all posts', 'This is a text on a switch if a form should be displayed bellow all posts'),
'placeFormSidebar': _x('Sidebar (theme widget)', 'Placement of the form using theme widget'),
'formPlacementDelay': _x('Display with a delay of', 'Label on a selection of different times'),
'formPlacementPlacementPosition': _x('Position', 'Placement of a fixed bar form, on top of the page or on the bottom'),
'formPlacementPlacementPositionTop': _x('top', 'Placement of a fixed bar form, on top of the page or on the bottom'),