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-slider.php

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

23 lines 1.2 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
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&amp;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&amp;t=315s">00:05:15</a><span> - customise the control buttons,</span></li>
14 <li><a href="https://www.youtube.com//watch?v=WiweQRhOr0g&amp;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&amp;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