Version Description
Download this release
Release Info
Developer | webdorado |
Plugin | Contact Form by WD – responsive drag & drop contact form builder tool |
Version | 1.7.23 |
Comparing to | |
See all releases |
Code changes from version 1.7.22 to 1.7.23
- contact-form-maker.php +1 -1
- frontend/views/FMViewForm_maker_fmc.php +2 -3
- js/main_front_end.js +15 -2
- readme.txt +16 -16
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: WebDorado
|
8 |
* Author URI: http://web-dorado.com/
|
9 |
* License: GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
|
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.23
|
7 |
* Author: WebDorado
|
8 |
* Author URI: http://web-dorado.com/
|
9 |
* License: GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
|
frontend/views/FMViewForm_maker_fmc.php
CHANGED
@@ -1948,9 +1948,8 @@ class FMViewForm_maker_fmc {
|
|
1948 |
$publickey=($row->public_key ? $row->public_key : '0');
|
1949 |
$error = null;
|
1950 |
require_once(WD_FMC_DIR . '/recaptchalib.php');
|
1951 |
-
$rep ='<div type="type_recaptcha" class="wdform-field"><div class="wdform-label-section" style="'.$param['w_field_label_pos1'].'; width: '.$param['w_field_label_size'].'px;"><span class="wdform-label">'.$label.'</span></div><div class="wdform-element-section '.$param['w_class'].'" style="'.$param['w_field_label_pos2'].';">
|
1952 |
-
<div id="wd_recaptcha'.$form_id.'" '.$param['attributes'].'>'.recaptcha_get_html($publickey, $error).'</div></div></div>
|
1953 |
-
<script>var RecaptchaOptions = {theme: "'.$param['w_theme'].'"};</script>';
|
1954 |
break;
|
1955 |
}
|
1956 |
|
1948 |
$publickey=($row->public_key ? $row->public_key : '0');
|
1949 |
$error = null;
|
1950 |
require_once(WD_FMC_DIR . '/recaptchalib.php');
|
1951 |
+
$rep ='<script>var RecaptchaOptions = {theme: "'.$param['w_theme'].'"};</script><div type="type_recaptcha" class="wdform-field"><div class="wdform-label-section" style="'.$param['w_field_label_pos1'].'; width: '.$param['w_field_label_size'].'px;"><span class="wdform-label">'.$label.'</span></div><div class="wdform-element-section '.$param['w_class'].'" style="'.$param['w_field_label_pos2'].';">
|
1952 |
+
<div id="wd_recaptcha'.$form_id.'" '.$param['attributes'].'>'.recaptcha_get_html($publickey, $error).'</div></div></div>';
|
|
|
1953 |
break;
|
1954 |
}
|
1955 |
|
js/main_front_end.js
CHANGED
@@ -77,8 +77,21 @@ function captcha_refresh(id, genid)
|
|
77 |
}
|
78 |
}
|
79 |
|
80 |
-
function set_checked(id,j,form_id)
|
81 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
82 |
}
|
83 |
|
84 |
function set_select(value) {
|
77 |
}
|
78 |
}
|
79 |
|
80 |
+
function set_checked(id,j,form_id)
|
81 |
+
{
|
82 |
+
checking=document.getElementById(id+"_element"+form_id+j);
|
83 |
+
if(checking.getAttribute('other'))
|
84 |
+
if(checking.getAttribute('other')==1)
|
85 |
+
if(!checking.checked)
|
86 |
+
{
|
87 |
+
if(document.getElementById(id+"_other_input"+form_id))
|
88 |
+
{
|
89 |
+
document.getElementById(id+"_other_input"+form_id).parentNode.removeChild(document.getElementById(id+"_other_br"+form_id));
|
90 |
+
document.getElementById(id+"_other_input"+form_id).parentNode.removeChild(document.getElementById(id+"_other_input"+form_id));
|
91 |
+
}
|
92 |
+
return false;
|
93 |
+
}
|
94 |
+
return true;
|
95 |
}
|
96 |
|
97 |
function set_select(value) {
|
readme.txt
CHANGED
@@ -3,8 +3,8 @@ Contributors: webdorado
|
|
3 |
Donate link: http://web-dorado.com/products/wordpress-contact-form-maker-plugin.html
|
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: 4.
|
7 |
-
Stable tag: 1.7.
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
@@ -28,7 +28,7 @@ The product has cross-browser compatibility, which allows using the Contact form
|
|
28 |
###Features of the Contact Form Maker
|
29 |
|
30 |
* WordPress 3.0+
|
31 |
-
* 7 field types of the Contact Form Maker
|
32 |
* Custom HTML
|
33 |
* Text Input (10 sub-types)
|
34 |
* Captcha
|
@@ -36,20 +36,20 @@ The product has cross-browser compatibility, which allows using the Contact form
|
|
36 |
* Section break
|
37 |
* Map
|
38 |
* Button
|
39 |
-
* Possibility to add Custom HTML between the fields
|
40 |
-
* Pagination
|
41 |
-
* Support for section break
|
42 |
-
* Possibility of add custom CSS and Javascript
|
43 |
-
* Additional attributes for each field to add certain properties using Java Script
|
44 |
-
* Submissions are send to the provided admin address(es) and submitter (optional)
|
45 |
* Custom text for admin and users
|
46 |
-
* Shortcode for easier input of the created contact form into Pages/Posts
|
47 |
-
* Chance to add custom HTML
|
48 |
-
* Detailed parameters for each field type
|
49 |
-
* Data validation before the submission of the contact form
|
50 |
-
* Detailed Submissions field including the submissions of all contact forms
|
51 |
-
* 10 built-in templates
|
52 |
-
* Required and hidden fields for advanced contact forms
|
53 |
|
54 |
|
55 |
### Supported languages Of the Contact Form Maker
|
3 |
Donate link: http://web-dorado.com/products/wordpress-contact-form-maker-plugin.html
|
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: 4.1
|
7 |
+
Stable tag: 1.7.23
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
28 |
###Features of the Contact Form Maker
|
29 |
|
30 |
* WordPress 3.0+
|
31 |
+
* 7 field types of the Contact Form Maker.
|
32 |
* Custom HTML
|
33 |
* Text Input (10 sub-types)
|
34 |
* Captcha
|
36 |
* Section break
|
37 |
* Map
|
38 |
* Button
|
39 |
+
* Possibility to add Custom HTML between the fields .
|
40 |
+
* Pagination.
|
41 |
+
* Support for section break.
|
42 |
+
* Possibility of add custom CSS and Javascript.
|
43 |
+
* Additional attributes for each field to add certain properties using Java Script.
|
44 |
+
* Submissions are send to the provided admin address(es) and submitter (optional).
|
45 |
* Custom text for admin and users
|
46 |
+
* Shortcode for easier input of the created contact form into Pages/Posts.
|
47 |
+
* Chance to add custom HTML.
|
48 |
+
* Detailed parameters for each field type.
|
49 |
+
* Data validation before the submission of the contact form.
|
50 |
+
* Detailed Submissions field including the submissions of all contact forms.
|
51 |
+
* 10 built-in templates.
|
52 |
+
* Required and hidden fields for advanced contact forms.
|
53 |
|
54 |
|
55 |
### Supported languages Of the Contact Form Maker
|