Forums

chronocaptcha_img empty alt tag

zymurgy42 09 Sep, 2014
I'm trying to make form and page valid from an SEO perspective.

I can't locate where to set the ALT tag (currently empty) for the chronocaptcha.

<div id="chrono_verification1_container_div" class="ccms_form_element cfdiv_text" style="">
<label></label>
<input class="chrono_captcha_input" type="text" name="chrono_verification" value="" title="" size="5" maxlength="5"></input>
<img alt="" src="http://localhost/KooWeeRup/components/com_chronoforms/chrono_verification.php?imtype=1"></img>
<div class="clear"></div>
<div id="error-message-chrono_verification"></div>
</div>


Gordon.
GreyHead 09 Sep, 2014
Hi zymurgy42,

/administrator/components/com_chronoforms/form_actions/load_captcha/load_captcha.php line 33 and after

Bob
zymurgy42 09 Sep, 2014
I thank you. 😉

Gordon.
GreyHead 09 Sep, 2014
Hi Gordon,

As an afterthought - if you don't want to hack the core code then this could probably also be added with a line of JavaScript.

Bob
This topic is locked and no more replies can be posted.