Если в браузере отключен js, скрываем форму
This commit is contained in:
parent
08e75e8d4d
commit
a6bdfb38c9
@ -1,7 +1,11 @@
|
||||
<?php
|
||||
$form_tpl = array(
|
||||
'jqval_cap' =>
|
||||
'<div id=\\"[tag:formalias]\\" class=\\"col-sm-8 col-sm-offset-2\\">
|
||||
'<noscript><div class=\\"alert alert-warning text-center\\" role=\\"alert\\">
|
||||
<h4>[tag:hide:2:Форма может работать только со включенным js!]</h4>
|
||||
</div>
|
||||
</noscript>
|
||||
<div id=\\"[tag:formalias]\\" class=\\"col-sm-8 col-sm-offset-2\\">
|
||||
<div class=\\"page-header\\">
|
||||
<div class=\\"alert alert-info text-center\\" role=\\"alert\\">
|
||||
<h4>Демо интеграции в Модуль Контакты New v1.2.5<br><br> <a href=\\"https://jqueryvalidation.org/\\">jQuery Validation Plugin</a> и <a href=\\"https://developers.google.com/recaptcha/docs/v3\\">reCAPTCHA v3</a></h4>
|
||||
@ -119,7 +123,8 @@ $form_tpl = array(
|
||||
}
|
||||
});
|
||||
});
|
||||
</script>'
|
||||
</script>
|
||||
<noscript>[/tag:hide]</noscript>'
|
||||
);
|
||||
|
||||
$demo = array(
|
||||
|
Loading…
x
Reference in New Issue
Block a user