| 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 |
|