Hi Joe
On a site I'm setting up, if a user attempts to create an account (on Secure/Register.aspx) without entering all the mandatory fields, this appears on the page along with the warning messages:
Newsletter Subscriptions O Html O Plain Text
The actual markup that appears on the page is shown below. Is this supposed to happen?
<div id="ctl00_mainContent_RegisterUser_CreateUserStepContainer_pnlSubscribe">
<span id="ctl00_mainContent_RegisterUser_CreateUserStepContainer_lblNewsletterListHeading" class="letterlist">Newsletter Subscriptions</span>
<span id="spnFormat" class="emailformat">
<input id="ctl00_mainContent_RegisterUser_CreateUserStepContainer_rbHtmlFormat" type="radio" name="ctl00$mainContent$RegisterUser$CreateUserStepContainer$FormatPreference" value="rbHtmlFormat" checked="checked" /><label for="ctl00_mainContent_RegisterUser_CreateUserStepContainer_rbHtmlFormat"> Html</label>
<input id="ctl00_mainContent_RegisterUser_CreateUserStepContainer_rbPlainText" type="radio" name="ctl00$mainContent$RegisterUser$CreateUserStepContainer$FormatPreference" value="rbPlainText" /><label for="ctl00_mainContent_RegisterUser_CreateUserStepContainer_rbPlainText"> Plain Text</label>
</span>
</div>