Plugin Directory

Changeset 3115294


Ignore:
Timestamp:
07/10/2024 06:40:57 AM (21 months ago)
Author:
zohocrm
Message:

Security review issue has been fixed

Location:
zoho-crm-forms/trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • zoho-crm-forms/trunk/Readme.txt

    r3082684 r3115294  
    77Author: Zoho CRM
    88Tested up to: 6.5
    9 Stable tag:1.7.8.8
     9Stable tag:1.7.8.9
    1010License: GPLv2 or later
    11 Version: 1.7.8.8
     11Version: 1.7.8.9
    1212License URI: http://www.gnu.org/licenses/gpl-2.0.html
    1313
     
    1616== Description ==
    1717
    18 Websites are one of the most important sources of leads for your business. That means your CRM system should be well integrated with your website to contextually capture each and every visitor to turn them into a lead.
    19 
    20 Introducing the Zoho CRM Lead Magnet plugin for Wordpress. This lets you create webforms, embed them in your website, and automatically capture leads directly into your CRM with zero attenuation.
    21 
    22 Not only is the integration easy to set-up but it's also easy on your wallet.
     18Websites are one of the most important sources of leads for your business. That means your CRM system should be well integrated with your website to contextually capture each and every visitor to turn them into a lead.
     19
     20Introducing the Zoho CRM Lead Magnet plugin for Wordpress. This lets you create webforms, embed them in your website, and automatically capture leads directly into your CRM with zero attenuation.
     21
     22Not only is the integration easy to set-up but it's also easy on your wallet.
    2323
    2424== Installation ==
    2525
    26 1. Install the Wordpress plugin from Wordpress Marketplace. Upload the plugin folder to the /wp-content/plugins/ directory or install via the Add New Plugin menu.
     261. Install the Wordpress plugin from Wordpress Marketplace. Upload the plugin folder to the /wp-content/plugins/ directory or install via the Add New Plugin menu.
    27272. Activate the plugin through the ‘Plugins’ menu in WordPress.
    28 3. Once you activate your Zoho CRM forms plugin, you'll be asked to authenticate access from Zoho CRM. To do that, simply  enter the username and password of your CRM account.
    29 
    30 The plugin installation is now complete and the integration between Zoho CRM forms and Wordpress is established.
     283. Once you activate your Zoho CRM forms plugin, you'll be asked to authenticate access from Zoho CRM. To do that, simply  enter the username and password of your CRM account.
     29
     30The plugin installation is now complete and the integration between Zoho CRM forms and Wordpress is established.
    3131
    3232
     
    2832831.7.8.8
    284284Php latest version compatibility check  and stripslashes version issue fixed
    285 
     2851.7.8.9
     286Security review issue has been fixed
    286287
    287288== Upgrade notice ==
     
    289290== Overall usage flow==
    290291
    291 1. Install the Zoho CRM forms plugin from the Wordpress plugin Marketplace.
     2921. Install the Zoho CRM forms plugin from the Wordpress plugin Marketplace.
    2922932. Create a form using Zoho CRM webforms or Contact form 7 plugin.
    2932943. Configure the settings for your form.
    2942954. Use the short code to embed the form.
    295 5. A prospect's information is automatically captured upon entering your site. All that's left is lead nurturing.
    296 
    297 For businesses that want to maximize their websites, the Zoho CRM Lead Capture plugin for Wordpress CMS is an ideal solution.
     2965. A prospect's information is automatically captured upon entering your site. All that's left is lead nurturing.
     297
     298For businesses that want to maximize their websites, the Zoho CRM Lead Capture plugin for Wordpress CMS is an ideal solution.
    298299
    299300== Key features ==
     
    301302Two forms, one solution
    302303
    303 This plugin works well with forms created using Zoho CRM and Contact 7 Form plugin.
     304This plugin works well with forms created using Zoho CRM and Contact 7 Form plugin.
    304305
    305306Light on code
    306307
    307 Creating a form is incredibly simple and the entire process of establishing an integration involves a few drag-drops and copy-pastes. Simply create, embed, and capture.
    308  
     308Creating a form is incredibly simple and the entire process of establishing an integration involves a few drag-drops and copy-pastes. Simply create, embed, and capture.
     309 
    309310Capture leads and more
    310311
    311 Using this plugin not only lets you capture leads but also additional custom modules you create for unique business needs.
    312  
    313 Capture. nurture. win.
    314 
    315 The Information entered in a website's form is automatically pushed into Zoho CRM with zero attenuation. Now you never miss out on another lead. 
     312Using this plugin not only lets you capture leads but also additional custom modules you create for unique business needs.
     313 
     314Capture. nurture. win.
     315
     316The Information entered in a website's form is automatically pushed into Zoho CRM with zero attenuation. Now you never miss out on another lead.
    316317
    317318Light on your purse
    318319
    319 The plugin is absolutely free of cost. No hidden fees, no additional costs. All you need is a website hosted with Wordpress and a Zoho CRM account.
     320The plugin is absolutely free of cost. No hidden fees, no additional costs. All you need is a website hosted with Wordpress and a Zoho CRM account.
    320321
    321322Special mail-tags support
  • zoho-crm-forms/trunk/includes/crmshortcodefunctions.php

    r3082684 r3115294  
    131131
    132132        if (!isset($config_leads_fields['fields'][0])) {
    133             $htmlcontent .= '<p style="color:red;font-size:20px;text-align:center;margin-top:-22px;margin-bottom:20px;">' . __("Crm fields are not yet synchronised sss", "zoho-crm-form-builder") . ' </p>';
     133            $htmlcontent .= '<p style="color:red;font-size:20px;text-align:center;margin-top:-22px;margin-bottom:20px;">' . __("Crm fields are not yet synchronised", "zoho-crm-form-builder") . ' </p>';
    134134        } else {
    135135            $htmlcontent .= '<form method="post" name = "userform" id="userform" action="' . ZCF_BASE_DIR . '/includes/class-lb-crmshortcodefunctions.php">
  • zoho-crm-forms/trunk/includes/crmwebformfields.php

    r3080667 r3115294  
    119119                            $shortcode = sanitize_text_field($_REQUEST['EditShortcode']);
    120120                            $formName = sanitize_text_field($_REQUEST['formName']);
    121                             $formname = $wpdb->get_results("SELECT form_name FROM `zcf_zohoshortcode_manager` WHERE `shortcode_name` LIKE '" . $shortcode . "' ");
     121                            $formname = $wpdb->get_results("SELECT form_name FROM `zcf_zohoshortcode_manager` WHERE `shortcode_name` LIKE '" . esc_html__($shortcode) . "' ");
    122122                            ?>
    123123
    124                             <input class="textField" type="text"  data-value="<?php echo __($formname[0]->form_name); ?>" id="form-name" name="form-name" data-value="<?php echo ($formName); ?>"
    125                             value="<?php echo $formName; ?>" onblur="formTitleupdate(this, '<?php sanitize_title_with_dashes($formname[0]->form_name); ?>', '<?php echo esc_url_raw($siteurl); ?>', '<?php echo sanitize_text_field($shortcode); ?>')"/>
     124                            <input class="textField" type="text"  data-value="<?php echo esc_html__($formname[0]->form_name); ?>" id="form-name" name="form-name" data-value="<?php echo esc_html__($formName); ?>"
     125                            value="<?php echo esc_html__($formName); ?>" onblur="formTitleupdate(this, '<?php sanitize_title_with_dashes($formname[0]->form_name); ?>', '<?php echo esc_url_raw($siteurl); ?>', '<?php echo sanitize_text_field($shortcode); ?>')"/>
    126126                            <input type='hidden' id='lead_crmtype' name="lead_crmtype" value="crmformswpbuilder">
    127127                            <input type="hidden" id="savefields" name="savefields" value="<?php echo esc_attr__('Apply', ZCF_PLUGIN_BASE_URL); ?>"/>
  • zoho-crm-forms/trunk/index.php

    r3082684 r3115294  
    44 * Plugin Name: Zoho CRM Lead Magnet
    55 * Description: Websites are one of the most important sources of leads for your business. That means your CRM system should be well integrated with your website to contextually capture each and every visitor to turn them into a lead.Introducing the Zoho CRM Lead Capture plugin for Wordpress. This lets you create webforms, embed them in your website, and automatically capture leads directly into your CRM with zero attenuation.Not only is the integration easy to set-up but it's also easy on your wallet.
    6  * Version: 1.7.8.8
     6 * Version: 1.7.8.9
    77 * ***************************************************************************************** */
    88if (!defined('ABSPATH'))
    99    exit;
    1010
    11         define( 'ZCF_VERSION', '1.7.8.8' );
     11        define( 'ZCF_VERSION', '1.7.8.9' );
    1212        define( 'ZCF_LBPLUGINFILE', __FILE__ );
    1313        define( 'ZCF_LBPLUGIN_URL', untrailingslashit( plugins_url( '', ZCF_LBPLUGINFILE ) ) );
Note: See TracChangeset for help on using the changeset viewer.