Download & Extend

Display thank you page instead of redirect

Project:Send
Version:5.x-1.x-dev
Component:Miscellaneous
Category:feature request
Priority:normal
Assigned:stevensurowiec
Status:needs review

Issue Summary

Currently the module only redirects back to the node after sending, not allowing you to have a thank you page in the middle. This patch adds two settings to the Send Modules page. One allows you to enable a thank you page and the other is a template for the thank you page.

On this template you can global $nodes and $node to have access to either the set of nodes, or single node respectfully, that was sent.

AttachmentSize
send.patch2.08 KB

Comments

#1

Status:active» needs review

#2

I prefer the use of the word "confirmation" over "thankyou" :)

Is there any reason we wouldn't just show a configurable confirmation string and display the rendered message instead of re-approximating it?

Thanks!

#3

The main reason I went with a template like this is for easier inclusion of node information on it (ie, 'Thank you for letting your friends know about article 'xxxxx').

nobody click here