Smart Grid-Layout Design for Contact Form 7
The plugin uses the smart-grid 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. v4.0 introduced a tutorial sections within the dashboard for quick reference to various YouTube tutorials. For a full list of available tutorials visit this playlist. In addition, the plugin also introduces multiple smart input functionalities, such as, 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. 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. 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. 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). grouped toggled sections for either/or optional sections. 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. 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. 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. 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 plugin. 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. Looking for Collaborators 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 if you want to collaborate. For plugin developers If you wish to leverage the in-editor helper code functionality for your CF7 plugin, you need to use the following hooks, cf7sg_ui_grid_js_helper_hooks – include js bind event code helpers. cf7sg_ui_grid_helper_hooks – include php filter/action hooks code helpers. cf7sg_enqueue_admin_editor_scripts – to enqueue scripts on the admin editor page to bind to editor events for further dynamic code helpers. 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. Checkout our other CF7 plugin extensions CF7 Polylang Module – this plugin allows you to create forms in different languages for a multi-language website. The plugin requires the Polylang plugin to be installed in order to manage translations. CF7 Multi-slide Module – 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. Post My CF7 Form – 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. 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. Smart Grid-Layout Design for CF7 – 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. Documentation 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. 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 #21). Support Open-source effort 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. Beautify – a jQuery plugin to beautify html text, used in the text editor of this plugin. CodeMirror – 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. CSS Smart Grid – a CSS plugin that allows for intuitive CSS styling of responsive grid layouts. Used for building the responsive form layouts. jQuery Clipboard – copy text to the clipboard, used for helper links. jQuery Nice Select – makes beautiful dropdown fields. jQuery Select2 – this plugin converts dropdowns into powerful searchable dropdown fields. jQuery Toggles – enables pretty toggle switches on collapsible sections. PHP 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. Glider.js slider – a A blazingly fast, crazy small, fully responsive, mobile-friendly, dependency free, native scrolling list with paging controls! Thanks to Birmania @birmania for providing: a fix for JS toggles. a fix for file fields in tabs as mail attachments Andrew Browning @altworks for providing: an IE polyfill for frontend table fields. PenhTech @penhtech a fix for continue warnings in php7.3 Thomas Fellinger @netzgestaltung a fix for Really Simple Captcha plugin. Privacy Notices This plugin, in itself, does not: track users by stealth; write any user personal data to the database; send any data to external servers; use cookies.
Top keywords
- form27×2.29%
- fields17×1.44%
- cf712×1.02%
- editor12×1.02%
- sections11×0.93%
- forms10×0.85%
- allows9×0.76%
- code7×0.59%
- hooks7×0.59%
- jquery7×0.59%
- post7×0.59%
- build6×0.51%
Contact Form 7 Polylang Module
NOTE v2 is now an extension of the CF7 Smart Grid-layout plugin. You need to install it to use this plugin. Why is this? You can read this thread, and this post. This plugin allows multilingual contact form 7 management using the polylang plugin. As of version 2.0 of this plugin, it is now developed as an extension of the CF7 Smart Grid-layout plugin. All 3 plugins, Polylang, CF7 Smart Grid-layout and Contact Form 7 need to be installed prior to installing this plugin. Works with multisite installations too. Now you can use a single CF7 form shortcode for all your translations. WARNING: ensure you follow the installation instructions along with the PolyLang settings adjustments. Make your CF7 Form more portable this plugin introduces form keys (which you can modify in the CF7 admin table). Keys are unique for each form, allowing you identify a form my its key rather than an ID. Why is this priceless? IDs changes from one server to the next because they are the custom post ID attributed by the WordPress installation, and therefore you develop your form in a local machine only to find out that the IDs are different when you move your form to your production server. To overcome this problem, we suggest you use a form key along with this plugin’s contact form shortcode, [cf7-form key="contact-us"]. Don’t worry your old contact form 7 shortcodes will still work too, behind the scenes we simply map the key to the ID and call the regular contact form 7 shortcode. Similarly you can use any translated form shortcode, and the plugin will make sure the right language is loaded. Please follow the Installation instructions carefully, especially the part about saving your Polylang settings after you have activated this plugin. English subtitled video on youtube, Spanish & French subtitles available in the caption settings. Checkout our other CF7 plugin extensions CF7 Polylang Module – this plugin allows you to create forms in different languages for a multi-language website. The plugin requires the Polylang plugin to be installed in order to manage translations. CF7 Multi-slide Module – 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. Post My CF7 Form – this plugin allows you to save you cf7 form submissions 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. 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 forms. Smart Grid-Layout Design for CF7 – 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. Thanks to Gérard Mathiuet for providing a fix for PolylangPro. Peter J. Herrel for improving the language folder management. Didier (@swissspaceboy) for pointing out an issue with the CF7 Special Mail tag [_site_url]. Privacy Notices This plugin, in itself, does not: track users by stealth; write any user personal data to the database; send any data to external servers; use cookies. 2.5.0 introduce ‘cf7pll_sync_form_metakeys’ to filter the synchronised form metakeys between translations. improve translation sync from original post. 2.4.1 fix language update. add notice to post-new pages. 2.4.0 enable other plugins to add their translation files. added ‘cf7pll_load_plugin_translation_resource’ filter. 2.3.4 fix broken translations of new form templates. 2.3.3 fix ZipArchive class missing Fatal error for PHP 7.3 onwards. 2.3.2 fix continue warning. 2.3.1 clean up deprecated delete posts code. 2.3.0 added hidden field _wpcf7_lang to front-end form. instroduce special mail tag [_home_url]. 2.2.0 fix for CF7 bug on special mail tag _site_url. 2.1.1 fix notices. improved translations 2.1.0 allows plugin update without cf7 smart grid, but restricted functionality. 2.0.1 removed empty front-end css/js from script queue. 2.0.0 major update to plugin to integrate with WP std admin pages for cf7 offered by cf7 smart grid plugin. code update to fix issue with polylang v2.3+ changes.