Include information about repeats when viewing saved forms

Hi Folks,

I hope that someone out there might be able to help me modify the information displayed when editing a saved form. When viewing a saved form, repeats are listed in the order that they were collected distinguished by a record number (e.g., info_group 1, info_group 2, info_group 3...). Is it somehow possible to adjust the form such that some identifying feature about each repeat record could be displayed?

For example,

viewing the contents of a saved form looks like this:

Date...
Site...
etc...

info_group 1
info_group 2
info_group 3
info_group .
info_group .
info_group .
info_group n

What would be extremely helpful is something like this, where some data collected as part of each repeat takes the place of the 'repeat number':

Date...
Site...
etc...

info_group apple
info_group pear
info_group grapes
info_group .
info_group .
info_group .
info_group n

Thanks very much for any advice!

Stevan

Hi Folks,

I hope that someone out there might be able to help me modify the
information displayed when editing a saved form. When viewing a saved form,
repeats are listed in the order that they were collected distinguished by a
record number (e.g., info_group 1, info_group 2, info_group 3...). Is it
somehow possible to adjust the form such that some identifying feature
about each repeat record could be displayed?

For example,

viewing the contents of a saved form looks like this:

Date...
Site...
etc...

info_group 1
info_group 2
info_group 3
info_group .
info_group .
info_group .
info_group n

What would be extremely helpful is something like this, where some data
collected as part of each repeat takes the place of the 'repeat number':

Date...
Site...
etc...

info_group apple
info_group pear
info_group grapes
info_group .
info_group .
info_group .
info_group n

Thanks very much for any advice!

Stevan

Stevan,

it you set the label of the repeat group to a field within the group it
works just like you want, similar to below (you can use concatenation as
well.........to add other info)

type field label
begin-repeat info_group ${fruit}
text fruit whats your favorite fruit

ยทยทยท On Saturday, March 14, 2015 at 1:32:02 PM UTC-7, sre...@asu.edu wrote: