Hi!

So I wanted to use Drupal 9 but the only module that I found good for registrations is RNG which has problems in Drupal 9. 

What would be the best way to create registrations for events? I only need simple things like setting maximum number of registrants. And administrator to be able to see the people registered. And email reminder would be nice.  Am I missing something or there is only RNG for that. I would rather use drupal 9 but I already moved to 8 because of the RNG problem(feels stupid cause of the d8 losing support soon). 

Comments

alexdezark’s picture

Hi drupaldo,

I have same needs as yours and I saw that RNG was supposed to work with D9 : "Drupal 9 support is complete on the new 3.x branch!"

So I made an install :

composer require drupal/courier:2.0.0-alpha10
composer require 'drupal/rng:3.x-dev'

Then activate RNG... but I can't find it anywhere in my user interface, neither in structure nor in commerce than anywhere else...

I hope that someone will give us the solution.

Have a nice day.

drupaldo’s picture

Sorry didn't see your answer. RNG is very weird, I mean they even deleted quick start guide from website. I found this website which says how to use RNG: https://web.archive.org/web/20190302205600/http://dpi.id.au/rng-quick-st...

There is more articles there about rng. I actually just started to use Simply Signup module and it's fine but less functions. I will probably move back to RNG when they make some update. (Actually it looks like nobody is maintaining project and they are looking for next maintainers.)

PS. My original problem with RNG was probably not caused at all by rng. I think it was because my hosting website was trying to make an update and it failed.