Hello everyone, why does not validation and recaptcha check pass? click send redirect occurs and everything, neither pisma nor checks

here is the form

<form role="form" action="[[~31]]" method="POST"> <div class="form-group"> <input type="text" class="form-control" id="name" name="name" placeholder="Ваше имя"> </div> <div class="form-group"> <input type="email" class="form-control" id="email" name="email" placeholder="E-mail" > </div> <div class="form-group"> <textarea class="dopinf" rows="5" cols="10" anme="message" placeholder="Дополнительная информация"></textarea> </div> <div class="form-item"> [[!recaptchav2_render]] [[!+fi.error.recaptchav2_error]] </div> <div class="submit-contact"><input type="submit" class="otprav-contact" value="Отправить"></div> </form> 

resource (31)

 [[!FormIt? &hooks=`recaptchav2,email,redirect` &emailTpl=`ZContactsTpl` &emailTo=`info@lsweb.ru` &emailSubject=`Заказ услуги с сайта` &emailFrom=`maksimdrosdow@outlook.com` &validate=`name:minLength=^2^, email:email:required, message:minLength=^10^, g-recaptcha-response:required` &redirectTo=`16` ]] 

and chunk

Message from the “Contacts” page Name: [[+ name: default = Не заполнено ]]

 Email:[[+email:default=`Не заполнено`]] Сообщение:[[+message:default=`Не заполнено`]] 
  • Everything is spelled correctly. Maybe in the system settings, the wrong keys are indicated, maybe the recaptchav2 hook does not work, then only you can check it on your website. - Vasis September
  • same problem. If the checkbox is checked, the letter is sent. But if you don’t deliver, then the page is just updated (in this case, the letter does not come) - Kamil NHOT

0