So I am working on this Tracker Capture Program called RTS that has a number of fields.
One of the initial fields, is for an activity selection. Each selection hides or displays certain fields based on the selection.
I have found that the previous developer did the form in such a way that when accessing the form through the app, by default, activity 5 is selected.
Also the form is a section form on the web, and I think the format of it through mobile is a grid form?
So for all the TEIs against that OU listed vertically, on the mobile, it picks the amount on hand (data element) from the previous event against that TEI, allows you to input a quantity (data element) horizontally that works as the equivalent of taking items (data element) on the web form.
Questions:
- Is this what the documentation refers to as a grid form?
- How is a particular section and maybe program rule applied by default to the mobile but on the web the form opens as is?