How can I create a custom registration form for new users

How can I create a custom registration form for new users?

2 Likes

Hi @jetisco4u. DHIS2 doesn’t currently support custom registration forms for new users. You can use the standard registration form if that works for your needs.

Alternatively, other implementers have addressed this need by creating their own custom registration forms outside of DHIS2 and linking them back to DHIS2 (e.g. from their login page). You could use something simple like a google form or something more customized (e.g. by developing/hosting your own registration form).

Maybe some other members of the community will share experiences and ideas from their implementations.

2 Likes

I like the idea @jetisco4u !

I found a way to manipulate the existing registration page and improve on the layout and styling. But I am trying to create a more robust app for users or organizations to register new users without using the User App. When can I get more information on the user APIs?

Hi @jetisco4u. If you want a registration form to be used instead of the one in the users app, you can write a custom app.

Here are some resources that might help you look at users api:

2 Likes