Forum Replies Created
-
AuthorPosts
-
Ryan Lauritsen
ParticipantDid you try saving and then reloading the page? When I do that only the first field (not the clones) has the filtered label.
Ryan Lauritsen
ParticipantSorry, correction...
I cannot get the
rwmb_{$field_id}_choice_labelfilter to work on a post field with'clone' => true:https://docs.metabox.io/filters/#choice-fields-user-post-taxonomy-filters
Could you provide an example of using this filter on a clonable choice field?
Ryan Lauritsen
ParticipantAny chance this could be implemented soon?
Here's an ACF function that shows how it handles this in case that helps you out:
https://github.com/AdvancedCustomFields/acf/blob/f745d197118d1396a45084ddad6299abdf78d72d/includes/api/api-helpers.php#L3736Ryan Lauritsen
ParticipantI see the auto-generated IDs on post type meta boxes in the admin but not on frontend forms (Frontend Submission extension). The auto-generated ID does not work on user meta boxes either in the admin or on frontend (User Profile extension).
Ryan Lauritsen
ParticipantThanks!
Ryan Lauritsen
ParticipantHey, Anh. Any ideas on this? Would you be willing to help determine if this is a bug in metabox or not?
Ryan Lauritsen
ParticipantThank you!
Ryan Lauritsen
ParticipantThanks, Anh. I'm a little confused though. Are you saying that this is not a bug?
We are using a WYSIWYG field in a frontend form where the Visual/Text tabs are removed via field options. And even if they were there a user would not know to switch between them to workaround this issue.
Is there any possibility of a fix coming for this?
May 9, 2019 at 2:32 AM in reply to: Submit Button gets disabled after submit when errors are still there #14477Ryan Lauritsen
ParticipantI can confirm we've had the same issue. Calpaq's fix seems to work. Thank you!
April 18, 2019 at 1:30 AM in reply to: ✅Image field has edit link even when user does not have edit capability #14196Ryan Lauritsen
ParticipantExcellent. Thanks, Anh!
Ryan Lauritsen
ParticipantThanks, Anh. I still can't get this to work. When I replace metabox's valide.js with my own javascript file, validation doesn't work at all. The form can be submitted without any validation.
Can you send a fix to me before you push it out with the new version of metabox so that I can get it implemented right away? We really need a fix ASAP.
Thank you.
Ryan Lauritsen
ParticipantI'm still struggling with this. Anything I do with the validate() method in my own javascript file (enqueued via
rwmb_enqueue_scriptshook) is causing the metabox validation function to not work. No jquery form validation occurs. Any suggestions?Ryan Lauritsen
ParticipantNevermind. I've figured out a solution.
Ryan Lauritsen
ParticipantThanks, Anh. How can I utilize the submitHandler for jQuery Validate with metabox?
https://jqueryvalidation.org/validate/#submithandlerRyan Lauritsen
ParticipantOk, thanks Anh.
-
AuthorPosts