| @@ -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&utm_medium=html-forms&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 ) { |