forked from kennym/cf7-to-api
-
Notifications
You must be signed in to change notification settings - Fork 0
/
readme.txt
146 lines (95 loc) · 3.21 KB
/
readme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
Contact form 7 TO API + Basic Auth
==================================
MAINTAINER NEEDED. Please email me if you're interested.
- Tags: contact form 7 to api,contact form 7,cf7 api,cf7 get,contact
form 7 post,contact form7 get,contact form 7 remote, Contact form 7
crm, contact form 7 integration,contact form 7 integrations, contact
form 7 rest api,
- Requires at least: 4.7.0
- Tested up to: 5.2.2
- Stable tag: 1.4.5
- License: GPLv3 or later
- License URI: <http://www.gnu.org/licenses/gpl-3.0.html>
An addon to transmit contact form 7 entries to remote API using POST or
GET.
Description
-----------
Adds an option to send leads to remote API's such as CRM's ERP's and
other remote systems using POST/GET.
NOTE: This plugin requires Contact Form 7 version 4.2 or later.
- Supports XML and JSON\
- Supports Basic Auth\
- Supports Bearer Auth
Usage
-----
Simply go to your form settings, choose the "Redirect Settings" tab and
set your required parameters,
1. Chose wether the specific form will use the API integrations
2. Type the API url
3. Select the method (POST/GET)
4. map the form fields (Each field that you use on the form will be
availble on this tab after saving the form)
5. choose wether you wish to debug and save the last transmited value.
Installation
------------
Installing Contact form 7 TO API can be done either by searching for
"Contact form 7 TO API" via the "Plugins \> Add New" screen in your
WordPress dashboard, or by using the following steps:
1. Download the plugin via WordPress.org.
2. Upload the ZIP file through the "Plugins" \> Add New \> Upload
screen in your WordPress dashboard.
3. Activate the plugin through the 'Plugins' menu in WordPress
4. Visit the settings screen and configure, as desired.
Frequently Asked Questions
--------------------------
= How can i redirect the user after success ? =
You can use another plugin for that - Contact Form 7 Redirection
<https://wordpress.org/plugins/wpcf7-redirect/>
### How can i set Extra parameters?
You could set hidden fields for that
<https://contactform7.com/hidden-field/>
OR
simply append the constant parameters to the url
For example:
<http://my-api-url?const1=some_value&const2=some_value>
Changelog
---------
### 1.4.9
- Update flattening of acceptance fields to json boolean value
- Add function to check if a field is an acceptance field
- Convert array to csv (@NicoP-S)
- support multiple file uploads (@NicoP-S)
### 1.4.8
- Revert handle single quotes
### 1.4.7
- Compatibility fixes
### 1.4.5
- Handle line breaks
### 1.4.4
- Extract custom placeholders from template
### 1.4.3
- Fixed bearer token Usage
- Update WooCommerce plugin name
### 1.4.2
- Bug fix
### 1.4.1
- Support for WP 5
### 1.3.0
- Add Basic Auth option
### 1.2.0
- Added better support for checkbox arrays and radio buttons
- Added record filter to override record structure
"cf7api\_create\_record"
### 1.1.1
- Fix version number
### 1.1.0
- Added send XML option.
- Added send JSON option.
- Added error log.
- Debug log for each form
- Debug log view changed
- Debug log is now saved anyway
### 1.0.1
- Fix code errors and notices.
### 1.0.0
- Initial release.