User243059914 posted
The Member_Register.aspx page contains the following;
<asp:RequiredFieldValidator
ControlToValidate="fname"
ErrorMessage="First Name is required."
ID="RequiredFieldValidator1"
runat="server"
ToolTip="First Name is required."
ValidationGroup="CreateUserForm">*</asp:RequiredFieldValidator>
I can leave the name text boxes blank and the validator does not work (validate).
User1625204979 posted
Looks like a bug that the validators were not hooked up with the postback button on the page. The postback button didn't have the same ValidationGroup set. I have filed a bug for that and will let you know once the resolution is done.