Problem/Motivation
When enabling Botscout there should be options for disabling against forms that are /admin related forms, I was getting blocked on uninstalling modules, even though there is no details there that would block me such as email, blocked IP or other. The forms should submit if it's an admin form.
Steps to reproduce
Enabled Botscout for All forms in the Botscout settings page.
Proposed resolution
Have a setting that allows Botscout for only User Registration pages, not login pages.
Have a setting to enable Botscout for Webforms Module only.
Have a setting to enable Botscout for build-in Contact module.
Don't enable Botscout for All forms.
Include some sort of DB loggging or log messages when a form is blocked so we can identify the reason, the log file should give complete insight into why the form was blocked, IP, username, email, some other reason should be listed and what form was submitted and ideally the content of that form.
Remaining tasks
Review how to implement these changes.
User interface changes
Update the UI to include new options.
API changes
Data model changes