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) »
  • Support »
  • Using CiviCRM »
  • Using CiviEvent (Moderator: Yashodha Chaku) »
  • Event Registration for an individual or for a team
Pages: [1]

Author Topic: Event Registration for an individual or for a team  (Read 976 times)

markaconley

  • I’m new here
  • *
  • Posts: 21
  • Karma: 1
Event Registration for an individual or for a team
May 16, 2010, 10:03:47 pm
Hey Guys,

I'm working on a 5K Walk-a-thon. 

I need a solution that will allow an on-line user to select whether his/her registration is for an individual or for a team registration.

Does anyone know how to implement a solution as such?




Yashodha Chaku

  • Forum Godess / God
  • Ask me questions
  • *****
  • Posts: 755
  • Karma: 57
    • CiviCRM
Re: Event Registration for an individual or for a team
May 16, 2010, 11:10:44 pm
markaconley :
Quote
I need a solution that will allow an on-line user to select whether his/her registration is for an individual or for a team registration.

By enabling "Register multiple participants", you provide a mechanism for an individual to register as many people as they choose for the event and pay the fees with a single transaction.
You might wanna set it Administer CiviCRM › Manage Events › Configure Event › Online Registration

Check :
http://drupal.demo.civicrm.org/civicrm/admin/event?reset=1&action=update&id=3&subPage=Registration

After configuring the event accordingly on the registration form, the user can select how many additional participants s/he wants to register for the event.

HTH
-Yashodha
Found this reply helpful? Contribute NOW and help us improve CiviCRM with the Make it Happen! initiative.

markaconley

  • I’m new here
  • *
  • Posts: 21
  • Karma: 1
Re: Event Registration for an individual or for a team
May 17, 2010, 07:07:07 am
Yashodha,

The event feature I am searching for gives an individual a choice between registering as an individual or registering a team (for a fee) in which others can join (register for additional fees) at a later date.

For instance, the on-line public event screen would prompt me to register as an individual for the Walk-A-thon.  As well as, it would prompt me to register as a team (for a transaction fee).  I make the selection to register as a team.

For example, I make the selection to register as a team named "Wal-Mart Walkers". I pay a transaction fee to setup the team.   Later others join the "Wal-Mart Walkers" team and pay additional transaction fees (if necessary).  All members of the team are visible to the public which in turn encourage others who do not want to participate as individual Walk-a-thon participants,  join teams. 

Does this make sense?



Donald Lobo

  • Administrator
  • I’m (like) Lobo ;)
  • *****
  • Posts: 15963
  • Karma: 470
    • CiviCRM site
  • CiviCRM version: 4.2+
  • CMS version: Drupal 7, Joomla 2.5+
  • MySQL version: 5.5.x
  • PHP version: 5.4.x
Re: Event Registration for an individual or for a team
May 17, 2010, 08:09:50 am

U'll need to write some code to do this. Here's one approach

1. Create two events: one for team registration, one for individuals

2. The team registration populates a custom field (of type select) via a custom hook

3. the individual registration includes this custom field so an individual can pick "walmart walkers"

OR

4. Another option would be to use PCP (personal contribution pages) and set them up as team pages. (you get more a thermometer and a roll this way)

if you are not a php developer, consider hiring someone from http://civicrm.org/professional/ to help your org with this. Please let us know what you did and how and share your code :)

lobo
A new CiviCRM Q&A resource needs YOUR help to get started. Visit our StackExchange proposed site, sign up and vote on 5 questions

Pages: [1]
  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Using CiviCRM »
  • Using CiviEvent (Moderator: Yashodha Chaku) »
  • Event Registration for an individual or for a team

This forum was archived on 2017-11-26.