An Edit Link will allow a survey respondent to complete a partial response or edit the information that he or she already submitted. You can obtain an edit link one-by-one within your individual responses, you can include all edit links in a CSV/Excel export or you can include the Edit Link Merge Code in your survey.
Note: Edit links are not available for Test Responses.
Features of Edit Links
Before you start working with Edit Links, there are a few things that you should be aware of:
- Edit Links are designed to take the survey respondent to Page One of your survey, allowing them to go through the survey again and update their answers, if necessary. Remove the &sg_navigate=start portion of the link to take the respondent to the last page they saw.
- If a respondent uses an Edit Link and re-submits their survey response, their Date & Time Submitted information will be updated.
- Edit Links take respondents back into their original survey session. It is important to know that the session is locked which means that it reflects the survey version at the time the original response was started. Any changes that you made to the survey after the respondent started (e.g., adding questions, changes to look & feel, etc.) will not be reflected via the Edit Link.
Obtaining an Edit Link for a given response
- Go to Results > Individual Responses and find the Individual Response for your respondent. Click on the response.
- Click the Details tab.
- The Edit Response when clicked will open a new tab or window and will take you to the survey to edit. Copy this URL from your browser to send to the respondent so that they can continue filling out their response (or make changes to their response).
Export all Edit Links
- Go to Results > Exports and click CSV/Excel to create a new export.
- Click Create Report and then go to the Settings tab. Scroll down to the bottom and select the option to Include Edit Links.
- Go to the the General tab and make sure the newly added Edit Links checkbox is selected so that it is included in the export.
- Save and Run Report!
Once you download the export, you'll see Edit Links as the column just before your first survey question:
Dynamically pull the merge code for each response using the Edit Link Merge Code
We also have a merge code for the Edit link that you can include in the survey itself, allowing respondents to return to their response. It's usually found on the Thank You page:
[survey("edit link")]
Note: The Edit Link merge code is not compatible inside of an Email Campaign email message.
Set up an automated email to send respondents an Edit Link
The edit link merge code can be used within a Send Email Action to automatically email respondents a link to edit their response. Follow the steps in the Send Email Action Tutorial to set up a send email action on the second or later page in your survey. When you get to the message body, copy and paste the above merge code into the message after explaining that the link can be used to return to finish or make changes to their response.
Send Edit Links to a Google Spreadsheet
You can also send edit links to a Google Spreadsheet if you wish. To do so, start by setting up a hidden value action on a page before your Google Spreadsheet action.
- Click Action on the page and select Hidden Value, name your action and click Save Action and Edit.
- Click the Insert merge code link to the lower right of the Populate with the following field.
- Select Edit Link from the Advanced section of the Select a Merge Code dropdown and click Insert and Save Action.
With the hidden value action set up to store the edit link for each response, you'll want to set up a google spreadsheet action to send this information to a column in your spreadsheet. Check out our Google Spreadsheet Integration Tutorial for steps on how to set this up!
Restrict user access to Edit Links
If you need to restrict users in your account from accessing edit links, you'll need to set up a Custom Role for users that specifically includes the following permissions:
This will remove the option for an edit link on the individual response and will prohibit users from creating an export that can include edit links (they can still create the quick CSV which will have the survey data but no edit links)!
Edit Link components
An edit link is made up of several components. While it is not essential that you understand each of these components in order to use an Edit Link some customers find it useful to have a better understanding. So, let's break them down.
- First, you'll notice that your survey title is replaced with a identifier. This is used to identify the survey.
- The first element in the query string is the snc variable. The value that follows the equals sign is the session ID which is used as a unique identifier to return the respondent to the same response.
- The third element is the sg_navigate variable. This is what returns the respondent to the beginning of the response. You can remove &sg_navigate=start to return respondents to where they left off in their response.
- The fourth variable _iseditlink=true un-sets several behind the scenes settings in order to allow respondents to re-navigate through their response.
- Finally the sLanguage variable ensures that the respondent returns to the survey in the language it was originally taken.
Create secure Edit Links
At this time all edit links use the http protocol; if it is important for data to be transmitted in a secure fashion you can create your own edit link like so:
Secure survey share link + question mark + session ID merge code + ampersand + URL variable that takes respondent to the start of the survey
Here is an example:
https://www.surveygizmo.com/s3/123456/mysurvey?snc=[survey("session id")]&sg_navigate=start
Learn more about Merge Codes. Learn more about URL Variables or URL Variable Tricks.
— Mike.cordeiro on 07/07/2020
@Lauren: Thank you so much for reaching out to our Help page!
One can apply the SGtarget URL variable of SG target to the end of the edit link in an email action to direct respondents to a particular page. The SGtarget variable is applied to an edit link as seen below:
[survey("edit link")]?__sgtarget=pagesku
The pagesku is replaced with the page ID where one wants to have respondents land on. Follow the documentation below for more information on how to complete this:
https://help.surveygizmo.com/help/survey-links-url-variable-tricks
I hope this helps to clarify!
Mike
Technical Writer
SurveyGizmo Learning and Development
— Lauren on 07/06/2020
Is there a way to use an edit link merge code [survey("edit link")] and have it go to a specific page (not the first page)? I need to do this in a Send Email action, not individual for each survey response. Thanks you!
— Mike.cordeiro on 04/21/2020
@Sara: Thank you so much for your question!
Regrettably there is not a way to prevent the date & time submitted information from updating when an edit link is used. I will certainly bring this to our engineering team as a possible update in the future!
I hope this helps clarify!
Mike
Technical Writer
SurveyGizmo Learning and Development
— Sara on 04/20/2020
Hi! Is there any way to not update the date & time submitted with the link?
Admin
— Dave Domagalski on 11/07/2018
@Deborah: Thank you for your note!
It looks like you have worked with our Support team regarding this issue (which is a documented bug awaiting a fix).
While we await the fix, they were able to provide a workaround which I am posting at your request :)
Typically an edit link would pull the language that was initially used to take the survey via the sLanguage variable.
As a workaround, the sglocale variable can be appended to the end of the edit link to pull the appropriate language version. For example:
www.editlink.com?example=true&sglocale=es-us
Thank you for following up with us and for recommending that this solution is posted.
David
Documentation Specialist
SurveyGizmo Customer Experience
— Deborah on 11/06/2018
I want to give a respondent an edit link. But she started (and would need to continue) the survey in Spanish, and I can't seem to make the edit link open up to the Spanish version, even if I change the end to &sLanguage=es-us. It just keeps going to the English (default) version. This is sadly not very useful. Is there some way I can give her an edit link to continue in Spanish, as she started it?
Admin
— Dave Domagalski on 09/07/2018
@Itandt-engagement: Thank you for your question!
Edit Links remain active after a survey has been closed. A respondent will be able to edit the response after a survey has closed.
I hope this helps clarify!
David
Documentation Specialist
SurveyGizmo Customer Experience
— Itandt-engagement on 09/07/2018
If a respondent is sent an edit survey link, will they still be able to edit their response after the survey has closed?
Admin
— Bri Hillmer on 11/04/2016
@Virginia: You can indeed edit a response yourself! Here is a tutorial with more information:
https://help.surveygizmo.com/help/viewing-responses#editing-responses
I hope this helps!
Bri
Documentation Coordinator/Survey Sorceress
SurveyGizmo Customer Experience Team
— Virginia on 11/04/2016
Is there a way that I can edit a response? I don't want to give the respondent the power to make multiple changes and we have identified an error in the correct response for testing.
Admin
— Dave Domagalski on 08/16/2016
@Info: Thank you for your note!
Edit links are not available for responses marked with Test status. I have updated this article with that note! Should you need an edit link for one of your test responses, the response would first need to be converted to a real response.
I hope this helps clarify!
David
Documentation Specialist/Survey Explorer
SurveyGizmo Customer Support
— Info on 08/16/2016
I can't find the "edit response" link in "Details" tab.
Admin
— Bri Hillmer on 04/15/2016
@Joy: We do not have this customization available for edit links.
Bri
Documentation Coordinator/Survey Sorceress
SurveyGizmo Customer Support
— Joy on 04/15/2016
Is there a way to customize edit links into a private domain?
Admin
— Bri Hillmer on 06/10/2015
@Veronica: WOW! What a nice comment! Thanks for using our documentation. Let us know if there is anything we can do to improve!
Bri
Documentation Coordinator/Survey Sorceress
SurveyGizmo Customer Support
— Veronica on 06/10/2015
Your help is so beast! really: clear, very easy to follow, and effective. Wow!