I have and I have followed the instructions, but this article shows how to create a form just for the repeatable group.
If I need to inlcude this form to my New Post Form, how would I achieve this?
Hello. Thank you for contacting the Toolset support.
Toolset treat repeating field group as child post to the parent post where the repeating field group is added. Having said that there will be one-to-many post relationship between parent post (one) and repeating field group that is treated as child (many).
Regarding your query, you can not merge two post types (parent + repeating field group) as you will require two separate forms to add parent and related child posts (repeating field group).
Maybe you can create a page A where you add the form to add parent and as soon as user submits the parent details you can redirect user to page B where you will offer the form to add repeating field group items.
Thank you Minesh for your answer.
Do you happen to know if your suggestion works in this case:
When the user submits the parent post we save it as "pending". Will the user be able to proceed to "Page B" if his post is in pending status?
Thank you
Do you happen to know if your suggestion works in this case:
When the user submits the parent post we save it as "pending". Will the user be able to proceed to "Page B" if his post is in pending status?
==>
As far as I know yes, there will be no issue with that.