6 lines
548 B
Smarty
6 lines
548 B
Smarty
|
|
<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>
|