This repository has been archived on 2023-02-21. You can view files and clone it, but cannot push or open issues or pull requests.
plone.formwidget.captcha/plone/formwidget/captcha/captcha_input.pt

7 lines
351 B
XML

<div class="captchaImage"
tal:content="structure view/captchaImage"></div>
<div class="captchaAudio">
<a href="" target="_blank"
tal:attributes="href view/captchaAudio">Listen to audio for this captcha</a>
</div>
<input id="form-widgets-captcha" class="text-widget required textline-field" type="text" value="" name="form.widgets.captcha"/>