We have a donation site project. donation plugin I use is "Donation Platform for WooCommerce: Fundraising & Donation Management" Since the broadcast stream will continue on the site, when the "Donate Now" button is clicked, the checkout page must be opened in a new tab without disturbing the broadcast flow. Is there a way to open the checkout page in a new tab? Or is there another method you recommend?
CodePudding user response:
Just add formtarget="_blank"
attribute in button element to open in new window without disturbing the broadcast flow.
CodePudding user response:
I don't know where to add the formtarget="_blank"
code. I am giving the links of the plugins I use.