This project is not covered by Drupal’s security advisory policy.

Shutdown the Webform nodes on a site by redirecting users to an arbitrary apologies page.

How this module works:

The killswitch is operated by a simple enable/disable parameter that can be changed in the settings.

The apologies page is configured in the settings as well and can be any internal or external path.

Use this module If you need to...

  • Migrate a site while it's still running (partial maintenance mode).
  • Disable POSTs during a DDoS event.
  • Allow administering Webforms while preventing new submissions.

Add these to your settings file:

$conf['webform_killswitch_enabled'] = [TRUE/FALSE];
$conf['webform_killswitch_apologies_path'] = [Fully qualified external path or internal path];

Project information

  • caution Maintenance fixes only
    Considered feature-complete by its maintainers.
  • Created by ben.bunk on , updated
  • shield alertThis project is not covered by the security advisory policy.
    Use at your own risk! It may have publicly disclosed vulnerabilities.

Releases