We have an evaluation process which sends the same form to four different individuals simultaneously. However, the four individuals do not complete the form at the same time. The challenge is when one of the individuals completes the form any other individual's form will come pre-loaded with data from the last submission. We tried to create a copy of the form for each individual (i.e. four copies of the same form) however the same variable is associated with all forms hence the issue persists.
Is there a way to change the variables associated with a field? or is there a better way of solving this?