PluginProbe
Smart Grid-Layout Design for Contact Form 7 / 4.1.2
Smart Grid-Layout Design for Contact Form 7 v4.1.2
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 4.1.2, at README.txt

359 lines 30.1 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.1
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
16 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.
17
18 v4.0 introduces a tutorial sections within the dashboard for quick rerefence to various youtube tutorials. For a full list of available tutorials visit this playlist.
19
20 [youtube https://www.youtube.com/playlist?list=PLblJwjs_dFBsynXEstrV3fCIC7GBmK9HW]
21
22 In addition, the plugin also introduces multiple smart input functionalities, such as,
23
24 * **tabled input sections**: these allow you to group several **repetitive 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.
25 * **tabbed sections**: with this plugin you can build tabbed sections of **repetitive 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.
26 * **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.
27 * **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).
28 * **grouped toggled sections** for either/or optional sections.
29 * **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.
30 * **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.
31 * **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.
32 * **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.
33 * **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.
34
35 **Looking for Collaborators**
36 Are you a WordPress developer or an HTML/JavaScript wizard? 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.
37
38 **For plugin developers**
39 If you wish to leverage the in-editor helper code functionality for your CF7 plugin, you need to use the following hooks,
40 `cf7sg_ui_grid_js_helper_hooks` - include js bind event code helpers.
41 `cf7sg_ui_grid_helper_hooks` - include php filter/action hooks code helpers.
42 `cf7sg_enqueue_admin_editor_scripts` - to enqueue scipts on the admin editor page to bind to editor events for further dynamic code helpers.
43
44 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.
45
46 = Checkout our other CF7 plugin extensions =
47
48 * [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.
49
50 * [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.
51
52 * [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.
53
54 * [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.
55
56 * [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.
57
58 = Documentation =
59
60 This plugin has a substantial set of [FAQs](https://wordpress.org/plugins/cf7-grid-layout/#faq) and [screenshots](https://wordpress.org/plugins/cf7-grid-layout/#screenshots) that is has a lot of information. Please go through the FAQs and screenshot captions to understand how to use the basic functionality.
61
62 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. (See [screenshot](https://wordpress.org/plugins/cf7-grid-layout/#screenshots) #21).
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 * [Slippry jQuery slider](http://slippry.com/) - a light weight fully customisable slider plugin.
77
78 = Thanks to =
79 Birmania [@birmania](https://profiles.wordpress.org/birmania/) for providing:
80
81 * a fix for JS toggles.
82 * a fix for file fields in tabs as mail attachments
83
84 Andrew Browning [@altworks](https://profiles.wordpress.org/altworks/) for providing:
85
86 * an IE polyfill for frontend table fields.
87
88 PenhTech [@penhtech](https://wordpress.org/support/users/penhtech/)
89
90 * a fix for continue warnings in php7.3
91
92 Thomas Fellinger [@netzgestaltung](https://profiles.wordpress.org/netzgestaltung/)
93
94 * a fix for [Really Simple Captcha](https://wordpress.org/plugins/really-simple-captcha/) plugin.
95
96 = Privacy Notices =
97
98 This plugin, in itself, does not:
99
100 * track users by stealth;
101 * write any user personal data to the database;
102 * send any data to external servers;
103 * use cookies.
104
105 == Installation ==
106
107 1. Install the Contact Form 7 plugin.
108 2. Unpack this plugin archive file into your wp-content/plugins folder.
109 3. Activate the plugin through the 'Plugins' menu on WordPress.
110 4. Create a new form to leverage the grid editor, existing forms can only be edited in text mode.
111 5. Read the FAQs & Screenshot captions to understand how to use this plugin.
112
113 == Frequently Asked Questions ==
114
115 = 1. How do I drag and sort columns in the grid editor ? =
116
117 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.
118
119 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.
120
121 = 2. How do I create a dynamic dropdown list ?=
122
123 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.
124
125 Alternatively select an existing post from your dashboard and the post titles will be used to populate the dropdown.
126
127 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.
128
129 = 3. How do I make nice dropdown selects? =
130
131 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.
132
133 = 4. How do I make powerful select2 dropdowns? =
134
135 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`.
136
137 = 5.How do I display a pretty toggle switch on my collapsible section? =
138
139 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/).
140
141 = 6.How do I reset a form?=
142 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.
143
144 = 7.The columns are filled with default html field wrappers, how do I change this ?=
145
146 The plugin wraps each cf7 tag with the following html,
147 `
148 <div class="field">
149 <label></label>
150 [CF7-tag shortcode]
151 <p class="info-tip"></p>
152 </div>`
153 Furthermore, CF7 tags that are marked as required, have the following html `<em>*</em>` appended in the <label>. This enables for smart looking fields.
154
155 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.
156
157 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.
158
159 Each filter has 2 attributes passed to the hooked function,
160 `
161 add_filter('cf7sg_pre_cf7_field_html', 'filter_pre_html', 10, 2);
162 function filter_pre_html($html, $cf7_key){
163 //the $html string to change
164 //the $cf7_key is a unique string key to identify your form, which you can find in your form table in the dashboard.
165 }`
166
167 = 8.How can I customise my form ?=
168 **Custom scripts**
169 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.
170
171 In addition, if you need to localise your custom script, you can do so using the following action hook,
172 `
173 add_action('smart_grid_register_custom_script', 'localise_custom_scritp', 10,1);
174 function localise_custom_scritp($cf7_key){
175 if('my-form'!=$cf7_key) return;
176 //your script is enqueued with the handle $cf7_key.'-js'
177 wp_localize_script($cf7_key.'-js', 'customObj', array('key1'=>'value1'));
178 }
179 `
180
181 The `$cf7key` is the unique key associated with your form which you can find in the Information metabox of your form edit page.
182
183 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`,
184 `add_action('smart_grid_register_scripts', 'add_js_to_forms');
185 function add_js_to_forms(){
186 wp_enqueue_script('my-custom-script', '<path to your custom js file>', array(), null, true);
187 }`
188 **custom styling**
189 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.
190
191 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`,
192 `add_action('smart_grid_register_styles', 'add_css_to_forms');
193 function add_css_to_forms(){
194 wp_enqueue_style('my-custom-style', '<path to your custom sheet>', array(), null, 'all');
195 }`
196
197 = 9.Can I have required fields in toggled sections? =
198 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.
199
200 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.
201
202 = 10.Can I group toggled sections so as to have either/or sections ?=
203 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,
204 `
205 <div class="container cf7sg-collapsible with-toggle" id="0sTn7L" data-group="group1">
206 <div class="cf7sg-collapsible-title"><span class="cf7sg-title toggled">Name &amp; Contact</span>
207 <div class="toggle toggle-light" data-on="Yes" data-off="No"></div>
208 </div>
209 <div class="row">
210 <div class="columns one-third">
211 </div>
212 <div class="columns one-third">
213 </div>
214 <div class="columns one-third">
215 </div>
216 </div>
217 </div>
218 <div class="container cf7sg-collapsible with-toggle" id="CNeqCy" data-group="group1">
219 <div class="cf7sg-collapsible-title"><span class="cf7sg-title toggled">Address</span>
220 <div class="toggle toggle-light" data-on="Yes" data-off="No"></div>
221 </div>
222 <div class="row">
223 <div class="columns full">
224 </div>
225 </div>
226 </div>
227 `
228
229 = 11.I am using Post My CF7 Form plugin, how are toggles status saved in the database? =
230 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`,
231 `
232 $toggles = get_post_meta($post->ID, 'cf7sg_toggles_status', true);
233 `
234 this will retrieve an array with the following `key=>value` pairs,
235 `
236 <toggle-element-id>=>""<toggle-label>|Yes"
237 `
238 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.
239 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.
240
241 = 12. How can I navigate/search the text editor? =
242 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.
243
244 = 13. Can the text editor highlighting be turned off? =
245 yes, you can use the following filters to either switch off only the shortcode highlighting, (add the following line to your functions.php file)
246
247 `add_filter('cf7sg_admin_editor_mode', function($mode, $form_key){return '';}, 10, 2);`
248
249 and you can also turn off highlight altogether by inserting this additional line to your functions.php file,
250 `add_filter('cf7sg_admin_editor_theme', function($theme, $form_key){return '';}, 10, 2);`
251
252 = 14. Can collapsible sections be shown as open by default? =
253
254 Yes, identify the row in your text editor which implements your collapsible section, and add the `data-open="true"` attribute to it,
255
256 `<div class="container cf7sg-collapsible" data-open="true" ...`
257
258 = 14bis. How can I display a table of fields in a mail message? =
259 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.
260 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
261
262 `[field-one][field-two][field-three]`
263
264 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.
265
266 = 15. How can I set a maximum number of rows to a table ? =
267
268 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)
269
270 = 16. Can I add custom input or other html elements in the form ? =
271
272 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,
273
274 `
275 add_filter('cf7sg_kses_allowed_html', 'add_custom_html', 10,2);
276 function add_custom_html($allowed, $cfk7_key){
277 if('my-custom-form' !== cfk7_key) return $allowed;
278 $allowed['pre']=array('class'=1);
279 return $allowed;
280 }
281 `
282 = 17. Is it possible to modify the default html markup for the grid cell and/or the required html markup in the label ? =
283
284 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).
285
286 These filters will only impact new forms or new cells (rows/columns) created.
287
288 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,
289
290 `<span>(req)<\span>`
291
292 in order to replace the existing markup.
293
294 = 18. I can only edit my form in 'Text' mode, I cannot see the 'Grid' tab, why? =
295 existing forms are not editable in the grid editor.
296
297 Create a new form to be able to leverage the grid editor functionality.
298
299 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.
300
301 == Screenshots ==
302
303 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.
304 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.
305 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.
306 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.
307 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.
308 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.
309 7. (7) Columns can be resized and offset.
310 8. (8) A row can be converted into a collapsible 'accordion' style section to collapse part of your form into more manageable parts.
311 9. (9) Columns can further be converted into grids, allowing for more complex layouts such as multiple rows within a column.
312 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.
313 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.
314 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.
315 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.
316 14. (14) On the form front-end your users will be able to add new tabs.
317 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.
318 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'.
319 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.
320 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.
321 For JavaScript helper codes, paste them in your `<theme folder>/js/<form-unique-key>.js` file (see FAQ #8 for more details).
322 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.
323 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.
324 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.
325 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.
326 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.
327 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.
328
329 == Changelog ==
330 = 4.1.2 =
331 * fix grid-loading script bug.
332 * fix tab navigation in UI editor.
333 = 4.1.1 =
334 * improve loading of resources for non-grid forms.
335 = 4.1.0 =
336 * added admin notices for plugin upgrade validation.
337 * fix singular fields with array values mail bug.
338 = 4.0.1 =
339 * tables in tabs data consolidation bug fix.
340 * custom css/js dir creation fix.
341 * css/js editor window sroll lock fix.
342 = 4.0.0 =
343 * custom js/css editors.
344 * added 'cf7sg_dynamic_dropdown_taxonomy_query' filter.
345 * slider forms.
346 * multi-step forms.
347 * added 'cf7sg_remove_table_row_labels' filter to remove labels in table rows.
348 * added 'cf7sg_admin_form_editor_jstags_other_items' for plugin developer.
349 * added 'cf7sg_admin_form_editor_jstags_last_item' for plugin developers.
350 * enabled javascript helper codes on js editor.
351 * added js functionality to further customise tables and tab structures.
352 * fixed table id attributes in tabbed sections.
353 * improved grouped toggles.
354 * tutorial admin page with embeded youtube videos.
355 * new pointers.
356 * added a general form mailtag.
357 * added html table construct for table/tabbed fields in mailtags.
358 * added mailtag for toggles and grouped toggles.
359