Trippetchz
Forum Replies Created
-
Forum: Plugins
In reply to: [Participants Database] Attribute to have checkboxes unchecked by defaultIf I remove the help text and put “I am over 18 years of age” as an option it works ok again. 🙂
Forum: Plugins
In reply to: [Participants Database] Attribute to have checkboxes unchecked by defaultWhich looks like this with the new version:

instead of this, from older versions:
Forum: Plugins
In reply to: [Participants Database] Attribute to have checkboxes unchecked by defaultHi thanks for getting back.
Unfortunately, doing that works, but adds the “checked” text on to the signup page itself (which is unwanted):
<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>Thank you! 🙂
Forum: Plugins
In reply to: [Participants Database] Sanitizing input?Hi there, not rushing you or anything, no stress, but just wondering a potential ETA on this new feature? 🙂 Thanks! T
Forum: Plugins
In reply to: [Participants Database] Sanitizing input?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,
TForum: Plugins
In reply to: [Participants Database] Sanitizing input?Hi there,
Thanks for getting back.
Sure, the above example wasn’t dangerous, but this potentially is:

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()andsanitize_textarea_field()for our own set up then, please?Thanks!
TForum: Plugins
In reply to: [Participants Database] Quote marks escapedGreat, thank you for that insight! 🙂
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
maxlengthand alsoplaceholdertext of"text with spaces"for example?Thanks!
Forum: Plugins
In reply to: [Participants Database] WordPress database errorThanks for the update.
Forum: Plugins
In reply to: [Participants Database] WordPress 6.3That’s very helpful and fixed the issue. Thank you!!!
Forum: Plugins
In reply to: [Participants Database] WordPress 6.3Warning: 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 305Ah, okay great. That’s helpful. Thank you!!!
Just a friendly bump on this thread, in case it has been overlooked. Thanks!
Forum: Plugins
In reply to: [Participants Database] Feature Request: Add a spinner to WP-Admin ActionsGreat, thanks!