PluginProbe ʕ •ᴥ•ʔ
Conditional Fields for Contact Form 7 / 2.7.11
Conditional Fields for Contact Form 7 v2.7.11
2.7.13 2.7.11 2.7.12 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 2 weeks ago jsdoc-out 2 weeks ago test-results 4 months ago Wpcf7cfMailParser.php 1 month ago admin-style.css 2 years ago admin-style.css.map 2 years ago admin-style.scss 4 years ago admin.php 2 weeks ago cf7cf.php 2 weeks ago conditional-fields.php 2 weeks ago contact-form-7-conditional-fields.php 1 year ago init.php 2 weeks ago readme.txt 2 weeks ago style.css 4 months ago tg_pane_group.php 4 months ago wpcf7cf-options.php 2 weeks ago
readme.txt
497 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.11
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.11 (2026-08-14) =
143 * Fix a typo in description variable ([#138](https://github.com/pwkip/contact-form-7-conditional-fields/issues/138)).
144 * Fix various spelling errors in code comments and the readme.
145
146 = 2.7.10 (2026-07-07) =
147 * 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)).
148 * 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)).
149 * Confirmed compatibility with Contact Form 7's `[reflection]` and `[output]` tags ([#124](https://github.com/pwkip/contact-form-7-conditional-fields/issues/124)).
150 * 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)).
151 * Make the plugin's admin notices translatable ([#123](https://github.com/pwkip/contact-form-7-conditional-fields/issues/123)).
152 * PRO: The License key and Regular Expressions settings screen is now translatable, and German, French, Spanish, Italian and Dutch translations are bundled.
153
154 = 2.7.9 (2026-07-04) =
155 * 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)).
156
157 = 2.7.8 (2026-06-18) =
158 * Fix submit button being re-enabled when it should stay disabled ([#136](https://github.com/pwkip/contact-form-7-conditional-fields/issues/136)).
159 * 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/)).
160
161 = 2.7.7 (2026-06-14) =
162 * Fix validation errors when a group is hidden ([#137](https://github.com/pwkip/contact-form-7-conditional-fields/issues/137)). Thanks hirasso!
163
164 = 2.7.6 (2026-05-28) =
165 * PRO: Multistep buttons can now be changed per step.
166
167 = 2.7.5 (2026-05-20) =
168 * Tested up to WP 7.0
169
170 = 2.7.4 (2026-05-15) =
171 * Fully tested with Contact Form 7 version 6.1.6
172
173 = 2.7.3 (2026-05-03) =
174 * Security: Fix unauthenticated DoS via repeater `*_count` POST parameter. Thanks to Rahul Karne for the responsible disclosure via VulnCheck.
175
176 = 2.7.2 (2026-05-01) =
177 * 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.)
178
179 = 2.7.1 (2026-04-21) =
180 * PRO: Fix bugs with tg-pane for calculated fields.
181
182 = 2.7 (2026-04-20) =
183 * PRO: Add calculated fields feature.
184
185 = 2.6.8 (2026-02-08) =
186 * Fully tested with Contact Form 7 version 6.1.5
187
188 = 2.6.7 (2025-11-30) =
189 * Fully tested with Contact Form 7 version 6.1.4
190 * Fully tested up to WP 6.9
191
192 = 2.6.6 (2025-11-01) =
193 * Fix some deprecated notices with PHP 8.4 (Thanks to Mike for reporting the issue with str_getcsv)
194
195 = 2.6.5 (2025-10-29) =
196 * Fully tested with Contact Form 7 version 6.1.3
197 * Reduce jQuery dependency
198
199 = 2.6.4 (2025-09-30) =
200 * Fully tested with Contact Form 7 version 6.1.2
201
202 = 2.6.3 (2025-08-05) =
203 * Fully tested with Contact Form 7 version 6.1.1
204
205 = 2.6.2 (2025-07-14) =
206 * Fix togglebutton problem in 2.6.1
207
208 = 2.6.1 (2025-07-13) =
209 * Fix problem with some versions of jQuery.
210
211 = 2.6 (2025-06-26) =
212 * Fully tested with Contact Form 7 version 6.1
213 * Add support for [SWV](https://contactform7.com/schema-woven-validation/)
214 * always wait until groups are updated before submitting the form
215 * Disable submit buttons while the form is submitting
216
217 = 2.5.14 (2025-06-14) =
218 * Bug fix: Allow multiple class names for group tags [#129](https://github.com/pwkip/contact-form-7-conditional-fields/issues/129)
219
220 = 2.5.13 (2025-06-13) =
221 * Improve backend mailbox validation.
222
223 = 2.5.12 (2025-06-07) =
224 * Bug fix: Make sure legacy forms (created before version 1.4) can be edited.
225 * 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!
226
227 = 2.5.11 (2025-04-10) =
228 * Fully tested with Contact Form 7 version 6.0.6
229 * Tested up to WP 6.8
230
231 = 2.5.10 (2025-03-11) =
232 * Fully tested with Contact Form 7 version 6.0.5
233
234 = 2.5.9 (2025-02-18) =
235 * Fully tested with Contact Form 7 version 6.0.4
236
237 = 2.5.8 (2025-02-11) =
238 * Enable regular expressions again in the free version.
239 * 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.
240
241 = 2.5.7 (2025-01-14) =
242 * Fully tested with Contact Form 7 version 6.0.3
243
244 = 2.5.6 (2024-12-23) =
245 * Fully tested with Contact Form 7 version 6.0.2
246
247 = 2.5.5 (2024-12-20) =
248 * FREE: Rename plugin folder and main file from contact-form-7-conditional-fields/contact-form-7-conditional-fields to conditional-fields
249 * PRO: Rename plugin folder and main file from contact-form-7-conditional-fields-pro to conditional-fields-pro/conditional-fields.php
250
251 = 2.5.4 (2024-12-05) =
252 * Remove some code in the free plugin that was only needed for the PRO version.
253
254 = 2.5.3 (2024-12-04) =
255 * 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".
256
257 = 2.5.2 (2024-11-27) =
258 * Fully tested with Contact Form 7 version 6.0.1
259 * Tested up to WP 6.7
260
261 = 2.5.1 (2024-11-03) =
262 * 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.
263 * Fully tested with Contact Form 7 version 6.0
264
265 = 2.5 (2024-10-22) =
266 * Add Plugin Dependency for CF7 in plugin header
267 * fix deprecated warning dynamic property creation
268 * fix Using ${var} in strings is deprecated
269 * Fix XSS vulnerability in admin settings page. Thanks to [Patchstack](patchstack.com) for reporting this issue.
270 * PRO: Fix: [response] tag doesn't work properly in multistep [#127](https://github.com/pwkip/contact-form-7-conditional-fields/issues/127)
271 * PRO: Add support for checkbox free_text option in summary field [#126](https://github.com/pwkip/contact-form-7-conditional-fields/issues/126)
272 * 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)
273
274 = 2.4.15 (2024-07-27) =
275 * Fully tested with Contact Form 7 version 5.9.8
276
277 = 2.4.14 (2024-07-18) =
278 * Fix medium security problem (CVSS 4.3). Thanks to Wordfence for reporting this issue.
279 * Fully tested with Contact Form 7 version 5.9.7
280 * Tested up to WP 6.6
281
282 = 2.4.13 (2024-06-29) =
283 * Fully tested with Contact Form 7 version 5.9.6
284
285 = 2.4.12 (2024-05-25) =
286 * Fully tested with Contact Form 7 version 5.9.5
287
288 = 2.4.11 (2024-05-12) =
289 * PRO: multistep - Disable next button and prevent submitting while step is being validated.
290 * Fully tested with Contact Form 7 version 5.9.4
291
292 = 2.4.10 (2024-03-30) =
293 * Fix crappy release
294
295 = 2.4.9 (2024-03-30) =
296 * Fully tested with Contact Form 7 version 5.9.3
297
298 = 2.4.8 (2024-03-14) =
299 * Fully tested with Contact Form 7 version 5.9.2
300
301 = 2.4.7 (2024-02-13) =
302 * Fully tested with Contact Form 7 version 5.8.7
303
304 = 2.4.6 (2024-01-15) =
305 * Fully tested with Contact Form 7 version 5.8.6
306
307 = 2.4.5 (2023-12-19) =
308 * Fix bug with Multistep validation. Caused by cf7cf script not depending on cf7 script.
309 * Fully tested with Contact Form 7 version 5.8.5
310
311 = 2.4.4 (2023-12-10) =
312 * Fully tested with Contact Form 7 version 5.8.4
313
314 = 2.4.3 (2023-11-23) =
315 * Tested up to WP 6.4
316
317 = 2.4.2 (2023-11-22) =
318 * Prevent "CF7 needs to be installed" notice from being dismissable. (This notice is only shown to users with the update_plugins capability)
319 * 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.
320 * Tested up to WP 6.3
321 * Remove some unused constants
322
323 = 2.4.1 (2023-11-16) =
324 * 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)
325 * Fully tested with Contact Form 7 version 5.8.3
326
327 = 2.4 (2023-11-13) =
328 * Removed webpack build. (This might cause JS errors in outdated browsers.)
329 * Fix admin validator Error. Thanks to [joostdekeijzer](https://github.com/pwkip/contact-form-7-conditional-fields/pull/113)
330 * Fix some jQuery code. Thanks to [hirasso](https://github.com/pwkip/contact-form-7-conditional-fields/pull/111)
331
332 = 2.3.12 (2023-10-27) =
333 * Fully tested with Contact Form 7 version 5.8.2
334
335 = 2.3.11 (2023-10-03) =
336 * Fully tested with Contact Form 7 version 5.8.1
337
338 = 2.3.10 (2023-08-07) =
339 * Fully tested with Contact Form 7 version 5.8
340
341 = 2.3.9 (2023-05-31) =
342 * Fully tested with Contact Form 7 version 5.7.7
343
344 = 2.3.8 (2023-04-23) =
345 * Fully tested with Contact Form 7 version 5.7.6
346
347 = 2.3.7 (2023-04-13) =
348 * 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.
349
350 = 2.3.6 (2023-04-11) =
351 * Fully tested with WP version 6.2
352
353 = 2.3.5 (2023-03-24) =
354 * Fully tested with Contact Form 7 version 5.7.5.1
355 * 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.
356
357 = 2.3.4 (2023-02-19) =
358 * Fully tested with Contact Form 7 version 5.7.4
359
360 = 2.3.3 (2023-01-26) =
361 * PRO: Fix [summary]. CF7 5.7.3 introduced a tag-check function which [summary] did not pass.
362 * Fully tested with Contact Form 7 version 5.7.3
363
364 = 2.3.2 (2022-12-28) =
365 * Fully tested with Contact Form 7 version 5.7.2
366
367 = 2.3.1 (2022-12-17) =
368 * PRO: fix problem with line breaks in multistep forms.
369
370 = 2.3 (2022-12-16) =
371 * Fully tested with Contact Form 7 version 5.7.1
372 * PRO: Changed containing element for repeater and step controls from DIV to P. Otherwise CF7 would create additional P elements.
373
374 = 2.2.11 (2022-12-13) =
375 * DO NOT UPDATE TO CONTACT FORM VERSION 5.7!! At least wait for version 5.7.1 before updating
376 * Reverted autop-fix because it was causing additional errors.
377 * Reverted compatibility declaration to CF7 version 5.6.4
378
379 = 2.2.10 (2022-12-11) =
380 * 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.
381 * 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);`. Until 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)
382
383 = 2.2.9 (2022-10-19) =
384 * Fully tested with Contact Form 7 version 5.6.4
385 * Add action hook: [wpcf7cf_step_completed](https://conditional-fields-cf7.bdwm.be/wpcf7cf_step_completed/)
386
387 = 2.2.8 (2022-10-14) =
388 * Fix acceptance field bug
389
390 = 2.2.7 (2022-10-14) =
391 * Remove unwanted whitespace between closing and opening group tags in mail messages.
392 * Fix problems with acceptance fields [More info](https://conditional-fields-cf7.bdwm.be/acceptance/)
393 * Redesign of [form tester](https://conditional-fields-cf7.bdwm.be/form-tester/)
394
395 = 2.2.6 (2022-09-08) =
396 * PRO: Fix issues with validation in nested repeaters [GH issue 92](https://github.com/pwkip/contact-form-7-conditional-fields/issues/92)
397 * Fix error with optional file field in hidden group [GH issue 92](https://github.com/pwkip/contact-form-7-conditional-fields/issues/92)
398
399 = 2.2.5 (2022-09-04) =
400 * PRO: Fix bug with togglebutton
401
402 = 2.2.4 (2022-09-01) =
403 * Fully tested with Contact Form 7 version 5.6.3
404 * JS code refactoring
405 * Allow adding class names to group. For example: [group g class:my-class][/group]
406
407 = 2.2.3 (2022-08-10) =
408 * Fully tested with Contact Form 7 version 5.6.2
409 * [Fix](https://wordpress.org/support/topic/only-textmode-with-smartgrid-plugin/#post-15895061) for smartgrid plugin
410 * Some code refactoring
411
412 = 2.2.2 (2022-08-07) =
413 * Performance improvements
414
415 = 2.2.1 (2022-07-21) =
416 * Fully tested with Contact Form 7 version 5.6.1
417
418 = 2.2 (2022-06-17) =
419 * Make compatible with Contact Form 7 version 5.6
420
421 = 2.1.6 (2022-06-07) =
422 * Fix bug: text view cleared after making a change to form code when there are more than 50 conditions.
423
424 = 2.1.5 (2022-05-22) =
425 * Fully tested with Contact Form 7 version 5.5.6.1
426
427 = 2.1.4 (2022-05-16) =
428 * 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.
429 * Fix problems when group is named "children" [GH issue 74](https://github.com/pwkip/contact-form-7-conditional-fields/issues/74)
430 * Fix problems with unsaved changes notice [GH issue 91](https://github.com/pwkip/contact-form-7-conditional-fields/issues/91)
431 * Tested up to WP 6.0
432
433 = 2.1.3 (2022-04-18) =
434 * 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/)!
435 * PRO multistep: make "Next step" and "Previous step" buttons translatable by third party plugins like wpml and loco translate.
436 * PRO multistep: show spinner while validating a step.
437 * PRO Fix additional disable_on_hide bug with multistep [GH issue 87-4](https://github.com/pwkip/contact-form-7-conditional-fields/issues/87)
438 * Replace all occurrences of text domain 'contact-form-7' with 'cf7-conditional-fields'
439
440 = 2.1.2 (2022-02-23) =
441 * Fully tested with Contact Form 7 version 5.5.6
442
443 = 2.1.1 (2022-02-14) =
444 * Fully tested with Contact Form 7 version 5.5.5
445 * Make scroll to success message less annoying. [GH Issue 90](https://github.com/pwkip/contact-form-7-conditional-fields/issues/90)
446 * 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)
447 * PRO: fix disable_on_hide bugs. [GH sssue 87](https://github.com/pwkip/contact-form-7-conditional-fields/issues/87)
448
449 = 2.1 (2022-01-27) =
450 * Tested up to wp 5.9
451 * Scroll success message into view after successful form submission. [GH Issue 90](https://github.com/pwkip/contact-form-7-conditional-fields/issues/90)
452 * Small changes [GH PR 86](https://github.com/pwkip/contact-form-7-conditional-fields/pull/86)
453 * Make 'change' event bubble up [GH PR 88](https://github.com/pwkip/contact-form-7-conditional-fields/pull/88)
454
455 = 2.0.9 (2022-01-20) =
456 * Fully tested with Contact Form 7 version 5.5.4
457
458 = 2.0.8 (2021-11-28) =
459 * Check how code changes in CF7 related to `wpcf7_contact_form_properties` impact the plugin, and update TODO comments accordingly.
460 * Fully tested with Contact Form 7 version 5.5.3
461 * Write additional tests for forms loaded via AJAX
462 * only show compatibility notices to users with the update_plugins capabilities
463
464 = 2.0.7 (2021-10-26) =
465 * Fully tested with Contact Form 7 version 5.5.2 (and also make the warning message disappear if all plugins are up to date)
466
467 = 2.0.6 (2021-10-26) =
468 * Fully tested with Contact Form 7 version 5.5.2
469
470 = 2.0.5 (2021-10-13) =
471 * Fully tested with Contact Form 7 version 5.5.1
472
473 = 2.0.4 (2021-07-19) =
474 * Fix issue with required file fields
475 * Fully tested with Contact Form 7 version 5.4.2
476
477 = 2.0.3 (2021-05-02) =
478 * Fully tested with Contact Form 7 version 5.4.1
479 * (dev note: fixed automated tests)
480
481 = 2.0.2 (2021-04-06) =
482 * Fix bug: third-party required fields not triggering validation. Thanks [@dedotombo](https://wordpress.org/support/topic/bugfix-skip_validation_for_hidden_fields-issue/)!
483
484 = 2.0.1 (2021-03-31) =
485 * Force height:auto on groups. (Fixes regression errors with groups inside repeaters)
486 * Allow more funky characters as conditional fields values (there was a problem with less than sign <)
487 * Fix bug with hidden required file and multifile fields causing validation errors
488 * Implemented extra tests so these errors cannot reoccur in future updates.
489
490 = 2.0 (2021-03-29) =
491 * WARNING! 2.0 requires at least Contact Form 7 version 5.4 to work!
492 * Make plugin compatible with CF7 5.4
493 * Modify wpcf7cf_generate_summary function, so it can be used without $_POST
494 * fix animation when showing group
495
496 = Versions 0.1 - 1.9.16 (2020-06-04 - 2021-03-09) =
497 * [Full changelog](https://conditional-fields-cf7.bdwm.be/changelog/)