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) »
  • Question About CiviCRM Events - Custom Data
Pages: [1]

Author Topic: Question About CiviCRM Events - Custom Data  (Read 3418 times)

rmmcclay

  • Guest
Question About CiviCRM Events - Custom Data
January 12, 2010, 10:29:45 pm
Trying to get the hang of this...

I want to create an Event and add custom data
fields for just this one event.

If I go to Custom Data Groups I can choose
"Used For" > Events.  And then I can select
"Event Type" > Conference, for example.

But I don't want this particular set of custom
fields to be used for all Events/Conferences.

What would be the best way to do this?  Should
I simply create a new "Event Type" like "Conference 123"
and then add the custom data fields?

I think I'm missing something.

Thank you for any replies.


Yashodha Chaku

  • Forum Godess / God
  • Ask me questions
  • *****
  • Posts: 755
  • Karma: 57
    • CiviCRM
Re: Question About CiviCRM Events - Custom Data
January 12, 2010, 11:52:36 pm
Currently you can create a custom group for a particular Event type, and not Event Name.

Quote
Should I simply create a new "Event Type" like "Conference 123"
and then add the custom data fields?

seems like a good solution for now.
Found this reply helpful? Contribute NOW and help us improve CiviCRM with the Make it Happen! initiative.

rmmcclay

  • Guest
Re: Question About CiviCRM Events - Custom Data
January 13, 2010, 03:06:15 am
Thank you very much for the reply!

rmmcclay

  • Guest
Re: Question About CiviCRM Events - Custom Data
January 14, 2010, 11:16:54 pm
Things were going well.  But I have a problem now that I can't solve.

I've created custom fields and they appear on the Event setup page.

http://dl.dropbox.com/u/2436157/civievent_custom_data.jpg

I've also set up a fee table.

http://dl.dropbox.com/u/2436157/civievent_fee_setup.jpg

But when I go to the Live Page or Test Drive, all the form choices,
radio buttons, text fields are all missing!

http://dl.dropbox.com/u/2436157/civicrm_missing_data_fields.jpg

I'm running Drupal 6.1.5 and CiviCRM 2.2.7 and losing hair.


« Last Edit: January 14, 2010, 11:21:05 pm by rmmcclay »

Yashodha Chaku

  • Forum Godess / God
  • Ask me questions
  • *****
  • Posts: 755
  • Karma: 57
    • CiviCRM
Re: Question About CiviCRM Events - Custom Data
January 14, 2010, 11:46:09 pm
It looks like the information that you are collecting here
http://dl.dropbox.com/u/2436157/civievent_custom_data.jpg
is about Participant that are going to register for your event and NOT the event itself.

You might want to create the custom group with Used For = Participants (Event Name) and then collect the information in a profile with all these custom fields, by configuring here :
http://sandbox.civicrm.org/civicrm/event/manage?reset=1&action=update&id=1&subPage=Registration

You should check our online Book and specifically this chapter about Configuring and Planning  :
http://en.flossmanuals.net/CiviCRM/EventPlanning

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

rmmcclay

  • Guest
Re: Question About CiviCRM Events - Custom Data
January 15, 2010, 12:11:33 am
Quote from: Yashodha Chaku on January 14, 2010, 11:46:09 pm
It looks like the information that you are collecting here
http://dl.dropbox.com/u/2436157/civievent_custom_data.jpg
is about Participant that are going to register for your event and NOT the event itself.

That is correct. But why are the form fields missing?

Quote
You might want to create the custom group with Used For = Participants (Event Name) and then collect the information in a profile with all these custom fields, by configuring here :
http://sandbox.civicrm.org/civicrm/event/manage?reset=1&action=update&id=1&subPage=Registration

I'm not sure what your are suggesting with that link.  We have a development and production
environment already. Is your suggestion that I use that for testing?

In any case  I did do exactly that on both our production and development servers before writing here today.  I created a new custom group Used For > Participants (name of the event from the dropdown)
and then one custom field.  But this new field does not show up on the Test Drive or Live View.  Where is the custom field?

Also, does anyone know why the Fee selection would not have radio buttons as shown in my screen captures?

Quote
You should check our online Book and specifically this chapter about Configuring and Planning  :
http://en.flossmanuals.net/CiviCRM/EventPlanning

Yes.  I carefully read through that last week.  I think I need to read it again and again because
I am not getting this.  The pressure is on, registration was supposed to start today.  That's not going to happen.  :(


Yashodha Chaku

  • Forum Godess / God
  • Ask me questions
  • *****
  • Posts: 755
  • Karma: 57
    • CiviCRM
Re: Question About CiviCRM Events - Custom Data
January 15, 2010, 12:39:39 am
Quote
But this new field does not show up on the Test Drive or Live View.  Where is the custom field?

You are looking at the info page :
http://sandbox.civicrm.org/civicrm/event/info?reset=1&action=preview&id=1

All the profile fields appear on registration form, check out the Supporter  profile :
http://sandbox.civicrm.org/civicrm/event/register?reset=1&id=1

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

rmmcclay

  • Guest
Re: Question About CiviCRM Events - Custom Data
January 18, 2010, 12:36:14 am
Thanks again for your reply, Yashodha!

Last Friday I finally got my head around some core concepts. 

A second closer review of the Floss Manual site was very helpful.

What I've done so far, which seems to be working well, is first
create the event, then create a custom group -> User For (Participants - Event Name),
then add custom fields to this new custom group. And then create a Custom Profile and
and the fields of the custom group.  The custom profile was the key
for me to getting this working.

-r


Pages: [1]
  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Using CiviCRM »
  • Using CiviEvent (Moderator: Yashodha Chaku) »
  • Question About CiviCRM Events - Custom Data

This forum was archived on 2017-11-26.