Tell us what you are trying to do?
Add relationships while creating a post using Post Form. Preferably bulk adding of relationships versus one by one submission.
Is there any documentation that you are following?
Couldn't find anything except for https://toolset.com/documentation/post-relationships/how-to-build-front-end-forms-for-connecting-posts/editing-existing-connections-between-related-posts/
Is there a similar example that we can see?
N/A
What is the link to your site?
Combine Post Form: enlace oculto
With Relationship Form: enlace oculto
Hello,
I assume we are talking about many-to-many post type relationship.
There isn't such kind of built-in feature within Toolset Forms plugin, one form can handle only one post/user/relationship.
And according to HTML standard, form within form is not allowed, see similar thread:
https://stackoverflow.com/questions/1759006/embed-an-html-form-within-a-larger-form
So I suggest you follow our document to setup/display the relationship form:
https://toolset.com/documentation/post-relationships/how-to-build-front-end-forms-for-connecting-posts/creating-new-connections-between-related-posts/
Hi Luo,
I've already followed the above guide, but looking for a more streamlined way of adding relationships.
Is there a way for me to replicate this (attached image) in the WordPress UI using Post Forms?
Thanks.
As I mentioned above, there isn't such kind of feature within Toolset Forms plugin, and you can not put the relationship form into post form for creating post, it won't work as expected.
Currently, you can add a feature request for it:
https://toolset.com/home/contact-us/suggest-a-new-feature-for-toolset/
Our developers will evaluate it.
My issue is resolved now. Thank you!