In using the block susbscription form when someone subscribes, it would be nice to either see a message posted to the page or allow a redirect to a page that we can create so there is some confirmation even before they receive the email from Constant Contact.
Thanks for developing this module!
Comments
Comment #1
justphp commentedThis feature has been added to the devevelopment version and will be available in the next release this week.
Comment #3
pelicani commentedThe redirect is a nice addition, thank you.
However, I'm in a spot where we want the redirect AND the drupal message.
I'd be happy to post a patch.
How you think we should allow both the redirect and the message?
Perhaps another setting, next to the redirect field.
Is this an option you would find useful?
Comment #4
justphp commentedIt's not technically possible to do what you ask using the standard methods, the redirect would take place before the text is ever shown.
The only way you could possibly do it is with a timed javascript redirection of some sort.