PLEASE NOTE: These forums are no longer utilized and are provided as an archive for informational purposes only. All support issues will be handled via email using our support ticket system. For more detailed information on this change, please see this blog post.

open PayPal in new window

  1. I've got a form running on a client site (http://www.theoffwhitepages.com/get-listed/) that works perfectly. The only question / issue is that PayPal opens in the same window. The client is concerned about people canceling and thus being gone off the site. While I explained to her that there is a 'return' link, is there a way to force PP to open in a new tab / window?

    Posted 12 years ago on Thursday February 9, 2012 | Permalink
  2. leonmagee
    Member

    I need help with this as well. I tried to use jQuery to change the target attribute of both the form and the submit button to _blank, but neither of these methods work.

    Posted 12 years ago on Friday February 10, 2012 | Permalink
  3. I have the same problem. It looks like issue was never attended to.

    Gravity Forms please help with this issue!

    Posted 11 years ago on Friday October 26, 2012 | Permalink
  4. You can change the < form > tag in Gravity Forms by using the gform_form_tag:
    http://www.gravityhelp.com/documentation/page/Gform_form_tag

    You can add a target attribute to the form tag at that point:

    target="_blank"

    Let us know if you need help implementing that.

    Posted 11 years ago on Saturday October 27, 2012 | Permalink
  5. stacker02
    Member

    Chris, what would this code look like if I wanted all my forms to open in a new window?

    Posted 11 years ago on Monday December 3, 2012 | Permalink
  6. I believe that code will apply to all forms.

    Posted 11 years ago on Monday December 3, 2012 | Permalink