plugin/owc-gravityforms-zgw

There is no license information available for the latest version (1.13.1) of this package.

Make a connection between ZGW and GravityForms

Maintainers

Package info

github.com/OpenWebconcept/plugin-owc-gravityforms-zgw

Type:wordpress-plugin

pkg:composer/plugin/owc-gravityforms-zgw

Statistics

Installs: 548

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 2


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.