Skip Navigation

[Resolved] Displaying contents of related forms in one post after the submission?

This support ticket is created 6 years, 3 months ago. There's a good chance that you are reading advice that it now obsolete.

This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.

No supporters are available to work today on Toolset forum. Feel free to create tickets and we will handle it as soon as we are online. Thank you for your understanding.

Sun Mon Tue Wed Thu Fri Sat
8:00 – 12:00 8:00 – 12:00 8:00 – 12:00 8:00 – 12:00 8:00 – 12:00 - -
13:00 – 17:00 13:00 – 17:00 13:00 – 17:00 13:00 – 17:00 13:00 – 17:00 - -

Supporter timezone: America/New_York (GMT-04:00)

Author
Posts
#1083079

Hello, I'm building some process of submissions.

1. Here I have the first post Form where I can submit some Team(s): hidden link In this example I'm submitting the Team with the automatically generated post title "Some class-School something"

2. Then I continue with submitting some Project by another post Form: hidden link There is a relation with the previous post Form – here I can assign some Team as the author of this Project (in this example I'm assigning previously submitted the Team called "Some class-School something")

3. Now after the submission I can see the content of the Project with the submitted name "Project Something": hidden link

My problem: I NEED TO SEE ALSO THE CONTENT OF PREVIOUSLY SELECTED/ASSIGNED TEAM DOWN BELLOW – in this case, bellow of the Project's content I need to see also the content of "Some class-School something" post form.

SO I NEED TO SEE THE CONTENT OF BOTH RELATED FORMS IN ONE POST/DOCUMENT.

How to make it? Thanks!

Best,

Jiri.

P.S. I already made a video call with Mr. Minesh Shah so maybe it is a good idea to assign this issue to him directly. But in general, anyone can help me, for sure ? Thank you!

#1083238

There is a relation with the previous post Form – here I can assign some Team as the author of this Project
How are the Team and Project posts related in Types - is there a Post Relationship, or a Post Reference Field?

Let's assume the Team is the parent and the Project is the child in a one-to-many Post Relationship. On the Project post, you want to display information from the parent Team post. You can do that by adding the parent post information in the child post Content Template. We have a document available here that shows how to display information from a parent post: https://toolset.com/documentation/post-relationships/how-to-display-related-posts-with-toolset/#displaying-one-related-item-parent

More information you might find useful:
https://toolset.com/documentation/post-relationships/how-to-display-related-posts-with-toolset/displaying-related-child-posts/