Forums

changes to chronoform.html.php don't seem to change any thin

samoht 07 Jul, 2009
Hey guys,

I added {imagevalidation} to one of my forms - and noticed that it caused the page to fail W3C Validator - for a couple of small close tags on an imput and an img tag. So I tried to change that in this file
Components/com_chronocontact/chronocontact.html.php

I made the changes and cleared my cache but nothing seems to have changed. Am I in the right file??
GreyHead 08 Jul, 2009
Hi samoht,

Not tested but as far as I can see the changes should be in the definition of $imtype on lines 133-135 (or thereabouts) of chronocontact.html.php
 $imver = '<input name="chrono_verification" style="vertical-align:top;" type="text" id="chrono_verification" value="" />
    <img src="'.$CF_PATH
  .'components/com_chronocontact/chrono_verification.php?imtype='.$MyForm->formparams('imtype').'" />';

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