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