Changeset 1150806
- Timestamp:
- 05/01/2015 07:02:41 AM (11 years ago)
- Location:
- zoho-crm-integrator
- Files:
-
- 15 added
- 3 edited
-
tags/1.2.0 (added)
-
tags/1.2.0/class.phpmailer.php (added)
-
tags/1.2.0/class.pop3.php (added)
-
tags/1.2.0/class.smtp.php (added)
-
tags/1.2.0/css (added)
-
tags/1.2.0/css/main.css (added)
-
tags/1.2.0/form-process.php (added)
-
tags/1.2.0/images (added)
-
tags/1.2.0/images/s.ico (added)
-
tags/1.2.0/js (added)
-
tags/1.2.0/js/ajax-submit-form.js (added)
-
tags/1.2.0/js/validate.js (added)
-
tags/1.2.0/readme.txt (added)
-
tags/1.2.0/recaptchalib.php (added)
-
tags/1.2.0/zoho-crm-integrator.php (added)
-
trunk/form-process.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/zoho-crm-integrator.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
zoho-crm-integrator/trunk/form-process.php
r668863 r1150806 47 47 $authtoken=$options['authtoken']; 48 48 49 if($chkrecap=="yes") 50 { 49 51 $recapoptions = get_option('zoho_crm_integrator_recaptcha_options' ); 50 52 $privatekey=$recapoptions['private_key']; … … 53 55 $_POST["recaptcha_challenge_field"], 54 56 $_POST["recaptcha_response_field"]); 57 } 55 58 56 59 -
zoho-crm-integrator/trunk/readme.txt
r782590 r1150806 4 4 Tags: zoho, crm 5 5 Requires at least: 3.2.1 6 Tested up to: 3.5.17 Stable tag: 1. 1.06 Tested up to: 4.2.1 7 Stable tag: 1.2.0 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 15 15 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]". 16 16 Plugin supports the following fields in the form 17 Company,First Name,Last Name,Email,Title,Phone,Fax,Mobile,Comments. 17 Company,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. 18 18 19 19 You 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 4 4 Plugin URI: 5 5 Description: 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.07 Author: Akhilesh6 Version: 1.2.0 7 Author: wp_candyman 8 8 Author URI: 9 9 License: GPL2
Note: See TracChangeset
for help on using the changeset viewer.