Это старая версия документа!
<div class="col-xs-12 contacts-us"> <div class="col-lg-6 col-md-6 col-sm-12 contacts-us__left"> <div class="title-1 title-1--3">Связаться с нами</div> </div> <div class="col-lg-6 col-md-6 col-sm-12 home-contacts__left"> [[-<script> function submform() { erro = 0; nam = $('#var1').attr('value'); telh = $('#var2').attr('value'); mal = $('#var3').attr('value'); tex = $('#var4').attr('value'); work = $('#var5').attr('value'); if (telh == '' && mal == '') { $('#var2').css('border','2px solid #7F0000'); $('#err2').html('Заполните поле Телефон или Почта'); return false; } return true; } </script>]] [[!FormIt? &hooks=`recaptchav2,email,redirect` &emailTpl=`SentEmail` &emailSubject=`Сообщение с сайта [[++site_name]]` &emailTo=`[[++emailsender]]` &emailFrom=`[[++mail_smtp_user]]` &validationErrorMessage=`В форме содержатся ошибки!` &successMessage=`Сообщение успешно отправлено` &submitVar=`home-form` &redirectTo=`80` ]] <form method="post" action="[[~[[*id]]]]" id="home-form1" onsubmit="return submform();" class="home-form"> <div> <input type="text" placeholder="Имя" name="name" value="[[!+fi.name]]" > </div> <div> <div id="err2" class="erro"></div> <input type="text" placeholder="Телефон" id="phone" onfocus="cler('err2')" name="phone" value="[[!+fi.phone]]" > </div> <div> <input type="text" placeholder="E-mail" id="email" onfocus="cler('err3')" name="email" value="[[!+fi.email]]" required> <div id="err33" class="erro"></div> </div> <div> <textarea name="message" style="height: 120px;" placeholder="Комментарий" value="[[!+fi.message]]">[[!+fi.message]]</textarea> </div> <div class="check-bock"> <input type="checkbox" required> Я <a href="[[~119]]" title="Согласие на обработку персональных данных" target="_blank">согласен</a> на обработку персональных данных </div> <div style="float: left; width: 300px;color: #000;"> <div class="captcha-item" id="captcha_home-form"></div> [[!+fi.error.recaptchav2_error]] </div> <div style="float: right" > <button name="home-form" type="submit" value="submit" class="contacts-btn" style="float: right; padding: 13px 40px; margin-top: 27px;">Отправить</button> </div> </form> </div> </div>