| 1 |
<?php |
| 2 |
/* panel for repetitive fields tutorials */ |
| 3 |
?> |
| 4 |
<div class="container"> |
| 5 |
<div class="row"> |
| 6 |
<div class="columns one-third"> |
| 7 |
<iframe width="560" height="315" src="https://www.youtube-nocookie.com/embed/mcC36e69-eM" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe> |
| 8 |
<h3> |
| 9 |
Use a table construct for a simple row of repetitive fields, or a tab construct for an entire section of fields. |
| 10 |
</h3> |
| 11 |
<ul> |
| 12 |
<li><a href="https://www.youtube.com/watch?v=mcC36e69-eM&t=390s">00:06:30</a><span> - Creating a table row of fields.</span></li> |
| 13 |
<li><a href="https://www.youtube.com/watch?v=mcC36e69-eM&t=615s">00:10:15</a><span> - adding a table footer.</span></li> |
| 14 |
<li><a href="https://www.youtube.com/watch?v=mcC36e69-eM&t=800s">00:13:20</a><span> - customising table button label</span></li> |
| 15 |
<li><a href="https://www.youtube.com/watch?v=mcC36e69-eM&t=1255s">00:20:55</a><span> - table of fields in notification email</span></li> |
| 16 |
<li><a href="https://www.youtube.com/watch?v=mcC36e69-eM&t=1390s">00:23:10</a><span> - filter mail tags</span></li> |
| 17 |
<li><a href="https://www.youtube.com/watch?v=mcC36e69-eM&t=1593s">00:26:33</a><span> - creating a tabbed section.</span></li> |
| 18 |
</ul> |
| 19 |
</div> |
| 20 |
<div class="columns one-third"> |
| 21 |
</div> |
| 22 |
</div> |
| 23 |
</div> |
| 24 |
|