You could use the donation form shortcode to drop the form onto a Page or Post and use your site commenting system (we use Disqus on our site).
Hey @cannadems – you could add a simple text area field to the donation form pretty easily that saves to the payment meta. Then you could review that data in the backend and pick and choose the comments you like as you describe.
You can do this using code; we have a few snippets that can help you get on your way: https://github.com/WordImpress/Give-Snippet-Library/blob/master/form-customizations/ and a tutorial: https://givewp.com/documentation/developers/how-to-create-custom-form-fields/
We also have a Form Field Manager add-on that allows you to do this without code: https://givewp.com/addons/form-field-manager/
I hope this helps. Please let me know if you have anymore questions.
(@cannadems)
8 years, 7 months ago
Just downloaded the Give plugin. I’m trying to figure out how to create some field in the form to accept donor comments. We would like to gather comments from people as they donate, and highlight the comments we like on the donations page.
Any Suggestions?