This module allows you to temporarily disable specific webforms from saving submissions to the database. This is useful during database migrations to ensure no submissions are lost, while still allowing forms that send email or push data to an API to function.
The Webform No Submissions module provides a toggle to disable all webforms that save webform submissions to the database.
The use case for this module occurs during a database migration when you want to prevent webform submissions from being lost. Any webform that writes to the database will be disabled, while webforms that do not save submissions to the database—because they either send email or push data to an API—will remain enabled.