Closed (fixed)
Project:
Sugarform
Version:
5.x-1.0
Component:
Code
Priority:
Critical
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
20 Apr 2008 at 05:03 UTC
Updated:
9 May 2008 at 19:32 UTC
I tested this modules out and followed the instruction, it redirected but I get no leads in my sugarcrm account.
Are my missing something
Tim
Comments
Comment #1
label10 commentedI am using sugar version 5c. And drupal 5
Comment #2
crdant commentedI had some trouble making it work at first as well. My issues were not on the Drupal side, but instead on the SugarCRM side. The default lead capture page (leadCapture.php) expects that the users array contain the username and password for logging into sugar, see lines 49-54 in community edition, version 5.0.0c:
You need to edit this array with an entry for the user you configure on the sugarform admin page -- the key is what you specify for the username on the Drupal side, and then you add a SugarCRM username and the MD5 hash of the password.
The recommended way to do this on the SugarCRM side is to reassign the value in a file named leadCapture_override.php so that you area upgrade safe (see the comment above).
Comment #3
crdant commentedComment #4
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.