I have a survey containing a repeat. The repeat count is set to 20, because for every survey there must be 20 responses.
Currently the user could potentially submit the survey when less than 20 responses have been completed. This will cause problems further down the line so I would like the survey to only be valid when the repeat count is 20 - is this possible? In other words, repeat count is 20 meaning the user can submit or; repeat count is 17 meaning the user can't submit until all 20 repeats have been completed.
Please can someone offer advice?