PluginProbe
Smart Grid-Layout Design for Contact Form 7 / 4.12
Smart Grid-Layout Design for Contact Form 7 v4.12
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 / assets / cf7-admin-table / admin / partials / cf7sg-tutorials-advance.php

cf7sg-tutorials-advance.php in Smart Grid-Layout Design for Contact Form 7 4.12, at assets/cf7-admin-table/admin/partials/cf7sg-tutorials-advance.php

41 lines 1.8 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <?php
2 /* panel for advanced tutorials */
3 ?>
4 <div class="container">
5 <div class="row">
6 <div class="columns one-third">
7 <div class="iframe">
8 <iframe src="https://www.youtube.com/embed/vPc3M5Emro4" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
9 </div>
10 <h3>
11 Construct large forms with sub-forms.
12 </h3>
13 <ul>
14 <li>A short tutorial on advanced concepts, it demonstrates the plugin's modular form construct functionality allowing complex forms to be assembled from other child forms.</li>
15 </ul>
16 </div>
17 <div class="columns one-third">
18 <div class="iframe">
19 <iframe src="https://www.youtube.com/embed/BsMXVzroEBk" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
20 </div>
21 <h3>
22 Customising the admin dashboard.
23 </h3>
24 <ul>
25 <li>Tracking form submissions with an additional column in the form table. (Get the code from the <a href="https://github.com/aurovrata/smart-grid-sample-codes/blob/main/admin/custom-submission-count-column.php">GitHub repo</a>.)</li>
26 </ul>
27 </div>
28 <div class="columns one-third">
29 <div class="iframe">
30 <iframe src="https://www.youtube.com/embed/zPPD5VBF78w" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
31 </div>
32 <h3>
33 Preview & Pre-fill forms.
34 </h3>
35 <ul>
36 <li>The plugin preview functionality leverages the pre-fill of fields functionalty to ease the design and development process. </li>
37 </ul>
38 </div>
39 </div>
40 </div>
41