There was a similar feature request once: #1653458: Register an entity different than a user
The question is: is it possible to make registration based on RedHen Contact entity?
We run a school, and we store our students as RedHen contact entities. They come to our courses once or twice a year. We must store the registrations for years, because the courses are based on each other. So we shouldn't lose any registration.
The real problem is: we get many registrations on paper, and not everybody has an e-mail address. So there are no drupal users for them, and the email addresses are changing frequently.
So I have 3 problems with current registration + redhen_registration implementation:
- Registration based on User entity: When user is detached (or deleted) from the contact, the registration is lost for contact entity.
- Anonymous registration: When the contact changes his email address, he loses previous registrations.
- We can't register contacts, who don't have email address.
The question is: is it possible to make registration based on RedHen Contact entity? It is possible to develop/code this?
What do you think? Is there a way to achive what i want without tons of custom coding? Any advise or guidance would be greatly appreciated.
Comments
Comment #1
chopper_elation commentedInterested in the answer
Comment #2
fricike commentedAny ideas on this?
Comment #3
sterlingedsrv@gmail.com commentedThese are my hesitations with using RedHen.
I too want to have students as RH contacts, but what happens when they get a new email address?
Or, if they do register online but anonymously, and then I can't connect that with their contact record bc they weren't logged in, even if it was the same email???
Comment #4
bubuSee this sandbox project: Registration Entityreference https://drupal.org/sandbox/kaszam/2193263
Comment #5
mrpauldriver commentedThis may also help - https://drupal.org/node/1653458#comment-8716997
Comment #6
john.oltman commented