Results 1 to 5 of 5

Thread: Can I integrate leads from my web site?

  1. #1
    guylevi is offline Member
    Join Date
    Nov 2006
    Posts
    6

    Default Can I integrate leads from my web site?

    Hello
    Is it possible to create a form in my web site that will create a new lead in sugarcrm opensource ?

  2. #2
    sankar is offline Sugar Community Member
    Join Date
    Dec 2005
    Posts
    145

    Default Re: Can I integrate leads from my web site?

    It is very easy.

    Do you have the example code for leadcapture.php. Capture the values from your website and pass the php file the value captured. it should capture the values. This is how I do for the medical application.


    -Sankar

  3. #3
    guylevi is offline Member
    Join Date
    Nov 2006
    Posts
    6

    Default Re: Can I integrate leads from my web site?

    whrere do i get this code of leadcapture.php?
    anyway..
    This is the example code which i use:
    the script send the info to my email address.
    The web site is in this is the example code:
    The web site is in Hebrew language so the fields of the form are in Hebrew.
    The input data are in English.
    The form uses a cgi script. language so the fields of the form are in Hebrew.
    The input data are in English.
    The form uses a cgi script.

    <form method="POST" action="http://fp1.formmail.com/cgi-bin/fm192">
    <!-- REQUIRED: Supply your plan, form processor and recipients -->
    <input type="hidden" name="_pid" value="33279">
    <input type="hidden" name="_fid" value="2IQ2IL3B">
    <input type="hidden" name="recipient" value="15">
    <!-- OPTIONAL: The following two fields will appear in the From: line -->
    <tr><td><font color="#FF0000">*</font><span lang="he">שם שלך</span>: </td>
    <td><input name="realname" size=40></td></tr>
    <tr><td><font color="#FF0000">*</font><span lang="he">דואר אלקטרוני</span>: </td>
    <td><input name="email" size=40></td></tr>
    <tr><td><font color="#FF0000">*</font><span lang="he">טלפון <u>כולל קידומת</u></span>: </td>
    <td><input name="phone" size=40></td></tr>
    <tr><td><span lang="he">כתובת אתר קיים (אם יש)</u></span>: </td>
    <td><input name="web" size=40></td></tr>

    <!-- OPTIONAL: Any extra fields you include will appear in message body: -->
    <tr><td valign="top"><font color="#FF0000">*</font><span lang="he">הצרכים שלך
    :אתר אינטרנט, קידום אתר וכו..</span></td>
    <td><textarea rows="4" cols="40" name="comments"></textarea></tr>

    <tr><td colspan="2" align="right">
    <p align="center">
    <input type="submit" value="שלח"></td></tr>
    </form>
    Last edited by guylevi; 2006-12-02 at 10:50 AM.

  4. #4
    guylevi is offline Member
    Join Date
    Nov 2006
    Posts
    6

    Default Re: Can I integrate leads from my web site?

    where do i get the leadcapture.php code from?

  5. #5
    Angel's Avatar
    Angel is offline Sugar Community Member
    Join Date
    Jul 2005
    Location
    Los Angeles
    Posts
    4,813

    Default Re: Can I integrate leads from my web site?

    Take a look at your root Sugar directory. i.e. /www/htdocs/sugarsuite/leadcapture.php or \inetpub\wwwroot\sugarsuite\leadcapture.php
    Regards,

    Angel Magaņa
    Co-Author: Implementing SugarCRM 5.x (Packt Publishing -- Sept. 2010)
    Blog: http://cheleguanaco.blogspot.com.
    Twitter: @cheleguanaco.

    ________
    | Projects: |_____________________________________
    |
    | CandyWrapper (.NET Wrapper for SugarCRM SOAP API). Source now available on GitHub!
    | GoldMine to SugarCRM Express Conversion. Latest: 1.0.1.7 (Nov. 3, 2009)
    | CRM SkyDialer (Skype Integration). Latest: 1.0.2 (Feb. 17, 2010)
    | Round Robin Leads Assignment
    | Phone Number Formatter
    | CaseTwit (Twitter Integration)
    ______________________________________________

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •