PluginProbe
HTML Forms – Simple WordPress Forms Plugin / 1.3.21
HTML Forms – Simple WordPress Forms Plugin v1.3.21
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
← All changes | views/tab-actions.php +1 -7 trunk1.3.21 View file →
@@ -4,14 +4,8 @@
4 4
5 5 <div>
6 6 <h2><?php echo __( 'Form Actions', 'html-forms' ); ?></h2>
7 7
8 - <?php if ( ! defined( 'HF_PREMIUM_VERSION' ) ) : ?>
9 - <p class="hf-premium">
10 - <?php echo sprintf( __('Notify other services whenever a form is submitted using the Webhooks form action in <a href="%s">HTML Forms Premium</a>', 'html-forms' ), 'https://htmlformsplugin.com/premium/#utm_source=wp-plugin&amp;utm_medium=html-forms&amp;utm_campaign=actions-tab' ); ?>.
11 - </p>
12 - <?php endif; ?>
13 -
14 8 <div id="hf-form-actions">
15 9 <?php
16 10 if( ! empty( $form->settings['actions'] ) ) {
17 11 $index = 0;
@@ -47,9 +41,9 @@
47 41 </div>
48 42 </div>
49 43
50 44 <div class="hf-medium-margin">
51 - <h3><?php echo __( 'Add Form Action', 'html-forms' ); ?></h3>
45 + <h3><?php echo __( 'Add form action', 'html-forms' ); ?></h3>
52 46 <p><?php _e( 'Use the below button(s) to configure and perform an action whenever this form is successfully submitted.', 'html-forms' ); ?></p>
53 47 <p id="hf-available-form-actions">
54 48 <?php
55 49 foreach( $available_actions as $type => $label ) {