Hi i am wondering if its possible to display a popup (built using the template), if a metabox settings page checkbox is on?
ie if {mb_settings_closed_today} is checked (value =1 ), popup shows, and if value = 0, popup not shown?
Hi i am wondering if its possible to display a popup (built using the template), if a metabox settings page checkbox is on?
ie if {mb_settings_closed_today} is checked (value =1 ), popup shows, and if value = 0, popup not shown?
yes.
choose condition on popup wrapper in popup template. set interactions and popup conditions as your preference normally.
Example: Show popup before a certain date/time (using element conditions)
While the template conditions determine on which pages the popup appears, you can further restrict a popup by defining Element Conditions on the outermost popup element.
To only show a popup before November 1st, 2022, you’d set the following element condition on the outermost layout element of your popup:
If this element condition is not fulfilled, meaning Nov 1st, 2022 is reached, then the popup HTML is no longer rendered. So even if the popup is triggered by an interaction, it won’t show as there is no popup HTML to display.
Thank you for your help. unfortunately im missing something somewhere.
in popup settings:
In Section settings
that applies to outermost section in the popup
thanks figured it out. had a capital letter in the dynamic field. it didnt like that.
up up and away thanks!
One question please!
What about having multiple condition?