Linux 软件免费装
Banner图

Contact Form 7: Zoho Leads integration

开发者 jcornutt
更新时间 2017年3月3日 02:39
捐献地址: 去捐款
PHP版本: 3.2 及以上
WordPress版本: 4.7.2
版权: GPLv2
版权网址: 版权信息

标签

leads wordpress contact form xml contact form 7 crm cf7 zoho smb zoho crm cf7 integration curl zoho leads zoho api

下载

0.0.1 0.0.2 0.0.3 0.0.4 0.0.5

详情介绍:

The Zoho Leads integration for Contact Form 7 plugin allows existing CF7 users to automatically create Zoho Leads entries on form submission. When a user enters their information into a CF7 form and hits submit, this plugin will forward their information to Zoho Leads as well as let CF7 continue its form submission process. Note - This plugin is developed, maintained, and supported by an independent developer. The developer has no affiliation with Contact Form 7 or Zoho. Zoho Leads integration This plugin interacts with the third-party Zoho CRM API (Application Programming Interface) in order to create new Leads. This is a public web service provided by Zoho and additional information can be found here.

安装:

  1. Download the plugin and unzip to your wp-content/plugins directory
  2. Alternatively, just upload the zip file via the WordPress plugins UI
  3. Activate plugin via Wordpress admin
  4. Include the following shortcode on your page or post
Shortcode usage [cf7lead cf7_id="[CF7_Form_ID]"] Replace [CF7_Form_ID] with the ID of your CF7 form. If you're having issues with the plugin, please set the shortcode "debug" option to "true". This will allow the plugin to show debug / error messages to the page (do not use on production systems as the messages will be public). [cf7lead cf7_id="[CF7_Form_ID]" debug="true"] CF7 to Zoho Leads mapping By default, the current field mapping looks like this - For a list of Zoho Leads fields, please check out the Zoho Leads docs for more info. To change the field name mapping, use the shortcode's "fields" attribute. This is a '|' (pipe) separated list of '=' (equal) separated strings. For instance, fields="Company=company|First Name=first-name|Last Name=" is a valid fields string to use. It says to map the Zoho Leads field "Company" to the CF7 field "company" (everything here is case sensitive), the Zoho Leads field "First Name" to "first-name", and to not map "Last Name" to anything (which means that the Zoho Lead field "Last Name" will have no value).

更新日志:

0.0.4 0.0.2 0.0.1