PluginProbe
GiveWP – Donation Plugin and Fundraising Platform / 4.16.8.1
GiveWP – Donation Plugin and Fundraising Platform v4.16.8.1
4.16.9 4.16.8.1 4.16.8 4.16.7.2 4.16.7.1 4.16.7 4.16.6.1 4.16.6 4.16.5.1 4.16.5 4.16.4 4.16.3 4.16.2 4.16.1 4.16.0 4.15.5 4.15.4 4.15.3 4.15.2 4.15.1 4.15.0 2.3.0 2.3.1 2.3.2 2.30.0 All 255 releases
give / src / Views / Admin / Form / FormGrid-Settings.php

FormGrid-Settings.php in GiveWP – Donation Plugin and Fundraising Platform 4.16.8.1, at src/Views/Admin/Form/FormGrid-Settings.php

22 lines 1.2 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
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