I am trying to use Confiforms to streamline and standardize our meeting minutes recording.
My issue is when the page is created the data that is displayed on that page (which should be from the entry that created the page) it displays all the entries to the form instead of only the corresponding one. If I limit the number of results it only returns the first entry to the form.
For example:
Date: 02/12/2024
Attendees: Bob, Jack, Jill
Minutes: These are the minutes from meeting 1.
Generate page 1 titled:
02/12/2024 Meeting Minutes
Date: 02/12/2024
Attendees: Bob, Jack, Jill
Minutes: These are the minutes from meeting 1.
I can do this, however if I make a second entry:
02/19/2024 Meeting Minutes
Date: 02/19/2024
Attendees: Bob, Jack, Sam, Kim
Minutes: These are the minutes from meeting 2.
Page 1 and Page 2 will read:
02/12/2024 Meeting Minutes or 02/19/2024 Meeting Minutes (No issue with the title)
Date: 02/12/2024 02/19/2024
Attendees: Bob, Jack, Jill Bob, Jack, Sam, Kim
Minutes: These are the minutes from meeting 1. These are the minutes from meeting 2.
Hi @Alex Moyer
I assume you are creating pages with ConfiForms, right?
And the contents of a page has a some kind of a view macro from ConfiForms plugin to display data, correct?
The easiest way to handle the issue you are having is to have a dynamic filter on this view macro
id:[entry.id]
This will automatically transform to the ID of the record in the context used to create this page
Alex
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.