I have a client requirement that accounts must be created by users accepting RSVP invites who don't already have one. I'll be coming up with something and will try to post.

I'd love to hear any thoughts or suggestions in how this might best be integrated within the current patterns. My client's spec is that the invite recipient clicks the link in the email and if they don't have an account, they are momentarily dropped into the new account registration screen, after completing which they proceed to answer yes/no/maybe on the rsvp.

Thoughts?

Comments

ulf1’s picture

At the moment the menu and permission system of the rsvp module does not have any checks to prevent an anonymous user from replying. My guess is that you would need an option "register before reply" which is being checked before an anonymous guest can see the invitations/reply box.

Let me know if you need professional help.

~
Ulf

firebus’s picture

i have a similar use case, but rather than forcing the user to create an account before they RSVP, i'd like to automatically create an account for an anon user after they RSVP.

i'm thinking of using workflow. will contribute some documentation if it works out.