Can WorldPay page be opened in the same Frame as Form?

  • PMGDigital
    Asked on October 17, 2014 at 10:24 AM
    was wondering if once 'Proceed to payment' is clicked the Worldpay page could keep within our website in the same 'frame' as the jotform form? At the moment Worldpay opens in the entire browser window (i.e closing our website down). Thanks
  • Charlie
    Replied on October 17, 2014 at 11:43 AM

    Hi,

    If you would like to open the payment page of Worldpay on a separate page, I believe you can do this by adding this code to the embedded source code of your form in the website.

    Code: target="_blank"

    To get the source code you can follow this link: http://www.jotform.com/help/104-How-to-get-your-Form-Source-Code

    A sample of it would be like this:

    <form target="_blank" class="jotform-form" action="http://submit.jotformpro.com/submit/42867795958986/" method="post" enctype="multipart/form-data" name="form_42867795958986" id="42867795958986" accept-charset="utf-8">

     

    With your concern regarding loading the payment page on the same frame, I believe that it is not recommended or an option, opening a new page or redirecting to its official link gives it a layer of security and submission of sensitive information or details regarding payment needs to be done in a secure environment.

    I hope this helps. Thank you.