Thank you - this is exactly what I needed.
Just to clarify this application is possible - if I create shortcodes, can I ensure every group value is displayed together.
For example if I have a group with sub-fields for a word and its definition, and I want to make one long list (like a glossary). One user can contribute up to 5 words, but the list will include all the words of multiple users.
If I use a loop with using the shortcode, will it 1. Always match the subgroup values together? and 2. Can I use to display every value in custom order -eg take all those words from every user and reorder on one page - to achieve something like:
A Word 2 Definition 2 (from user 2)
B Word 8 Definition 8 (from user 4)
C word 3 Definition 3 (from user 2)
D word 1 Definition 1 (from user 1)
E word 4 Definition 4 (from user 3)
F word 5 Definition 5 (from user 4)