или {{члены группы|notreuse}}, в настройках ресурса успешных 1, одновременных 1
P.S. Лучше, конечно, в названиях ресурсов не использовать пробелы и кириллицу.
<textarea id="g-recaptcha-response" name="g-recaptcha-response" class="g-recaptcha-response" style="width: 250px; height: 40px; border: 1px solid rgb(193, 193, 193); margin: 10px 25px; padding: 0px; resize: none; display: none;"></textarea>
как правильно поменять атрибут в этом коде?
@кот said in Recaptcha2 как вставить токен ответа:
style="width: 250px; height: 40px; border: 1px solid rgb(193, 193, 193); margin: 10px 25px; padding: 0px; resize: none; display: none;"
Если без js то просто заменить style="width: 250px; height: 40px; border: 1px solid rgb(193, 193, 193); margin: 10px 25px; padding: 0px; resize: none; display: none;" на style="width: 250px; height: 40px; border: 1px solid rgb(193, 193, 193); margin: 10px 25px; padding: 0px; resize: none;"