-
Notifications
You must be signed in to change notification settings - Fork 7
Home
Aurovrata V edited this page Oct 23, 2020
·
7 revisions
The CF7 Smart Grid is a WordPress plugin extension to the Contact Form 7 plugin which allows you to build complex forms.
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 as well as a CodeMirror html editor with colour highlighted markup for both html as well as CF7 tags.
It brings the following functionality to Contact Form 7 plugin,
- Grid layout with rows and columns: organise your CF7 forms into table layouts
- Accordion/foldable form sections: organise complex CF7 forms into collapsible sections.
- Tabbed groups of input fields: enable tabbed groups of fields within your form.
- Table input structures: enable table inputs with a set of fields grouped in rows.
- CF7 form re-usability: create sub-forms and reuse them in other forms to increase productivity and maintainability.
- Dynamic select dropdown fields: a new tag to create dynamic lists from a taxonomy, existing posts, or custom list using a hook.
The following are various notes for developers looking to build extensions for this plugin.
As and when a developer reaches out to me on the plugin forum for information, I will update this page, slowly building up the documentation.
Notes on public request process
Notes on admin request process