os2forms / os2forms_webform_submission_log
OS2Forms webform submission log
Installs: 2 178
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 3
Forks: 0
Open Issues: 0
Type:drupal-module
Requires
- drupal/symfony_mailer: ^1.2
- drupal/webform: ^6
Requires (Dev)
- dealerdirect/phpcodesniffer-composer-installer: ^0.7.1
- drupal/coder: ^8.3
- mglaman/drupal-check: ^1.4
This package is auto-updated.
Last update: 2024-11-13 14:29:42 UTC
README
Sends notification mails on select log messages on webform submissions.
Installation
composer require os2forms/os2forms_webform_submission_log drush pm:enable os2forms_webform_submission_log
Usage
Go to webform setting » Third party settings » OS2Forms » OS2Forms webform submissions log
Coding standards
docker run --rm --interactive --tty --volume ${PWD}:/app itkdev/php7.4-fpm:latest composer install docker run --rm --interactive --tty --volume ${PWD}:/app itkdev/php7.4-fpm:latest composer coding-standards-check docker run --rm --interactive --tty --volume ${PWD}:/app node:18 yarn --cwd /app install docker run --rm --interactive --tty --volume ${PWD}:/app node:18 yarn --cwd /app coding-standards-check
Code analysis
docker run --rm --interactive --tty --volume ${PWD}:/app itkdev/php7.4-fpm:latest composer install docker run --rm --interactive --tty --volume ${PWD}:/app itkdev/php7.4-fpm:latest composer code-analysis