List entries by category in custom display

I have a simple contact form/list containing category, name, phone, etc…. I want to display items in the list on a single page with data grouped by category.

Category 1

Entry for cat 1

Entry for cat 1

Category 2

Entry for cat 2

Entry for cat 2

 Is there a simple way to do this without having multiple pages with shortcode or custom displays ?
 

Thanks!

14 votes +1

This isn't currently an option to list by category in a custom display. So I guess you've got a couple of options... You can create one custom display for each category, or you can change the custom display to list "Both (dynamic)" and list the categories on the first page, and the entries for that category on the second page. Would either of these options work for you?

Here's a javascript workaround option as well:
http://formidablepro.com/help-desk/only-show-date-if-different-from-last/

Reply to this Topic

*