Trying to figure out how to pass form variables including username and userhash to LeadCapture.php. This is what I am using, but the lead is not getting recorded....
$getuser = $_POST['user'];
$gethash = $_POST['assigned_user_id'];
$users = array(
'echo "$getuser";' => array('name'=>'echo "$getuser";', 'pass'=>'echo "$gethash";'),
);


LinkBack URL
About LinkBacks



Reply With Quote

Bookmarks