I noticed that the default for receiving email from admins is now set to 'no'.
To fix it, in the lite template, I changed this:
Quote:
<input type="hidden" name="allowemail" value="yes">
|
to this:
Quote:
<input type="hidden" name="allowmail" value="yes">
|
after checking the regular registration template and noticing the difference.
Will this be all that I need to do to make sure the default is set to yes for receiving email from admins again?