We run DS site to support meetups and part of it is to provide basic meetings RSVPs
We use poll option for self-registration
[poll public=true]
- Yes, I will attend event
- No, I will not attend
- Maybe
[/poll]
that solves part of our needs, however not all.
we would need
- simple registration form (not all forum participans shown real names, so we cannot use username for RSVP),
- meeting organizer should be alerted when someone registered.
The good solution for us would be to
- include into /admin/customize/css_html/…/top the easiest HTML reg form (for one category - Calendar) and 3 buttons at the botton of the form
Yes, I will attend No,I will not Maybe - After clicking to one of the buttons the prefilled topic with status is created and posted to dedicated categories(without composer being open (to simplify the registration process).
Is there some javascript approach to implement? Many thanks
FYI. We are aware of API approach (we dont want to use it as we want simple client-side addon)
We are aware of also about Compose a new pre-filled topic via URL (that is not also not ideal as it opens composer and allow user to edit registration data)