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) »
  • How To Add Supplies Needed List to Event
Pages: [1]

Author Topic: How To Add Supplies Needed List to Event  (Read 1270 times)

mrnes

  • Guest
How To Add Supplies Needed List to Event
December 09, 2008, 12:06:57 pm
Greetings,

Is it possible to add a list of supplies needed for an event (e.g.Needed for Leaf Raking: Rakes (3), Leaf Bags (10), Bottled Water (10)) and allow participants to sign up to bring them?

Thanks for you help.

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: How To Add Supplies Needed List to Event
December 09, 2008, 01:45:37 pm

There is no support built in for this right now.

You can potentially do this using custom fields (for each supply) and form validation (to ensure that folks do not sign up to bring the same stuff)

there will be some amount of coding involved

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

mrnes

  • Guest
Re: How To Add Supplies Needed List to Event
December 10, 2008, 08:42:23 am
Thanks for getting back to me.

The site is for organizing community service opps. Each Event will have a project manager. What I would like is for that manager to be able to enter their list of needed resources when they create the event.

Is that possible using Custom Fields? Or can I set it up manually with PHP and mySQL and then tie it into the site?

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: How To Add Supplies Needed List to Event
December 10, 2008, 09:48:29 am

You can do it as follows:

1. create custom data for the event and add the max values there

2. create custom data for the participant so a participant can enter the number of supplies

3. Your validation rules will require a fair amount of php and mysql to ensure that the participant can get those supplies (i.e. does not exceed the requested max etc)

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) »
  • How To Add Supplies Needed List to Event

This forum was archived on 2017-11-26.