-
Notifications
You must be signed in to change notification settings - Fork 1
/
readme.txt
77 lines (48 loc) · 1.9 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
=== UniqueID for Contact Form 7 ===
Tags: contact form 7 mollie, unique id, submission id
Contributors: tsjippy
Requires at least: 4.0.0
Requires PHP: 5.2.4
Tested up to: 5.4.1
Stable tag: 1.0
License: GPLv3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
An add-on for Contact Form 7 to add an unique id to every form submission.
== Description ==
Plugin for Contact Form 7: adds a field for an unique submission id.
You can choose to include a hidden or an visible field to your form.
This field will be automatically filled with an number which is incremented on every submission.
== Usage ==
Just add the field to your form.
== Installation ==
Installing UniqueID for Contact Form 7 can be done either by searching for "UniqueID for Contact Form 7" 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 ==
== Screenshots ==
1. The field generator
2. The add field button
== Changelog ==
= 2.1.0 =
* Bug fix to be compatible with CF7 5.2 and higher
= 2.0.1 =
* Bug fix for new forms
= 2.0.0 =
* Only update id on succesfull form submission, not on reload of the screen
* BREAKING CHANGE: name should contain "submission_id"
= 1.4.0 =
* No reload of the page needed anymore, refresh is done via AJAX
= 1.3.0 =
* Wait 5 deconds instead of 3 before reloading the page
= 1.2.2 =
* Small bufix
= 1.2.1 =
* Small bufix
= 1.2.0 =
* Added a 3 seconds delay before the auto-reload takes place
= 1.1.0 =
* Fixed bug where page is not reloaded when field is renamed.
= 1.0.0 =
* Initial release