open registeradult & registercoppa and in both templates find:
PHP Code:
<td bgcolor="{secondaltcolor}"><normalfont>
<input type="radio" name="emailnotification" value="yes" checked> yes
<input type="radio" name="emailnotification" value="no" > no
</normalfont></td>
and replace them both with:
PHP Code:
<td bgcolor="{secondaltcolor}"><normalfont>
<input type="radio" name="emailnotification" value="yes"> yes
<input type="radio" name="emailnotification" value="no" checked> no
</normalfont></td>
Regards hope that helps Kevin104
g-force2k2