Linux 软件免费装

Plugin Name

开发者 crmtech
更新时间 2011年11月24日 05:02
捐献地址: 去捐款
PHP版本: 3.2.1 及以上
WordPress版本: 3.2.1

标签

leads crm lead capture sugarcrm

下载

1.0.0 1.0.1 1.0.2 1.0.3 1.0.4 1.0.5

详情介绍:

Web2Lead enables SugarCRM lead record generation from a Wordpress-based website. This version contains a basic contact form and creates a SugarCRM lead record assigned to a specified user. This plugin was developed on Worpress v3.2.1, SugarCRM CE v6.2.4 and PHP v5.3.8. PHP 5.2.6 or later is required due to the internal PHP SOAP libraries used. It has been tested against the following stacks: Wordpress 3.2.1 and SugarCRM CE 6.2.4 on IIS 7 running PHP 5.3.8 (Windows 7) Wordpress 3.2.1 and SugarCRM CE 6.2.4 on Apache running PHP 5.3.3-7+squeeze3 (Debian GNU/Linux 6.0) Wordpress 3.2.1 and SugarCRM CE 5.5.0 on Linux.

安装:

Installation is simple - just go to Plugins > Add New. Then upload the zip file. Wordpress takes care of the rest. Remember to activate it!

常见问题:

What is my (or How should I enter the) SugarCRM SOAP URL?

The url of the SugarCRM SOAP service is usually the root of the SugarCRM url with the page 'soap.php' specified. For instance, if you run Sugar locally at http://localhost/sugar/, then the SOAP url would be http://localhost/sugar/soap.php.

Which version(s) of Worpress, SugarCRM and/or PHP is this compatible with?

It should work with almost any recent version of Wordpress and SugarCRM. The earliest version of SugarCRM tested is 5.5. It has been tested against the following stacks: Wordpress 3.2.1 and SugarCRM CE 6.2.4 on IIS 7 running PHP 5.3.8 (Windows 7) Wordpress 3.2.1 and SugarCRM CE 6.2.4 on Apache running PHP 5.3.3-7+squeeze3 (Debian GNU/Linux 6.0) Wordpress 3.2.1 and SugarCRM CE 5.5.0 on Linux.

Which fields are on the form?

Currently, the standard fields are First Name, Last Name, Company, Phone, Email and Comments.

Where are the fields stored in SugarCRM?

On the lead record that is created, the fields are mapped as follows: First Name => first_name, Last Name => last_name, Company => account_name, Phone => phone_work, Email => email1, Comments => description. Additionally, the following values are also set on the lead record: Status = "New", Lead Source = "Web Site".

How can I change/add fields to the form?

You'll have to know a little bit about PHP and Wordpress Plugin programming to do it, but it's pretty easy: Fields and their mappings are stored as arrays within 2 WordPress options (1 for fields, 1 for the mappings). If you do not wish to learn all that, I have a Pro version of the plugin which includes a nice interface to managing form fields and how they map into SugarCRM.

What anti-spam measures are taken in the form?

This version uses the "honeypot" approach by placing an empty hidden field in the form. Bots usually fill in all fields, so if this hidden field has a value, the data does not get imported into SugarCRM (The plugin returns a blank form).

更新日志:

1.0.0 1.0.1 1.0.2 1.0.3 1.0.4 1.0.5