• Resolved YourWebImage

    (@yourwebimage)


    First… Thank you for creating this beautiful plugin, I appreciate all the hard work you have done here. My #1 popup plugin.

    That being said, I hope you can help me. I am currently using YOP Poll in conjunction with this plugin. I need the popup to close on poll submission and not reopen. I followed the tutorial that you detailed below but unfortunately I can’t get it to work. Please help!!…

    Looking forward to your response…

    Thank you!…

    Set a Different Cookie Time on Form Submission

    If you are not already familiar with using custom JS, check out our getting started guide.
    Use Case

    You have a popup with a short cookie so that it opens all the time, and you want to hide it permanently when the user submits your sign up form.
    Code
    jQuery(‘#popmake-123 form’).on(‘submit’, function () {
    jQuery.pm_cookie(
    ‘pum-123′, // The cookie name that is checked prior to auto opening.
    true, // Setting a cookie value of true.
    ’10 years’, // Plain english time frame.
    ‘/’ // Cookie path of / means site wide.
    );

Viewing 3 replies - 1 through 3 (of 3 total)
  • @yourwebimage

    I can have our Lead Dev @danieliser take a look. Odds are that plugin submits their form in a totally different way, and probably requires something new coded.

    Could you provide a link to the website in question and let us know what has to be done to trigger the popup.

    Thank you for being patient.

    Thread Starter YourWebImage

    (@yourwebimage)

    Thank you Walter… I appreciate your response!

    I have your plugin along with the YOP plugin implemented on a demo site at the current moment. I will have the plugins configured this evening on the live site. Rather than post the website in question URL here, do you have an email that I send that info to?

    Again… Thank you… your gesture is very much appreciated!

    Steve

    @yourwebimage

    Yes, let’s just move this ticket to our Support Portal.

    I’ll mark this one resolved. Please link this thread in reference when you submit your new ticket.

    Thanks.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Close Popup When YOP Poll Is Submitted’ is closed to new replies.