This can be done by configuring the survey to allow users to edit responses, which I think you have already done.
To send the user directly to a response, you'll need to append the following to the survey URL:
&edit=true and &ResponseID=[RESPONSE_GUID]
Replace [RESPONSE_GUID] with the GUID field that can be found in the GUID column of the ckbx_Response table in the database.
|