Переустановите повтрно код формы $MFORM_1$ на данной странице.
И еще, удалите с шаблона код:
<script src="/js/uhpv-full.min.js"></script>
<script>
var uhe = 2,
lng = 'ru',
has = 0,
imgs = 1,
bg = 1,
hwidth = 0,
bgs = ['1','2'],
fonts = ['17','19','21'];
$(document).ready(function(){uhpv(has)});
</script>
и код:
<style>
#hpvgd,.h-mdiv,.h-mdiv2,.h-ldiv,.h-rdiv {background:#EAEAEA; color:#6D6D6D;}
#hpvgd {width:100%; z-index:100; width:100%; border-bottom:2px solid rgb(230,230,230);}
.h-mdiv {display:none; position:relative; margin:auto; text-alegn:center;}
.h-mdiv2 {display:none; position:fixed; margin:auto; text-alegn:center; width:400px; height:200px;}
.h-ldiv {float:left; padding:7px 10px 7px 0px;}
.h-rdiv {position:absolute; top:7px; right:0px; text-align:right;}
.h-ni {display:none !important;}
a.hcmaf {color:red; margin-left:5px; font-size:20px; font-weight:bold;}
a.h-anl {color:#2a72cc;}
a.h-al {color:#ED664B;}
.h-fi {font-weight:bold; border-radius:50%; padding:0px 8px; margin-right:5px; font-size:19px;}
.h-background-1 {color:#fff !important; background:#000 !important;}
.h-background-2 {color:#000 !important; background:#fff !important;}
</style>
аналогично найти код:
<!-- <body>
<style>
#hpvgd,.h-mdiv,.h-mdiv2,.h-ldiv,.h-rdiv {background:#EAEAEA; color:#6D6D6D;}
#hpvgd {width:100%; z-index:100; width:100%; border-bottom:2px solid rgb(230,230,230);}
.h-mdiv {display:none; position:relative; margin:auto; text-alegn:center;}
.h-mdiv2 {display:none; position:fixed; margin:auto; text-alegn:center; width:400px; height:200px;}
.h-ldiv {float:left; padding:7px 10px 7px 0px;}
.h-rdiv {position:absolute; top:7px; right:0px; text-align:right;}
.h-ni {display:none !important;}
a.hcmaf {color:red; margin-left:5px; font-size:20px; font-weight:bold;}
a.h-anl {color:#2a72cc;}
a.h-al {color:#ED664B;}
.h-fi {font-weight:bold; border-radius:50%; padding:0px 8px; margin-right:5px; font-size:19px;}
.h-background-1 {color:#fff !important; background:#000 !important;}
.h-background-2 {color:#000 !important; background:#fff !important;}
</style>
<script src="/js/uhpv-full.min.js"></script>
<script>
var uhe = 2,
lng = 'ru',
has = 0,
imgs = 1,
bg = 1,
hwidth = 0,
bgs = ['1','2'],
fonts = ['17','19','21'];
$(document).ready(function(){uhpv(has)});
</script> -->
красное удалить.
В дополнение в самом конце удалите на время код:
<script>function agree(){ $('[name=mform] [type=submit], #gbsbm,#mchatBtn,.uf-btn,#addcBut').parent().parent().before("<tr><td colspan=\"2\"> <input class=\"police\" type=\"checkbox\"> Я принимаю условия <a href=javascript:// onclick='_open(\"/index/?agreement=1\",700,500); return false;\'> Пользовательского соглашения</a> и даю своё согласие на обработку моей персональной информации на условиях, определенных <a href=javascript:// onclick='_open(\"/index/?policy=1\",700,500); return false;\'> Политикой конфиденциальности </a></td></tr>"); $('[name=mform] [type=submit], #gbsbm,#mchatBtn,.uf-btn,#addcBut').prop("disabled", true); $('input.police').live('click', function(){ if($(this).prop('checked') == 1) { $('[name=mform] [type=submit], #gbsbm,#mchatBtn,.uf-btn,#addcBut').prop("disabled", false); }else{ $('[name=mform] [type=submit], #gbsbm,#mchatBtn,.uf-btn,#addcBut').prop("disabled", true); }});}; function _open( url, width, height ) { window.open( url, 'test', 'scrollbars=1,resizable=1,width=' + width + ',height=' + height + ',left=' + ((window.innerWidth - width)/2) + ',top=' + ((window.innerHeight - height)/2) );} agree();</script>
и проверьте будет ли кнопка активной.