Forum Replies Created
-
AuthorPosts
-
Nicholas Cox
Participantok thanks, i have managed to create this and all working ok.
Nicholas Cox
Participantah well i thought it was supported on the front end, no worries, thats a shame, what action/hooks could i use to create a custom script for myself to make this work on the front end? thanks
Nicholas Cox
ParticipantHi Peter,
Ok thanks, what version did this stop working in? as i haven't updated to the latest version yet? any timeframe on it? thanks
Nicholas Cox
ParticipantHi, I am not using Metabox AIO? im been using this setup for the last few years. So is the metabox main plugin 'wpackagist-plugin/meta-box' not have the updates anymore?
"require": { "wpackagist-plugin/meta-box": "dev-trunk", "wpackagist-plugin/meta-box-text-limiter": "dev-trunk", "meta-box/mb-admin-columns": "dev-master", "meta-box/mb-blocks": "dev-master", "meta-box/mb-custom-table": "dev-master", "meta-box/mb-frontend-submission": "dev-master", "meta-box/mb-settings-page": "dev-master", "meta-box/mb-user-meta": "dev-master", "meta-box/mb-user-profile": "dev-master", "meta-box/meta-box-conditional-logic": "dev-master", "meta-box/meta-box-group": "dev-master", "meta-box/meta-box-tabs": "dev-master", "meta-box/meta-box-columns": "dev-master", }thanks
Nick
September 1, 2025 at 11:18 PM in reply to: edit model and default values and submission issue #48885Nicholas Cox
ParticipantHi, any update on this?
Nicholas Cox
Participantah i can see why this is not working.
i needed to remove the
edit="true"from the shorcode. I guess when passing a url param i dont need to have this enabled as im already editing the form. thanksNicholas Cox
Participantok thanks
Nicholas Cox
ParticipantIn older version's it used to keep the data in the form (using ajax) and for the client to finish off entering the rest of the required field data.
does this happen for all fields or just cloneable ones?
This would be bad for larger forms where it could take e.g. 10 minutes to fill out a form and a client missed one field value and validated with an error, then they will have to start over.
August 6, 2025 at 5:17 PM in reply to: rwmb_frontend_validate for cloneable groups issue with set_post_data #48653Nicholas Cox
ParticipantHi Peter,
any update on this?
thanks
Nick
Nicholas Cox
ParticipantHi Peter,
In regards to issue #2 the form details are earlier in this post.
So im using this shortcode
[mb_frontend_form id="dcp-payment-gateways" confirmation="Updated" ajax="true" object_type="model" edit="true"]then in the browser i go to the page and enter the object_id in the url paramater
http://localhost/dcplatform/payment-gateways/?rwmb_frontend_field_object_id=5You can see my database with one entry

video recording of the issue
https://screenrec.com/share/vVLTZw2NXlWhat else can i provide you with?
thanks
Nick
Nicholas Cox
Participanthi yes issue #1 but having the option to clone_empty_start makes it so if the customer does not enter anything then nothing is saved. So this surely should be an option? seems strange to show at least 1 group for all groups, this make the form longer to scroll and ruins the ux.
Yes for issue #2 i can not sometimes reproduce it too, it happens intermittently and no i do not have any custom code on this.
July 14, 2025 at 8:34 PM in reply to: rwmb_frontend_validate for cloneable groups issue with set_post_data #48560Nicholas Cox
ParticipantIm setting a few fields values, but the cloneable groups always has an empty value included, as i know this is hidden and user for the front end. But the
rwmb_request()->set_post_data( $_POST );is obviously setting the empty group as a value. So there is a conflict between the timing of the cleanup. But also the cleanup could also be changed to detect empty cloneable groups and remove them?Nicholas Cox
Participantok thanks, is there a workaround i can use for now?
Nicholas Cox
ParticipantHi Peter,
sorry you may have misunderstood my query, when i say Author i mean that the person who made the custom entry is the only user who can edit there posts. Is there any stored information about the author i can use to hide the custom table entry if they are not the author of the post?
Nicholas Cox
Participantalso when editing using
object_id=1in the shortcode, can i set this so the user who made the entry can only edit the post? or is this setup to do it on a capability level only? as not sure from the docs that if this behaves like posts do. -
AuthorPosts