i have a small drupal 7 site running. I try to make a little event booking system with the module "entity registration". Everything works so far.

Users (anonymous and registered) can register for different events.

I create a new rule that always creates a new user with the data (e-Mail, first-name, last-name) the anonymous user types in at the registration.

Can i change the author of an anonymous registration with rules? up to now my attempts fail to make it with rules.

Many thanks in advance

Comments

TR’s picture

Status: Active » Closed (outdated)

I doubt you still need help here after all this time ... But for future reference ... I looked at https://www.drupal.org/project/registration is it does not have any explicit Rules integration committed to the project, but it IS available as a patch in that project's issue queue.