plugin / owc-gravityforms-zgw
Make a connection between ZGW and GravityForms
Package info
github.com/OpenWebconcept/plugin-owc-gravityforms-zgw
Type:wordpress-plugin
pkg:composer/plugin/owc-gravityforms-zgw
Requires
- php: >=8.1
- monolog/monolog: ^3.0
- owc/idp-userdata: ^1.1
- owc/zgw-api: ^2.5
- php-di/php-di: ^7.0
- woocommerce/action-scheduler: ^3.9
Requires (Dev)
- 10up/wp_mock: ^0.4.2
- brianhenryie/strauss: ^0.15.0
- pestphp/pest: ^2.34
- slevomat/coding-standard: ^8.22
- squizlabs/php_codesniffer: ^3.7
- wp-coding-standards/wpcs: ^3.0
- dev-main
- 1.13.1
- 1.13.0
- 1.12.0
- 1.11.1
- 1.11.0
- 1.10.0
- 1.9.4
- 1.9.3
- 1.9.2
- 1.9.1
- 1.9.0
- 1.8.2
- 1.8.1
- 1.8.0
- 1.7.0
- 1.6.1
- 1.6.0
- 1.5.3
- 1.5.2
- 1.5.1
- 1.5.0
- 1.4.3
- 1.4.2
- 1.4.1
- 1.4.0
- 1.3.1
- 1.3.0
- 1.2.1
- 1.2.0
- 1.1.7
- 1.1.6
- 1.1.5
- 1.1.4
- 1.1.2
- 1.1.1
- 1.1.0
- 1.0.0
- dev-refactor/disable-ssl-verify-for-non-production-environments
- dev-dependabot/github_actions/actions-e24c266ee1
- dev-feature/auto-migrate-zaaktype-identifier
- dev-feat/mijn-verzoeken
- dev-feat/add-actions-to-capture-logs-in-project
- dev-develop
This package is auto-updated.
Last update: 2026-06-04 10:15:15 UTC
README
This plugin integrates GravityForms with ZGW using the owc/zgw-api package. To ensure the connection works properly, make sure the ZGW registers are configured on the ZGW API settings page.
Requirements
- PHP >= 8.1
- WordPress >= 6.7
- GravityForms >= 2.5
Features
- Connect a form to a ZGW "zaaktype"
- Submit a form to create a zaak in a connected ZGW "zaaksysteem"
- Upload and attach documents to the created "zaak"
- Generate a PDF and attach it to a "zaak" (requires Gravity PDF)
- Track "zaaksysteem" transactions and their status
SSL Verification
SSL verification is enabled by default and only disabled when WP_ENVIRONMENT_TYPE is explicitly set to a non-production value (staging, development, or local). This accommodates environments where SSL certificates may not be valid.
When WP_ENVIRONMENT_TYPE is not defined or set to an unrecognized value, WordPress defaults to production, so SSL verification remains enabled.
Wiki
For detailed setup instructions and documentation, visit our Wiki on GitHub.