Questo plugin non è stato testato con le ultime 3 versioni principali (major releases) di WordPress. Potrebbe non essere più mantenuto, o supportato, e potrebbe presentare problemi di compatibilità se utilizzato con versioni più recenti di WordPress.

Contact Form 7 CiviCRM integration

Descrizione

Questo plugin aggiunge l’integrazione di CiviCRM per Contact Form 7. Con questo plugin puoi inviare un contatto ad un sistema CiviCRM locale o remoto.

This adds a CiviCRM tab to Contact Form confgurations. If you enable CiviCRM processing the form will be submitted to the CiviCRM API v3. For information about using CiviCRM’s API see https://docs.civicrm.org/dev/en/latest/api/

The API requires an Entity and an Action. You may need to add additional parameters depending for the Entity/Action you specify. Use the API Explorer on your CiviCRM system to determine what additional parameters are required. The form parameters will automatically be included in the API call and the form variables need to match those expected by the API.
For example, if the API call needs a field called first_name then your form template should have a field called first_name (not first-name or firstName etc)

Screenshot

  • Questa schermata mostra la schermata delle impostazioni
  • Questo screenshot mostra la schermata per abilitare e impostare l'integrazione di CiviCRM in un modulo di contatto.

Installazione

  1. Carica i file del plugin nella directory /wp-content/plugins /plugin-name, oppure installa direttamente il plugin attraverso la schermata dei plugin di WordPress.
  2. Attiva il plugin attraverso la schermata ‘Plugin’ in WordPress
  3. Use the Settings > CiviCRM Contact Form 7 Settings screen to configure the plugin, or follow the Settings link from the plugins page
  4. Enable CiviCRM on each CF7 form.

Recensioni

28 Giugno 2022 3 risposte
Since I got this working (with some quick and helpful advice from the author) it has worked very well. I love the flexibility of the API/form processor approach, which basically lets you do anything API v3 can do. The functionality is better than the Caldera Forms it replaced and it's free! The catch is it's really quite difficult to set up because the documentation is incomplete and debugging is difficult (the "API REST Log" extension in CiviCRM looks useful but I couldn't get it to work). The two big "gotchas" that caught me were the example CiviCRM path was wrong for WordPress (should be wp-json/civicrm/v3/rest) and the names of the form fields must match the entity names in the API, some of which (custom fields) are quite hard to discover. The problem is, there are a lot of things you have to get right (paths, permissions, API keys, variable names, API and PHP versions) and there are so many permutations of all of these that if it doesn't work you can spend days and days googling for clues and tearing hair out.
Leggi la recensione di 1

Contributi e sviluppo

“Contact Form 7 CiviCRM integration” è un software open source. Le persone che hanno contribuito allo sviluppo di questo plugin sono indicate di seguito.

Collaboratori

Changelog (registro delle modifiche)

1.9

Fix for WordPress 5.8

1.8

Fix for validation when no local CiviCRM

1.7

Added validation to settings page
Added link to settings from plugins page

1.6

  • Updated readme

1.5

  • Updated readme

1.4

  • Updated text domain

1.3

  • Updated data handling and added a path for the civicrm installation

1.2

  • Updated readme

1.1

  • Changed text domain

1.0

  • Initial commit