Hello,
I'm using a flash form to transfer data to the sugarcrm 4.5.1. It works great in the older versions of sugarcrm and transfers the data, but it won't tranfer the data to 4.5.1. There are no errors displayed. This is the script I'm using in the actionscript:
lead_source = "web site";
user = "myusername";
loadVariablesNum("http://www.mydomainname.com/leadCapture.php", "1", "POST");
The leadCapture.php script is set correctly. The user/pass(hash) is set correctly.
Although with this - what are we supposed to put in there? A form field variable name?
$users = array(
'PUT A RANDOM KEY FROM THE WEBSITE HERE'
I used a form field variable name, user name and it still doesn't work.
Any help would be greatly appreciated. Thanks!


LinkBack URL
About LinkBacks



Reply With Quote
Bookmarks