Captcha is not working on my custom Membership Page

The code I used to get the web part working was
The Visigo Webpart code Is

<%@ Register TagPrefix=“FBA” Namespace=“Visigo.Sharepoint.FormsBasedAuthentication”
Assembly=“Visigo.Sharepoint.FormsBasedAuthentication, Version=1.0.0.0, Culture=neutral, PublicKeyToken=9dba9f460226d31d” %>

<FBA:MembershipRequestWebPart frametype=“None” chrometype=“None” id=“PasswordWebPart” runat=“server”
groupName=“FBA Users”
HipErrorMessage=“
The characters do not match the picture”
CaptchaValidation=“false”
AutoGeneratePassword=“false”
/>
But it does not display the Captcha am I missing something. It does create the account in all the right places.

Did you try setting CaptchaValidation=“true” ?

1 Like

It worked like a charm!!! Thanks for all your assistance!

1 Like

t worked like a charm!!! Thanks for all your assistance!