Plugin Directory

Changeset 3258888


Ignore:
Timestamp:
03/20/2025 06:12:41 AM (13 months ago)
Author:
zohocrm
Message:

Security review changes has been updated

File:
1 edited

Legend:

Unmodified
Added
Removed
  • zoho-crm-forms/trunk/includes/crmcontactformfields.php

    r3258884 r3258888  
    8181                <div class="form-group row mb20">
    8282                    <div class="col-md-12 ml20">
    83                         <input type="text" disabled data-value="Unititled" id="form-name" name="form-name" class="textField" value=<?php echo esc_html($_REQUEST['third_module_pluginname']); ?>>
     83                        <input type="text" disabled data-value="Unititled" id="form-name" name="form-name" class="textField" value=<?php echo esc_attr($_REQUEST['third_module_pluginname']); ?>>
    8484                        <input type="hidden" id="lead_crmtype" name="lead_crmtype" value="crmformswpbuilder">
    8585                        <input type="hidden" id="savefields" name="savefields" value="Apply">
Note: See TracChangeset for help on using the changeset viewer.