Failed registration causes newsletter options to appear

This is the place to report bugs and get support. When posting in this forum, please always provide as much detail as possible.

Please do not report problems with a custom build or custom code in this forum. If you are producing your own build from the source code and have problems or questions, ask in the developer forum, do not report it as a bug.

This is the place to report bugs and get support

When posting in this forum, please try to provide as many relevant details as possible. Particularly the following:

  • What operating system were you running when the bug appeared?
  • What database platform is your site using?
  • What version of mojoPortal are you running?
  • What version of .NET do you use?
  • What steps are necessary to reproduce the issue? Compare expected results vs actual results.
Please do not report problems with a custom build or custom code in this forum. If you are producing your own build from the source code and have problems or questions, ask in the developer forum.
This thread is closed to new posts. You must sign in to post in the forums.
2/17/2013 7:06:35 AM
Gravatar
Total Posts 128

Failed registration causes newsletter options to appear

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>

2/17/2013 11:08:48 AM
Gravatar
Total Posts 18439

Re: Failed registration causes newsletter options to appear

Thanks for the bug report. I've just patched the 2.3.9.5 release to fix this. See the notes on the codeplex download page.

Best,

Joe

You must sign in to post in the forums. This thread is closed to new posts.