I have a cpt with a repeatable field group. I created a form to add items to this repeatable field group. I'd like to be able to add multiple items to this field group at once. I think I read a while back that this was impossible, but I cannot find those posts now. Is it possible?
If impossible perhaps I could just add the form multiple times on the page, hide the submit buttons, and create one button that submits all the forms at once?
Hello. Thank you for contacting the Toolset support.
Repeating field group is managed as one-to-many post-relationship internally. So, each item of repeatable field group is managed as a single post. While using Toolset form you can create/edit only one post in each form, it can not create the multiple posts in one Toolset form.
That is why you need to create a new form to create a new entry for repeating field group.
Yes - but you will have to write custom code to add those additional entry.
For example - something like - if you want to create 2 more entry using your existing form then - so 1 entry using your oringal form and another two entry using the generic field. You can catch those generic field value using "cred_save_data" or "cred_submit_complete" hook and create new posts.