Expand my Community achievements bar.

SOLVED

How to create a User Registration Form?

Avatar

Level 1

I am looking to create a user registration form on my site, however I can't seem to find any up to date documentation about how to achieve this. This is the only documentation I can find, and it doesn't help because that implementation has been deprecated in AEM 6.4.

 

Is it still possible to have user registration forms in AEM? If so, can anyone point me to up to date documentation or a tutorial? Thanks.

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

Yes @miken71150364 , you can still create a form and submit it.

For this purpose you can can user OOB core form components if it satisfies your requirement, otherwise you can create one custom component for this purpose and get all the value in sling model and save or post it wherever you want.

These days people are working with SPA in this case it will be more easy to save and post the form either with angular or react.

There is one article may be suites your requirement with little modification.

https://helpx.adobe.com/experience-manager/using/custom-sling-servlets.html

 

Hope this will help.

Umesh Thakur 

View solution in original post

1 Reply

Avatar

Correct answer by
Community Advisor

Yes @miken71150364 , you can still create a form and submit it.

For this purpose you can can user OOB core form components if it satisfies your requirement, otherwise you can create one custom component for this purpose and get all the value in sling model and save or post it wherever you want.

These days people are working with SPA in this case it will be more easy to save and post the form either with angular or react.

There is one article may be suites your requirement with little modification.

https://helpx.adobe.com/experience-manager/using/custom-sling-servlets.html

 

Hope this will help.

Umesh Thakur