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 Core CiviCRM Functions (Moderator: Yashodha Chaku) »
  • Adding custum fields to Gift Honoree Informaiton on Donation page
Pages: [1]

Author Topic: Adding custum fields to Gift Honoree Informaiton on Donation page  (Read 5827 times)

ajay547

  • I’m new here
  • *
  • Posts: 2
  • Karma: 0
  • CiviCRM version: 2.2
  • CMS version: 6.24
  • MySQL version: 5.1
  • PHP version: 5
Adding custum fields to Gift Honoree Informaiton on Donation page
May 31, 2012, 08:08:54 am
Hi All,
I have a task to do where in i want to add some custum fields to "Gift Honoree Section", in civicrm donation page, please please guys help me for that,
at least a proper tutorial for doing so, files which i shall change, and that IRC link, didnt worked for me also , I have never been able to log into IRC,

but the main problem is i have a sharp deadline coming, so please guys help me out for
 "Adding custum fields to Gift Honoree Informaiton on Donation page"
http://www.php-developers.org

Eileen

  • Forum Godess / God
  • I’m (like) Lobo ;)
  • *****
  • Posts: 4195
  • Karma: 218
    • Fuzion
Re: Adding custum fields to Gift Honoree Informaiton on Donation page
May 31, 2012, 02:06:36 pm
Hi,

I've been working on adding address fields to that section & have been pondering whether we can get an MIH going to have that ability in Core. However, I still have a way to go to get it working & it's a bit tricky - so I guess the question is what sort of resources do you have to throw at it - are you confortable working with code or paying someone to do on your behalf.

Otherwise I don't think you'll be able to get it working on a tight deadline - so I guess the question in that case is if there are any work-arounds that might be OK.

As an aside I found a bug yesterday in 4.1.2 on creating honoree contacts - you need to update to 4.1.3 when it comes out - hopefully soon or apply this patch
http://issues.civicrm.org/jira/browse/CRM-10286

Eileen
Make today the day you step up to support CiviCRM and all the amazing organisations that are using it to improve our world - http://civicrm.org/contribute

ajay547

  • I’m new here
  • *
  • Posts: 2
  • Karma: 0
  • CiviCRM version: 2.2
  • CMS version: 6.24
  • MySQL version: 5.1
  • PHP version: 5
Re: Adding custum fields to Gift Honoree Informaiton on Donation page
May 31, 2012, 10:31:30 pm
Hi Eileen,

Thanks for your prompt reply, I am ready to do some workaround with code, I dont have any problem doing that , if you can list the changes i need to do and files in which i shall do, than it will be vary helpful for me, Mean while i would like you to know that i am using civcrm version 2.2, with drupal 6.24,

Thanks in advance
Ajay
http://www.php-developers.org

Eileen

  • Forum Godess / God
  • I’m (like) Lobo ;)
  • *****
  • Posts: 4195
  • Karma: 218
    • Fuzion
Re: Adding custum fields to Gift Honoree Informaiton on Donation page
June 04, 2012, 03:08:56 pm
Hi,

I think you need to start by looking at upgrading your CiviCRM to a modern version
Make today the day you step up to support CiviCRM and all the amazing organisations that are using it to improve our world - http://civicrm.org/contribute

jday

  • I post occasionally
  • **
  • Posts: 62
  • Karma: 6
  • CiviCRM version: 4.2
  • CMS version: 7.15
Re: Adding custum fields to Gift Honoree Informaiton on Donation page
December 11, 2012, 10:46:59 am
ok for those using 4.2, what are the steps to adding an address field to the honoree information section?

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: Adding custum fields to Gift Honoree Informaiton on Donation page
December 11, 2012, 11:21:38 am

you can build on eileen's work here:

https://github.com/eileenmcnaughton/gift_memberships

might also want to chat with rahulbile on irc.He mentioned they were looking at it also

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

jday

  • I post occasionally
  • **
  • Posts: 62
  • Karma: 6
  • CiviCRM version: 4.2
  • CMS version: 7.15
Re: Adding custum fields to Gift Honoree Informaiton on Donation page
December 18, 2012, 02:39:54 pm
I meant adding address fields for the honoree section of a donation page, not gifting a membership. The organization I'm working with would like to collect a mailing address for the honoree as they want to mail a paper notification rather than an email as many of their honorees are not 'online' and probably do not even own a computer.

It would be a dream if someday civicrm would use hook_form_alter()
« Last Edit: December 18, 2012, 02:41:54 pm by jday »

Eileen

  • Forum Godess / God
  • I’m (like) Lobo ;)
  • *****
  • Posts: 4195
  • Karma: 218
    • Fuzion
Re: Adding custum fields to Gift Honoree Informaiton on Donation page
December 18, 2012, 02:46:24 pm
The gift membership you see on a page like this

https://www.themonthly.com.au/civicrm/contribute/transact?reset=1&id=19

IS an honoree profile - it has been renamed as Gift profile (& heavily templated since I last looked at that page :-)) but basically that module is rendering a profile to gather the honoree fields instead of the in built profile.

(The module also does a bit of stuff after the form is submitted which is less relevant to you).
Make today the day you step up to support CiviCRM and all the amazing organisations that are using it to improve our world - http://civicrm.org/contribute

Pages: [1]
  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Using CiviCRM »
  • Using Core CiviCRM Functions (Moderator: Yashodha Chaku) »
  • Adding custum fields to Gift Honoree Informaiton on Donation page

This forum was archived on 2017-11-26.