Context:
When opening a form of a "completed" Survey Response through an instance table, users are required to select "edit response" to make changes.
This results in removing the update trigger of the related instance table, which:
1. Closes the saved form & redirects to "Record home page", does not close pop-up [not an issue]
2. When pop-up is closed instance table will not have updated [the issue]
For the Pop-up window associated with the instance table I can see the url variables change from:
- pid=000, id=11, event_id=22, page=form_name, instance=1, extmod_instance_table=1
To "edit response" enabled:
- pid=000, id=11, event_id=22, page=form_name, instance=1, editresp=1
Resolution Possibilities:
- Is there a means to update the instance table through a button similar to the "+Add New".
- Don't want users to refresh entire page instance table is on.
- Or is there a way to pipe the editresp=1 when selecting a form through the instance table along with extmod_instance_table=1 which would be a more neat solution for use.
- Unsure if this would even work given user privileges.
Cheers,
Dan.