os2forms/os2forms_webform_submission_log

OS2Forms webform submission log

1.0.0 2023-02-10 11:06 UTC

This package is auto-updated.

Last update: 2024-04-10 13:39:08 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