Title: Adding security message
Last modified: December 13, 2016

---

# Adding security message

 *  Resolved [adelantefoundation](https://wordpress.org/support/users/adelantefoundation/)
 * (@adelantefoundation)
 * [9 years, 5 months ago](https://wordpress.org/support/topic/adding-security-message/)
 * I would like to enforce security and trust by adding some basic messaging to 
   the credit card form, such as “Secure credit cart payment. This a secure SSL 
   encrypted payment” above the Credit card payment. Is there any way to do that?
   
   Thank you

Viewing 1 replies (of 1 total)

 *  [Eric Daams](https://wordpress.org/support/users/ericdaams/)
 * (@ericdaams)
 * [9 years, 5 months ago](https://wordpress.org/support/topic/adding-security-message/#post-8549560)
 * Just replied to your email about this, but I’ll leave my response here too in
   case it benefits others:
 * You can achieve what you want with a little bit of custom code. Here is a snippet
   of code you can use as a starting point: [https://github.com/Charitable/library/blob/master/extensions/ambassadors/campaign-submission-form/add-description-field.php](https://github.com/Charitable/library/blob/master/extensions/ambassadors/campaign-submission-form/add-description-field.php)
 * You’ll need to change this line:
 *     ```
       add_filter( 'charitable_campaign_submission_campaign_fields', 'ed_add_description_field_to_form' );
       ```
   
 * Change it to:
 *     ```
       add_filter( 'charitable_credit_card_fields', 'ed_add_description_field_to_form' );
       ```
   
 * See [https://github.com/Charitable/library#how-to-use-the-code-snippets](https://github.com/Charitable/library#how-to-use-the-code-snippets)
   for tips on how to add this to your site.
 * Cheers,
    Eric

Viewing 1 replies (of 1 total)

The topic ‘Adding security message’ is closed to new replies.

 * ![](https://ps.w.org/charitable/assets/icon-128x128.jpg?rev=1225178)
 * [Charitable - Donation Plugin for WordPress - Fundraising with Recurring Donations & More](https://wordpress.org/plugins/charitable/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/charitable/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/charitable/)
 * [Active Topics](https://wordpress.org/support/plugin/charitable/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/charitable/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/charitable/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Eric Daams](https://wordpress.org/support/users/ericdaams/)
 * Last activity: [9 years, 5 months ago](https://wordpress.org/support/topic/adding-security-message/#post-8549560)
 * Status: resolved