| 1 |
<?php |
| 2 |
/* panel for multi-slide 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/WiweQRhOr0g?controls=0" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe> |
| 9 |
</div> |
| 10 |
<h3>Learn how to create multi-step multi-slide CF7 forms using a slider construct functionality of the Smart Grid-layout extension plugin,</h3> |
| 11 |
<ul> |
| 12 |
<li><a href="https://www.youtube.com//watch?v=WiweQRhOr0g&t=260s">00:04:20</a><span> - Convert collapsible rows into slides</span></li> |
| 13 |
<li><a href="https://www.youtube.com//watch?v=WiweQRhOr0g&t=315s">00:05:15</a><span> - customise the control buttons,</span></li> |
| 14 |
<li><a href="https://www.youtube.com//watch?v=WiweQRhOr0g&t=355s">00:05:55</a><span> - add a submit button on the last slide</span></li> |
| 15 |
<li><a href="https://www.youtube.com//watch?v=WiweQRhOr0g&t=765s">00:12:45</a><span> - automatic slide change to invalid fields on validation</span></li> |
| 16 |
</ul> |
| 17 |
|
| 18 |
</div> |
| 19 |
<div class="columns one-third"> |
| 20 |
</div> |
| 21 |
</div> |
| 22 |
</div> |
| 23 |
|