same here, just get error message
Validation errors occurred. Please confirm the fields and submit it again.
at the bottom of form.
I think it’s error because no invalid_confirm_email
message
elseif ( $value != $_SESSION['emailval'] ) {
$result->invalidate( $tag, wpcf7_get_message( 'invalid_confirm_email' ) );
}