Hmm, it works for me now. That's odd. Ah well.
Thanks for your reply.
I should have mentioned I am running CiviCRM on Joomla.
I can see what you mean about the groups, and can see the setup I want in the system generated Contacts edit form, but I cant get it to appear inthe profile I set up.
Hi,
Can you reproduce on demo.civicrm.org ?
Bump - anyone have any ideas? Or am I posting in the wrong forum? Thanks!
I had tried several things which included disabling SP, but Civi still complained about my site not being setup for HTTPS.
I did find a work-around... I have included the civicrm paths to SP , and disabled "Force SSL" in CiviCRM. Things seem to work...
the below sounds reasonable in many a case, however in case of something like this, i'm not sure we gain a lot by putting each individual element in its own option value table (plus a lot of the option group code base does not support the below very c...
I'm trying to implement something similar to this post
http://civicrm.org/node/673. Its a very good tutorial and everything seems to be working as advertised, expect the changes to the custom data are not get saved. Do I need to add a hook_civicrm_po...
Dear All,
I am having an issue with the status of newly added contacts. I have a number of contact groups set up, linked with different profiles and contribution pages/a payment processor that (seemingly) works (Paypal standard). I did a test donatio...
Hey,
Dont know why the partricipant Id is not available on thankyou page but you can try below patch, to get the same
[code]Index: CRM/Event/Form/Registration/Confirm.php
===================================================================
--- CRM/Even...
Lobo,
I verified the "$this->assign( 'registerByID', $participant->id );" statement, it is already on line 544 of Registration.php file (version 3.2.2). However, I couldn't retrieve {$registerByID} by adding it to the two templates.
Rahul,
Your sol...
Hi Eileen,
I was checking in both the GUI and the database, will have a go with your code, thanks!
Erik - Have you checked whether the custom data is in the table or are you only looking from the GUI? If they should be surrounded by separators but aren't then you won't see them though the front end
This is the snipped of code I'm using in civimigrat...
Sorry for the late answer, I was away on school camp :-)
And yes, they were set to 'view only', I will test with the 'view only' ticked off and see if it works then. I hope that makes no difference though, I have always interpreted the 'view only' as n...
"This function will not be called at all if the logged in user has access to the "edit all contacts" permission." -
C...
After more digging, I was able to pull data from contact table such as contact.contact_id (based on token documentation). But, I still unable to pull the data out of participant table such as participant.id, which is what I want. Also, after submittion...
Just wondering if this progressed - this is a WordPress site - right? And you were able to use an iframe to expose a civicrm contribution form including the thank you etc (ie the session worked fine) - did you sort this to work for IE and Safari? (i ju...
ie, for those like me who've searched for this, change the Reply-to code in line 915 of that file to read the same as the From code:
'Reply-To' => "\"{$this->from_name}\" <{$this->from_email}>",
This used to be configurable on the...