• Resolved Bob Weber

    (@robertjw)


    My site is using two different Contact Form 7 forms. The first collects personal information, the 2nd allows a visitor to order a sample product.

    The forms need to be setup so that when the first one completes the 2nd one is loaded.

    Currently CF7 is using a redirect to go to the 2nd page like this:
    on_sent_ok: “location = ‘https://foo.com/sample-order-form/’;”

    I saw the post where you suggested adding #popmake-123 to a link and
    [href=”#popmake-123″]
    to the Extra Selector. Thought maybe I could add this to the location = url example above, but I cannot make the #popmake-123 work at all. I tried adding it to a regular link and that didn’t work either.

    Is there a good, easy way to make this work?

    Thanks!

    Bob

    https://www.ads-software.com/plugins/popup-maker/

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

    (@danieliser)

    @bob Weber – The only way it to use JavaScript. Set up your on_sent_ok: “jQuery(‘#popmake-123’).popmake(‘open’);”

    Change the 123 to match your popup ID.

    Hope that helps. Please take a moment to click that it Works and to rate and review the plugin or support.

Viewing 1 replies (of 1 total)
  • The topic ‘Launch 2nd Popup after first CF7 form is submitted’ is closed to new replies.