Display thank you page instead of redirect
stevensurowiec - January 6, 2008 - 03:11
| Project: | Send |
| Version: | 5.x-1.x-dev |
| Component: | Miscellaneous |
| Category: | feature request |
| Priority: | normal |
| Assigned: | stevensurowiec |
| Status: | needs review |
Jump to:
Description
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.
| Attachment | Size |
|---|---|
| send.patch | 2.08 KB |

#1
#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').