...
The State for email handlers is either Enabled or Disabled. The conditions required that all 3 elements needed to have the set value in order for the handler to take the specified action (i.e. send to the specified email address).
...
Submit function
Disable submissions
On the Settings tab of the form there’s a checkbox to If your form has been configured to send user form submissions directly to a CRM, you should disable submissions.
This stops submissions being stored in the Drupal CMS. Submissions will only get emailed to the inbox specified.
On the Settings tab of the form there’s a checkbox to disable submissions.
Submissions rely on the Submit button being visible (the default setting on all new forms).
Hide the submit button
If you’re building a decision tool and don’t want the user to submit their any responses you should hide the submit button.
...