Search code examples
ajaxdrupalshadowbox

Drupal - Redirect success message to shadowbox


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


Solution

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