| 1 |
<div class="form_grid_options_wrap inner-panel"> |
| 2 |
<div class="form-template-introduction"> |
| 3 |
|
| 4 |
<div class="form-template-notice"> |
| 5 |
<img src="<?= esc_url(GIVE_PLUGIN_URL . 'build/assets/dist/images/admin/cap-books.svg'); ?>" alt=""/> |
| 6 |
<p> |
| 7 |
<?php _e('What is the Form Grid?', 'give'); ?><br /> |
| 8 |
<?php _e('The GiveWP Form Grid provides a way to add a grid layout of multiple forms into posts and pages using either a block or shortcode.', 'give'); ?> |
| 9 |
</p> |
| 10 |
|
| 11 |
<a href="https://givewp.com/documentation/core/blocks/form-grid-block/" target="_blank"> |
| 12 |
<?= __('Learn More', 'give'); ?> |
| 13 |
<svg viewbox="0 0 21 21" xmlns="http://www.w3.org/2000/svg"> |
| 14 |
<path |
| 15 |
d="m10.96 9.68 6.897-6.896M18.53 6.148V2.11h-4.037M9.279 2.11H7.597c-4.205 0-5.887 1.683-5.887 5.888v5.046c0 4.205 1.682 5.887 5.887 5.887h5.046c4.205 0 5.887-1.682 5.887-5.887v-1.682" |
| 16 |
stroke="#fff" stroke-width="1.261" stroke-linecap="round" stroke-linejoin="round" fill="none"/> |
| 17 |
</svg> |
| 18 |
</a> |
| 19 |
</div> |
| 20 |
</div> |
| 21 |
</div> |
| 22 |
|