I have a survey using the pages dynamic-grid theme, and in that survey I have several repeats, including one nested pair. The issue: all repeats are automatically 'minimal' appearance, and it sabotages some required questions in the nested repeat. How do I force a non-minimal appearance on repeats with the pages dynamic-grid?
Basic layout is below. There are several additional groups within the repeats for different parts of the survey.
| type | name | appearance |
| begin group | pageFour | field-list w1 |
| begin repeat | Treatments | w1 |
| begin group | treatmentsSurveyGroup | w2 |
| geopoint | treatments_point | w2 |
| text | treatmentName | w1 |
| text | projectName | w1 |
| select_one YesNo | positiveImpact | w2 |
| begin repeat | treatmentPhotos | w2:2 |
| image** | treatmentPhoto | w2 |
| text | imageCaption | w1 |
| text | imageLocation | w1 |
end repeat | | |
| end group | | |
The functionality I need: the image question is required if the ${positiveImpact} = "Yes". This works, but only if one clicks the plus sign to add an image to the repeat question. This would be resolved if the image repeat section was expanded by default, btu it's not with the w2:2 appearance (which has seemed necessary to get it to show up at all). This means users can technically submit records without the image repeat filled out, despite it having a positive impact.
If a survey is opened from Sent folder, though, the repeat is expanded by default.

