WP Manifestindependent plugin directory
manifest / forms / plugin-klantinteractie

Klantinteractie

This plugin adds support for a Gravity Forms form to submit data to the klantinteractie API. It also adds a helper function for the frontend to retrieve KlantContactmomenten.

by Acato · github.com/openwebconcept/plugin-klantinteractie · website

1stars
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-klantinteractie/archive/refs/heads/main.zip

Also on Packagist as acato/klantinteractie:

composer require acato/klantinteractie

From the readme

Klantinteractie Plugin This plugin adds support for a Gravity Forms form to submit data to the klantinteractie API. It also adds a helper function for the frontend to retrieve KlantContactmomenten. Requirements This plugin requires an DigiD plugin that implements the OWC IDP Userdata package to be installed and activated. Installation Composer installation 1. composer source git@github.com:OpenWebconcept/plugin-klantinteractie.git 2. composer require acato/klantinteractie 3. Activate the Klantinteractie plugin through the 'Plugins' menu in WordPress. Configuration 1. Go to the Klantinteractie settings page in the WordPress admin: Settings Klantinteractie 2. Fill in the API domain, client ID and client secret. 3. In Gravity Forms, create a new form and activate the Klantinteractie under the form's settings. 4. Add fields to the form and map them to the Klantinteractie fields. You can do so under the field settings Klantinteractie mapping. 5. The fields will now be prefilled with the data from the Klantinteractie API when the form is loaded. And the Klantinteractie API will be updated upon form submit. Development Coding Standards Please remember, we use the WordPress PH

Read the full README on GitHub →