I don't want customers to leave my website when they checkout with PayPal - how do I open a new window for PayPal?

  • artspaceparty
    Asked on September 5, 2016 at 9:39 PM

    I don't want customers to leave my website when they checkout with PayPal - how do I open a new window for PayPal?

     

    THANKS!! 

  • Chriistian Jotform Support
    Replied on September 5, 2016 at 11:09 PM

    That is possible to achieve by adding the target = "_blank" attribute to your form tag. However, this would require you to use the source code of the form to embed it to your website. Here's a guide on How to get the Full Source Code of your Form.

    Once you have copied the full source code, you can then find and modify the form tag, then add the said attribute as seen in the example below.

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

    I dont want customers to leave my website when they checkout with PayPal   how do I open a new window for PayPal? Image 1 Screenshot 20

    If you need further assistance, please let us know.
    Regards