option to never see popup again with a hyperlink at bottom of popup
-
Hey Daniel,
is there a way to stop showing the popup to people who have completed the desired goal ? Can you tell me how to structure a hyperlink at the bottom of the popup that would accomplish the same thing ?
for example if someone signs up to a mailing list in the popup then it would not make sense for them to see the popup anymore.
Perhaps a link at the bottom of the popup could read “never show this popup again”
Actually this would be a great built in feature of your popup either in the basic or pro version.
—————————————————————————-
There is via JS. Setup an on submit for your form for instance. And in it calljQuery.pm_cookie(“popmake-auto-open-123-1757218572”, true, “1 year”, ‘/’ );
Where 123 is the ID of the popup and 1757218572 is the current cookie key.
- The topic ‘option to never see popup again with a hyperlink at bottom of popup’ is closed to new replies.