PluginProbe
HTML Forms – Simple WordPress Forms Plugin / trunk
HTML Forms – Simple WordPress Forms Plugin vtrunk
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 1.3.17 All 66 releases
html-forms / views / page-premium.php

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

79 lines 3.7 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 <h2>The Premium add-on bundles several powerful features together:</h2>
7
8 <div style="width:50%; font-size:120%;">
9
10 <ul class="ul-square">
11 <li>
12 <strong>Submission Notifications</strong>
13 <p>
14 HTML Forms Premium adds notification badges for new (unseen) submissions. These badges appear in the admin menu and the form list inside the plugin itself.
15 <a href="https://htmlformsplugin.com/kb/submission-notifications/" style="color:#ea6ea6;">Learn More</a>
16 </p>
17 </li>
18
19 <li>
20 <strong>Webhooks</strong>
21 <p>
22 Ping other web services as soon as a form submission comes in. This powerful feature lets you connect HTML Forms data to services and providers hosted in other locations.
23 <a href="https://htmlformsplugin.com/kb/webhooks/" style="color:#ea6ea6;">Learn More</a>
24 </p>
25 </li>
26
27 <li>
28 <strong>File Uploads</strong>
29 <p>
30 HTML Forms Premium provides a new form field to safely allow your visitors to upload files on your forms. The plugin handles all the messy work of managing files.
31 <a href="https://htmlformsplugin.com/kb/file-uploads/" style="color:#ea6ea6;">Learn More</a>
32 </p>
33 </li>
34
35 <li>
36 <strong>Export Submissions</strong>
37 <p>
38 Export your form submissions to CSV with a single button. This is a one-click solution to make viewing large quantities of submissions easier.
39 <a href="https://htmlformsplugin.com/kb/export-submissions/" style="color:#ea6ea6;">Learn More</a>
40 </p>
41 </li>
42
43 <li>
44 <strong>Submission Limit</strong>
45 <p>
46 Use HTML Forms Premium to set a submission limit on your forms. This is a great way to control how many times your form can be used by your website visitors.
47 <a href="https://htmlformsplugin.com/kb/submission-limit/" style="color:#ea6ea6;">Learn More</a>
48 </p>
49 </li>
50
51 <li>
52 <strong>Require Users to Log In</strong>
53 <p>
54 Prevent forms from being viewed and submitted by random visitors to your website. This feature requires users to log in in to your WordPress site to view a form.
55 <a href="https://htmlformsplugin.com/kb/require-users-to-log-in/" style="color:#ea6ea6;">Learn More</a>
56 </p>
57 </li>
58
59 <li>
60 <strong>Dashboard Widget</strong>
61 <p>
62 HTML Forms Premium includes a Dashboard widget to quickly show stats and provide access to your active forms.
63 <a href="https://htmlformsplugin.com/kb/dashboard-widget/" style="color:#ea6ea6;">Learn More</a>
64 </p>
65 </li>
66 </ul>
67
68 <p>Additionally, you'll be eligible for premium support - instant access to our experienced support team.</p>
69
70 <p>
71 <a href="https://htmlformsplugin.com/premium/#utm_source=wp-plugin&amp;utm_medium=html-forms&amp;utm_campaign=premium-page" class="button" style="background:#ea6ea6; border:#ea6ea6; color:white; padding: 8px 20px; height: auto; font-size:1.6em; font-weight bold;">Buy HTML Forms Premium</a> &nbsp;
72 </p>
73
74 <p>
75 <em>Comes with our 14-day no questions asked money back guarantee.</em>
76 </p>
77 </div>
78 </div>
79