• Resolved robertallen

    (@robertallen)


    Hi,

    I have a subscribe form on a popup (via Gravity Forms) that goes to a confirmation page. Unfortunately after a user subscribes and gets sent to the confirmation page the popup still shows. How do I fix this?

Viewing 1 replies (of 1 total)
  • Plugin Author Daniel Iser

    (@danieliser)

    @robertallen – You can’t use the redirect to confirmation page option and our built in set cookie events. The reason is simply that their form doesn’t fire any success events when you use those methods. We rely on those success events to know when to close the popup & set the cookie.

    You would need to instead redirect via the confirmation text itself by inserting something like this.

    <script>window.location.href = 'https://example.com/';</script>

    Hope that helps. If your issue is resolved please take a moment to rate and review the plugin or support.

    If you still need help please message us directly at https://wppopupmaker.com/support/.

Viewing 1 replies (of 1 total)
  • The topic ‘Gravity Forms Confirmation Page Still Displays Popup’ is closed to new replies.