Plugin Directory

Changeset 1150806


Ignore:
Timestamp:
05/01/2015 07:02:41 AM (11 years ago)
Author:
wp_candyman
Message:

Version 1.2.0

Location:
zoho-crm-integrator
Files:
15 added
3 edited

Legend:

Unmodified
Added
Removed
  • zoho-crm-integrator/trunk/form-process.php

    r668863 r1150806  
    4747$authtoken=$options['authtoken'];
    4848
     49if($chkrecap=="yes")
     50{
    4951$recapoptions = get_option('zoho_crm_integrator_recaptcha_options' );
    5052$privatekey=$recapoptions['private_key'];
     
    5355                                $_POST["recaptcha_challenge_field"],
    5456                                $_POST["recaptcha_response_field"]);
     57}
    5558                               
    5659                               
  • zoho-crm-integrator/trunk/readme.txt

    r782590 r1150806  
    44Tags: zoho, crm
    55Requires at least: 3.2.1
    6 Tested up to: 3.5.1
    7 Stable tag: 1.1.0
     6Tested up to: 4.2.1
     7Stable tag: 1.2.0
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    1515A 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]".
    1616Plugin supports the following fields in the form
    17 Company,First Name,Last Name,Email,Title,Phone,Fax,Mobile,Comments.
     17Company,First Name,Last Name,Email,Title,Phone,Fax,Mobile,Comments.Last Name and Company are mandatory fields as they are required to create the lead in Zoho CRM.
    1818
    1919You can use the various attributes in the short code to enable the different features of the plugin.
  • zoho-crm-integrator/trunk/zoho-crm-integrator.php

    r668863 r1150806  
    44Plugin URI:
    55Description: A 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]". 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.
    6 Version: 1.1.0
    7 Author: Akhilesh
     6Version: 1.2.0
     7Author: wp_candyman
    88Author URI:
    99License: GPL2
Note: See TracChangeset for help on using the changeset viewer.