PluginProbe ʕ •ᴥ•ʔ
Conditional Fields for Contact Form 7 / 2.7.10
Conditional Fields for Contact Form 7 v2.7.10
2.7.10 2.7.9 2.7.8 2.7.7 2.7.6 2.7.5 2.7.4 2.7.3 2.7.2 0.2.4 0.2.5 0.2.6 0.2.7 0.2.8 0.2.9 1.0 1.1 1.2 1.2.1 1.2.2 1.2.3 1.3 1.3.1 1.3.2 1.3.3 1.3.4 1.4 1.4.1 1.4.2 1.4.3 1.5 1.5.1 1.5.2 1.5.3 1.5.4 1.5.5 1.6.1 1.6.2 1.6.3 1.6.5 1.7 1.7.1 1.7.2 1.7.3 1.7.4 1.7.5 1.7.6 1.7.8 1.7.9 1.8 1.8.1 1.8.2 1.8.3 1.8.5 1.8.6 1.8.7 1.9 1.9.1 1.9.10 1.9.11 1.9.12 1.9.13 1.9.14 1.9.15 1.9.16 1.9.2 1.9.3 1.9.4 1.9.5 1.9.6 1.9.7 1.9.8 1.9.9 2.0 2.0.1 2.0.2 2.0.3 2.0.4 2.0.5 2.0.6 2.0.7 2.0.8 2.0.9 2.1 2.1.1 2.1.2 2.1.3 2.1.4 2.1.5 2.1.6 2.2 2.2.1 2.2.10 2.2.11 2.2.2 2.2.3 2.2.4 2.2.5 2.2.6 2.2.7 2.2.8 2.2.9 2.3 2.3.1 2.3.10 2.3.11 2.3.12 2.3.2 2.3.3 2.3.4 2.3.5 2.3.6 2.3.7 2.3.8 2.3.9 2.4 2.4.1 2.4.10 2.4.11 2.4.12 2.4.13 2.4.14 2.4.15 2.4.2 2.4.3 2.4.4 2.4.5 2.4.6 2.4.7 2.4.8 2.4.9 2.5 2.5.1 2.5.10 2.5.11 2.5.12 2.5.13 2.5.14 2.5.2 2.5.3 2.5.4 2.5.5 2.5.6 2.5.7 2.5.8 2.5.9 2.6 2.6.1 2.6.2 2.6.3 2.6.4 2.6.5 2.6.6 2.6.7 2.6.8 2.7 2.7.1 trunk 0.1 0.1.1 0.1.2 0.1.3 0.1.4 0.1.5 0.1.6 0.1.7 0.2 0.2.1 0.2.2 0.2.3
cf7-conditional-fields / readme.txt
cf7-conditional-fields Last commit date
js 19 hours ago jsdoc-out 19 hours ago test-results 2 months ago Wpcf7cfMailParser.php 3 days ago admin-style.css 2 years ago admin-style.css.map 2 years ago admin-style.scss 4 years ago admin.php 19 hours ago cf7cf.php 2 weeks ago conditional-fields.php 19 hours ago contact-form-7-conditional-fields.php 1 year ago init.php 19 hours ago readme.txt 19 hours ago style.css 2 months ago tg_pane_group.php 2 months ago wpcf7cf-options.php 2 months ago
readme.txt
493 lines
1 === Conditional Fields for Contact Form 7 ===
2 Contributors: Jules Colle
3 Donate link: https://shop.bdwm.be/contact-form-7-conditional-fields-pro/
4 Author: Jules Colle
5 Website: http://bdwm.be
6 Tags: contact form 7, forms, form, conditional fields, conditional logic
7 Requires at least: 5.0
8 Tested up to: 7.0
9 Stable tag: 2.7.10
10 Requires PHP: 7.0
11 License: GPLv2 or later
12 License URI: http://www.gnu.org/licenses/gpl-2.0.html
13
14 Adds conditional logic to Contact Form 7.
15
16 == Description ==
17
18 This plugin adds conditional logic to [Contact Form 7](https://wordpress.org/plugins/contact-form-7/).
19
20 If you edit your CF7 form, you will see an additional tag called "Conditional fields Group". Everything you put between the start and end tag will be hidden by default.
21 After you have added the field group(s), go to the "Conditional fields" tab to create one or more conditions that will make the group(s) appear.
22
23 Conditional Fields for Contact Form 7 is an independent plugin. This plugin is not affiliated with or endorsed by the developers of Contact Form 7.
24
25 = How to use it =
26
27 [Follow this tutorial](https://conditional-fields-cf7.bdwm.be/conditional-fields-for-contact-form-7-tutorial/)
28
29 == Main features ==
30
31 = Support for required fields =
32
33 Required fields inside hidden groups will never trigger validation errors.
34
35 = Hide/show info in emails based on what groups are visible =
36
37 Conditional groups can now be added to the emails as well.
38 Just wrap the content with `[group-name] ... [/group-name]` tags.
39 To show content only when a group is hidden, invert the tag with an exclamation mark: `[!group-name] ... [/!group-name]`.
40
41 = Groups can be nested =
42 Groups can be nested, both in the form and in the email
43
44 Example form:
45 `
46 [group group-1]
47 [group group-inside-1]
48 ...
49 [/group]
50 [/group]`
51
52 Example email:
53 `
54 [group-1]
55 [group-inside-1]
56 ...
57 [/group-inside-1]
58 [/group-1]`
59
60 = Advanced =
61
62 Advanced users can code up the conditions as plain text instead of using the select boxes, using the Text View.
63
64 == Need more power? ==
65
66 Just like WordPress, the power of Contact Form 7 lies in its [rich eco-system of extensions](https://conditional-fields-cf7.bdwm.be/list-of-all-contact-form-7-extensions/) that build on top of it. However, it can be difficult to find a set of complex extensions that work well together.
67
68 That's why I created Conditional Fields Pro. It adds some powerful features to Contact form 7 and guarantees that everything will run smoothly with Conditional Fields.
69
70 Pro features include:
71
72 * Repeatable fields (repeaters)
73 * Forms with multiple steps (multistep)
74 * Calculated fields
75 * Advanced conditions with JavaScript functions
76 * Multiple file upload
77
78 [Get the PRO version of Conditional Fields for Contact Form 7!](https://conditional-fields-cf7.bdwm.be/contact-form-7-conditional-fields-pro/)
79
80 == Installation ==
81
82 Please follow the [standard installation procedure for WordPress plugins](http://codex.wordpress.org/Managing_Plugins#Installing_Plugins).
83
84 Follow [this tutorial](https://conditional-fields-cf7.bdwm.be/conditional-fields-for-contact-form-7-tutorial/) if you are not sure how to use the plugin.
85
86 == Frequently Asked Questions ==
87
88 = Email message is not showing the correct values / Wrong values are submitted =
89
90 <strong>All field names should be unique</strong>
91
92 Even though your fields might never show up at the same time, it is still important to realize that WPCF7CF will not remove the fields, it merely hides them. So all fields will be submitted when the form is sent. Because of this no two fields can have the same name.
93
94 Incorrect form (2 input elements having the same name "a"):
95 `
96 [group group-1][select a "1" "2" "3"][/group]
97 [group group-2][select a "1" "2" "3"][/group]
98 `
99
100 Correct form (all groups and fields have unique names):
101 `
102 [group group-1][select a "1" "2" "3"][/group]
103 [group group-2][select b "1" "2" "3"][/group]
104 `
105
106 = All my groups show up all the time and never get hidden. =
107
108 <strong>Reason #1: JavaScript error</strong>
109 Check your browser console (F12) for any JavaScript errors. WPCF7CF loads its scripts at the bottom of the HTML page, so if some JavaScript error gets triggered before that, the code will not be executed in most browsers.
110 Before reaching out to the support forum try to determine which plugin or theme is causing the problem, by gradually disabling plugins and changing the theme.
111
112 <strong>Reason #2: wp_footer() isn't loaded</strong>
113 Check if your theme is calling the `wp_footer()` function. Typically this function will be called in your theme's footer.php file.
114 The conditional fields javascript code is loaded during wp_footer, so a call to this function is crucial. If there is no such call in your theme, go to your theme's footer.php file and add this code right before the closing `</body>` tag:
115 `&lt;?php wp_footer(); ?&gt;`
116
117 == Screenshots ==
118
119 1. Conditional fields in action
120 2. Defining rules to show/hide groups of input elements in the backend interface
121
122 == Upgrade Notice ==
123
124 = 2.0 =
125
126 Make sure to also update CF7 to the latest version! (Version 2.0 is only compatible with CF7 versions 5.4 and up. Version 1.9.16 is only compatible with CF7 version 5.3.*)
127
128 = 2.2 =
129
130 Make sure to also update CF7 to the latest version! (Version 2.2 is only compatible with CF7 versions 5.6 and up. Version 2.1.6 is only compatible with CF7 version 5.5.*)
131
132 = 2.2.10 =
133
134 Because the nature of the changes introduced in version 5.7 of Contact Form 7 you might need to make some manual changes to your forms and/or to your wp-config.php file. Please check the changelog. You could also wait for the release of version 5.7.1 of Contact Form 7. We hope the author will have address some of the issues by then.
135
136 = 2.2.11 =
137
138 Reverted autop-fix because it was causing additional errors. Bottom line: Make sure you are om Conditional Fields version 2.2.11 and CF7 version 5.6.4
139
140 == Changelog ==
141
142 = 2.7.10 (2026-07-07) =
143 * Add support for `[_format_my-date "d/m/Y"]` and `[_raw_my-field]` mail-tags in the Summary field ([#117](https://github.com/pwkip/contact-form-7-conditional-fields/issues/117)).
144 * Add a "Exclude a line from output if all of its mail-tags are blank" option to the Summary field, matching the same option for the email template ([#135](https://github.com/pwkip/contact-form-7-conditional-fields/issues/135)).
145 * Confirmed compatibility with Contact Form 7's `[reflection]` and `[output]` tags ([#124](https://github.com/pwkip/contact-form-7-conditional-fields/issues/124)).
146 * Compare `[date]` fields chronologically with the greater/less than operators, and offer a date-picker for the value in the condition editor ([#60](https://github.com/pwkip/contact-form-7-conditional-fields/issues/60)).
147 * Make the plugin's admin notices translatable ([#123](https://github.com/pwkip/contact-form-7-conditional-fields/issues/123)).
148 * PRO: The License key and Regular Expressions settings screen is now translatable, and German, French, Spanish, Italian and Dutch translations are bundled.
149
150 = 2.7.9 (2026-07-04) =
151 * Add inverted group tags in email and summary templates: `[!group-name] ... [/!group-name]` shows its content only when the group is hidden ([#96](https://github.com/pwkip/contact-form-7-conditional-fields/issues/96)).
152
153 = 2.7.8 (2026-06-18) =
154 * Fix submit button being re-enabled when it should stay disabled ([#136](https://github.com/pwkip/contact-form-7-conditional-fields/issues/136)).
155 * Fix PHP 8 warnings for REST API submissions ([forum topic](https://wordpress.org/support/topic/php-8-x-warnings-on-rest-api-submissions-missing-_post-keys-in-cf7cf-php/)).
156
157 = 2.7.7 (2026-06-14) =
158 * Fix validation errors when a group is hidden ([#137](https://github.com/pwkip/contact-form-7-conditional-fields/issues/137)). Thanks hirasso!
159
160 = 2.7.6 (2026-05-28) =
161 * PRO: Multistep buttons can now be changed per step.
162
163 = 2.7.5 (2026-05-20) =
164 * Tested up to WP 7.0
165
166 = 2.7.4 (2026-05-15) =
167 * Fully tested with Contact Form 7 version 6.1.6
168
169 = 2.7.3 (2026-05-03) =
170 * Security: Fix unauthenticated DoS via repeater `*_count` POST parameter. Thanks to Rahul Karne for the responsible disclosure via VulnCheck.
171
172 = 2.7.2 (2026-05-01) =
173 * PRO: Repeater - new `remove_button:per_entry` option to add a remove button to each entry. (Can also be set globally as the default in settings.)
174
175 = 2.7.1 (2026-04-21) =
176 * PRO: Fix bugs with tg-pane for calculated fields.
177
178 = 2.7 (2026-04-20) =
179 * PRO: Add calculated fields feature.
180
181 = 2.6.8 (2026-02-08) =
182 * Fully tested with Contact Form 7 version 6.1.5
183
184 = 2.6.7 (2025-11-30) =
185 * Fully tested with Contact Form 7 version 6.1.4
186 * Fully tested up to WP 6.9
187
188 = 2.6.6 (2025-11-01) =
189 * Fix some deprecated notices with PHP 8.4 (Thanks to Mike for reporting the issue with str_getcsv)
190
191 = 2.6.5 (2025-10-29) =
192 * Fully tested with Contact Form 7 version 6.1.3
193 * Reduce jQuery dependency
194
195 = 2.6.4 (2025-09-30) =
196 * Fully tested with Contact Form 7 version 6.1.2
197
198 = 2.6.3 (2025-08-05) =
199 * Fully tested with Contact Form 7 version 6.1.1
200
201 = 2.6.2 (2025-07-14) =
202 * Fix togglebutton problem in 2.6.1
203
204 = 2.6.1 (2025-07-13) =
205 * Fix problem with some versions of jQuery.
206
207 = 2.6 (2025-06-26) =
208 * Fully tested with Contact Form 7 version 6.1
209 * Add support for [SWV](https://contactform7.com/schema-woven-validation/)
210 * always wait until groups are updated before submitting the form
211 * Disable submit buttons while the form is submitting
212
213 = 2.5.14 (2025-06-14) =
214 * Bug fix: Allow multiple class names for group tags [#129](https://github.com/pwkip/contact-form-7-conditional-fields/issues/129)
215
216 = 2.5.13 (2025-06-13) =
217 * Improve backend mailbox validation.
218
219 = 2.5.12 (2025-06-07) =
220 * Bug fix: Make sure legacy forms (created before version 1.4) can be edited.
221 * Bug fix: Validation Issue with CF7 file upload within multistep form [#128](https://github.com/pwkip/contact-form-7-conditional-fields/issues/128) - Thanks to Sebastian Blasius from [huishu-agentur.de](https://huishu-agentur.de) for the fix!
222
223 = 2.5.11 (2025-04-10) =
224 * Fully tested with Contact Form 7 version 6.0.6
225 * Tested up to WP 6.8
226
227 = 2.5.10 (2025-03-11) =
228 * Fully tested with Contact Form 7 version 6.0.5
229
230 = 2.5.9 (2025-02-18) =
231 * Fully tested with Contact Form 7 version 6.0.4
232
233 = 2.5.8 (2025-02-11) =
234 * Enable regular expressions again in the free version.
235 * Temporarily add contact-form-7-conditional-fields.php file again and point it to the new file. This is to prevent users from getting a fatal error when updating from version 2.5.4. This file will be removed again in a future update.
236
237 = 2.5.7 (2025-01-14) =
238 * Fully tested with Contact Form 7 version 6.0.3
239
240 = 2.5.6 (2024-12-23) =
241 * Fully tested with Contact Form 7 version 6.0.2
242
243 = 2.5.5 (2024-12-20) =
244 * FREE: Rename plugin folder and main file from contact-form-7-conditional-fields/contact-form-7-conditional-fields to conditional-fields
245 * PRO: Rename plugin folder and main file from contact-form-7-conditional-fields-pro to conditional-fields-pro/conditional-fields.php
246
247 = 2.5.4 (2024-12-05) =
248 * Remove some code in the free plugin that was only needed for the PRO version.
249
250 = 2.5.3 (2024-12-04) =
251 * Fix form-tag generator button. Now you can insert [group] tags again with the new CF7 form-tag generator. Renamed the button to "Conditional group".
252
253 = 2.5.2 (2024-11-27) =
254 * Fully tested with Contact Form 7 version 6.0.1
255 * Tested up to WP 6.7
256
257 = 2.5.1 (2024-11-03) =
258 * Temporarily remove Conditional Fields buttons to prevent conflicts with CF7 6.0. This means you need to enter the [group] tags manually and can't insert them with the form-tag generator buttons anymore. We are looking into a fix.
259 * Fully tested with Contact Form 7 version 6.0
260
261 = 2.5 (2024-10-22) =
262 * Add Plugin Dependency for CF7 in plugin header
263 * fix deprecated warning dynamic property creation
264 * fix Using ${var} in strings is deprecated
265 * Fix XSS vulnerability in admin settings page. Thanks to [Patchstack](patchstack.com) for reporting this issue.
266 * PRO: Fix: [response] tag doesn't work properly in multistep [#127](https://github.com/pwkip/contact-form-7-conditional-fields/issues/127)
267 * PRO: Add support for checkbox free_text option in summary field [#126](https://github.com/pwkip/contact-form-7-conditional-fields/issues/126)
268 * PRO: Fix: [multifile] allows uploading of filetype that is not specified in allowed filetypes [#103](https://github.com/pwkip/contact-form-7-conditional-fields/issues/103)
269
270 = 2.4.15 (2024-07-27) =
271 * Fully tested with Contact Form 7 version 5.9.8
272
273 = 2.4.14 (2024-07-18) =
274 * Fix medium security problem (CVSS 4.3). Thanks to Wordfence for reporting this issue.
275 * Fully tested with Contact Form 7 version 5.9.7
276 * Tested up to WP 6.6
277
278 = 2.4.13 (2024-06-29) =
279 * Fully tested with Contact Form 7 version 5.9.6
280
281 = 2.4.12 (2024-05-25) =
282 * Fully tested with Contact Form 7 version 5.9.5
283
284 = 2.4.11 (2024-05-12) =
285 * PRO: multistep - Disable next button and prevent submitting while step is being validated.
286 * Fully tested with Contact Form 7 version 5.9.4
287
288 = 2.4.10 (2024-03-30) =
289 * Fix crappy release
290
291 = 2.4.9 (2024-03-30) =
292 * Fully tested with Contact Form 7 version 5.9.3
293
294 = 2.4.8 (2024-03-14) =
295 * Fully tested with Contact Form 7 version 5.9.2
296
297 = 2.4.7 (2024-02-13) =
298 * Fully tested with Contact Form 7 version 5.8.7
299
300 = 2.4.6 (2024-01-15) =
301 * Fully tested with Contact Form 7 version 5.8.6
302
303 = 2.4.5 (2023-12-19) =
304 * Fix bug with Multistep validation. Caused by cf7cf script not depending on cf7 script.
305 * Fully tested with Contact Form 7 version 5.8.5
306
307 = 2.4.4 (2023-12-10) =
308 * Fully tested with Contact Form 7 version 5.8.4
309
310 = 2.4.3 (2023-11-23) =
311 * Tested up to WP 6.4
312
313 = 2.4.2 (2023-11-22) =
314 * Prevent "CF7 needs to be installed" notice from being dismissable. (This notice is only shown to users with the update_plugins capability)
315 * Add nonce for dismissing other notices, so bad people who are stealing your session can't dismiss your precious CF7CF related notices on your behalf anymore. Hopefully now the people of Patchstack will be happy and stop marking this plugin as vulnerable.
316 * Tested up to WP 6.3
317 * Remove some unused constants
318
319 = 2.4.1 (2023-11-16) =
320 * Patch minor access-control vulnerability reported by [patchstack](https://patchstack.com/database/vulnerability/cf7-conditional-fields/wordpress-conditional-fields-for-contact-form-7-plugin-2-4-broken-access-control-vulnerability?_a_id=110)
321 * Fully tested with Contact Form 7 version 5.8.3
322
323 = 2.4 (2023-11-13) =
324 * Removed webpack build. (This might cause JS errors in outdated browsers.)
325 * Fix admin validator Error. Thanks to [joostdekeijzer](https://github.com/pwkip/contact-form-7-conditional-fields/pull/113)
326 * Fix some jQuery code. Thanks to [hirasso](https://github.com/pwkip/contact-form-7-conditional-fields/pull/111)
327
328 = 2.3.12 (2023-10-27) =
329 * Fully tested with Contact Form 7 version 5.8.2
330
331 = 2.3.11 (2023-10-03) =
332 * Fully tested with Contact Form 7 version 5.8.1
333
334 = 2.3.10 (2023-08-07) =
335 * Fully tested with Contact Form 7 version 5.8
336
337 = 2.3.9 (2023-05-31) =
338 * Fully tested with Contact Form 7 version 5.7.7
339
340 = 2.3.8 (2023-04-23) =
341 * Fully tested with Contact Form 7 version 5.7.6
342
343 = 2.3.7 (2023-04-13) =
344 * PRO: Fix obscure bug with disable_on_hide. Disabled fields didn't get recognized after calling reset() on the form element or after adding a repeater, causing conditions relying on disabled fields to malfunction.
345
346 = 2.3.6 (2023-04-11) =
347 * Fully tested with WP version 6.2
348
349 = 2.3.5 (2023-03-24) =
350 * Fully tested with Contact Form 7 version 5.7.5.1
351 * Note: Previously it was possible to add a contact-form shortcode with only the title and not the ID. But since the last update of CF7 this seems to throw an error. Use the official shortcode provided by CF7 to prevent this.
352
353 = 2.3.4 (2023-02-19) =
354 * Fully tested with Contact Form 7 version 5.7.4
355
356 = 2.3.3 (2023-01-26) =
357 * PRO: Fix [summary]. CF7 5.7.3 introduced a tag-check function which [summary] did not pass.
358 * Fully tested with Contact Form 7 version 5.7.3
359
360 = 2.3.2 (2022-12-28) =
361 * Fully tested with Contact Form 7 version 5.7.2
362
363 = 2.3.1 (2022-12-17) =
364 * PRO: fix problem with line breaks in multistep forms.
365
366 = 2.3 (2022-12-16) =
367 * Fully tested with Contact Form 7 version 5.7.1
368 * PRO: Changed containing element for repeater and step controls from DIV to P. Otherwise CF7 would create additional P elements.
369
370 = 2.2.11 (2022-12-13) =
371 * DO NOT UPDATE TO CONTACT FORM VERSION 5.7!! At least wait for version 5.7.1 before updating
372 * Reverted autop-fix because it was causing additional errors.
373 * Reverted compatibility declaration to CF7 version 5.6.4
374
375 = 2.2.10 (2022-12-11) =
376 * Fully tested with Contact Form 7 version 5.7 (when WP_DEBUG is false). Note: due to some errors in Contact Form 7 version 5.7 you will need to make sure WP_DEBUG is set to false in your wp-config.php file.
377 * disable automatic insertion of paragraphs. Recent CF7 updates have changed the autop mechanism, causing too many problems with parsing the HTML code. If you still want to use autop (at your own risk) copy this code to your functions.php file: `add_filter( 'wpcf7_autop_or_not', '__return_true', 41, 0);`. Untill further notice Conditional Fields and Conditional Fields for Contact Form 7 will not use the automatic paragraph feature of CF7. Always try to write clean and valid HTML code. [GH issue 85](https://github.com/pwkip/contact-form-7-conditional-fields/issues/85)
378
379 = 2.2.9 (2022-10-19) =
380 * Fully tested with Contact Form 7 version 5.6.4
381 * Add action hook: [wpcf7cf_step_completed](https://conditional-fields-cf7.bdwm.be/wpcf7cf_step_completed/)
382
383 = 2.2.8 (2022-10-14) =
384 * Fix acceptance field bug
385
386 = 2.2.7 (2022-10-14) =
387 * Remove unwanted whitespace between closing and opening group tags in mail messages.
388 * Fix problems with acceptance fields [More info](https://conditional-fields-cf7.bdwm.be/acceptance/)
389 * Redesign of [form tester](https://conditional-fields-cf7.bdwm.be/form-tester/)
390
391 = 2.2.6 (2022-09-08) =
392 * PRO: Fix issues with validation in nested repeaters [GH issue 92](https://github.com/pwkip/contact-form-7-conditional-fields/issues/92)
393 * Fix error with optional file field in hidden group [GH issue 92](https://github.com/pwkip/contact-form-7-conditional-fields/issues/92)
394
395 = 2.2.5 (2022-09-04) =
396 * PRO: Fix bug with togglebutton
397
398 = 2.2.4 (2022-09-01) =
399 * Fully tested with Contact Form 7 version 5.6.3
400 * JS code refactoring
401 * Allow adding class names to group. For example: [group g class:my-class][/group]
402
403 = 2.2.3 (2022-08-10) =
404 * Fully tested with Contact Form 7 version 5.6.2
405 * [Fix](https://wordpress.org/support/topic/only-textmode-with-smartgrid-plugin/#post-15895061) for smartgrid plugin
406 * Some code refactoring
407
408 = 2.2.2 (2022-08-07) =
409 * Performance improvements
410
411 = 2.2.1 (2022-07-21) =
412 * Fully tested with Contact Form 7 version 5.6.1
413
414 = 2.2 (2022-06-17) =
415 * Make compatibile with Contact Form 7 version 5.6
416
417 = 2.1.6 (2022-06-07) =
418 * Fix bug: text view cleared after making a change to form code when there are more than 50 conditions.
419
420 = 2.1.5 (2022-05-22) =
421 * Fully tested with Contact Form 7 version 5.5.6.1
422
423 = 2.1.4 (2022-05-16) =
424 * It's no longer needed to save the form before adding conditions. Available groups are updated instantaneously after adding/changing them in the form editor.
425 * Fix problems when group is named "children" [GH issue 74](https://github.com/pwkip/contact-form-7-conditional-fields/issues/74)
426 * Fix problems with unsaved changes notice [GH issue 91](https://github.com/pwkip/contact-form-7-conditional-fields/issues/91)
427 * Tested up to WP 6.0
428
429 = 2.1.3 (2022-04-18) =
430 * check for user_cap 'wpcf7_edit_contact_forms' instead of 'wpcf7_edit_contact_form' in several places. Thanks, [@paybox](https://wordpress.org/support/topic/some-notices-appearing-fix-suggested/)!
431 * PRO multistep: make "Next step" and "Previous step" buttons translatable by third party plugins like wpml and loco translate.
432 * PRO multistep: show spinner while validating a step.
433 * PRO Fix additional disable_on_hide bug with multistep [GH issue 87-4](https://github.com/pwkip/contact-form-7-conditional-fields/issues/87)
434 * Replace all occurences of text domain 'contact-form-7' with 'cf7-conditional-fields'
435
436 = 2.1.2 (2022-02-23) =
437 * Fully tested with Contact Form 7 version 5.5.6
438
439 = 2.1.1 (2022-02-14) =
440 * Fully tested with Contact Form 7 version 5.5.5
441 * Make scroll to success message less annoying. [GH Issue 90](https://github.com/pwkip/contact-form-7-conditional-fields/issues/90)
442 * Add extra check to make sure that scroll to success message only happens when the e-mail is sent. [GH Issue 90](https://github.com/pwkip/contact-form-7-conditional-fields/issues/90)
443 * PRO: fix disable_on_hide bugs. [GH sssue 87](https://github.com/pwkip/contact-form-7-conditional-fields/issues/87)
444
445 = 2.1 (2022-01-27) =
446 * Tested up to wp 5.9
447 * Scroll success message into view after successful form submission. [GH Issue 90](https://github.com/pwkip/contact-form-7-conditional-fields/issues/90)
448 * Small changes [GH PR 86](https://github.com/pwkip/contact-form-7-conditional-fields/pull/86)
449 * Make 'change' event bubble up [GH PR 88](https://github.com/pwkip/contact-form-7-conditional-fields/pull/88)
450
451 = 2.0.9 (2022-01-20) =
452 * Fully tested with Contact Form 7 version 5.5.4
453
454 = 2.0.8 (2021-11-28) =
455 * Check how code changes in CF7 related to `wpcf7_contact_form_properties` impact the plugin, and update TODO comments accordingly.
456 * Fully tested with Contact Form 7 version 5.5.3
457 * Write additional tests for forms loaded via AJAX
458 * only show compatibility notices to users with the update_plugins capabilities
459
460 = 2.0.7 (2021-10-26) =
461 * Fully tested with Contact Form 7 version 5.5.2 (and also make the warning message disappear if all plugins are up to date)
462
463 = 2.0.6 (2021-10-26) =
464 * Fully tested with Contact Form 7 version 5.5.2
465
466 = 2.0.5 (2021-10-13) =
467 * Fully tested with Contact Form 7 version 5.5.1
468
469 = 2.0.4 (2021-07-19) =
470 * Fix issue with required file fields
471 * Fully tested with Contact Form 7 version 5.4.2
472
473 = 2.0.3 (2021-05-02) =
474 * Fully tested with Contact Form 7 version 5.4.1
475 * (dev note: fixed automated tests)
476
477 = 2.0.2 (2021-04-06) =
478 * Fix bug: third-party required fields not triggering validation. Thanks [@dedotombo](https://wordpress.org/support/topic/bugfix-skip_validation_for_hidden_fields-issue/)!
479
480 = 2.0.1 (2021-03-31) =
481 * Force height:auto on groups. (Fixes regression errors with groups inside repeaters)
482 * Allow more funky characters as conditional fields values (there was a problem with less than sign <)
483 * Fix bug with hidden required file and multifile fields causing validation errors
484 * Implemented extra tests so these errors cannot reoccur in future updates.
485
486 = 2.0 (2021-03-29) =
487 * WARNING! 2.0 requires at least Contact Form 7 version 5.4 to work!
488 * Make plugin compatible with CF7 5.4
489 * Modify wpcf7cf_generate_summary function, so it can be used without $_POST
490 * fix animaton when showing group
491
492 = Versions 0.1 - 1.9.16 (2020-06-04 - 2021-03-09) =
493 * [Full changelog](https://conditional-fields-cf7.bdwm.be/changelog/)