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

justphp’s picture

Assigned: Unassigned » justphp
Status: Active » Fixed

This feature has been added to the devevelopment version and will be available in the next release this week.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

pelicani’s picture

Version: 6.x-2.0-rc1 » 6.x-2.1
Status: Closed (fixed) » Active

The 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?

justphp’s picture

Status: Active » Closed (fixed)

It'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.