Is it possible to update post to add a repeater group from a different form?

Support MB Custom Post Type Is it possible to update post to add a repeater group from a different form?

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #42524
    JorgeJorge
    Participant

    Hello!
    I'd like to know how to add a repeater group on an existing post when submitting a different form?

    The use case is something like this:

    A CPT acts as an item, part of a rental inventory. Then another form (another CPT perhaps) is used to checkout that item. When that occurs, add to the item a note with the data/details of the checkout (the repeater group). With this, when viewing the item post, you can see the "history" of how many times and who checked it out and such.

    Thank you!

    #42531
    PeterPeter
    Moderator

    Hello,

    I think it is possible but you need to use some custom code to do that. I suggest you can try to use the action hook rwmb_{$field_id}_after_save_field then update the field value of another CPT.
    Refer to the documentation https://docs.metabox.io/actions/rwmb-after-save-field/

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.