Plugin Directory

Changeset 668862


Ignore:
Timestamp:
02/16/2013 10:35:43 AM (13 years ago)
Author:
wp_candyman
Message:

version 1.1.0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • zoho-crm-integrator/trunk/readme.txt

    r660674 r668862  
    55Requires at least: 3.2.1
    66Tested up to: 3.5.1
    7 Stable tag: 1.0
     7Stable tag: 1.1.0
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    1313== Description ==
    1414
    15 A simple wordpress plugin to integrate Wordpress with Zoho CRM. This plugin will help you to insert a pre-built form in any page or post by inserting a short code '[zoholead]'. The form data will be used to insert a record into the Zoho CRM Lead. This plugin makes use of Zoho CRM API and sends the data to the Zoho CRM http://www.zoho.com/crm . Currently the plugin supports only a pre-built form. The settings page can be accessed under the Wordpress settings menu on the left side bar.
     15A simple wordpress plugin to integrate Wordpress with Zoho CRM. This plugin will help you to insert a form in any page or post by inserting a short code "[zoholead]".
     16Plugin supports the following fields in the form
     17Company,First Name,Last Name,Email,Title,Phone,Fax,Mobile,Comments.
     18
     19You can use the various attributes in the short code to enable the different features of the plugin.
     20For example to enable the recaptcha you can write the short code as  [zoholead recaptcha="enable"].
     21
     22To send the form data to an email you can use the short code [zoholead sendemail="enable" recaptcha="enable"]
     23
     24By default it will display all the fields in the form. To show only particular fields, you can use the short code  [zoholead sendemail="enable" recaptcha="enable" fields="first_name,last_name,email,phone"] where fields should contain the comma separated list of filed names. The various field names are company,first_name,last_name,email,title,phone,fax,mobile and comments.
     25
     26 The form data will be used to insert a record into the Zoho CRM Lead. The form fields to display can be set through the shortcode. The plugin supports recaptcha in the form to stop spam and there is an option to send the form data to an email using the php's mail function. The settings page can be accessed on the left side bar.
     27
     28Requirements:-
     29
     30Plugin requires cURL php extension enabled. Plugin will use the php mail function to send emails without authentication.
    1631
    1732
Note: See TracChangeset for help on using the changeset viewer.