> ## Documentation Index
> Fetch the complete documentation index at: https://docs.formbase.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Enable or Disable Submissions

> Pause new submissions for a form.

Formbase lets you toggle whether a form is accepting new submissions. This is useful when you want to pause a campaign, stop a waitlist, or prevent additional entries while you process responses.

The toggle is stored with the form and reflected in the dashboard.

<Steps>
  <Step title="Open the form settings">
    Go to the form in your dashboard and open the "Settings" tab.
  </Step>

  <Step title="Toggle submissions">
    Switch "Enable Form Submissions" on or off.

    <Frame>
      <img src="https://mintcdn.com/formbase/gA9p3Ks8sQ18Mo1W/images/form-settings-notifications.png?fit=max&auto=format&n=gA9p3Ks8sQ18Mo1W&q=85&s=0591c2953228655cf3bf23cbdbae2c06" alt="Form settings with submissions toggle" width="1280" height="720" data-path="images/form-settings-notifications.png" />
    </Frame>
  </Step>
</Steps>

<Callout type="note">
  The open-source endpoint does not currently enforce the toggle at the HTTP layer. If you need a hard block, remove the form from your site or add a reverse proxy rule to block POST requests.
</Callout>
