Forum Replies Created
-
AuthorPosts
-
Codog
ParticipantThats great news!
Thanks for letting me know ๐
Codog
ParticipantAny news on this will likely be fixed guy's. I would really like to have some sort defence against spam registrations.
Cheers ๐
April 15, 2025 at 10:06 PM in reply to: Invalid captcha token - MB User Profile Register Form #48060Codog
ParticipantHi Peter,
thanks for keeping me updated. I look forward to the fix ASAP... getting far more bot registrations than I would like!Cheers ๐
April 14, 2025 at 11:12 PM in reply to: Invalid captcha token - MB User Profile Register Form #48052Codog
ParticipantHi peter,
Thanks for getting back to me but I have already added my local domain to the ReCaptcha domain settings (https://www.google.com/recaptcha/admin/). My local domain is an allowed valid domain IE: xxxxxxxxx.localI have also validated my secret and site keys....They are fine! I have tested them on alternate metabox frontend forms to check they are not at fault?
To reiterate, this is only seen on the register form.
I would be very grateful if you could take the time to reproduce this issue following my steps above.
Cheers ๐
Codog
ParticipantHi Peter,
thanks for getting back to me. So what are the existing "script handle names" then? These...function metabox_remove_styles() { wp_dequeue_style( 'rwmb' ); wp_dequeue_style( 'rwmb-input' ); wp_dequeue_style( 'rwmb-input-list' ); wp_dequeue_style( 'rwmb-select' ); } add_action( 'rwmb_enqueue_scripts', 'metabox_remove_styles', 99 );March 4, 2025 at 7:03 PM in reply to: โ 'Hidden' Field type with 'std' value does not get saved in clone #47772Codog
ParticipantAfter further investigation this was a bug at my end. You can close this ticket ๐
March 4, 2025 at 7:01 PM in reply to: MB jQuery Validation - Scroll To Highlight Error - file_upload - Issue #47771Codog
ParticipantHi there,
is there any news on this fix? Or when this is likely to be addressed?Cheers ๐
February 4, 2025 at 4:42 PM in reply to: โ 'Hidden' Field type with 'std' value does not get saved in clone #47584Codog
ParticipantHi Peter,
thanks for getting back to me. The result is still the same for me. I see no errors in my debug.log or browser console. I did forget to mention that my hidden cloneable field is also within an MB Frontend Form. Can you reproduce the issue in that context?Thanks!
January 21, 2025 at 12:11 AM in reply to: โ 'Switch' Element Cannot be Defaulted to "On" within MB Group "Clones" #47478Codog
ParticipantHi Peter,
perfect! Not sure how I missed that...doh!Thanks.
January 18, 2025 at 9:42 PM in reply to: โ 'Switch' Custom Field Element Cannot be Defaulted to "On" #47453Codog
ParticipantHi Peter,
I have found an additional condition where'std' => true,for the Switch element is not respected in Metabox Group Subfield clones. Please see this ticket: https://support.metabox.io/topic/switch-element-cannot-be-defaulted-to-on-within-mb-group-clones/. Thanks!January 18, 2025 at 5:50 PM in reply to: โ 'Switch' Custom Field Element Cannot be Defaulted to "On" #47450Codog
ParticipantHi Peter,
thanks for getting back to me. After further investigation and testing, It looks like this issue was a false positive and related to a transient. The switch works as expected with the'std' => true,attribute. My bad! This can be closed.January 9, 2025 at 9:02 PM in reply to: MB jQuery Validation - Scroll To Highlight Error - file_upload - Issue #47354Codog
ParticipantHi Peter,
thanks for letting me know and I look forward to the fix ๐January 8, 2025 at 11:52 PM in reply to: MB jQuery Validation - Scroll To Highlight Error - file_upload - Issue #47347Codog
ParticipantHi Peter,
appreciate the image reference, but I don't use the Metabox builder UI. I create my custom fields with PHP. I assume that the equivalent in my custom field declaration is simply'required' => true? Which is what I am using an thefile_uploadcustom field like this:[ 'name' => __( 'Image', 'text_domain' ), 'id' => '_thumbnail_id', 'type' => 'file_upload', 'max_file_size' => '2mb', 'max_file_uploads' => 1, 'required' => true, ],This does not work as I have previously described? Or have I misunderstood your explanation?
January 8, 2025 at 10:07 PM in reply to: MB jQuery Validation - Scroll To Highlight Error - file_upload - Issue #47338Codog
ParticipantHi Peter,
thanks for getting back to me. When you say ..."the required field setting as an alternative way"... Where is this alternative method documented?Secondly, will this alternative method solve the 'Scrolling to the error issue" I am highlighting?
Thanks in advance ๐
January 7, 2025 at 5:53 PM in reply to: โ unserialize(): Error - When using custom admin column #47321Codog
ParticipantHi Peter,
thanks for the guidance. After some further debugging, turns out the unserialize() issue I was experiencing originated from a completely unrelated function. My apologies. -
AuthorPosts