PluginProbe
Smart Grid-Layout Design for Contact Form 7 / 3.3.6
Smart Grid-Layout Design for Contact Form 7 v3.3.6
4.18.0 4.17.0 3.2.0 3.2.1 3.3.0 3.3.1 3.3.2 3.3.3 3.3.4 3.3.5 3.3.6 3.3.7 3.3.8 4.0.0 4.0.1 4.1.0 4.1.1 4.1.2 4.1.3 4.1.4 4.10 4.11 4.12 4.13 4.14 All 119 releases
cf7-grid-layout / README.txt

README.txt in Smart Grid-Layout Design for Contact Form 7 3.3.6, at README.txt

386 lines 30.9 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 === Smart Grid-Layout Design for Contact Form 7 ===
2 Contributors: aurovrata
3 Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=EDV4MEJLPT4VY
4 Tags: contact form 7, contact form 7 module, styling, contact form 7 extension, responsive forms, form maker, form builder
5 Requires at least: 4.7
6 Requires PHP: 5.6
7 Tested up to: 5.5
8 Stable tag: trunk
9 License: GPLv2 or later
10 License URI: http://www.gnu.org/licenses/gpl-2.0.html
11
12 This plugins allow pure CSS responsive grid layouts for contact form 7. It enables rich interlinking of your CMS data via taxonomy/posts populated dropdown fields. It also enables modular design of complex forms.
13
14 == Description ==
15 **NOTE WordPress 5.0 & Gutenberg editor update** - this plugin is now compatible with WP 5.0, however, the Gutenberg editor does not recognise [shortcodes with hyphens](https://www.getgutenberg.io/documentation/content/shortcodes/) (dash) characters, so a new shortcode is introduced from v2.5, `[cf7form ...]`. Your form table will now display this new shortcode. Creating new pages/posts with Gutenberg from now on will require you use this new shortcode. The old remains active for existing content.
16
17 The plugin uses the [smart-grid](http://origin.css.gd/) CSS plugin to build beautiful form layouts. It introduces a graphical editor to design your forms, as well as a coloured html syntax editor built using the excellent CodeMirror editor. It is now possible to design smart layouts with ease.
18
19 In addition, the plugin also introduces multiple smart input functionalities, such as,
20
21 * **tabled input sections**: these allow you to group several input fields as table rows, the plugin will automatically add an 'Add Row' button to your front end form, giving your users the ability to add multiple rows of your grouped fields.
22 * **tabbed sections**: with this plugin you can build tabbed sections of fields, allowing your users to add additional tabs. It is a similar concept to the tabled input section above, but in a tabbed layout instead.
23 * **collapsible sections**: for long and complex forms you can now group your front-end fields into collapsible sections, making it easier for user to see the big picture.
24 * **toggled collapsible sections** for optional sections. A toggle with a default Yes/No value is inserted, allowing your users to submit optional fields which within the section can be set to required in your design (See FAQ section for more info).
25 * **reusable sub-forms**: if you have fields which repeat across multiple forms, you can now build a sub-form which you can include in your form, saving you the trouble of redesigning the form each time, but also making large forms much easier to maintain.
26 * **form categories**: the plugin introduces form taxonomy to classify your forms for the use of online registration where users may need to be associated with a given set of forms to access.
27 * **dynamic dropdown fields**: these are special select fields which you can populate with either existing post titles, or managed lists such as units, or even using a custom filter. This makes dynamic interlinking of existing CMS data in your dashboard a piece of cake, giving you a very powerful tool for data capture.
28 * **plays nice with Post My CF7 Form plugin**: and best of all you can map all your forms to custom posts using the now stable [Post My CF7 Form](https://wordpress.org/plugins/post-my-contact-form-7/) plugin.
29 * **redesign the form editor**: this plugin now uses the WordPress default post editor page to edit/build forms, therefore making it easier for developer to plugin their functionality on top, while preserving all the hooks of Contact Form 7.
30
31 **Looking for Collaborators**
32 Are you a WordPress developer or an HTML/JavaScript master? Want to collaborate on this plugin? There are some really great pieces of functionality that are in the roadmap for this plugin, but I just don't have the time or resources to get them all on file in a timely manner. So join me on [GitHub](https://github.com/aurovrata/cf7-grid-layout/wiki/Roadmap) if you want to collaborate.
33
34 **For plugin developers**
35 If you wish to leverage the in-editor helper code functionality for your CF7 plugin, you need to use the following hooks,
36 `cf7sg_ui_grid_js_helper_hooks` - include js bind event code helpers.
37 `cf7sg_ui_grid_helper_hooks` - include php filter/action hooks code helpers.
38 `cf7sg_enqueue_admin_editor_scripts` - to enqueue scipts on the admin editor page to bind to editor events for further dynamic code helpers.
39
40 If you wish to see an example on how to use this, please check the Google Map CF7 extension plugin code. The `cf7-google-map/includes/class-cf7-googleMap.php` list the above hooks and the function calls are in the `cf7-google-map/admin/class-cf7-googleMap-admin.php` file.
41
42 = Checkout our other CF7 plugin extensions =
43
44 * [CF7 Polylang Module](https://wordpress.org/plugins/cf7-polylang/) - this plugin allows you to create forms in different languages for a multi-language website. The plugin requires the [Polylang](https://wordpress.org/plugins/polylang/) plugin to be installed in order to manage translations.
45
46 * [CF7 Multi-slide Module](https://wordpress.org/plugins/cf7-multislide/) - this plugin allows you to build a multi-step form using a slider. Each slide has cf7 form which are linked together and submitted as a single form.
47
48 * [Post My CF7 Form](https://wordpress.org/plugins/post-my-contact-form-7/) - this plugin allows you to save you cf7 form to a custom post, map your fields to meta fields or taxonomy. It also allows you to pre-fill fields before your form is displayed.
49
50 * [CF7 Google Map](https://wordpress.org/plugins/cf7-google-map/) - allows Google Maps to be inserted into a Contact Form 7. Unlike other plugins, this one allows map settings to be done at the form level, enabling diverse maps to be configured for each form.
51
52 * [Smart Grid-Layout Design for CF7](https://wordpress.org/plugins/cf7-grid-layout/) - allows responsive grid layout Contact Form 7 form designs, enabling modular designs of complex forms, and rich inter-linking of your CMS data with taxonomy/posts populated dynamic dropdown fields.
53
54 = Documentation =
55
56 This plugin has a substantial set of FAQs and screenshots that is has a lot of information. Please go through the FAQs and screenshot captions to understand how to use the basic functionality.
57
58 The plugin has a number of hooks (filters and actions) which can be leveraged to further customise your form layouts and fields. Please refer to the Helper Metabox available in the form post editor when you create/edit a form. The helpers have commented code snippets which you can copy to and paste in your `functions.php` file to further understand how to use them.
59
60 Get in touch in the support forum if you some clarification.
61
62 A video will be made available in the near future to further demonstrate how to use this plugin, so what this space!
63
64 = Support Open-source effort =
65
66 This plugin would not have been possible without the following open-source efforts. Please consider visiting these plugins pages and making a donation to its authors to say thank you. Even small amount of beer money is always appreciated. Alternatively/additionally you can help in the maintenance or translation effort.
67
68 * [Beautify](https://github.com/beautify-web/js-beautify) - a jQuery plugin to beautify html text, used in the text editor of this plugin.
69 * [CodeMirror](https://codemirror.net/) - a remarkable jQuery text editor that allows for colour-coded highlighting among many other functionality. Used to edit form source code in text editor of this plugin.
70 * [CSS Smart Grid](http://origin.css.gd/) - a CSS plugin that allows for intuitive CSS styling of responsive grid layouts. Used for building the responsive form layouts.
71 * [jQuery Clipboard](https://clipboardjs.com/) - copy text to the clipboard, used for helper links.
72 * [jQuery Nice Select](http://hernansartorio.com/jquery-nice-select/) - makes beautiful dropdown fields.
73 * [jQuery Select2](https://select2.org/) - this plugin converts dropdowns into powerful searchable dropdown fields.
74 * [jQuery Toggles](https://simontabor.com/labs/toggles/) - enables pretty toggle switches on collapsible sections.
75 * [PHP Simple HTML Dom](https://github.com/voku/simple_html_dom) - a php library that enables traversing and manipulation of html documents using CSS selectors like jQuery. This is used to build the modular functionality of form designs.
76
77 = Thanks to =
78 Birmania [@birmania](https://profiles.wordpress.org/birmania/) for providing:
79
80 * a fix for JS toggles.
81 * a fix for file fields in tabs as mail attachments
82
83 Andrew Browning [@altworks](https://profiles.wordpress.org/altworks/) for providing:
84
85 * an IE polyfill for frontend table fields.
86
87 PenhTech [@penhtech](https://wordpress.org/support/users/penhtech/)
88
89 * a fix for continue warnings in php7.3
90
91 Thomas Fellinger [@netzgestaltung](https://profiles.wordpress.org/netzgestaltung/)
92
93 * a fix for [Really Simple Captcha](https://wordpress.org/plugins/really-simple-captcha/) plugin.
94
95 = Privacy Notices =
96
97 This plugin, in itself, does not:
98
99 * track users by stealth;
100 * write any user personal data to the database;
101 * send any data to external servers;
102 * use cookies.
103
104 == Installation ==
105
106 1. Install the Contact Form 7 plugin.
107 2. Unpack this plugin archive file into your wp-content/plugins folder.
108 3. Activate the plugin through the 'Plugins' menu on WordPress.
109 4. Create a new form to leverage the grid editor, existing forms can only be edited in text mode.
110 5. Read the FAQs & Screenshot captions to understand how to use this plugin.
111
112 == Frequently Asked Questions ==
113
114 = 1. How do I drag and sort columns in the grid editor ? =
115
116 Columns can be rearranged within a row by simply dragging and dropping using the handled icon in the columns head. You can also drag and drop a column into another row, if the target row has sufficient space to receive the column, else a warning msg will appear. In that case, make some room in the target row and/or resize the column so as to ensure it will fit in the row.
117
118 Similarly, you can re-organise your rows within a given grid. Your initial form is grid. You can convert an existing column into a grid.
119
120 = 2. How do I create a dynamic dropdown list ?=
121
122 Simply create a new dynamic dropdown field using the added tag in the list of available tags and select the type of dynamic list you want to populate with. You create a list which will appear in the Information metabox in your edit page once you save your form. It uses the taxonomy management functionality of WordPress but is not associated with any posts as such. Simply edit the list by adding new terms to your list. These will appear in your dropdown field.
123
124 Alternatively select an existing post from your dashboard and the post titles will be used to populate the dropdown.
125
126 You also have the option to select a dynamic filter, and then the plugin will hook your functionality in your functions.php file to get your custom list.
127
128 = 3. How do I make nice dropdown selects? =
129
130 When you create a dynamic dropdown, or a cf7 dropdown field, you add `class:nice-select` to your tag or 'nice-select' in the class text field option. The plugin will convert your dropdown into a beautiful [nice-select](http://hernansartorio.com/jquery-nice-select/) field.
131
132 = 4. How do I make powerful select2 dropdowns? =
133
134 When you create a dynamic dropdown, or a cf7 dropdown field, you add `class:select2` to your tag or 'select2' in the class text field option. The plugin will convert your dropdown into a powerful and searchable [jQuery Select2](https://select2.org/) field. You can also enable select custom user options (known as tagging in the plugin documentation: https://select2.org/tagging) by adding the 'tags' class to your cf7 tag, `class:tags`.
135
136 = 5.How do I display a pretty toggle switch on my collapsible section? =
137
138 When you convert a row into a collapsible section (see [screenshot 8](https://wordpress.org/plugins/cf7-grid-layout/#screenshots)), you can check the toggle option which will insert 2 data attributes into your html row, with labels for the toggle switch on/off state. The default labels are 'yes' for on and 'no' for off. You can change the `data-on` and `data-off` attributes in the html text editor. Your form will display a [toggle switch](https://simontabor.com/labs/toggles/).
139
140 = 6.How do I reset a form?=
141 Navigate to the 'text' editor of the form, select all the html and delete the editor content. The plugin will create 1 default row with a single column in the 'grid' editor from which you can design your form afresh.
142
143 = 7.The columns are filled with default html field wrappers, how do I change this ?=
144
145 The plugin wraps each cf7 tag with the following html,
146 `
147 <div class="field">
148 <label></label>
149 [CF7-tag shortcode]
150 <p class="info-tip"></p>
151 </div>`
152 Furthermore, CF7 tags that are marked as required, have the following html `<em>*</em>` appended in the <label>. This enables for smart looking fields.
153
154 If you want to only modify a single column, simply find the column in the 'text' editor and modify the html wrapper as per your requirements.
155
156 If you want to change these wrappers for all the fields, then you can use the hook filters, `cf7sg_pre_cf7_field_html` to change the html before the cf7 tag, `cf7sg_post_cf7_field_html` to change the html after the cf7 tag, and `cf7sg_required_cf7_field_html` to change the required field label markup.
157
158 Each filter has 2 attributes passed to the hooked function,
159 `
160 add_filter('cf7sg_pre_cf7_field_html', 'filter_pre_html', 10, 2);
161 function filter_pre_html($html, $cf7_key){
162 //the $html string to change
163 //the $cf7_key is a unique string key to identify your form, which you can find in your form table in the dashboard.
164 }`
165
166 = 8.How can I customise my form ?=
167 **Custom scripts**
168 The plugin will look for a JavaScript file `js/{$cf7key}.js` from the base of your theme root folder and load it on the page where your form is displayed. Create a `js/` subfolder in your theme (or child theme folder), and create a file called `<your-form-cf7key>.js` in which you place your custom JavaScript code.
169
170 In addition, if you need to localise your custom script, you can do so using the following action hook,
171 `
172 add_action('smart_grid_register_custom_script', 'localise_custom_scritp', 10,1);
173 function localise_custom_scritp($cf7_key){
174 if('my-form'!=$cf7_key) return;
175 //your script is enqueued with the handle $cf7_key.'-js'
176 wp_localize_script($cf7_key.'-js', 'customObj', array('key1'=>'value1'));
177 }
178 `
179
180 The `$cf7key` is the unique key associated with your form which you can find in the Information metabox of your form edit page.
181
182 If you wish to [wp_enqueue_script](https://developer.wordpress.org/reference/functions/wp_enqueue_script/) a general JavaScript file for all your forms, you can use the hook `smart_grid_register_scripts`,
183 `add_action('smart_grid_register_scripts', 'add_js_to_forms');
184 function add_js_to_forms(){
185 wp_enqueue_script('my-custom-script', '<path to your custom js file>', array(), null, true);
186 }`
187 **custom styling**
188 Similarly, you can create a `css/` subfolder in your theme folder and create a file in it called `<your-form-cf7key>.css` and place your custom styling for your form. The plugin will then load this CSS file on the page where your form is displayed.
189
190 If you wish to [wp_enqueue_styles](https://developer.wordpress.org/reference/functions/wp_enqueue_style/) a general CSS stylesheet file for all your forms, you can use the hook `smart_grid_register_styles`,
191 `add_action('smart_grid_register_styles', 'add_css_to_forms');
192 function add_css_to_forms(){
193 wp_enqueue_style('my-custom-style', '<path to your custom sheet>', array(), null, 'all');
194 }`
195
196 = 9.Can I have required fields in toggled sections? =
197 Yes, as of v1.1 of this plugin, toggled sections input fields are disabled when collapsed/unused, and therefore any fields within these sections are not submitted. So you can design fields to be required when toggled sections are used, and the fields will be validated accordingly too.
198
199 Please note that in the back-end, these fields which are listed in the form layout but are not submitted are set eventually set as null in the filtered submitted data. So if you hook a functionality post the form-submission, be aware that you also need to test submitted values for `NULL` as opposed to empty.
200
201 = 10.Can I group toggled sections so as to have either/or sections ?=
202 Yes, with v1.1 you can the `data-group` attribute which by default is empty to regroup toggled sections and therefore ensure that only 1 of these grouped sections is used by a user. Edit your form in the html editor (Text tab) and fill the `data-group` attribute with the same value (no spaces) for each toggled section (`div.container.with-toggle`) you wish to re-group,
203 `
204 <div class="container cf7sg-collapsible with-toggle" id="0sTn7L" data-group="group1">
205 <div class="cf7sg-collapsible-title"><span class="cf7sg-title toggled">Name &amp; Contact</span>
206 <div class="toggle toggle-light" data-on="Yes" data-off="No"></div>
207 </div>
208 <div class="row">
209 <div class="columns one-third">
210 </div>
211 <div class="columns one-third">
212 </div>
213 <div class="columns one-third">
214 </div>
215 </div>
216 </div>
217 <div class="container cf7sg-collapsible with-toggle" id="CNeqCy" data-group="group1">
218 <div class="cf7sg-collapsible-title"><span class="cf7sg-title toggled">Address</span>
219 <div class="toggle toggle-light" data-on="Yes" data-off="No"></div>
220 </div>
221 <div class="row">
222 <div class="columns full">
223 </div>
224 </div>
225 </div>
226 `
227
228 = 11.I am using Post My CF7 Form plugin, how are toggles status saved in the database? =
229 When you install Post My CF7 Form plugin to map your form submissions to posts in the dashboard, this plugin will automatically save the toggle status, so that draft forms can be re-loaded as well accessing the data for later use. The status of the toggle is saved to the custom meta-field `cf7sg_toggles_status`,
230 `
231 $toggles = get_post_meta($post->ID, 'cf7sg_toggles_status', true);
232 `
233 this will retrieve an array with the following `key=>value` pairs,
234 `
235 <toggle-element-id>=>""<toggle-label>|Yes"
236 `
237 the key is the unique id of your toggle `.container` element. If you navigate to the element in the text editor you will notice that a random 'id' attribute has already been set, you can change this to something more meaningful.
238 The value of the array if set at the text string comprised of the toggle label (which you filled in), followed by the positive selection string (toggle open status) which is 'Yes' by default, and separated by the '|' (pipe) character. If the toggle has not been opened, no key/value pairs will be saved in the array for that toggle.
239
240 = 12. How can I navigate/search the text editor? =
241 As of v1.3 a search functionality has been introduced. Click anywhere in the text editor and press your search key combination (for example 'Ctrl+F' on Windows/Linux), you will see a search box at the top of the editor. This is useful if you want to edit a specific field, so once you have added a new cf7 field tag with the name say 'your-email', you can then search for it on the text editor to locate the code.
242
243 = 13. Can the text editor highlighting be turned off? =
244 yes, you can use the following filters to either switch off only the shortcode highlighting, (add the following line to your functions.php file)
245
246 `add_filter('cf7sg_admin_editor_mode', function($mode, $form_key){return '';}, 10, 2);`
247
248 and you can also turn off highlight altogether by inserting this additional line to your functions.php file,
249 `add_filter('cf7sg_admin_editor_theme', function($theme, $form_key){return '';}, 10, 2);`
250
251 = 14. Can collapsible sections be shown as open by default? =
252
253 Yes, identify the row in your text editor which implements your collapsible section, and add the `data-open="true"` attribute to it,
254
255 `<div class="container cf7sg-collapsible" data-open="true" ...`
256
257 = 14bis. How can I display a table of fields in a mail message? =
258 If you have a set of fields that are in a table/tab structure, the plugin is not aware of their relationship and as such does not build a table layout in a mail when you use them as tags in a message. However, a filter is provided for you to archive this. The filter #3 in the Post-form submit hooks allows you to build a table layout in an *html* mail. Ensure the html format checkbox is selected in your mail settings, else the filter will not fire.
259 In your mail message body, place the mail tags contiguously for each field that is present in your table. Hence, assuming you have a table with 3 fields, field-one, field-two, field-three. Place their tags in the mail body as
260
261 `[field-one][field-two][field-three]`
262
263 copy the filter helper code (see [screenshot](https://wordpress.org/plugins/cf7-grid-layout/#screenshots) #21) and place it in your *functions.php* file. The code sample assumes the above example fields and sets up a list element for each field, along with a column header. These list elements are then styled to display them as tables in your mail.
264
265 = 15. How can I set a maximum number of rows to a table ? =
266
267 As of v2.8, this functionality has now been included. You will need to add the `data-max` attribute to your table in the text editor and set it to the row limit you want (see [screenshot](https://wordpress.org/plugins/cf7-grid-layout/#screenshots) #22). NOTE: in a lengthy form it is easy to navigate directly to the table or field's text code line using the shortcode navigation buttons provided in the Grid editor, (see [screenshot](https://wordpress.org/plugins/cf7-grid-layout/#screenshots) #19)
268
269 = 16. Can I add custom input or other html elements in the form ? =
270
271 Yes this is possible. However, keep in mind that the forms are sanitised using [`wp_kses()`](https://codex.wordpress.org/Function_Reference/wp_kses) function, so any html elements which are not included in the set of permitted elements will be stripped out of the form. A filter is included for you add additional html code permitted by the sanitisation function,
272
273 `
274 add_filter('cf7sg_kses_allowed_html', 'add_custom_html', 10,2);
275 function add_custom_html($allowed, $cfk7_key){
276 if('my-custom-form' !== cfk7_key) return $allowed;
277 $allowed['pre']=array('class'=1);
278 return $allowed;
279 }
280 `
281 = 17. Is it possible to modify the default html markup for the grid cell and/or the required html markup in the label ? =
282
283 Yes, there are filters that have been created to allow a user to modify the html structure. See the Hook &amp; Filters #1, #2, and #3 ([screenshot](https://wordpress.org/plugins/cf7-grid-layout/#screenshots) #21).
284
285 These filters will only impact new forms or new cells (rows/columns) created.
286
287 For the required HTML markup in the label it is possible to manually change the html without the use of the filter by simply marking up your required symbol/text with a `span` element. For example,
288
289 `<span>(req)<\span>`
290
291 in order to replace the existing markup.
292
293 = 18. I can only edit my form in 'Text' mode, I cannot see the 'Grid' tab, why? =
294 existing forms are not editable in the grid editor.
295
296 Create a new form to be able to leverage the grid editor functionality.
297
298 this plugin allows you to create grid layout forms by creating a HTML markup and a CSS stylesheet which displays your form fields in a responsive grid.
299
300 == Screenshots ==
301
302 1. (1) This plugin replaces the CF7 post table page and post edit pages with WordPress core post edit and post pages. This means that other plugins that build on WordPress standards for custom admin dashboard functionality should now play nicely with CF7. One out-of-the-box improvement is the ability to customise the CF7 form table columns being displayed.
303 2. (2) Form type taxonomy is introduced to manage forms. This is useful when designing forms that change according to the type of users and therefore leverages WP core taxonomy CMS functionality.
304 3. (3) The CF7 form editor page is now replaced by the WP core `post.php` page for custom posts. It offers a UI grid building tool to help design grid layouts. This is done using a responsive CSS plugin, Smart grid, which divides a row into 12 equal width columns.
305 4. (4)The CSS smart-grid plugin columns layout, the total width of a row including column offsets need to add-up to 12 equivalent widths. If you try to add more columns which takes the total width beyond these 12 units, you will end up with the extra columns flowing below.
306 5. (5) The 'text' tab of the form designer allows you to edit the form source in a beautiful CodeMirror html editor with colour highlighted markup for both html and CF7 tags. This makes it a lot easier to customise your source code. Switching back to the grid mode, the plugin will attempt to identify new rows/columns, but if it fails to recognise your custom html code, it will simply leave it as is and display it a separate textarea.
307 6. (6) You can add new rows with the '+' button in the row controls, delete with the 'bin' button which only appears on the 2nd row onwards. You can edit the row with the 'pencil' button. Similarly, you can add columns with the '+' button on the column controls, delete with the 'bin' button (only available on the 2nd column onwards), and edit a column using the 'pencil' button.
308 7. (7) Columns can be resized and offset.
309 8. (8) A row can be converted into a collapsible 'accordion' style section to collapse part of your form into more manageable parts.
310 9. (9) Columns can further be converted into grids, allowing for more complex layouts such as multiple rows within a column.
311 10. (10) Once a column is converted into a grid, its inner rows have added capabilities. You can convert an inner-row into a tabled section of fields. Any fields which are added to this row will be cloneable into multiple rows by a user and therefore submit multiple sets of these fields.
312 11. (11) Here is an example of a tabled section of a form, where the plugin automatically inserts a button for your uses to clone the row and any fields within it.
313 12. (12) When a row is added below a table row, you can convert it to a table footer. This is useful if you want to add some instructions at the bottom of your table (or table footer headings). The plugin will then insert the 'Add Row' button below this row.
314 13. (13) Similar to a table row, you can convert an inner-row into a cloneable tabbed section of fields. This is similar to the table concept except that users can add additional tabs which clone the entire set of fields presents in the tabbed row. Make sure you give your tab a label.
315 14. (14) On the form front-end your users will be able to add new tabs.
316 15. (15) A column can be converted into an entire existing cf7 form by editing the column ('pencil' button) and selecting the option 'Insert Form'. This will convert the column into a dropdown field from which you can select an existing form that you have previously designed. This makes for modular design of forms.
317 16. (16) This plugin introduces dynamic dropdowns, which allow you to manage dropdown field options using various content managed in your WordPress dashboard. For example, you can use taxonomy terms as options, or you can use existing post types' allowing your users to select/link existing content from your WordPress CMS managed data to their submission. The dynamic dropdown can also be programmatically populated using a hook filter with the last option 'Custom'.
318 17. (17) If you create a dynamic-dropdown field or select filter as source, the plugin expects the options to be provided by a filter. Your field cell will have an extra 'filter' icon at the top, click it to reveal the filters available. The plugin has an extensible framework which allows other plugins to leverage the in-editor helper codes to be integrated for specific fields. For example the Google Map CF7 extension is such an example, and will expose *PHP filter helper codes* as well as *JavaScript helper codes* to customise your field further.
319 You can click on the filter link which will copy a helper code snippet which you can paste in your *functions.php* file and customise to provide the options list.
320 For JavaScript helper codes, paste them in your `<theme folder>/js/<form-unique-key>.js` file (see FAQ #8 for more details).
321 18. (18) A benchmark field is available which allows you to display warning when certain input values breach the benchmark limit. The benchmark field also emits a JavaScript event when the limit is breached so that custom JavaScript action can be executed.
322 19. (19) Click on the code icon in any given column cell of the grid UI editor and it will take you to the equivalent code lines in the text editor.
323 20. (20) v2.0 of the plugin introduces inline field hooks helpers. These are specific hooks which allow you to filter custom aspect of the field. Not all tags have field specific hooks, so if any are defined they will show up with the icon in the control bar.
324 21. (21) The plugin include hooks for further customisation. Handy helper code snippets are provided within form editor in the metabox 'Actions & Filers', with a set of links on which you can click to copy the code snippet and paste it in your *functions.php* file.
325 22. (22) You can set a maximum number of rows a user can add to a table, by adding the `data-max` attribute to your table element.
326 23. (23) You can filter mail tags, hover your mouse over the blue information icon next to each tag and click the link, this will copy the filter code to your clipboard which you can paste into your functions.php file.
327
328 == Changelog ==
329 = 3.3.6 =
330 * fix null cf7 form object.
331 * bypass cf7 5.2 data consolidation.
332 = 3.3.5 =
333 * fix array field submission.
334 = 3.3.4 =
335 * fix multiselect array field.
336 = 3.3.3 =
337 * fix really simple captcha bug.
338 * fix missing hidden fields in CF7 v5.2.
339 = 3.3.2 =
340 * fix locale setting for single non-english langauge sites.
341 = 3.3.1 =
342 * fix mulsitple select bug.
343 = 3.3.0 =
344 * added 'cf7sg_ui_grid_helper_hooks' action for plugin integration.
345 * added 'cf7sg_ui_grid_js_helper_hooks' action for plugin integration.
346 * enabled in-editor js code helpers.
347 * updated screenshot 17.
348 = 3.2.1 =
349 * fix hidden fields.
350 * fix wpcf7_submit capability for subscribers_only attribute.
351 * upgrade select2 library for iOS touch fix.
352 = 3.2.0 =
353 * added cf7sg_mailtag_$mail_tag filters.
354 * replaced PhpQuery library with SimpleHTMLDom.php (https://github.com/voku/simple_html_dom) library for php 7 compatibility.
355 = 3.1.5 =
356 * fix continue for PHP 7.3+
357 = 3.1.4 =
358 * fix continue.
359 = 3.1.3 =
360 * fix common validation bug.
361 * improve 'cf7sg_validate_submission' hook, data array contains file data.
362 * redirect cf7 plugin admin pages to smart grid pages.
363 = 3.1.2 =
364 * instantiate CodeMirror after library load and pass as attribute to anonymous function to fix conflict issue.
365 = 3.1.1 =
366 * fix helper bug inline filters.
367 = 3.1.0 =
368 * load minified resources on live sites.
369 = 3.0.4 =
370 * fix css style on rows/container for DIVI theme.
371 = 3.0.3 =
372 * fix add_cap bug for deleted roles.
373 = 3.0.2 =
374 * added 'wpcf7_manage_integration' cap to admin role.
375 = 3.0.1 =
376 * fix pointers dismiss bug.
377 = 3.0.0 =
378 * clean-up core integration with cf7 plugin.
379 * add WP std capabilities for better role management.
380 * automatic detection of required js scripts / css styling when form saved.
381 * more efficient loading of front-end resources (js/css).
382 * enabling benchmark fields for non-grid forms.
383 * enabling dynamic_select fields for non-grid forms.
384 * enabling sgv- validation for non-grid forms.
385 * added pointers to form edit screen.
386