This custom module creates a custom block with a custom form.
The form has been developed to allow users to register for an event.
All the submissions will be stored as nodes of a new Content Type ("Registration").
Two elements will be added to your Drupal site:
- A new Content Type called "Registration".
- A custom block with a custom form for user registration.
- Install the module.
- Go to /admin/structure/block and click on "Place block" in the area you wish. For example: "Sidebar".
- Click on "Registration form".
- You will be redirected to /admin/structure/block. Click on "Save blocks".
- The block will be visible on your site.
- You will find all submissions in the Content section of your site. Check out "Registration" nodes.
I recommend adding a CAPTCHA to improve the security of the form created by this module.
Install as you would normally install a contributed Drupal module.
See: https://www.drupal.org/node/895232 for further information.
Feel free to share and use this custom module.





