Is there a way to code some kind of an if/then statement for recurring donations on receipts? We have the option for donors to check the "One-time" or "Yearly" box on our regular donation forms, but the generic C&P receipt language is a little confusing to folks who are only donating one-time. The content that shows up (regardless if the one-time OR yearly box is checked) is:
This is a recurring payment. Your card will be charged {TotalAmount} every {Periodicity} for {Period} periods. The next payment occurs on {NextPaymentDate}.
Is there any way to code that to ONLY show up IF the person checks the Yearly box (i.e. recurring donation)?
Thanks for your help!
This is a recurring payment. Your card will be charged {TotalAmount} every {Periodicity} for {Period} periods. The next payment occurs on {NextPaymentDate}.
Is there any way to code that to ONLY show up IF the person checks the Yearly box (i.e. recurring donation)?
Thanks for your help!
Comment