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??
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??
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
Bob
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.