I havent seemed to get any help on my other post so let me try again.
I am trying to get a lead capture to work with a version of Suger CRM (I have tried their forums to only be greeted with no answer at all). The version is 4.51 and I am using it with Apache and Mysql. It is set up and I can log into the main page with no problem. The problem lies that apparently it created no database for the users and when I try to capture leads on our website they never actually get captured.
I used the bitrocks installer.
This is the script in the html file:
<script>
function addToDescription(form, name, value){
form.description.value += '--' + name + "=" + value+ "--"
}
</script>
<form name='leadcap' action='http://12.27.134.234:81/sugarcrm/leadCapture.php' method='post'>
<input type='hidden' name='lead_source' value='Web Site'>
<input type='hidden' name='user' value='admin'>
<input type='hidden' name='description' value=''>
<input type='hidden' name='redirect' value='www.hyper.com/products/evaluation/hyper75/hc75evaldownload.htm'>
<div align='center'>
<table border=1><tr><td><table>
<tr><td>First Name:</td><td><input type='text' name='first_name'></td></tr>
<tr><td>Last Name:</td><td><input type='text' name='last_name'></td></tr>
<tr><td>Email:</td><td><input type='text' name='email1'></td></tr>
<tr><td></td><td><input type='Submit' name='submit' value='Submit'></td></tr></table></table>
</form>
I havent changed anything else in any other files.


LinkBack URL
About LinkBacks



Reply With Quote
Bookmarks