I've got one Form, called Message.
It consists of a field "content" and a smart classifier to itself called ParentMessage.
I now want to display all Messages hierarchically with ListViews.
Therefore I've got a ListView with filter ParentMessage is empty. Inside this ListView I'm adding a new ListView if there are records that have ParentMessage = current entry.id (direct children).
In this inner ListView I want to access fields of outer ListView, but don't know how, since both listViews are based on the same Form. Is there a way to to this?
Thanks in advance.
Markus
You can do that through the "ParentMessage" field that you have....
ParentMessage.field_in_a_message_form
You really thought about everything in ConfiForms did you? Thanks Alex!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
ConfiForms, in contrast to many other plugins out there, is developed differently… as a platform or a tool, that enables you to use your creativity and built new things. That’s a lot more difficult to achieve than developing a plugin that can do certain things, and certain things only.
Thank you for your feedback, Markus
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.