views:

210

answers:

2

I've got a typical webform that submits using the ajax module. How can I redirect the success message to a shadowbox?

A: 

Read about lighboxing here: http://thedrupalblog.com/inserting-form-lightbox-window-and-submitting-it-ajax
I assume it's the same, just for "rel" you should use "shadowbox"

Nikit
A: 

This involved a JS hook. The AJAX drupal plugin sends drupal's messages to its javascript component.

davidosomething