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) »
  • Developer Discussion (Moderator: Donald Lobo) »
  • Adding the new fields in civic event "New course creation"
Pages: [1]

Author Topic: Adding the new fields in civic event "New course creation"  (Read 731 times)

Ganeshkumar

  • I’m new here
  • *
  • Posts: 5
  • Karma: 0
  • CiviCRM version: 3.2
  • CMS version: Drupal 6.x
  • MySQL version: 5.2
  • PHP version: 5.5.8
Adding the new fields in civic event "New course creation"
July 07, 2011, 03:44:56 am
I am using the civic event module of civicrm 3.2, In the new course creation functionality , I need to add a new field named survey . I have added the field in the code and also created the field in the civicrm_event table in database, but when the new course is created  doesn't impact the database. so kindly advice if there is any way in creating the fields in civicrm and saving the fields to civicrm_event table

Hershel

  • Forum Godess / God
  • I’m (like) Lobo ;)
  • *****
  • Posts: 4640
  • Karma: 176
    • CiviHosting
  • CiviCRM version: Latest
  • CMS version: Mostly WordPress and Drupal
Re: Adding the new fields in civic event "New course creation"
July 07, 2011, 06:26:02 am
Hi. You should not make fields directly in the database. What you can do to add fields to an event itself is to create a Custom Data Group for Events and add fields there, all via the CiviCRM admin web pages.

Or if you want custom fields for event registrations, create a new Profile and add them there and then add that profile to the event registration page. Again, this is all done via the web interface--there is no need to edit the DB schema itself and that is discouraged.
CiviHosting and CiviOnline -- The CiviCRM hosting experts, since 2007

See here for the official: What to do if you think you've found a bug.

Pages: [1]
  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Developer Discussion (Moderator: Donald Lobo) »
  • Adding the new fields in civic event "New course creation"

This forum was archived on 2017-11-26.