Version Description
Download this release
Release Info
Developer | webdorado |
Plugin | Contact Form by WD – responsive drag & drop contact form builder tool |
Version | 1.5.4 |
Comparing to | |
See all releases |
Code changes from version 1.5.3 to 1.5.4
- contact_form.php +2 -3
- contact_form_functions.php +34 -4
- js/main_front_end.js +2 -2
- readme.txt +2 -2
- recaptchalib.php +1 -1
contact_form.php
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
/*
|
3 |
Plugin Name: Contact Form FREE
|
4 |
Plugin URI: http://web-dorado.com/products/form-maker-wordpress.html
|
5 |
-
Version: 1.5.
|
6 |
Author: http://web-dorado.com/
|
7 |
License: GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
|
8 |
*/
|
@@ -1322,10 +1322,9 @@ function contact_form_activate() {
|
|
1322 |
}
|
1323 |
include 'setup_sql.php';
|
1324 |
set_contact_form_sql();
|
|
|
1325 |
contact_form_check_update();
|
1326 |
}
|
1327 |
-
include 'update_sql.php';
|
1328 |
-
|
1329 |
|
1330 |
function contact_form_redirect() {
|
1331 |
if (get_option('contact_form_do_activation_redirect') == TRUE) {
|
2 |
/*
|
3 |
Plugin Name: Contact Form FREE
|
4 |
Plugin URI: http://web-dorado.com/products/form-maker-wordpress.html
|
5 |
+
Version: 1.5.4
|
6 |
Author: http://web-dorado.com/
|
7 |
License: GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
|
8 |
*/
|
1322 |
}
|
1323 |
include 'setup_sql.php';
|
1324 |
set_contact_form_sql();
|
1325 |
+
include 'update_sql.php';
|
1326 |
contact_form_check_update();
|
1327 |
}
|
|
|
|
|
1328 |
|
1329 |
function contact_form_redirect() {
|
1330 |
if (get_option('contact_form_do_activation_redirect') == TRUE) {
|
contact_form_functions.php
CHANGED
@@ -161,8 +161,22 @@ function before_reset()
|
|
161 |
'private_key' => $_POST["private_key"],
|
162 |
'recaptcha_theme' => $_POST["recaptcha_theme"],
|
163 |
'javascript' => $javascript,
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
164 |
'script_mail' => '%all%',
|
165 |
-
'script_mail_user' => '%all%'
|
|
|
|
|
|
|
|
|
|
|
|
|
166 |
), array(
|
167 |
'%d',
|
168 |
'%s',
|
@@ -180,7 +194,21 @@ function before_reset()
|
|
180 |
'%s',
|
181 |
'%s',
|
182 |
'%s',
|
183 |
-
'%s'
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
184 |
));
|
185 |
if (!$save_or_no) {
|
186 |
?>
|
@@ -254,7 +282,8 @@ function save_as_copy() {
|
|
254 |
'checkout_mode' => $row_for_sav_as_copy->checkout_mode,
|
255 |
'paypal_email' => $row_for_sav_as_copy->paypal_email,
|
256 |
'payment_currency' => $row_for_sav_as_copy->payment_currency,
|
257 |
-
'tax' => $row_for_sav_as_copy->tax
|
|
|
258 |
), array(
|
259 |
'%d',
|
260 |
'%s',
|
@@ -285,7 +314,8 @@ function save_as_copy() {
|
|
285 |
'%s',
|
286 |
'%s',
|
287 |
'%s',
|
288 |
-
'%d'
|
|
|
289 |
));
|
290 |
if (!$save_or_no) {
|
291 |
?>
|
161 |
'private_key' => $_POST["private_key"],
|
162 |
'recaptcha_theme' => $_POST["recaptcha_theme"],
|
163 |
'javascript' => $javascript,
|
164 |
+
'script1' => '',
|
165 |
+
'script2' => '',
|
166 |
+
'script_user1' => '',
|
167 |
+
'script_user2' => '',
|
168 |
+
'submit_text' => '',
|
169 |
+
'url' => '',
|
170 |
+
'article_id' => 0,
|
171 |
+
'submit_text_type' => 0,
|
172 |
'script_mail' => '%all%',
|
173 |
+
'script_mail_user' => '%all%',
|
174 |
+
'label_order_current' => $_POST["label_order"],
|
175 |
+
'tax' => 0,
|
176 |
+
'payment_currency' => '',
|
177 |
+
'paypal_email' => '',
|
178 |
+
'checkout_mode' => 'testmode',
|
179 |
+
'paypal_mode' => 0
|
180 |
), array(
|
181 |
'%d',
|
182 |
'%s',
|
194 |
'%s',
|
195 |
'%s',
|
196 |
'%s',
|
197 |
+
'%s',
|
198 |
+
'%s',
|
199 |
+
'%s',
|
200 |
+
'%s',
|
201 |
+
'%s',
|
202 |
+
'%s',
|
203 |
+
'%d',
|
204 |
+
'%s',
|
205 |
+
'%s',
|
206 |
+
'%s',
|
207 |
+
'%d',
|
208 |
+
'%s',
|
209 |
+
'%s',
|
210 |
+
'%s',
|
211 |
+
'%d'
|
212 |
));
|
213 |
if (!$save_or_no) {
|
214 |
?>
|
282 |
'checkout_mode' => $row_for_sav_as_copy->checkout_mode,
|
283 |
'paypal_email' => $row_for_sav_as_copy->paypal_email,
|
284 |
'payment_currency' => $row_for_sav_as_copy->payment_currency,
|
285 |
+
'tax' => $row_for_sav_as_copy->tax,
|
286 |
+
'label_order_current' => $row_for_sav_as_copy->label_order_current
|
287 |
), array(
|
288 |
'%d',
|
289 |
'%s',
|
314 |
'%s',
|
315 |
'%s',
|
316 |
'%s',
|
317 |
+
'%d',
|
318 |
+
'%s'
|
319 |
));
|
320 |
if (!$save_or_no) {
|
321 |
?>
|
js/main_front_end.js
CHANGED
@@ -808,7 +808,7 @@ function page_previous(id, form_id, form_view_count, form_view_max)
|
|
808 |
table.removeChild(table.firstChild);
|
809 |
|
810 |
generate_page_nav(table.firstChild.id.replace(form_id+'form_view', ""),form_id, form_view_count, form_view_max);
|
811 |
-
|
812 |
}
|
813 |
|
814 |
function page_next(id, form_id, form_view_count, form_view_max)
|
@@ -825,7 +825,7 @@ function page_next(id, form_id, form_view_count, form_view_max)
|
|
825 |
table.removeChild(table.firstChild);
|
826 |
|
827 |
generate_page_nav(table.firstChild.id.replace(form_id+'form_view', ""), form_id, form_view_count, form_view_max);
|
828 |
-
|
829 |
}
|
830 |
|
831 |
function randomSort(a,b) {
|
808 |
table.removeChild(table.firstChild);
|
809 |
|
810 |
generate_page_nav(table.firstChild.id.replace(form_id+'form_view', ""),form_id, form_view_count, form_view_max);
|
811 |
+
window.scrollTo(0, 0);
|
812 |
}
|
813 |
|
814 |
function page_next(id, form_id, form_view_count, form_view_max)
|
825 |
table.removeChild(table.firstChild);
|
826 |
|
827 |
generate_page_nav(table.firstChild.id.replace(form_id+'form_view', ""), form_id, form_view_count, form_view_max);
|
828 |
+
window.scrollTo(0, 0);
|
829 |
}
|
830 |
|
831 |
function randomSort(a,b) {
|
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.5
|
7 |
-
Stable tag: 1.5.
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
@@ -131,7 +131,7 @@ After downloading the ZIP file of the Contact Form Maker
|
|
131 |
Once the plugin of the Contact Form Maker is activated, you'll notice a menu on the left called "Contact Form". Here you can manage contact forms and submissions of the Contact Form Maker.
|
132 |
If any problem occurs with the Contact Form Maker, please contact us info@web-dorado.com in order to correct the mistakes of the Contact Form Maker plugin.
|
133 |
|
134 |
-
== Screenshots
|
135 |
1. Contact Form Maker - Sample RSVP
|
136 |
2. Contact Form Maker - Sample form
|
137 |
3. Contact Form Maker - Manage forms
|
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.5
|
7 |
+
Stable tag: 1.5.4
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
131 |
Once the plugin of the Contact Form Maker is activated, you'll notice a menu on the left called "Contact Form". Here you can manage contact forms and submissions of the Contact Form Maker.
|
132 |
If any problem occurs with the Contact Form Maker, please contact us info@web-dorado.com in order to correct the mistakes of the Contact Form Maker plugin.
|
133 |
|
134 |
+
== Screenshots ==
|
135 |
1. Contact Form Maker - Sample RSVP
|
136 |
2. Contact Form Maker - Sample form
|
137 |
3. Contact Form Maker - Manage forms
|
recaptchalib.php
CHANGED
@@ -244,4 +244,4 @@ if (!function_exists('_recaptcha_qsencode')) {
|
|
244 |
}
|
245 |
}
|
246 |
|
247 |
-
?>
|
244 |
}
|
245 |
}
|
246 |
|
247 |
+
?>
|