Captcha Image Size

ironlion37 13 Sep, 2011
Hi,
I've noticed that my form inserts the capthca image html using "{chronocaptcha_img}". May I ask where that is pulling from? I need to add a style declaration into the img tag to enlarge the captcha image.

<div class="ccms_form_element cfdiv_text" id="enter_the_code_container_div">
  <label>Spam Guard: Please enter the code you see in the box to the right.</label><input maxlength="5" size="5" class="chrono_captcha_input validate['required']" title="" type="text" value="" name="chrono_verification" />{chronocaptcha_img}<div class="clear"></div><div id="error-message-chrono_verification"></div></div>


I want to end up with something like this:

<img style="width: 200px;" alt="" src="http://www.mysite.com/components/com_chronoforms/chrono_verification.php?imtype=0">


Tiny captcha images are the pits and this is an easy way to make this one easily readable 😀

Thanks!
GreyHead 15 Sep, 2011
Hi ironlion37,

Please try changing the setting in the Load Captcha action to 'With fonts support'.

Bob
ironlion37 20 Sep, 2011
Thank you. That worked great!
This topic is locked and no more replies can be posted.