Closed (duplicate)
Project:
Webform
Version:
6.x-2.7
Component:
Code
Priority:
Minor
Category:
Feature request
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
8 Sep 2009 at 13:26 UTC
Updated:
12 Feb 2010 at 00:54 UTC
Please find attached a small patch which allows a site admin to enter "submitted:sid" as the Confirmation URL. On submission, the user will be redirected to view the submitted results.
We're using this for a quiz style setup where the user answers questions, some custom processing is done and then the user is shown their results.
Hope this is useful enough to make it into the next release.
(Development sponsored by Florida Hospital)
| Comment | File | Size | Author |
|---|---|---|---|
| webform-redirect-to-submission.patch | 1.74 KB | garethsprice |
Comments
Comment #1
quicksketchInstead of implementing this feature, I'd like to take a more generic approach and simply allow tokens to be used in creating the redirect URL, so you could emulate this functionality by using the URL:
node/%nid/submissions/%sid. Though if that issue gets completed, this might not be necessary at all because you could simply use%email_valuesin the confirmation message and it would be the same as the view submission page.