| 1 |
<?php |
| 2 |
//dynamic dropdown tag. |
| 3 |
?> |
| 4 |
<h3 class="cf7sg-pointer"><?=__('Dynamic checkbox field', 'cf7-grid-layout')?></h3> |
| 5 |
<div class="cf7sg-tutorial"> |
| 6 |
<p><?=__('This tag allows you to build a dynamic list of checkbox fields of taxonomy terms, post titles, or programmatically created values using the filter. The field also allows for custom contructs such as image grids.','cf7-grid-layout')?></p> |
| 7 |
<a class="img" target="_blank" href="https://www.youtube.com/watch?v=98DPG5639gE&list=PLblJwjs_dFBsynXEstrV3fCIC7GBmK9HW&index=8"></a> |
| 8 |
</div> |
| 9 |
|