Quote:
Originally Posted by Panzer Max
I think what you do is, go into the Edit template, Register templates, open the one called simply "register".
Then do a search for regimagecheck and you will see:
Code:
<if condition="$show['regimagecheck']">
<fieldset class="fieldset">
I just added $nospamfield above the line like this:
Code:
$nospamfield
<if condition="$show['regimagecheck']">
<fieldset class="fieldset">
Seems to work for me with 3.5.4
I updated both of my templates that way.
|
Works great thanks Panzer