From 94b6efcf7f283097930e056250447bb9f254108e Mon Sep 17 00:00:00 2001 From: Birgit Becker Date: Mon, 28 Nov 2022 14:48:51 +0100 Subject: [PATCH] Updated EGroupware REST API for Contactform in Wordpress (markdown) --- EGroupware-REST-API-for-Contactform-in-Wordpress.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/EGroupware-REST-API-for-Contactform-in-Wordpress.md b/EGroupware-REST-API-for-Contactform-in-Wordpress.md index 1442362..2a777b6 100644 --- a/EGroupware-REST-API-for-Contactform-in-Wordpress.md +++ b/EGroupware-REST-API-for-Contactform-in-Wordpress.md @@ -2,16 +2,16 @@ * Full documentation of the REST-API see https://github.com/EGroupware/egroupware/tree/master/doc/REST-CalDAV-CardDAV#supported-request-methods-and-examples * EGroupware Rest-API is based on CardDAV & CalDAV (planned, not yet implemented) -1. Install FluentFormsPro Plugin for Wordpress to insert Contact data from the Website via REST-API into an EGroupware adressbook: https://wpmanageninja.com/downloads/fluentform-pro-add-on/ +**1. Install FluentFormsPro Plugin for Wordpress** to insert Contact data from the Website via REST-API into an EGroupware adressbook: https://wpmanageninja.com/downloads/fluentform-pro-add-on/ -2. Configure FluentFormsPro Plugin +**2. Configure FluentFormsPro Plugin** - select or configure the fields which should be used in the contact form: ![](https://github.com/EGroupware/egroupware/wiki/pics/FluentFormsPro.jpg) -3. Configure Webhook +**3. Configure Webhook** - adapt the url to match the adressbook, where the contacts should be stored, the used fields and the credentials for Authentication: ![](https://github.com/EGroupware/egroupware/wiki/pics/FluentConfigureWebhook.jpg) -4. Display the Contactform in the Website +**4. Display the Contactform in the Website** ![](https://github.com/EGroupware/egroupware/wiki/pics/FluentContactForm.jpg) \ No newline at end of file