I'm trying to get my head around member signup and login. All I can find requires .NET and heaps amount of code, but all I need is 2 forms that submits data to the system.
Any basic guides on this area ?
I'm pretty good with XSLT and using OS X, no Visual Studio here ... ;)
Creating member signup and login
Hi Folks
I'm trying to get my head around member signup and login.
All I can find requires .NET and heaps amount of code, but all I need is 2 forms that submits data to the system.
Any basic guides on this area ?
I'm pretty good with XSLT and using OS X, no Visual Studio here ... ;)
Hi Sebastian
You should be able to just write this
<asp:Login ID="Login1" runat="server" DestinationPageUrl="~/MembersHome.aspx"> </asp:Login>
You can write it directly in the umbraco masterpage.
All you need to do now is create a member group and some members in the member section and then you should be good to go.
Hope this helps.
/Jan
Thanx ...
Gotta remember to wrap it in a <form runat="server"> ;)
is working on a reply...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.