Willr - first off, thank you for the awesome user forms module.
i have one question regarding how the SubmittedFormField data is being reported on the Submissions tab. If you see on the attached screenshot, the submitted data fields appear in different order each time the form is submitted. i made no changes to the form configuration while inserting these 3 sample submissions back-to-back. as you can see, the earliest sorted the submitted fields according to the order of the fields in the form (which is the way i want it), but the more recent ones are sorted differently.
I looked at the template that is being rendered for this report in the cms and it appears to be pulling in FieldValues. Is there a way to alter the way the fields are being sorted to make sure the Fields are being presented in the proper order. It's not a big deal when there are 4 fields, but I will be adding more and it will start to be pretty messy.