anoncaptcha init

This commit is contained in:
2026-07-16 21:58:14 +03:00
parent 975c3f1909
commit c27a23b32f
10 changed files with 457 additions and 1 deletions
+5
View File
@@ -0,0 +1,5 @@
<div class="anoncaptcha-field" style="margin: 8px 0; padding: 10px; background: #f5f5f5; border-radius: 4px; border: 1px solid #ddd;">
<label for="anoncaptcha_answer" style="display: block; margin-bottom: 6px; font-weight: bold;">{{ $captcha_question }}:</label>
<input type="text" id="anoncaptcha_answer" name="anoncaptcha_answer" required style="width: 100px; padding: 4px 8px; border: 1px solid #ccc; border-radius: 3px;" autocomplete="off" />
<span style="margin-left: 8px; color: #666; font-size: 0.9em;">(anti-spam)</span>
</div>