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 Profiles (Moderator: Dave Greenberg) »
  • Linking to a custom Participant Profile in Edit Mode?
Pages: [1]

Author Topic: Linking to a custom Participant Profile in Edit Mode?  (Read 602 times)

britebyte

  • I post occasionally
  • **
  • Posts: 70
  • Karma: 2
  • CiviCRM version: Several 3.4+, 4.1+
  • CMS version: Drupal 6, Drupal7
  • MySQL version: Several 5.1+
  • PHP version: Several 5.2+
Linking to a custom Participant Profile in Edit Mode?
June 25, 2012, 09:57:22 am
I have created a custom participant profile. It only has a few fields from the participant group. My custom profile works OK in batch update after a search for participants but I would like to use the link in a custom report or custom search to jump into editing the participant record. I have found that the link to edit the participant normally is:
Code: [Select]
http://www.mysite.home/civicrm/contact/view/participant?reset=1&action=update&id=222&cid=111&compContext=participant
If my custom profile has gid=17 is there a way to add the profile id to the link or to a different link? I have tried:
Code: [Select]
http://www.mysite.home/civicrm/contact/view/participant?reset=1&action=update&id=222&cid=111&compContext=participant&gid=17
Thanks for taking a look at this.




Pages: [1]
  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Using CiviCRM »
  • Using Profiles (Moderator: Dave Greenberg) »
  • Linking to a custom Participant Profile in Edit Mode?

This forum was archived on 2017-11-26.