Hi all,
We have a digital product that we will be streaming for free, but we will require patrons to make a reservation for the event in TNEW, and they will access the content through the TNEW gated content feature, However, we would like to ask for a suggested donation, but I am not sure how to make that work in the TNEW purchase path. Has anyone done anything similar to this?
Thanks!
Charlotte
Hi Charlotte -
One suggestion from me would be to add content on the digital content page itself that suggests adding a donation and then the link to a one-page giving page in a separate browser tab. I'm know other members of the community may have some better ideas, but just wanted to suggest this as a simple option.
Hi Nara or any of you kind people,
Does anyone know how to write the html code for a link that that would open a new browser tab?
Thanks.
I believe in the a href tag, you would add a target="_blank" so the code would look like:
<a href="https://yoururlgoeshere.com/" target="_blank">Donate Now!</a>Let me know if that doesn't work.