Title: Trippetchz's Replies | WordPress.org

---

# Trippetchz

  [  ](https://wordpress.org/support/users/trippetchz/)

 *   [Profile](https://wordpress.org/support/users/trippetchz/)
 *   [Topics Started](https://wordpress.org/support/users/trippetchz/topics/)
 *   [Replies Created](https://wordpress.org/support/users/trippetchz/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/trippetchz/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/trippetchz/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/trippetchz/engagements/)
 *   [Favorites](https://wordpress.org/support/users/trippetchz/favorites/)

 Search replies:

## Forum Replies Created

Viewing 15 replies - 1 through 15 (of 54 total)

1 [2](https://wordpress.org/support/users/trippetchz/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/trippetchz/replies/page/3/?output_format=md)
[4](https://wordpress.org/support/users/trippetchz/replies/page/4/?output_format=md)
[→](https://wordpress.org/support/users/trippetchz/replies/page/2/?output_format=md)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Participants Database] Attribute to have checkboxes unchecked by default](https://wordpress.org/support/topic/attribute-to-have-checkboxes-unchecked-by-default/)
 *  Thread Starter [Trippetchz](https://wordpress.org/support/users/trippetchz/)
 * (@trippetchz)
 * [1 year, 2 months ago](https://wordpress.org/support/topic/attribute-to-have-checkboxes-unchecked-by-default/#post-18500428)
 * If I remove the help text and put “I am over 18 years of age” as an option it
   works ok again. 🙂
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Participants Database] Attribute to have checkboxes unchecked by default](https://wordpress.org/support/topic/attribute-to-have-checkboxes-unchecked-by-default/)
 *  Thread Starter [Trippetchz](https://wordpress.org/support/users/trippetchz/)
 * (@trippetchz)
 * [1 year, 2 months ago](https://wordpress.org/support/topic/attribute-to-have-checkboxes-unchecked-by-default/#post-18500426)
 * Which looks like this with the new version:
 * ![](https://i0.wp.com/i.postimg.cc/FHwLf2qg/Screenshot-from-2025-06-06-15-11-
   55.png?ssl=1)
 * instead of this, from older versions:
 * ![](https://i0.wp.com/i.postimg.cc/JhJBjpCw/Screenshot-from-2025-06-06-15-12-
   31.png?ssl=1)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Participants Database] Attribute to have checkboxes unchecked by default](https://wordpress.org/support/topic/attribute-to-have-checkboxes-unchecked-by-default/)
 *  Thread Starter [Trippetchz](https://wordpress.org/support/users/trippetchz/)
 * (@trippetchz)
 * [1 year, 2 months ago](https://wordpress.org/support/topic/attribute-to-have-checkboxes-unchecked-by-default/#post-18500421)
 * Hi thanks for getting back.
 * Unfortunately, doing that works, but adds the “checked” text on to the signup
   page itself (which is unwanted):
 *     ```wp-block-code
       <div class="controls">    <span class="help-block">I am over 18 years of age.</span>    <input name="test2" id="pdb-test2-2-default" class="required-field" type="hidden" value="unchecked">    <label for="pdb-test2-2"><input name="test2" id="pdb-test2-2" class="required-field" type="checkbox" value="checked">checked</label></div>
       ```
   
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Powerkit – Supercharge your WordPress Site] Problem with `_load_textdomain_just_in_time` WordPress 6.7](https://wordpress.org/support/topic/problem-with-_load_textdomain_just_in_time-wordpress-6-7/)
 *  Thread Starter [Trippetchz](https://wordpress.org/support/users/trippetchz/)
 * (@trippetchz)
 * [1 year, 8 months ago](https://wordpress.org/support/topic/problem-with-_load_textdomain_just_in_time-wordpress-6-7/#post-18147386)
 * Thank you! 🙂
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Participants Database] Sanitizing input?](https://wordpress.org/support/topic/sanitizing-input/)
 *  Thread Starter [Trippetchz](https://wordpress.org/support/users/trippetchz/)
 * (@trippetchz)
 * [1 year, 10 months ago](https://wordpress.org/support/topic/sanitizing-input/#post-18028720)
 * Hi there, not rushing you or anything, no stress, but just wondering a potential
   ETA on this new feature? 🙂 Thanks! T
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Participants Database] Sanitizing input?](https://wordpress.org/support/topic/sanitizing-input/)
 *  Thread Starter [Trippetchz](https://wordpress.org/support/users/trippetchz/)
 * (@trippetchz)
 * [2 years ago](https://wordpress.org/support/topic/sanitizing-input/#post-17918713)
 * Hi there,
 * Thanks for your reply.
 * I’d like that, thanks—the option to totally disallow any HTML content in the 
   core plugin. I think I’ll wait for that to get deployed 😉
 * Cheers,
   T
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Participants Database] Sanitizing input?](https://wordpress.org/support/topic/sanitizing-input/)
 *  Thread Starter [Trippetchz](https://wordpress.org/support/users/trippetchz/)
 * (@trippetchz)
 * [2 years ago](https://wordpress.org/support/topic/sanitizing-input/#post-17903386)
 * Hi there,
 * Thanks for getting back.
 * Sure, the above example wasn’t dangerous, but this potentially is:
 * ![](https://i0.wp.com/i.postimg.cc/WzRzDr0r/Screenshot-from-2024-07-21-18-57-
   07.png?ssl=1)
 * And that passed through `wp_kses()` (apparently?) in the same vein.
 * I understand you’re saying some use cases want to except HTML and other input
   through Participants Database, but for our use, we definitely **do not** want
   any possibility of any tags or any other input being inserted in any of our front-
   end (or back-end), especially in fields such as “First Name” or “Last Name” where
   is should never be expected/accepted.
 * If this isn’t going to be mainlined, are there some hooks we can use to invoke`
   sanitize_text_field()` and `sanitize_textarea_field()` for our own set up then,
   please?
 * Thanks!
   T
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Participants Database] Quote marks escaped](https://wordpress.org/support/topic/quote-marks-escaped/)
 *  Thread Starter [Trippetchz](https://wordpress.org/support/users/trippetchz/)
 * (@trippetchz)
 * [2 years, 1 month ago](https://wordpress.org/support/topic/quote-marks-escaped/#post-17863416)
 * Great, thank you for that insight! 🙂
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Participants Database] How to limit the amount of characters for certain fields?](https://wordpress.org/support/topic/how-to-limit-the-amount-of-characters-for-certain-fields/)
 *  Thread Starter [Trippetchz](https://wordpress.org/support/users/trippetchz/)
 * (@trippetchz)
 * [2 years, 6 months ago](https://wordpress.org/support/topic/how-to-limit-the-amount-of-characters-for-certain-fields/#post-17410367)
 * Hi there, thanks for getting back 🙂 That’s great.
 * Just want to check the syntax for multiple attributes then. For example, how 
   do I set `maxlength` and also `placeholder` text of `"text with spaces"` for 
   example?
 * Thanks!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Participants Database] WordPress database error](https://wordpress.org/support/topic/wordpress-database-error-197/)
 *  Thread Starter [Trippetchz](https://wordpress.org/support/users/trippetchz/)
 * (@trippetchz)
 * [2 years, 9 months ago](https://wordpress.org/support/topic/wordpress-database-error-197/#post-17195178)
 * Thanks for the update.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Participants Database] WordPress 6.3](https://wordpress.org/support/topic/wordpress-6-3-3/)
 *  Thread Starter [Trippetchz](https://wordpress.org/support/users/trippetchz/)
 * (@trippetchz)
 * [2 years, 11 months ago](https://wordpress.org/support/topic/wordpress-6-3-3/#post-17035639)
 * That’s very helpful and fixed the issue. Thank you!!!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Participants Database] WordPress 6.3](https://wordpress.org/support/topic/wordpress-6-3-3/)
 *  Thread Starter [Trippetchz](https://wordpress.org/support/users/trippetchz/)
 * (@trippetchz)
 * [2 years, 11 months ago](https://wordpress.org/support/topic/wordpress-6-3-3/#post-17031860)
 *     ```wp-block-code
       Warning: foreach() argument must be of type array|object, bool given in wp-content/plugins/participants-database/classes/PDb_Admin_Notices.php on line 193
   
       Fatal error: Uncaught TypeError: array_filter(): Argument #1 ($array) must be of type array, bool given in wp-content/plugins/participants-database/classes/PDb_Admin_Notices.php:305 Stack trace: #0 wp-content/plugins/participants-database/classes/PDb_Admin_Notices.php(305): array_filter() #1 wp-content/plugins/participants-database/classes/PDb_Admin_Notices.php(221): PDb_Admin_Notices->purge_transient_notices() #2 wp-includes/class-wp-hook.php(308): PDb_Admin_Notices->action_admin_notices() #3 wp-includes/class-wp-hook.php(332): WP_Hook->apply_filters() #4 wp-includes/plugin.php(517): WP_Hook->do_action() #5 wp-admin/admin-header.php(303): do_action() #6 wp-admin/plugins.php(605): require_once('/home/rwriteor/...') #7 {main} thrown in wp-content/plugins/participants-database/classes/PDb_Admin_Notices.php on line 305
       ```
   
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Participants Database] Attributes field: Improve parsing of values with spaces](https://wordpress.org/support/topic/attributes-field-improve-parsing-of-values-with-spaces/)
 *  Thread Starter [Trippetchz](https://wordpress.org/support/users/trippetchz/)
 * (@trippetchz)
 * [3 years, 4 months ago](https://wordpress.org/support/topic/attributes-field-improve-parsing-of-values-with-spaces/#post-16651012)
 * Ah, okay great. That’s helpful. Thank you!!!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Participants Database] Attributes field: Improve parsing of values with spaces](https://wordpress.org/support/topic/attributes-field-improve-parsing-of-values-with-spaces/)
 *  Thread Starter [Trippetchz](https://wordpress.org/support/users/trippetchz/)
 * (@trippetchz)
 * [3 years, 4 months ago](https://wordpress.org/support/topic/attributes-field-improve-parsing-of-values-with-spaces/#post-16649559)
 * Just a friendly bump on this thread, in case it has been overlooked. Thanks!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Participants Database] Feature Request: Add a spinner to WP-Admin Actions](https://wordpress.org/support/topic/feature-request-add-a-spinner-to-wp-admin-actions/)
 *  Thread Starter [Trippetchz](https://wordpress.org/support/users/trippetchz/)
 * (@trippetchz)
 * [3 years, 4 months ago](https://wordpress.org/support/topic/feature-request-add-a-spinner-to-wp-admin-actions/#post-16649557)
 * Great, thanks!

Viewing 15 replies - 1 through 15 (of 54 total)

1 [2](https://wordpress.org/support/users/trippetchz/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/trippetchz/replies/page/3/?output_format=md)
[4](https://wordpress.org/support/users/trippetchz/replies/page/4/?output_format=md)
[→](https://wordpress.org/support/users/trippetchz/replies/page/2/?output_format=md)