Kudos to Bruce, MadDog, Pegraso and the many other Mod Builders.
For new registration I want to edit the default preferences for:
- Notify me of replies to posts
- Notify me by email when I receive a Private Message
These radio buttons presently default to "No" (False) and -- for new registrations -- I want them to default to "Yes" (True).
I beliee that the code is here:
<% = strTxtYes %><input type="radio" name="replyNotify" value="True" <% If blnReplyNotify = True Then Response.Write "checked" %> /> <% = strTxtNo %><input type="radio" name="replyNotify" value="False" <% If blnReplyNotify = False Then Response.Write "checked" %>
However, I am not sure how to modify this code so that only new registrations default to "Yes/True".
Help?
Thank you.