Tabular view with static and editable fields

Say I have 10 fields (column) with 10 records (row) of table. Out of 10 fields, the records of field 1 to 8 are static and remaining 2 fields allow the user to edit or input new data based on the data type. A user with the link can see the table with static field and make changes to the only editable fields.

@M5610020, could you share with the community a screenshot of your issue so that the community should be able to view it pictorially?

Do you mean, you want to block some variables (8) for editing, and allow others (2) for editing, in the same submission, on server level?

Yes, please

If this is after the data collection, a workaround could be to use/deploy a new changed version of your form where all the non-edit variables are set to read_only = true.
But be aware:

  • on edit/save all calculations in your form will be re-activated, e.g. time stamps may change then.

I will be collecting the data twice in a year a part of monitoring activity. For this, I will populate fields ( static/uneditable) and the enumerator will be able to collect info for corresponding fields ( only two fields that is editable)