Version Description
Download this release
Release Info
Developer | webdorado |
Plugin | Contact Form by WD – responsive drag & drop contact form builder tool |
Version | 1.6.2 |
Comparing to | |
See all releases |
Code changes from version 1.6.1 to 1.6.2
- contact_form.php +1 -1
- front_end_contact_form.php +1 -1
- readme.txt +1 -1
contact_form.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
Plugin Name: Contact Form FREE
|
4 |
Plugin URI: http://web-dorado.com/products/form-maker-wordpress.html
|
5 |
Description: WordPress Contact Form Maker is an advanced and easy-to-use tool for creating forms. The backend interface is intuitive and user friendly which allows users far from scripting and programming to create WordPress Forms.
|
6 |
-
Version: 1.6.
|
7 |
Author: http://web-dorado.com/
|
8 |
License: GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
|
9 |
*/
|
3 |
Plugin Name: Contact Form FREE
|
4 |
Plugin URI: http://web-dorado.com/products/form-maker-wordpress.html
|
5 |
Description: WordPress Contact Form Maker is an advanced and easy-to-use tool for creating forms. The backend interface is intuitive and user friendly which allows users far from scripting and programming to create WordPress Forms.
|
6 |
+
Version: 1.6.2
|
7 |
Author: http://web-dorado.com/
|
8 |
License: GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
|
9 |
*/
|
front_end_contact_form.php
CHANGED
@@ -321,7 +321,7 @@ function contact_form_save_db($counter, $id) {
|
|
321 |
$save_or_no = $wpdb->insert($r, array(
|
322 |
'form_id' => $id_old,
|
323 |
'element_label' => $i,
|
324 |
-
'element_value' => stripslashes($value),
|
325 |
'group_id' => ($max + 1),
|
326 |
'date' => date('Y-m-d H:i:s'),
|
327 |
'ip' => $ip,
|
321 |
$save_or_no = $wpdb->insert($r, array(
|
322 |
'form_id' => $id_old,
|
323 |
'element_label' => $i,
|
324 |
+
'element_value' => stripslashes(esc_html($value)),
|
325 |
'group_id' => ($max + 1),
|
326 |
'date' => date('Y-m-d H:i:s'),
|
327 |
'ip' => $ip,
|
readme.txt
CHANGED
@@ -4,7 +4,7 @@ Donate link: http://web-dorado.com/products/wordpress-contact-form-maker-plugin.
|
|
4 |
Tags: form, forms, contact form, contact forms, contact form plugin,contact forms plugin, forms plugin, Contact Form Builder, contact form manager, multiple contac forms, custom form,Contact Form Maker with recaptcha, contact form with google map, feedback form, feedback forms,contact us
|
5 |
Requires at least: 3.0
|
6 |
Tested up to: 3.8
|
7 |
-
Stable tag: 1.6.
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
4 |
Tags: form, forms, contact form, contact forms, contact form plugin,contact forms plugin, forms plugin, Contact Form Builder, contact form manager, multiple contac forms, custom form,Contact Form Maker with recaptcha, contact form with google map, feedback form, feedback forms,contact us
|
5 |
Requires at least: 3.0
|
6 |
Tested up to: 3.8
|
7 |
+
Stable tag: 1.6.2
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|