Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter Karthick Dev

    (@karthick-dev)

    Is this is possible, A small idea will more helpfull to make a fix for this issue ?

    Ov3rfly

    (@ov3rfly)

    You could solve it similar to this example:

    https://contactform7.com/redirecting-to-another-url-after-submissions/

    Open link in same tab:

    on_sent_ok: "location = 'https://example.com/';"

    Open link in new tab, might trigger browser popup-blocker protection!

    on_sent_ok: "window.open('https://example.com/');"

    Thread Starter Karthick Dev

    (@karthick-dev)

    Helo Ov3rfly Its works awesome thank you very much, Additionally i have an another question can i able to make the user to stay in my web page after submit and providing a thanks message like, A new tab is open please find our update over there, then user can navigate to new tab ?

    Ov3rfly

    (@ov3rfly)

    You can customize the thanks message at “Messages Tab” of your form:

    https://contactform7.com/admin-screen/

    You can not open a new tab in background.

    Thread Starter Karthick Dev

    (@karthick-dev)

    Thanks for your reply, Nope i not looking for this , once user submit a form there is link should be open in new tab But user need to stay in same form window and get an success message like ” there new tab is open please check “,
    But now once form get submitted suddenly user is been navigated to new tab.
    I have tried this with many possibilities with no luck.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Get ajax response to open a link in new tab once form submit done’ is closed to new replies.