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