How can I put the Chronoforms Image verification before input field and not after.
I am using : ChronoForms V2.5 J1.5 RC3.1 Licensed
I have looked at the components/com_chronocontact/chrono_verification.php file but cant see anything to change.
Many thanks
Jino
I am using : ChronoForms V2.5 J1.5 RC3.1 Licensed
I have looked at the components/com_chronocontact/chrono_verification.php file but cant see anything to change.
Many thanks
Jino
Hi Jino,
There's a rather broken FAQ on this
You can replace the with a break tag or some other formatting.
Bob
There's a rather broken FAQ on this
Look in chronocontact.php for a code chunk like this (this one is from the J1.5 version and is at line 74 in my version).
$imver = '<input name="chrono_verification" type="text" id="chrono_verification" value=""> <img src="'.JURI::Base().'components/com_chronocontact/chrono_verification.php?imtype='.$paramsvalues->imtype.'">';
You can replace the with a break tag or some other formatting.
Bob
This topic is locked and no more replies can be posted.