| @@ -520,9 +520,9 @@ | ||
| 520 | 520 | $wppb_form_class .= ' wppb-edit-user'; |
| 521 | 521 | $wppb_form_class .= $wppb_user_role_class; |
| 522 | 522 | |
| 523 | 523 | ?> |
| 524 | - <form enctype="multipart/form-data" method="post" id="<?php echo esc_attr( apply_filters( 'wppb_form_id', $wppb_form_id, $this ) ); ?>" class="<?php echo esc_attr( apply_filters( 'wppb_form_class', $wppb_form_class, $this ) ) . ( $this->args['ajax'] == 'true' ? ' wppb-ajax-form' : ''); ?>" action="<?php echo esc_url( apply_filters( 'wppb_form_action', wppb_curpageurl(), $this->args ) ); ?>"> | |
| 524 | + <form enctype="multipart/form-data" method="post" novalidate id="<?php echo esc_attr( apply_filters( 'wppb_form_id', $wppb_form_id, $this ) ); ?>" class="<?php echo esc_attr( apply_filters( 'wppb_form_class', $wppb_form_class, $this ) ) . ( $this->args['ajax'] == 'true' ? ' wppb-ajax-form' : ''); ?>" action="<?php echo esc_url( apply_filters( 'wppb_form_action', wppb_curpageurl(), $this->args ) ); ?>"> | |
| 525 | 525 | <?php |
| 526 | 526 | do_action( 'wppb_form_args_before_output', $this->args ); |
| 527 | 527 | $this->args = apply_filters( 'wppb_filter_form_args_before_output', $this->args ); |
| 528 | 528 | |