There are no notes for this item.
- Handle: @captcha
- Preview:
- Filesystem Path: src\components\02-blocks\forms\03-specials\captcha\captcha.hbs
- References (2): @fieldset, @control-wrapper
- Referenced by (1): @request-info
<fieldset class="fieldset Page1">
<legend>Human verification</legend>
<div class="form-control Page1">
<div id="Page1_Captcha" class="captcha"></div>
<script type="text/javascript">
missouristate.requireScript('../../scripts/components/captcha.js', false, function() {
missouristate.captcha.GenerateTest('Page1_Captcha');
});
</script>
</div>
</fieldset>
{{#> @fieldset}}
{{#* inline 'container'}}
{{#> @control-wrapper}}
{{#*inline 'container'}}
<div id="Page{{pageId}}_Captcha" class="captcha"></div>
<script type="text/javascript">
missouristate.requireScript('{{path "/scripts/components/captcha.js"}}', false, function () {
missouristate.captcha.GenerateTest('Page{{pageId}}_Captcha');
});
</script>
{{/inline}}
{{/@control-wrapper}}
{{/inline}}
{{/ @fieldset}}
{
"pageId": 1,
"legend": "Human verification"
}