https://github.com/itk-dev/os2forms_webform_submission_log
https://github.com/itk-dev/os2forms_webform_submission_log
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/itk-dev/os2forms_webform_submission_log
- Owner: itk-dev
- Created: 2023-01-17T12:11:23.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-02-10T11:11:10.000Z (about 3 years ago)
- Last Synced: 2024-04-24T21:01:57.066Z (almost 2 years ago)
- Language: PHP
- Size: 21.5 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# OS2Forms webform submission log
Sends notification mails on select log messages on webform submissions.
## Installation
```sh
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
```sh
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
```sh
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
```