Support
Support » Plugin: Charitable - Donation Plugin » Add “In memory of…” Note
(@pagan11460)
1 month, 1 week ago
Is there any way to add a text box to the donation form so that donors can add “In memory of John Smith” or “In honor of Joe Schmoe”?
The page I need help with: [log in to see the link]
(@ericdaams)
Hi @pagan11460,
You can add extra fields to the donation form using a bit of code. We have a detailed guide to our Donation Fields API available here:
https://www.wpcharitable.com/documentation/donation-fields-api/
For an example, you can check out this code snippet we have created, which shows how to add a new field:
https://github.com/Charitable/library/blob/master/donation-form/register-new-donation-field-1.5.php
You can add code like this using a plugin like Code Snippets.
Cheers, Eric