-
Notifications
You must be signed in to change notification settings - Fork 36
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot use survey metadata in the Confirmation Page link #520
Comments
Dear @marcomb, |
Yes. They are asking to have more than one redirect:
All 3 external link need to have the token ID passed through in order to align the data collection An example of link is: So, the simplest possibility IMHO, is keeping just the "Confirmation Page" external link adding the EU Survey generated Token ID as query string parameter. |
The required "external link" that we need to set into EU Survey settings is https://dkr1.domain.com/projects/end?rst=1&psid=XXXX where XXXX is the captured value for PSID Is it possible to implement this change? |
Improvement ticket was created for your request (ESURVEY-8427), you will be informed about any update on it. Thank you. |
Describe the bug
Cannot use survey metadata with the Confirmation Page link setting.
As you can see in attached figure, there is in the "Complete link" field a HTTPS external website link to call when the survey is submitted (completed and confirmed)
The syntax used is "../Survey/Complete?ProjectToken={ContributionID}"
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The Survey form is submitted and then the redirect to the confirmation link is holding the ContributionID
{ContributionID} must be replaced with the current ContributionID of the submitted survey, and so I expect to have a URL that is
"../Survey/Complete?ProjectToken=187fec87-d66e-4439-97e8-2e39446ec116
Screenshots
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: