webform_registration_handler
40 sites
No security coverage
The Webform User Registration module allows Drupal site builders to create custom user registration forms using the Webform module.
By default, the module provides two mappable fields: username, email. These can be mapped immediately after installing the module to set up a basic user registration flow.
Features
- Allows user registration through Webform submissions.
- Supports Webform CiviCRM, allowing registration forms to interact with CiviCRM data.
- Provides an extendable plugin system - you can create custom plugins for any Drupal field and map them on the Webform page.
- Supports additional form elements, such as file uploads.
- Allows per-Webform role assignment based on settings.
- Works seamlessly with other Webform-based processes.
Post-Installation
- After installation, go to the Webform where you want to add user registration.
- Navigate to Settings > Emails/Handlers and add the User Registration handler.
- Configure the handler by mapping Webform fields to user account fields (e.g., username, email, password).
- Set up additional configurations, such as role assignment, email notifications, and account activation settings.
- Save the handler, and users submitting this Webform will be registered automatically.
Additional Requirements
- Webform module
- Webform CiviCRM (optional, for CiviCRM integration)