I’ve always wondered how to facilitate and accelerate the process of registering new users in Joomla. One method was (and is) to limit the amount of fields that must fill out during registration, so as to not ask for unnecessary things. In another way I found by accident ….
One click registration features:
- You can choose which input fields you want to display in the backend parameters.
- All fields have Javascript field validation and an additional safety check in PHP.
- Optional antispam question (displayed on the math captcha and the user needs to input the result).
- Optional redirect to any URL after registration.
- Email Notification.
- When registering the component checks for double usernames and emailadresses.
- This open source components also supports Community builder and also is Jomsocial compatible.
- Compatible with Joomla 1.5 and 1.7.