Hi everyone,
I have created master form that linked with 5 sub-form. All subform is linked to the master form using the same value ‘call_id’.
Below is the sample structure:
A. Master Activity form
- Sub Form - Tank Measurement:
fields: call_id, temperature, water_level, (other fields) - Sub Form - Room Measurement:
fields: call_id, temperature, water_level, (other fields)
The field that has the same name, might have the same value, so in order to make it faster for user when they are filling the forms, I want to make the value from the subform 1 become the default value for fields in the subform 2.
I have tried to link the forms using linked_forms. So, master activity form linked to subform 1 and 2, and subform 1 linked to subform 2. But, the data from subform 1 only shown on subform 2, when the subform 2 is opened via the subform 1.
Any help will be appreciated