First, thank you in advance for any advice or guidance on this matter!
Summary of form- Form is used to create "posts" on an announcement board from multiple authors. I utilize the formidable view to display the details of the announcement.
On the detail view, I am looking to display the 5 most recent posts from that author from that form to include 3 fields (Title, category, and entry date. I'm a bit confused on how to implement this as I have attempted many shortcodes from the view and have failed at this attempt. Thank you again for all the help and advice!!
Create a view that filters on the author's user id. User id should be captured with the form entries. Sort the view by creation date descending and limit the display to 5 records.
Hi Victor, Thank you for the response, I guess that is my issue, I do not know how to filter by author user ID. I do have user ID field in the form. I believe I may be making this more complicated than it truly is. so the filter would look something like this "User ID" "is equal to" "author_id" ? This is where I am hung up. Thank you again Mr Font!
This should help: https://formidableforms.com/knowledgebase/filtering-entries/
Please login or Register to submit your answer