);
}
}
+ $e[] = array(
+ 'type' => 'CAPTCHA_Image',
+ 'req' => false,
+ 'name' => 'captcha_question',
+ 'display' => 'Verification code',
+ 'opts' => $this->captchaOptions
+ );
if (is_array($this->interestsGroups)) {
foreach ($this->interestsGroups as $group => $gData) {
$this->myGroups[] = $gData;
);
}
}
- $e[] = array(
- 'type' => 'CAPTCHA_Image',
- 'req' => false,
- 'name' => 'captcha_question',
- 'display' => 'Verification code',
- 'opts' => $this->captchaOptions
- );
+
$e[] = array(
'type' => 'text',
'req' => true,
'name' => 'submit_rmv',
'display' => 'Submit Form',
'opts' => array('class' => 'button')
-
+
);
$this->setupElements($e);
{if:elem.isButton()}
{if:elem.notFrozen()}
<div class="medium-6 small-12 columns">{elem.html:h}</div>
-
+
{end:}
{else:}
{if:elem.error}
{elem.label:h}
{else:}
{if:elem.isType(#CAPTCHA_Image#)}
- {if:elem.required}<label>{else:}<label class="req">{end:}
+ {if:elem.required}<label>{else:}<label class="req glmCaptchaImg">{end:}
{if:elem.required}<span class="req">*</span>{end:}
{elem.label:h}
color: #000;
}
.glmCheckBox {
- width: 200px;
float: left;
+ width: auto;
+ margin-bottom: 1rem;
}
.single-checkbox label.glmCheckBox {
width: auto;
float: none;
}
+#QF_CAPTCHA_captcha_question {
+ margin-bottom: 15px;
+}
+label.glmCaptchaImg * {
+ vertical-align: middle !important;
+}
\ No newline at end of file