Hi redback,
Do you have {imageverification} in the Form HTML? The space where it should be is empty so it isn't just a question of the image not displaying.
Hmmm, Yes you do . . . if you view the
form without the templatethen the image is there.
So, something in your template code appears to be stripping out the image!
The page source without the template is
<div class="form_element cf_captcha">
<label class="cf_label" style="width: 150px;">Verification</label>
<span><input name="chrono_verification" style="vertical-align:top;" type="text" id="chrono_verification" value="" /> <img src="http://www.caremovals.com.au/components/com_chronocontact/chrono_verification.php?imtype=1" alt="" /></span></div>
and with the template is
<div class="form_element cf_captcha">
<label class="cf_label" style="width: 150px;">Verification</label>
<span></span></div>
At that point I'm baffled. it looks as though ChronoForms is adding the code Ok but somewhere between there and the browser it is being stripped out.
I looked at the scripts on the page and don't see anything there that might be doing it. Do you have any other page plugins enabled?
Bob
PS Looking at the scripts I saw that you have two different versions of MooTools being loaded, one by Jooma and one by SimpleForms. You should suppress the older v1.1 from SimpleForms to avoid conflicts.