Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
jaapjansma committed Dec 23, 2020
1 parent 51a6fc8 commit 2497980
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ This plugin makes it possible to submit caldera forms to [CiviCRM's Form Process
CiviCRM does not necessarily be installed in the same installation.
If it isn't use the [CiviCRM McRestFace Connector plugin(https://github.com/CiviMRF/wpcmrf) to connect to a remote CiviCRM.

**Configuration instruction when CiviCRM is installed on a different site/server**
**Configuration when CiviCRM is on a remote server**

Use this when the front-end WordPress site and CiviCRM are on different servers:

Expand All @@ -20,9 +20,9 @@ Use this when the front-end WordPress site and CiviCRM are on different servers:
1. On the Procssors tab, click `Add Processor`
1. For each Form Processor you created, you should see a processor named the same as the Form Processor prefixed by 'CiviCRM Form Processor' and suffixed by 'at <name_of_CMRF_connection>'

**Configuration instruction with CiviCRM installed in the same Wordpress site**
**Configuration when CiviCRM is installed locally**

Use this when the frontend WordPress site and CiviCRM are on the same server:
Use this when the frontend WordPress site and CiviCRM are in the same wordpress installation:

1. Install and activate:
- [Caldera Forms](https://wordpress.org/plugins/caldera-forms/) - WP plugin
Expand Down
2 changes: 1 addition & 1 deletion cf-civicrm-formprocessor.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
/**
* Plugin Name: Integration of CiviCRM's Form Processor with Caldera Forms
* Description: This plugin integrates Caldera Forms with CiviCRM's form processor. Funded by CiviCooP, Bundesverband Soziokultur e.V., Article 19
* Description: This plugin integrates Caldera Forms with CiviCRM's form processor. Funded by CiviCooP, Civiservice.de, Bundesverband Soziokultur e.V., Article 19
* Version: 1.0.0
* Author: Jaap Jansma
* Plugin URI: https://github.com/civimrf/cf-civicrm-formprocessor
Expand Down
6 changes: 3 additions & 3 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ This plugin makes it possible to submit caldera forms to [CiviCRM's Form Process
CiviCRM does not necessarily be installed in the same installation.
If it isn't use the [CiviCRM McRestFace Connector plugin(https://github.com/CiviMRF/wpcmrf) to connect to a remote CiviCRM.

**Configuration instruction when CiviCRM is installed on a different site/server**
**Configuration when CiviCRM is on a remote server**

Use this when the front-end WordPress site and CiviCRM are on different servers:

Expand All @@ -32,9 +32,9 @@ Use this when the front-end WordPress site and CiviCRM are on different servers:
1. On the Procssors tab, click `Add Processor`
1. For each Form Processor you created, you should see a processor named the same as the Form Processor prefixed by 'CiviCRM Form Processor' and suffixed by 'at <name_of_CMRF_connection>'

**Configuration instruction with CiviCRM installed in the same Wordpress site**
**Configuration when CiviCRM is installed locally**

Use this when the frontend WordPress site and CiviCRM are on the same server:
Use this when the frontend WordPress site and CiviCRM are in the same wordpress installation:

1. Install and activate:
- [Caldera Forms](https://wordpress.org/plugins/caldera-forms/) - WP plugin
Expand Down

0 comments on commit 2497980

Please sign in to comment.