I'm trying to remove the checkboxes for the "OK to Email?" and "Over 13 years old?" that a customer must check during registration. I would like them to be set for true by default if possible. I found a post from a year ago, and I followed the instructions (I've looked through createaccount.aspx and createaccount.aspx.cs) but I haven't been able to find the controls for them. I assume the post was made during v8. I currently am using v9 with SP1 installed. I have found in createaccount.aspx where it calls the string resource for them, but that is all.
Did the method of removing these change? Or am I missing something simple? Any help is appreciated!
(Here is the post I mentioned)