Open paypal login in new window after submit button his pressed

  • alabamaupc
    Asked on August 8, 2017 at 3:06 PM

    Hi,

    I have a form for donations set up and embedded in a webpage using Paypal. When I hit the submit button it opens up the paypal sign in page in the same frame in the webpage. When hitting the submit button I would like the paypal page/login to open up in a new window instead of the same frame as the webpage. 

    Is this possible?

    Thanks for your help.

  • aubreybourke
    Replied on August 8, 2017 at 3:44 PM

    It is possible but you would need to use the full source code embed method. 

    How to get the Full Source Code of your Form 

    Then you would need to add "target = _blank" on the form line tag.

    So, it would look something like this:

    <form target = "_blank" class="jotform-form" action="http://submit.jotformpro.com/submit/123456789/" method="post" name="form_31045736566962" id="123456789" accept-charset="utf-8">

    The disadvantage of this method is that you will need embed the code manually every time you update your form.