manifest / integrations / plugin-owc-gravityforms-zaaksysteem
OWC GravityForms Zaaksysteem
Combine one or more 'zaaksystemen' with Gravity Forms and WordPress
by Yard | Digital Agency · github.com/openwebconcept/plugin-owc-gravityforms-zaaksysteem · website
★ 1stars
2composer installs
0forks
Install
No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:
wp plugin install https://github.com/openwebconcept/plugin-owc-gravityforms-zaaksysteem/archive/refs/heads/master.zipAlso on Packagist as plugin/owc-gravityforms-zaaksysteem:
composer require plugin/owc-gravityforms-zaaksysteemFrom the readme
OWC Gravity Forms Zaaksysteem
Combines one or multiple 'zaaksystemen' with Gravity Forms and WordPress.
Templating
This repository adds a custom WordPress template called OpenZaak which:
- Contains the permission logic for accessing the OpenZaak views
- Applies styling to the view and its blocks
Routing
At the time of writing, two custom routes have been added. These routes enable the following functionalities: displaying a single 'zaak' and downloading information objects attached to a 'zaak.'
Single Zaak routing
The entity OWC\Zaaksysteem\Entities\Zaak includes a method called 'permalink', which is utilized in various custom Gutenberg blocks. These blocks primarily serve to provide logged-in users with an overview of the 'zaken.' The method 'permalink' returns an URL that is picked up by the added custom routing. ()
This route requires the following conditions:
- A page with 'zaak' as the slug.
- The page should be connected with the 'template-single-zaak.'
- The page should be requested with a 'zaak' identification and a supplier in the URI.
Downloading Zaak information objects routing
The entity OWC\Zaaksysteem\Entities\Enkelvoudiginformatieobject includes a method
Read the full README on GitHub →
Releases
| Tag | Published |
|---|---|
| v2.11.2 | Feb 2, 2026 |
| v2.11.0 | Jan 27, 2026 |
| v2.9.0 | Nov 3, 2025 |
| v2.8.0 | Oct 23, 2025 |
| v2.7.0 | Aug 29, 2025 |
These releases are tags only. The author does not attach a packaged zip, so there are no download counts to report.