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)

Comments

quicksketch’s picture

Status: Patch (to be ported) » Closed (duplicate)

Instead 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_values in the confirmation message and it would be the same as the view submission page.