• Resolved nrtdesign

    (@nrtdesign)


    Is there a way to open a new page to PayPal when the submit button is pressed?

Viewing 1 replies (of 1 total)
  • Plugin Author codepeople

    (@codepeople)

    Hi,

    A solution is to put the following script in some script file of your website:

    window.addEventListener('DOMContentLoaded', (event) => {
        document.getElementById("cp_contactformpp_pform_1").target='_blank';
    });

    Another solution (not recommended since will be overwritten in future plugin updates) is to put the target=”_blank” to the form tag in the plugin file “cp_contactformpp_public_int.inc.php” (line #10).

    Thank you for using the plugin!

Viewing 1 replies (of 1 total)
  • The topic ‘Open in New Page on Submit’ is closed to new replies.