Hi,
Sorry it this is a duplicate question. I thought I posted this question the other day but can not find it in the lists anywhere.
My problem is that the Registration Skin Object loads the registration control but the control does not complete a proper registration. When I input the necessary field and hit register, there is a postback and the control insists I need a valid email address, firstname etc despite the fact I put them in. I am not sure the syntax of the Skin Object but here is what I use (less the open/close bracket)
dnn:REGISTER ID="Register" runat="server"
I should also note that if I induce the control by adding ?ctl=register tot he url query string and attempt to register, I succeed.
I know this is a vague question but would appreciate any insight
Mark