Hi,
I am trying to add a checkbox to the register form for new users to sign up to a mailing list while registering but can't find the code that is output in the registration form. Can someone point me in the right direction please??
Thanks!
Quite simply you can't get to the existing code, however you can customise it.
http://msdn.microsoft.com/en-us/library/ms178342.aspx
You essentially have to replace the default template with all the controls and markup that you need.
Thanks! Will have to add that to my list of things to do then :)