Do you mean for registrating Umbraco Members? In that case there are a great Macro snippet you can use that will give you a great start for building your own Members registration. In the developer section, rightclick on "Partial View Macro Files":
If you dont mean Member registration, but a custom registration, i would probobly recommend a Form hooked up to a SurfaceController where you complete your custom code for registration.
Here are some good documentation for creating a form with a surfacecontroller:
Registration Template
How to create custom Registration Page on Umbraco?
Hello Vishal.
Do you mean for registrating Umbraco Members? In that case there are a great Macro snippet you can use that will give you a great start for building your own Members registration. In the developer section, rightclick on "Partial View Macro Files":
If you dont mean Member registration, but a custom registration, i would probobly recommend a Form hooked up to a SurfaceController where you complete your custom code for registration.
Here are some good documentation for creating a form with a surfacecontroller:
Umbraco 7 and MVC – Contact Form: http://carlosmartinezt.com/2014/06/umbraco-7-and-mvc-contact-form/
Umbraco MVC: What on earth is a surface controller?: https://creativewebspecialist.co.uk/2013/07/22/umbraco-mvc-what-on-earth-is-a-surface-controller/
Creating Html Forms: https://our.umbraco.org/documentation/reference/templating/mvc/forms
Best of luck to you, and let me know if you have anymore questions.
All the best / Dennis
Using umbraco form is also a good option. if you are using version 7.3.0
https://our.umbraco.org/projects/developer-tools/umbraco-forms/
here is the package.
Manish
Yes, Umbraco Forms is off course also a option, thank you Manish.
If you do go for the Umbraco Forms alternative and you want create members, this package will help you: https://our.umbraco.org/projects/backoffice-extensions/memberforms-workflow/
Thanks for info Dennis
Manish
is working on a reply...