CiviCRM Community Forums (archive)

*

News:

Have a question about CiviCRM?
Get it answered quickly at the new
CiviCRM Stack Exchange Q+A site

This forum was archived on 25 November 2017. Learn more.
How to get involved.
What to do if you think you've found a bug.



  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Discussion (deprecated) »
  • Feature Requests and Suggestions »
  • CiviEvent Suggestions (Moderator: Michał Mach) »
  • Register multiple Participants without further Details
Pages: [1]

Author Topic: Register multiple Participants without further Details  (Read 35144 times)

pminf

  • I post occasionally
  • **
  • Posts: 56
  • Karma: 0
  • CiviCRM version: 4.3
  • CMS version: Drupal 7
  • MySQL version: 5.6
  • PHP version: 5.3
Register multiple Participants without further Details
August 06, 2013, 06:38:50 am
Hey folks,

is it possible to register multiple participants at once without giving further details like name and e-mail address of those additional participants? Sometimes there is no need to create a contact for each participant. A use-case would be a teacher, who want's to register his class. He should be able to only fill in the number of students, but not their names.

I think this is an quite common requirement, so maybe it is possible to achieve this without changin core functionality.

Philipp

KilakwaBT

  • I post occasionally
  • **
  • Posts: 101
  • Karma: 11
  • CiviCRM version: 4.5.5
  • CMS version: WordPress 4.1
  • MySQL version: 5.1.68
  • PHP version: 5.3
Re: Register multiple Participants without further Details
August 06, 2013, 07:53:51 am
There could be several ways to accomplish this depending on your pricing structure and reporting requirements. You could have the main person register the contact details and then use either a custom field or a number field in a price set to record the number of attendees in the group. If the pricing is based on the number in the group you would want to use a field in the price set that would then calculate the total price.

You would have to get total participant counts from reporting on the number of attendees fields you create. Each group would be seen as 1 participant in the general participant report.

Hope this helps,

BT

pminf

  • I post occasionally
  • **
  • Posts: 56
  • Karma: 0
  • CiviCRM version: 4.3
  • CMS version: Drupal 7
  • MySQL version: 5.6
  • PHP version: 5.3
Re: Register multiple Participants without further Details
August 07, 2013, 12:21:48 am
Most of our events don't have an entrance fee, so your price solution isn't an option. We thought about a custom field for a additional anonymous participants but this would bypass the wait-list logic and the participant count of the event overview (/civicrm/event) wouldn't be accurate.

zorgalina

  • I post occasionally
  • **
  • Posts: 34
  • Karma: 0
  • CiviCRM version: 4.3.5
  • CMS version: Drupal 7
  • MySQL version: 5.5
  • PHP version: 5.3
Re: Register multiple Participants without further Details
November 07, 2013, 07:11:55 am
I am interested in this feature too - I def. want an accurate count on the Events attendee report so just adding a number field to compute a total price for the paying participant would not work.
I think it would work better to create anonymous attendees (not custom fields but actual attendee objects/rows) and  bypass the profiles for name/email, which is what the user would like, and would work with the reports.

cwyant

  • I’m new here
  • *
  • Posts: 8
  • Karma: 0
  • CiviCRM version: 4.2.6
  • CMS version: Drupal 7.14
  • MySQL version: 5.1.65-cll
  • PHP version: 5.3.18
Re: Register multiple Participants without further Details
November 14, 2013, 06:45:59 am
I'm also interested in this. We have events where parents register multiple children, and don't need any info about the children...

zorgalina

  • I post occasionally
  • **
  • Posts: 34
  • Karma: 0
  • CiviCRM version: 4.3.5
  • CMS version: Drupal 7
  • MySQL version: 5.5
  • PHP version: 5.3
Re: Register multiple Participants without further Details
December 30, 2013, 08:22:47 pm
FYI anyone who wanted this, I posted my modified code to default additonal participant 'name' as first participant name_n where n = number of extra participant, and use 1st participant's email address for all following participants, plus a custom field to turn the feature on or off, to Contribs, don't know what happens from there.

Parvez

  • I post occasionally
  • **
  • Posts: 91
  • Karma: 7
Re: Register multiple Participants without further Details
October 07, 2014, 05:38:56 am
Couldn't you use price sets and effectively sell tickets?

Michael McAndrew

  • Forum Godess / God
  • I live on this forum
  • *****
  • Posts: 1274
  • Karma: 55
    • Third Sector Design
  • CiviCRM version: various
  • CMS version: Nearly always Drupal
  • MySQL version: 5.5
  • PHP version: 5.3
Re: Register multiple Participants without further Details
October 09, 2014, 06:59:06 am
As Parvez says, price sets can be used for multiple tickets without extra info. This works for free tickets as well by setting the price field to 0.
Service providers: Grow your business, build your reputation and support CiviCRM. Become a partner today

Pages: [1]
  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Discussion (deprecated) »
  • Feature Requests and Suggestions »
  • CiviEvent Suggestions (Moderator: Michał Mach) »
  • Register multiple Participants without further Details

This forum was archived on 2017-11-26.