os2forms / os2forms_egbolig
Provides advanced webform for EGBolig
Installs: 1 010
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 7
Forks: 0
Open Issues: 0
Type:drupal-module
Requires
- os2forms/os2forms: ^2.1 || ^3.0 || dev-f/d10_readiness
This package is auto-updated.
Last update: 2024-11-14 13:06:39 UTC
README
Module purpose
The aim of this module is to provide integration with EGBolig webform.
How does it work
It adds custom behaviour to webform /os2forms-egbolig-webform
.
Settings page: admin/config/system/os2web-datalookup/egbolig
- EGBolig webservice URL - URL of SOAP endpoint.
- Run EGBolig in TEST mode - If selected, the EGBolig will run in TEST mode, allowing to use test CPR instead of a real one.
- Test CPR - Test CPR will be used instead of the real one. Useful for testing different scenarios.
Install
OS2Web Data lookup provides integration with Danish data lookup services such as Service platformen or Datafordeler. Module is available to download via composer.
composer require os2forms/os2forms_egbolig
drush en os2forms_egbolig
Update
Updating process for OS2Forms EGBolig module is similar to usual Drupal 8 module. Use Composer's built-in command for listing packages that have updates available:
composer outdated os2forms/os2forms_egbolig
Automated testing and code quality
See OS2Web testing and CI information
Contribution
Project is opened for new features and os course bugfixes. If you have any suggestion or you found a bug in project, you are very welcome to create an issue in github repository issue tracker. For issue description there is expected that you will provide clear and sufficient information about your feature request or bug report.