Version Description
Download this release
Release Info
Developer | webdorado |
Plugin | Contact Form by WD – responsive drag & drop contact form builder tool |
Version | 1.7.14 |
Comparing to | |
See all releases |
Code changes from version 1.7.13 to 1.7.14
admin/controllers/FMControllerGenerete_csv_fmc.php
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
<?php
|
2 |
|
3 |
-
class
|
4 |
////////////////////////////////////////////////////////////////////////////////////////
|
5 |
// Events //
|
6 |
////////////////////////////////////////////////////////////////////////////////////////
|
@@ -23,10 +23,10 @@ class FMControllerGenerete_csv {
|
|
23 |
}
|
24 |
|
25 |
public function display() {
|
26 |
-
require_once WD_FMC_DIR . "/admin/models/
|
27 |
$model = new FMModelGenerete_csv();
|
28 |
|
29 |
-
require_once WD_FMC_DIR . "/admin/views/
|
30 |
$view = new FMViewGenerete_csv($model);
|
31 |
$view->display();
|
32 |
}
|
1 |
<?php
|
2 |
|
3 |
+
class FMControllerGenerete_csv_fmc {
|
4 |
////////////////////////////////////////////////////////////////////////////////////////
|
5 |
// Events //
|
6 |
////////////////////////////////////////////////////////////////////////////////////////
|
23 |
}
|
24 |
|
25 |
public function display() {
|
26 |
+
require_once WD_FMC_DIR . "/admin/models/FMModelGenerete_csv_fmc.php";
|
27 |
$model = new FMModelGenerete_csv();
|
28 |
|
29 |
+
require_once WD_FMC_DIR . "/admin/views/FMViewGenerete_csv_fmc.php";
|
30 |
$view = new FMViewGenerete_csv($model);
|
31 |
$view->display();
|
32 |
}
|
admin/controllers/FMControllerGenerete_xml_fmc.php
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
<?php
|
2 |
|
3 |
-
class
|
4 |
////////////////////////////////////////////////////////////////////////////////////////
|
5 |
// Events //
|
6 |
////////////////////////////////////////////////////////////////////////////////////////
|
@@ -23,10 +23,10 @@ class FMControllerGenerete_xml {
|
|
23 |
}
|
24 |
|
25 |
public function display() {
|
26 |
-
require_once WD_FMC_DIR . "/admin/models/
|
27 |
$model = new FMModelGenerete_xml();
|
28 |
|
29 |
-
require_once WD_FMC_DIR . "/admin/views/
|
30 |
$view = new FMViewGenerete_xml($model);
|
31 |
$view->display();
|
32 |
}
|
1 |
<?php
|
2 |
|
3 |
+
class FMControllerGenerete_xml_fmc {
|
4 |
////////////////////////////////////////////////////////////////////////////////////////
|
5 |
// Events //
|
6 |
////////////////////////////////////////////////////////////////////////////////////////
|
23 |
}
|
24 |
|
25 |
public function display() {
|
26 |
+
require_once WD_FMC_DIR . "/admin/models/FMModelGenerete_xml_fmc.php";
|
27 |
$model = new FMModelGenerete_xml();
|
28 |
|
29 |
+
require_once WD_FMC_DIR . "/admin/views/FMViewGenerete_xml_fmc.php";
|
30 |
$view = new FMViewGenerete_xml($model);
|
31 |
$view->display();
|
32 |
}
|
admin/models/FMModelGenerete_csv_fmc.php
CHANGED
@@ -133,7 +133,7 @@ class FMModelGenerete_csv {
|
|
133 |
}
|
134 |
}
|
135 |
elseif (strpos($t->element_value, "***map***")) {
|
136 |
-
$data_temp[stripslashes($label_titles[$h])] = 'Longitude:' .
|
137 |
}
|
138 |
elseif (strpos($t->element_value, "***star_rating***")) {
|
139 |
$element = str_replace("***star_rating***", '', $t->element_value);
|
133 |
}
|
134 |
}
|
135 |
elseif (strpos($t->element_value, "***map***")) {
|
136 |
+
$data_temp[stripslashes($label_titles[$h])] = 'Longitude:' . str_replace("***map***", ', Latitude:', $t->element_value);
|
137 |
}
|
138 |
elseif (strpos($t->element_value, "***star_rating***")) {
|
139 |
$element = str_replace("***star_rating***", '', $t->element_value);
|
admin/models/FMModelGenerete_xml_fmc.php
CHANGED
@@ -132,7 +132,7 @@ class FMModelGenerete_xml {
|
|
132 |
}
|
133 |
}
|
134 |
elseif (strpos($t->element_value, "***map***")) {
|
135 |
-
$data_temp[stripslashes($label_titles[$h])] = 'Longitude:' .
|
136 |
}
|
137 |
elseif (strpos($t->element_value,"***star_rating***")) {
|
138 |
$element = str_replace("***star_rating***", '', $t->element_value);
|
132 |
}
|
133 |
}
|
134 |
elseif (strpos($t->element_value, "***map***")) {
|
135 |
+
$data_temp[stripslashes($label_titles[$h])] = 'Longitude:' . str_replace("***map***", ', Latitude:', $t->element_value);
|
136 |
}
|
137 |
elseif (strpos($t->element_value,"***star_rating***")) {
|
138 |
$element = str_replace("***star_rating***", '', $t->element_value);
|
admin/views/FMViewManage_fmc.php
CHANGED
@@ -250,26 +250,21 @@ class FMViewManage_fmc {
|
|
250 |
if (wdtype == "type_address") {
|
251 |
addr_id = parseInt(wdid);
|
252 |
id_for_country = addr_id;
|
253 |
-
if (document.getElementById(id_for_country + "_mini_label_street1"))
|
254 |
tox = tox + addr_id + '#**id**#' + document.getElementById(id_for_country + "_mini_label_street1").innerHTML + '#**label**#type_address#****#';
|
255 |
-
|
256 |
-
|
257 |
-
if (document.getElementById(id_for_country + "_mini_label_street2")) {
|
258 |
tox = tox + addr_id + '#**id**#' + document.getElementById(id_for_country + "_mini_label_street2").innerHTML + '#**label**#type_address#****#';
|
259 |
-
|
260 |
-
|
261 |
-
if (document.getElementById(id_for_country+"_mini_label_city")) {
|
262 |
tox = tox + addr_id + '#**id**#' + document.getElementById(id_for_country + "_mini_label_city").innerHTML + '#**label**#type_address#****#';
|
263 |
-
|
264 |
-
|
265 |
-
if (document.getElementById(id_for_country + "_mini_label_state")) {
|
266 |
tox = tox + addr_id + '#**id**#' + document.getElementById(id_for_country + "_mini_label_state").innerHTML + '#**label**#type_address#****#';
|
267 |
-
|
268 |
-
|
269 |
-
if (document.getElementById(id_for_country + "_mini_label_postal")) {
|
270 |
tox = tox + addr_id + '#**id**#' + document.getElementById(id_for_country + "_mini_label_postal").innerHTML + '#**label**#type_address#****#';
|
271 |
-
|
272 |
-
}
|
273 |
if (document.getElementById(id_for_country+"_mini_label_country")) {
|
274 |
tox=tox + addr_id + '#**id**#' + document.getElementById(id_for_country + "_mini_label_country").innerHTML + '#**label**#type_address#****#';
|
275 |
}
|
250 |
if (wdtype == "type_address") {
|
251 |
addr_id = parseInt(wdid);
|
252 |
id_for_country = addr_id;
|
253 |
+
if (document.getElementById(id_for_country + "_mini_label_street1"))
|
254 |
tox = tox + addr_id + '#**id**#' + document.getElementById(id_for_country + "_mini_label_street1").innerHTML + '#**label**#type_address#****#';
|
255 |
+
addr_id++;
|
256 |
+
if (document.getElementById(id_for_country + "_mini_label_street2"))
|
|
|
257 |
tox = tox + addr_id + '#**id**#' + document.getElementById(id_for_country + "_mini_label_street2").innerHTML + '#**label**#type_address#****#';
|
258 |
+
addr_id++;
|
259 |
+
if (document.getElementById(id_for_country+"_mini_label_city"))
|
|
|
260 |
tox = tox + addr_id + '#**id**#' + document.getElementById(id_for_country + "_mini_label_city").innerHTML + '#**label**#type_address#****#';
|
261 |
+
addr_id++;
|
262 |
+
if (document.getElementById(id_for_country + "_mini_label_state"))
|
|
|
263 |
tox = tox + addr_id + '#**id**#' + document.getElementById(id_for_country + "_mini_label_state").innerHTML + '#**label**#type_address#****#';
|
264 |
+
addr_id++;
|
265 |
+
if (document.getElementById(id_for_country + "_mini_label_postal"))
|
|
|
266 |
tox = tox + addr_id + '#**id**#' + document.getElementById(id_for_country + "_mini_label_postal").innerHTML + '#**label**#type_address#****#';
|
267 |
+
addr_id++;
|
|
|
268 |
if (document.getElementById(id_for_country+"_mini_label_country")) {
|
269 |
tox=tox + addr_id + '#**id**#' + document.getElementById(id_for_country + "_mini_label_country").innerHTML + '#**label**#type_address#****#';
|
270 |
}
|
contact-form-maker.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
* Plugin Name: Contact Form Maker
|
4 |
* Plugin URI: http://web-dorado.com/products/form-maker-wordpress.html
|
5 |
* Description: This plugin is a modern and advanced tool for easy and fast creating of a WordPress Form. The backend interface is intuitive and user friendly which allows users far from scripting and programming to create WordPress Forms.
|
6 |
-
* Version: 1.7.
|
7 |
* Author: http://web-dorado.com/
|
8 |
* License: GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
|
9 |
*/
|
@@ -180,7 +180,7 @@ if (class_exists('WP_Widget')) {
|
|
180 |
// Activate plugin.
|
181 |
function form_maker_activate_cfm() {
|
182 |
$version = get_option("wd_form_maker_version");
|
183 |
-
$new_version = '1.7.
|
184 |
if (!$version) {
|
185 |
add_option("wd_form_maker_version", $new_version, '', 'no');
|
186 |
global $wpdb;
|
3 |
* Plugin Name: Contact Form Maker
|
4 |
* Plugin URI: http://web-dorado.com/products/form-maker-wordpress.html
|
5 |
* Description: This plugin is a modern and advanced tool for easy and fast creating of a WordPress Form. The backend interface is intuitive and user friendly which allows users far from scripting and programming to create WordPress Forms.
|
6 |
+
* Version: 1.7.14
|
7 |
* Author: http://web-dorado.com/
|
8 |
* License: GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
|
9 |
*/
|
180 |
// Activate plugin.
|
181 |
function form_maker_activate_cfm() {
|
182 |
$version = get_option("wd_form_maker_version");
|
183 |
+
$new_version = '1.7.14';
|
184 |
if (!$version) {
|
185 |
add_option("wd_form_maker_version", $new_version, '', 'no');
|
186 |
global $wpdb;
|
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.9
|
7 |
-
Stable tag: 1.7.
|
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.9
|
7 |
+
Stable tag: 1.7.14
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|