-
-
Notifications
You must be signed in to change notification settings - Fork 817
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Removes contact_id condition around 'including yourself' text #31449
base: master
Are you sure you want to change the base?
Removes contact_id condition around 'including yourself' text #31449
Conversation
🤖 Thank you for contributing to CiviCRM! ❤️ We will need to test and review this PR. 👷 Introduction for new contributors...
Quick links for reviewers...
|
Makes sense. Thanks @eightiesguy ! |
Dang - I kinda wanted rid of that text because we have the situation where people fill in the form for their kids & the 'primary' participant is not 'yourself' |
Maybe the label text could be "Total number of attendees"? or "How many people are registering?" |
@eileenmcnaughton Won't it overwrite their contact record, if they use this form to register their kids? They use the "not you?" link? I guess it would make sense that, if they use the "not you" link, then it should not display the text 🤔 (this UI is very awkward) |
@mlutfy well the way in which you would register 2 kids is from our pov registering the kids as if they were themselves one of the 2 kids. So from a Civi POV it is 'including yourself' but from their pov it is 'including the first one' ""How many people are you registering?"" or ""How many people are registering in total?" per @eightiesguy comment seem to work |
Fine by me. I like "How many people are you registering?" (because "in total" starts making me doubt) I guess the thing is, if they are logged-in, or using a checksum, they have to be extra careful. Sometimes I feel like "noverwrite" should be in core. Presumably that's why the code was there originally (the condition around the help text), but imo the correct solution is to rely on the "Not you?" message, and also enforce it work "noverwrite". (and I can't think of a reason not to use noverwrite, other than maybe 3 people will complain loudly if we do, and otherwise 99% of admins will rejoice because this is a constant source of confusion) |
Overview
On event registration form particpant number selection, the help text 'including yourself' is only shown if the user is logged in. It should always be shown
Before
After
(Including yourself) aways shows