Title: Send Credentials checkbox
Last modified: January 23, 2021

---

# Send Credentials checkbox

 *  Resolved [davidesape87](https://wordpress.org/support/users/davidesape87/)
 * (@davidesape87)
 * [5 years, 4 months ago](https://wordpress.org/support/topic/send-credentials-checkbox/)
 * Hi, I checked the “hidden and checked” but I want it never send the message to
   the user.
    How should I do? I have the free version
 * Thx
    -  This topic was modified 5 years, 4 months ago by [davidesape87](https://wordpress.org/support/users/davidesape87/).

Viewing 1 replies (of 1 total)

 *  Plugin Support [Madalina Ruzsa](https://wordpress.org/support/users/madalinaruzsa/)
 * (@madalinaruzsa)
 * [5 years, 4 months ago](https://wordpress.org/support/topic/send-credentials-checkbox/#post-13959419)
 * Hi [@davidesape87](https://wordpress.org/support/users/davidesape87/),
 * In case you want it hidden and disabled, you may use this custom code:
 * add_filter(‘wppb_send_credentials_checkbox_logic’, ‘wppbc_send_credentials_hidden’,
   10, 2); function wppbc_send_credentials_hidden($requestdata, $form){ return ”;}
 * Please include it in a custom plugin, as described here:
    [https://www.cozmoslabs.com/docs/profile-builder-2/developers-knowledge-base/](https://www.cozmoslabs.com/docs/profile-builder-2/developers-knowledge-base/)
 * With the best of regards,

Viewing 1 replies (of 1 total)

The topic ‘Send Credentials checkbox’ is closed to new replies.

 * ![](https://ps.w.org/profile-builder/assets/icon-256x256.png?rev=2961144)
 * [User Profile Builder - Beautiful User Registration Forms, User Profiles & User Role Editor](https://wordpress.org/plugins/profile-builder/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/profile-builder/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/profile-builder/)
 * [Active Topics](https://wordpress.org/support/plugin/profile-builder/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/profile-builder/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/profile-builder/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Madalina Ruzsa](https://wordpress.org/support/users/madalinaruzsa/)
 * Last activity: [5 years, 4 months ago](https://wordpress.org/support/topic/send-credentials-checkbox/#post-13959419)
 * Status: resolved