PluginProbe
HTML Forms – Simple WordPress Forms Plugin / 1.3.17
HTML Forms – Simple WordPress Forms Plugin v1.3.17
1.7.0 trunk 1.0 1.0.1 1.0.2 1.0.3 1.0.4 1.0.5 1.0.6 1.1 1.1.1 1.1.2 1.1.3 1.1.4 1.1.5 1.2.0 1.3.0 1.3.1 1.3.10 1.3.11 1.3.12 1.3.13 1.3.14 1.3.15 1.3.16 All 67 releases
html-forms / views / page-premium.php

page-premium.php in HTML Forms – Simple WordPress Forms Plugin 1.3.17, at views/page-premium.php

25 lines 1.4 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <?php defined( 'ABSPATH' ) or exit; ?>
2
3 <div class="wrap hf">
4 <h1><strong style="color: #ea6ea6;">HTML Forms Premium</strong>, take your forms to the next level!</h1>
5
6 <div style="font-size: 120%;">
7 <p>The Premium add-on bundles several powerful features together:</p>
8
9 <ul class="ul-square">
10 <li><strong>Export to CSV</strong> - with a single click</li>
11 <li><strong>File uploads</strong> - safely allow your visitors to upload files</li>
12 <li><strong>Webhooks</strong> - notify other services whenever a form is submitted</li>
13 <li><strong>Notifications</strong> - never lose track of new form submissions again</li>
14 </ul>
15
16 <p>Additionally, you'll be eligible for premium support - instant access to our experienced support team.</p>
17
18 <p>
19 <a href="https://www.htmlforms.io/pricing/#utm_source=wp-plugin&amp;utm_medium=html-forms&amp;utm_campaign=premium-page" class="button" style="background: #ea6ea6; border: #ea6ea6; color: white; padding: 6px 12px; height: auto; font-weight: bold;">Buy HTML Forms Premium</a> &nbsp;
20 <a href="https://www.htmlforms.io/premium-features/#utm_source=wp-plugin&amp;utm_medium=html-forms&amp;utm_campaign=premium-page"><span style="text-decoration: none; vertical-align: middle; margin-right: 6px;" class="dashicons dashicons-info"> </span>More information</a>
21 </p>
22 <p><em>Comes with our 30-day no questions asked money back guarantee.</em></p>
23 </div>
24 </div>
25