I can't seem to get my reCaptcha to work within im CreateUserWizard. I'm using the SSL version of the plugin from Google. I'm not receiving any errors, it doesn't matter what you type into the reCaptcha it advances the user on to the success page.
Here is my web form code:
<asp:CreateUserWizard ID="CreateUserWizard1" runat="server" RequireEmail="false" NavigationStyle-CssClass="form_nav_style" LoginCreatedUser="true" ValidateRequestMode="Enabled" autocomplete="off">
<WizardSteps>
<asp:CreateUserWizardStep ID="CreateUserWizardStep0" runat="server">
<ContentTemplate>
<div class="form_question_error">
<asp:Label ID="ErrorMessage" runat="server" CssClass="form_error_message"></a ...
Go to the complete details ...