@@ -4,30 +4,30 @@ |
||
| 4 | 4 | <?php |
| 5 | 5 | } |
| 6 | 6 | if ( isset( $message ) && $message != '' ) { |
| 7 | - if ( FrmAppHelper::is_admin() ) { |
|
| 7 | + if ( FrmAppHelper::is_admin() ) { |
|
| 8 | 8 | ?><div id="message" class="frm_message updated frm_msg_padding"><?php echo wp_kses_post( $message ) ?></div><?php |
| 9 | 9 | } else { |
| 10 | 10 | FrmFormsHelper::maybe_get_scroll_js( $form->id ); |
| 11 | 11 | |
| 12 | 12 | // we need to allow scripts here for javascript in the success message |
| 13 | 13 | echo $message; |
| 14 | - } |
|
| 14 | + } |
|
| 15 | 15 | } |
| 16 | 16 | |
| 17 | 17 | if ( isset($errors) && is_array( $errors ) && ! empty( $errors ) ) { |
| 18 | 18 | |
| 19 | 19 | if ( isset( $form ) && is_object( $form ) ) { |
| 20 | - FrmFormsHelper::get_scroll_js( $form->id ); |
|
| 20 | + FrmFormsHelper::get_scroll_js( $form->id ); |
|
| 21 | 21 | } ?> |
| 22 | 22 | <div class="<?php echo esc_attr( FrmFormsHelper::form_error_class() ) ?>"> |
| 23 | 23 | <?php |
| 24 | 24 | $img = ''; |
| 25 | 25 | if ( ! FrmAppHelper::is_admin() ) { |
| 26 | - $img = apply_filters('frm_error_icon', $img); |
|
| 27 | - if ( $img && ! empty($img) ) { |
|
| 28 | - ?><img src="<?php echo esc_attr( $img ) ?>" alt="" /> |
|
| 26 | + $img = apply_filters('frm_error_icon', $img); |
|
| 27 | + if ( $img && ! empty($img) ) { |
|
| 28 | + ?><img src="<?php echo esc_attr( $img ) ?>" alt="" /> |
|
| 29 | 29 | <?php |
| 30 | - } |
|
| 30 | + } |
|
| 31 | 31 | } |
| 32 | 32 | |
| 33 | 33 | FrmFormsHelper::show_errors( compact( 'img', 'errors', 'form' ) ); |
@@ -1,5 +1,5 @@ discard block |
||
| 1 | 1 | <?php |
| 2 | -if ( isset($include_extra_container) ) { ?> |
|
| 2 | +if ( isset( $include_extra_container ) ) { ?> |
|
| 3 | 3 | <div class="<?php echo esc_attr( $include_extra_container ) ?>" id="frm_form_<?php echo esc_attr( $form->id ) ?>_container"> |
| 4 | 4 | <?php |
| 5 | 5 | } |
@@ -14,7 +14,7 @@ discard block |
||
| 14 | 14 | } |
| 15 | 15 | } |
| 16 | 16 | |
| 17 | -if ( isset($errors) && is_array( $errors ) && ! empty( $errors ) ) { |
|
| 17 | +if ( isset( $errors ) && is_array( $errors ) && ! empty( $errors ) ) { |
|
| 18 | 18 | |
| 19 | 19 | if ( isset( $form ) && is_object( $form ) ) { |
| 20 | 20 | FrmFormsHelper::get_scroll_js( $form->id ); |
@@ -23,8 +23,8 @@ discard block |
||
| 23 | 23 | <?php |
| 24 | 24 | $img = ''; |
| 25 | 25 | if ( ! FrmAppHelper::is_admin() ) { |
| 26 | - $img = apply_filters('frm_error_icon', $img); |
|
| 27 | - if ( $img && ! empty($img) ) { |
|
| 26 | + $img = apply_filters( 'frm_error_icon', $img ); |
|
| 27 | + if ( $img && ! empty( $img ) ) { |
|
| 28 | 28 | ?><img src="<?php echo esc_attr( $img ) ?>" alt="" /> |
| 29 | 29 | <?php |
| 30 | 30 | } |
@@ -37,7 +37,7 @@ discard block |
||
| 37 | 37 | <?php |
| 38 | 38 | } |
| 39 | 39 | |
| 40 | -if ( isset($include_extra_container) ) { ?> |
|
| 40 | +if ( isset( $include_extra_container ) ) { ?> |
|
| 41 | 41 | </div> |
| 42 | 42 | <?php |
| 43 | 43 | } |