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]".
Plugin supports the following fields in the form
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.
You can use the various attributes in the short code to enable the different features of the plugin.
For example to enable the recaptcha you can write the short code as [zoholead recaptcha="enable"].
To send the form data to an email you can use the short code [zoholead sendemail="enable" recaptcha="enable"]
By 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.
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. For support
visit plugin site.
Supports Contact Form 7
This plugin can now be integrated with Contact Form 7 plugin. Use the attribute 'contact_form7_id' to show a form done in Contact Form 7. For example [zoholead contact_form7_id="5"] , where 'contact_form7_id' is the id of the form. You can use the field names described above in the form.
Requirements:-
Plugin requires cURL php extension enabled. Plugin will use the php mail function to send emails without authentication.
For integrating with Contact Form 7 you have to install and activate Contact Form 7 plugin.