Keep custom state of a repeating group's cell after page refresh

Hello all

I have a repeating group with multiline input in each of its cells. I created a custom state for each cell “editable and not-editable” (yes/no). However as you all may know, once I refresh the page, the not-editable segments return back to the default value.

How would I go about keeping the state of these cells even after page refresh?

Custom states will always get reset when the page is refreshed. You’ll need to assign values to the custom state on page load.

Thanks. I’ll research how to do this.

This topic was automatically closed after 70 days. New replies are no longer allowed.