PluginProbe ʕ •ᴥ•ʔ
Conditional Fields for Contact Form 7 / 1.8
Conditional Fields for Contact Form 7 v1.8
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 6 years ago Wpcf7cfMailParser.php 6 years ago admin-style.css 6 years ago admin-style.css.map 6 years ago admin-style.scss 6 years ago admin.php 6 years ago cf7cf.php 6 years ago contact-form-7-conditional-fields.php 6 years ago init.php 6 years ago readme.txt 6 years ago style.css 6 years ago tg_pane_group.php 6 years ago wpcf7cf-options.php 6 years ago
readme.txt
367 lines
1 === Contact Form 7 - Conditional Fields ===
2 Contributors: Jules Colle
3 Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=j_colle%40hotmail%2ecom&lc=US&item_name=Jules%20Colle%20%2d%20WP%20plugins%20%2d%20Responsive%20Gallery%20Grid&item_number=rgg&currency_code=USD&bn=PP%2dDonationsBF%3abtn_donateCC_LG%2egif%3aNonHosted
4 Author: Jules Colle
5 Website: http://bdwm.be
6 Tags: wordpress, contact form 7, forms, conditional fields
7 Requires at least: 4.1
8 Tested up to: 5.3
9 Stable tag: 1.8
10 Requires PHP: 5.6
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), click Save and go to the "Conditional fields" tab to create one or more conditions that will make the group(s) appear.
22
23 = How to use it =
24
25 [Follow this tutorial](https://conditional-fields-cf7.bdwm.be/conditional-fields-for-contact-form-7-tutorial/)
26
27 == Main/ New features ==
28
29 = Support for required fields =
30
31 Required fields can be used inside hidden groups without causing validation problems.
32
33 = Hide/show info in emails based on what groups are visible =
34
35 Conditional groups can now be added to the emails as well.
36 Just wrap the content with `[group-name] ... [/group-name]` tags.
37
38 = Groups can be nested =
39 Groups can be nested, both in the form and in the email
40
41 Example form:
42 `
43 [group group-1]
44 [group group-inside-1]
45 ...
46 [/group]
47 [/group]`
48
49 Example email:
50 `
51 [group-1]
52 [group-inside-1]
53 ...
54 [/group-inside-1]
55 [/group-1]`
56
57 = Advanced =
58
59 Advanced users can code up the conditions as plain text instead of using the select boxes, using the import/export feature.
60
61 == Installation ==
62
63 Please follow the [standard installation procedure for WordPress plugins](http://codex.wordpress.org/Managing_Plugins#Installing_Plugins).
64
65 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.
66
67 == Frequently Asked Questions ==
68
69 = Email message is not showing the correct values / Wrong values are submitted =
70
71 <strong>All field names should be unique</strong>
72
73 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.
74
75 Incorrect form (2 input elements having the same name "a"):
76 `
77 [group group-1][select a "1" "2" "3"][/group]
78 [group group-2][select a "1" "2" "3"][/group]
79 `
80
81 Correct form (all groups and fields have unique names):
82 `
83 [group group-1][select a "1" "2" "3"][/group]
84 [group group-2][select b "1" "2" "3"][/group]
85 `
86
87 = All my groups show up all the time and never get hidden. =
88
89 <strong>Reason #1: Javascript error</strong>
90 Check your browser console (F12) for any javascript errors. WPCF7CF loads it's 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.
91 Before reaching out to the support forum try to determine which plugin or theme is causing the problem, by gradually disabling plugins and changing theme.
92
93 <strong>Reason #2: wp_footer() isn't loaded</strong>
94 Check if your theme is calling the `wp_footer()` function. Typically this function will be called in your theme's footer.php file.
95 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:
96 `&lt;?php wp_footer(); ?&gt;`
97
98 == Screenshots ==
99
100 1. Conditional fields in action
101 2. Defining rules to show/hide groups of input elements in the backend interface
102
103 == Changelog ==
104
105 = 1.8 (02-03-20) =
106 * WPML compatibility: Force conditions to be an array. (https://wordpress.org/support/topic/wpml-conditional-fields-not-working-on-translations/#post-12390827)
107
108 = 1.7.9 (01-22-20) =
109 * PRO (01-02-20) Added quick fix for problem with [_format_date "d m Y"] inside repeater. (see: https://github.com/pwkip/contact-form-7-conditional-fields/issues/38)
110 * (01-22-20) Fixed Ajax by adding global wpcf7cf variable to window.
111 * Changed min PHP version to 5.6 (might still be compatible with 5.4, but I suspect some edge case errors with older versions of PHP)
112
113 = 1.7.8 (11-26-19) =
114 * Updated/added Javascript events for groups, repeaters and multistep + added documentation at https://conditional-fields-cf7.bdwm.be/docs/examples/javascript-events/
115 * Fixed bug where using invalid regex as a value would give a JS error (https://wordpress.org/support/topic/star-ratings-6/)
116 * PRO Multistep: Added attribute to multistep `data-current_step` which holds the current step index. (can be used as css selector like this: `div[data-current_step=1]`)
117 * PRO Repeater: The string `{{your-repeater_index}}` inside a repeater called `your-repeater` will be replaced with the index of the current sub repeater. (See updated example at https://conditional-fields-cf7.bdwm.be/repeater/)
118
119 = 1.7.7 (11-05-19) =
120 * PRO: Fix problem with parsing the "function" operator
121
122 = 1.7.6 (11-01-19) =
123 * Fixed small compatibility problem with CF7 Smart Grid (https://wordpress.org/support/topic/problem-on-save-form-when-the-active-tabs-are-not-conditional-form/#post-12085173)
124 * Fixed some more porblems with parsing conditions (regex changes)
125 * Got rid of screen_icon notice on CF settings page
126
127 = 1.7.5 (10-31-19) =
128 * Fixed bug in admin where settings got cleared if using some operators (mostly PRO operators)
129
130 = 1.7.4 (10-29-19) =
131 * PRO: made repeater (80%) compatible with material-design-for-contact-form-7
132 * PRO: made exclusive checkbox work with repeater fields
133 * PRO: trigger events when a repeater adds fields: 'wpcf7cf_repeater_added' - and when a repeater removes fields: 'wpcf7cf_repeater_removed'. Can be called with `$('form').on('wpcf7cf_repeater_removed', function() { /*...*/ })`
134 * PRO: fixed bug with mutistep (formn did not work correctly if there were multiple forms on one page).
135
136 = 1.7.3 (10-24-19) =
137 * removed @babel/polyfill. All seems to be working fine without it in IE11. JS file is now back to 25kb instead of 100kb.
138
139 = 1.7.2 (10-24-19) =
140 * Bug fix: new javascript files where throwing errors. Should be okay now. (Also included JS source map for easier debugging)
141
142 = 1.7.1 (10-23-19) =
143 * PRO: Added basic support for multistep. No options available yet. You can insert [step] tags inside your code. More info at https://conditional-fields-cf7.bdwm.be/multistep/
144 * Set up an NPM dev environment with babel and webpack. This means all the client side JS code will look super ugly, and it's also more bytes. But the plus side is that the plugin should also work fine in older browsers now.
145 * Tested with WP version 5.3
146
147 = 1.7 (10-18-19) =
148 * code rewrite. Made code more testable by focusing more on a functional approach. Not completely finished yet, but getting there.
149 * FIXED clear_on_hide not working for multi select https://github.com/pwkip/contact-form-7-conditional-fields/issues/35
150 * PRO: FIXED https://github.com/pwkip/contact-form-7-conditional-fields/issues/34 - A real nest fest is now possible. You can put groups inside repeaters inside repeaters inside groups ...
151 * FIXED make clear_on_hide restore initial values instead of clearing https://github.com/pwkip/contact-form-7-conditional-fields/issues/31
152 * WP-admin: Renamed "Import/Export" to "Text view". Conditions specified in the input fields are now semi-automatically synced with the text view.
153 * Internal change: When saving conditions, instead of posting all the input fields, the input fields are added to the "text view" textarea, and only the textarea will be sent. This is to prevent issues with PHP max_input_vars
154
155 = 1.6.5 (10-15-19) =
156 * Patched a minor security issue. From now on, only users with the 'wpcf7_edit_contact_form' capability will be able to reset the Conditional Fields settings to their defaults. Big thanks to Chloe from Wordfence for pointing this out!
157 * Tested the plugin with WP version 5.2.4
158
159 = 1.6.4 (07-04-19) =
160 * PRO: Repeater: Fixed invalid HTML for the remove button
161 * Free: Initialize form.$groups as a new jQuery object instead of an empty array, in order to prevent exotic bugs in case $groups aren't loaded by the time form.displayFields() is called. (https://wordpress.org/support/topic/typeerror-cannot-read-property-addclass-of-undefined-at-wpcf7cfform/)
162
163 = 1.6.3 (07-04-19) =
164 * Removed the word "Pro" from the title in the free plugin
165
166 = 1.6.2 (06-25-19) =
167 * Small changes to tag generator buttons
168 * Multistep bug fix. All group conditions are evaluated a second time after the page has fully loaded.
169 * PRO: added new operator 'function', allowing you to write custom javascript functions to determine whether or not a group should be shown https://conditional-fields-cf7.bdwm.be/advanced-conditional-logic-with-custom-javascript-functions/
170 * PRO: fix bug with < (less than) operator
171
172 = 1.6.1 (06-03-19) =
173 * JS refactoring and small compatibility fix after code rewrite.
174 * FREE: Added "Get PRO" button under Contact > Conditional Fields
175
176 = 1.6 (06-01-19) =
177 * JS code rewrite
178 * PRO: allow groups inside repeater
179 * PRO: make plugin ready for PRO release.
180
181 = 1.5.5 (05-20-19) =
182 * Fixed and explained how to disable loading of the styles and scripts and only enable it on certain pages. More info: https://conditional-fields-cf7.bdwm.be/docs/faq/can-i-load-js-and-css-only-when-necessary/
183 * Made sure default settings get set after activating plugin, without the need to visit the Contact > Conditional Fields page first.
184 * PRO: extended the repeater with min and max paramaters and the possibility to change the add and remove buttons texts
185 * PRO: enabling the pro plugin will show a notification to disable the free plugin, instead of throwing a PHP error.
186
187 = 1.5.4 (05-06-19) =
188 * Make sure scripts get loaded late enough (wp_enqueue_scripts priority set to 20), because there was a problem with multistep where the multistep script was changing a value after the cf script ran. https://wordpress.org/support/topic/1-5-x-not-expanding-selected-hidden-groups-with-multi-step-on-previous-page/
189
190 = 1.5.3 (05-03-19) =
191 * Refix the fix from version 1.4.3 that got unfixed in version 1.5 somehow 🙄
192
193 = 1.5.2 (05-03-19) =
194 * by reverting changes in 1.5.1, the possibility to load forms via AJAX was destroyed. So, from now on the wpcf7cf scripts will be loaded in the 'wp_enqueue_scripts' hook. Analogous with the WPCF7_LOAD_JS constant, a new constant is defined called WPCF7CF_LOAD_JS wich is set to true by default.
195
196 = 1.5.1 (05-02-19) =
197 * revert changes: enqueue scripts in 'wpcf7_contact_form' hook instead of 'wpcf7_enqueue_scripts', because loading it in the latter would cause problems with plugins that disable WPCF7_LOAD_JS (like for example contact-form-7-paypal-add-on).
198
199 = 1.5 (04-21-19) =
200 * Make it possible to load forms with AJAX https://github.com/pwkip/contact-form-7-conditional-fields/issues/25 and https://conditional-fields-cf7.bdwm.be/docs/faq/how-to-initialize-the-conditional-logic-after-an-ajax-call/
201 * Massive code reorganization in scripts.js
202 * Fixed bug that could appear after removing an AND condition.
203 * solve WPCF7_ADMIN_READ_WRITE_CAPABILITY - https://github.com/pwkip/contact-form-7-conditional-fields/pull/16
204 * disable part of the faulty remove_hidden_post_data function. - https://github.com/pwkip/contact-form-7-conditional-fields/pull/17
205 * Fix "Dismiss notice" on Conditional Fields Settings page
206 * use the "wpcf7_before_send_mail" hook instead of "wpcf7_mail_components" to hide mail groups. The wpcf7_before_send_mail hook is called earlier, so it allows to also hide groups in the attachment field and in messages.
207 * Allow conditional group tags in success and error messages. https://github.com/pwkip/contact-form-7-conditional-fields/issues/23
208 * duplicating a form will also duplicate conditions https://github.com/pwkip/contact-form-7-conditional-fields/issues/28
209
210 = 1.4.3 (04-12-19) =
211 * Really fix clear_on_hide problem (https://wordpress.org/support/topic/clear_on_hide-still-not-working-right-after-1-4-2-update/)
212
213 = 1.4.2 (04-10-19) =
214 * Disabled mailbox syntax errors if there are group tags present. (this is overkill, and should be changed if the necassary hooks become available) https://wordpress.org/support/topic/filter-detect_invalid_mailbox_syntax/
215 * Checked issue: https://github.com/pwkip/contact-form-7-conditional-fields/issues/26 (nothing changed, but turns out to be working fine)
216 * Fixed issue where mail_2 added extra lines in the email message. https://github.com/pwkip/contact-form-7-conditional-fields/issues/30
217 * Made the clear_on_hide property a bit more useful (https://github.com/pwkip/contact-form-7-conditional-fields/issues/27)
218 * Got rid of warning in PHP 7 (https://wordpress.org/support/topic/compatibility-warning-message-regarding-wpcf7_admin_read_write_capability/)
219 * Fixed some javascript errors that appeared on non-CF7CF subpages of CF7
220 * Tested WP version 5.1.1
221
222 = 1.4.1 (08-21-18) =
223 * Fixed some CSS issues (https://wordpress.org/support/topic/crash-view-admin-the-list-of-posts-entry/)
224 * Dropped support for PHP version 5.2, now PHP 5.3+ is required to run the plugin. Let's push things forward!
225 * Added conditional group support to mail attachments field (https://github.com/pwkip/contact-form-7-conditional-fields/issues/22)
226 * Added repeater field to PRO version.
227
228 = 1.4 (08-15-18) =
229 * Added basic drag and drop functionality to the back-end so conditional rules can be rearranged.
230 * Added possibility to create inline groups by adding the option inline. Example: `[group my-group inline] ... [/group]`
231 * Added property clear_on_hide to clear all fields within a group the moment the group gets hidden. Example: `[group my-group clear_on_hide] ... [/group]`
232 * Added AND conditions and added a bunch of other options in the PRO version (should be released very soon now)
233 * Bug fix thanks to Aurovrata Venet (@aurovrata) https://wordpress.org/support/topic/bug-plugin-overwrite-cf7-hidden-fields/
234 * Bug fix thanks to 972 creative (@toddedelman) https://wordpress.org/support/topic/conditional-fields-not-opening-using-radio-buttons/#post-10442923
235
236 = 1.3.4 =
237 * small fix (https://wordpress.org/support/topic/wpcf7_contactform-object-is-no-longer-accessible/)
238
239 = 1.3.3 =
240 * Changes tested with WP 4.7.5 and CF7 4.8
241 * Changed the inner mechanics a bit to make the plugin more edge-case proof and prepare for future ajax support
242 * Fix problems introduced by CF7 4.8 update
243 * Because the CF7 author, Takayuki Miyoshi, decided to get rid of the 'form-pre-serialize' javascript event, the hidden fields containing data about which groups are shown/hidden will now be updated when the form is loaded and each time a form value changes. This might make the plugin slightly slower, but it is the only solution I found so far.
244 * Small bug fix (https://wordpress.org/support/topic/php-depreciated-warning/#post-9151404)
245
246 = 1.3.2 =
247 * Removed a piece of code that was trying to load a non existing stylesheet
248 * Updated FAQ
249 * Code rearangement and additions for the upcomming Conditional Fields Pro plugin
250
251 = 1.3.1 =
252 * Fixed bug in 1.3 that broke everything
253
254 = 1.3 =
255 * Fixed small bug with integration with Contact Form 7 Multi-Step Forms
256 * Also trigger hiding/showing of groups while typing or pasting text in input fields
257 * Added support for input type="reset"
258 * Added animations
259 * Added settings page to wp-admin: Contact > Conditional Fields
260
261 = 1.2.3 =
262 * Make plugin compatible with CF7 Multi Step by NinjaTeam https://wordpress.org/plugins/cf7-multi-step/
263 * Improve compatibility with Signature Addon some more.
264
265 = 1.2.2 =
266 * Fix critical bug that was present in version 1.2 and 1.2.1
267
268 = 1.2.1 =
269 * Improve compatibility with <a href="https://wordpress.org/plugins/contact-form-7-signature-addon/">Contact Form 7 Signature Addon</a>: now allowing multiple hidden signature fields.
270
271 = 1.2 =
272 * Made compatible with <a href="https://wordpress.org/plugins/contact-form-7-multi-step-module/">Contact Form 7 Multi-Step Forms</a>
273 * Small bug fix by Manual from advantia.net: now only considering fields which are strictly inside hidden group tags with form submit. Important in some edge cases where form elements get hidden by other mechanisms, i.e. tabbed forms.
274 * Started work on WPCF7CF Pro, made some structural code modifications so the free plugin can function as the base for both plugins.
275 * Removed some debug code
276 * Updated readme file
277
278 = 1.1 =
279 * Added import feature
280 * Added support for nested groups in email
281 * Tested on WP version 4.7.2 with Contact Form 7 version 4.6.1
282
283 = 1.0 =
284 * I feel that at this point the plugin is stable enough in most cases, so it's about time to take it out of beta :)
285 * Update JS en CSS version numbers
286 * Fix PHP warning with forms that are not using conditional fields (https://wordpress.org/support/topic/conditional-formatting-error/)
287 * Tested on WP 4.7.1
288
289 = 0.2.9 =
290 * Re-added wpcf7_add_shortcode() function if wpcf7_add_form_tag() is not found, because some people claimed to get a "function not found" error for the wpcf7_add_form_tag function with the latest version of CF7 installed. (https://wordpress.org/support/topic/activation-issue-5/ and https://wordpress.org/support/topic/http-500-unable-to-handle-request-error-after-update/)
291 * Fixed some PHP notices (https://wordpress.org/support/topic/undefined-index-error-in-ajax-response/)
292 * Attempted to fix error with the CF7 success page redirects plugin (https://wordpress.org/support/topic/warning-invalid-argument-error-for-forms-without-conditional-fields/)
293
294 = 0.2.8 =
295 * forgot to update version number in 0.2.7, so changing version to 0.2.8 now.
296
297 = 0.2.7 =
298 * Added support for conditional fields in the email (2) field
299 * Got rid of some PHP warnings
300 * Saving a form only once, directly after adding or removing conditions, caused conditional logic not to work. This is fixed now. Thanks to @cpaprotna for pointing me in the right direction. (https://wordpress.org/support/topic/no-more-than-3-conditional-statements/)
301 * Fix validation error with hidden checkbox groups (https://wordpress.org/support/topic/hidden-group-required-field-is-showing-error/)
302
303 = 0.2.6 =
304 * Fixed problems with exclusive checkboxes in IE (https://wordpress.org/support/topic/internet-explorer-conditional-exclusive-checkboxes/)
305
306 = 0.2.5 =
307 * Changed deprecated function wpcf7_add_shortcode to wpcf7_add_form_tag as it was causing errors in debug mode. (https://wordpress.org/support/topic/wpcf7_add_shortcode-deprecated-notice-2/)
308 * Removed the hide option and fixed the not-equals option for single checkboxes
309
310 = 0.2.4 =
311 * Fixed bug that destroyed the conditional fields in email functionality
312
313 = 0.2.3 =
314 * Added support for conditional fields in the other email fields (subject, sender, recipient, additional_headers). Thanks @stevish!
315 * WP 4.7 broke the required conditional fields inside hidden groups, implemented in version 0.2. Thanks again to @stevish for pointing this out.
316 * Got rid of checking which groups are hidden both on the front-end (JS) and in the back-end (PHP). Now this is only done in the front-end.
317 * Tested the plugin with WP 4.7
318
319 = 0.2.2 =
320 * Prevent strict standards notice to appear while adding new group via the "Conditional Fields Group" popup.
321 * Only load cf7cf admin styles and scripts on cf7 pages.
322 * groups are now reset to their initial states after the form is successfully submitted.
323
324 = 0.2.1 =
325 * Bug fix: arrow kept spinning after submitting a form without conditional fields. (https://wordpress.org/support/topic/version-0-2-gives-a-continues-spinning-arrow-after-submitting/)
326 * Removed anonymous functions from code, so the plugin also works for PHP versions older than 5.3.
327 * Suppress errors generated if user uses invalid HTML markup in their form code. These errors could prevent form success message from appearing.
328
329 = 0.2 =
330 * Added support for required conditional fields inside hidden groups. A big thank you to @stevish for implementing this.
331 * Added support for conditional fields in the email messages. This one also goes entirely to @stevish. Thanks man!
332 * Added @stevish as a contributer to the project :)
333 * Fix form not working in widgets or other places outside of the loop. Thanks to @ciprianolaru for the solution (https://wordpress.org/support/topic/problem-with-unit_tag-when-not-in-the-loop-form-not-used-in-post-or-page/#post-8299801)
334
335 = 0.1.7 =
336 * Fix popup warning to leave page even tough no changes have been made. Thanks to @hhmaster2045 for reporting the bug. https://wordpress.org/support/topic/popup-warning-to-leave-page-even-though-no-changes-have-been-made
337 * Added export option for easier troubleshooting.
338 * Don't include front end javascript in backend.
339
340 = 0.1.6 =
341 * made compatible with wpcf7-form-control-signature-wrap plugin https://wordpress.org/support/topic/signature-add-on-not-working
342
343 = 0.1.5 =
344 * fixed PHP notice thanks to @natalia_c https://wordpress.org/support/topic/php-notice-80
345 * tested with WP 4.5.3
346
347 = 0.1.4 =
348 * Prevent conflicts between different forms on one page.
349 * Prevent conflicts between multiple instances of the same form on one page. (https://wordpress.org/support/topic/bug-153)
350 * Changed regex to convert \[group\] tags to &lt;div&gt; tags, as it was posing some conflicts with other plugins (https://wordpress.org/support/topic/plugin-influence-cf7-send-button-style)
351
352 = 0.1.3 =
353 * Removed fielset, id and class attributes for group tags, because they weren't used anyway and broke the shortcode
354 * If extra attributes are added to the group shortcode, this will no longer break functionality (even though no attributes are supported)
355
356 = 0.1.2 =
357 * Make code work with select element that allows multiple options.
358 * Only load javascript on pages that contain a CF7 form
359
360 = 0.1.1 =
361 Fixed bug with exclusive checkboxes (https://wordpress.org/support/topic/groups-not-showing)
362
363 = 0.1 =
364 First release
365
366
367