OK I got Sugar CRM installed and have looked at the exapmles. this is what I have so far. I havent changed much to the example.
<form name='leadcap' action='../leadCapture.php' method='post'>
<input type='hidden' name='lead_source' value='Web Site'>
<input type='hidden' name='user' value='cheeto'>
<input type='hidden' name='description' value=''>
<input type='hidden' name='redirect' value='http://localhost/sugarcrm/examples/FormValidationTest.php'>
<div align='center'>
Please fill out this form so we can better server your game playing and food eating needs. It will redirect you to the form validation test.
<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='email_name'></td></tr>
<tr><td></td><td><input type='Submit' name='submit' value='Submit' ></td></tr></table></table>
</form>
How do I get it to add to the database which is located on 12.27.134.234?


LinkBack URL
About LinkBacks



Reply With Quote
Bookmarks