Version Description
Download this release
Release Info
Developer | webdorado |
Plugin | Form Maker by WD – user-friendly drag & drop Form Builder plugin |
Version | 1.6.0 |
Comparing to | |
See all releases |
Code changes from version 1.5.9 to 1.6.0
- Form_Maker.php +1 -1
- js/formmaker_free.js +8 -2
- js/main_front_end.js +2 -2
- readme.txt +1 -1
Form_Maker.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
Plugin Name: 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 |
Author: http://web-dorado.com/
|
8 |
License: GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
|
9 |
*/
|
3 |
Plugin Name: 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.6.0
|
7 |
Author: http://web-dorado.com/
|
8 |
License: GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
|
9 |
*/
|
js/formmaker_free.js
CHANGED
@@ -20376,10 +20376,16 @@ function make_pagebreak_button(next_or_previous,title,type, class_ ,id)
|
|
20376 |
|
20377 |
function show_or_hide(id)
|
20378 |
{
|
20379 |
-
if(!jQuery("#form_id_tempform_view"+id).is(":visible"))
|
20380 |
show_form_view(id);
|
20381 |
-
|
|
|
|
|
|
|
20382 |
hide_form_view(id);
|
|
|
|
|
|
|
20383 |
}
|
20384 |
|
20385 |
function show_form_view(id)
|
20376 |
|
20377 |
function show_or_hide(id)
|
20378 |
{
|
20379 |
+
if(!jQuery("#form_id_tempform_view"+id).is(":visible")) {
|
20380 |
show_form_view(id);
|
20381 |
+
jQuery("#show_page_img_"+id).attr("onmouseover", "chnage_icons_src(this,'minus')");
|
20382 |
+
jQuery("#show_page_img_"+id).attr("onmouseout", "chnage_icons_src(this,'minus')");
|
20383 |
+
}
|
20384 |
+
else {
|
20385 |
hide_form_view(id);
|
20386 |
+
jQuery("#show_page_img_"+id).attr("onmouseover", "chnage_icons_src(this,'plus')");
|
20387 |
+
jQuery("#show_page_img_"+id).attr("onmouseout", "chnage_icons_src(this,'plus')");
|
20388 |
+
}
|
20389 |
}
|
20390 |
|
20391 |
function show_form_view(id)
|
js/main_front_end.js
CHANGED
@@ -1029,7 +1029,7 @@ function check_required(but_type, form_id)
|
|
1029 |
|
1030 |
case "type_address":
|
1031 |
{
|
1032 |
-
if(document.getElementById(i+"_street1"+form_id).value=="" || document.getElementById(i+"_city"+form_id).value=="" || document.getElementById(i+"_state"+form_id).value=="" || document.getElementById(i+"_postal"+form_id).value=="" || document.getElementById(i+"_country"+form_id).value=="")
|
1033 |
seted=false;
|
1034 |
break;
|
1035 |
|
@@ -1363,7 +1363,7 @@ function check(id, form_id)
|
|
1363 |
|
1364 |
case "type_address":
|
1365 |
{
|
1366 |
-
if(document.getElementById(i+"_street1"+form_id).value=="" || document.getElementById(i+"_city"+form_id).value=="" || document.getElementById(i+"_state"+form_id).value=="" || document.getElementById(i+"_postal"+form_id).value=="" || document.getElementById(i+"_country"+form_id).value=="")
|
1367 |
seted=false;
|
1368 |
break;
|
1369 |
|
1029 |
|
1030 |
case "type_address":
|
1031 |
{
|
1032 |
+
if ((document.getElementById(i+"_street1"+form_id) && document.getElementById(i+"_street1"+form_id).value=="") || (document.getElementById(i+"_city"+form_id) && document.getElementById(i+"_city"+form_id).value=="") || (document.getElementById(i+"_state"+form_id) && document.getElementById(i+"_state"+form_id).value=="") || (document.getElementById(i+"_postal"+form_id) && document.getElementById(i+"_postal"+form_id).value=="") || (document.getElementById(i+"_country"+form_id) && document.getElementById(i+"_country"+form_id).value==""))
|
1033 |
seted=false;
|
1034 |
break;
|
1035 |
|
1363 |
|
1364 |
case "type_address":
|
1365 |
{
|
1366 |
+
if ((document.getElementById(i+"_street1"+form_id) && document.getElementById(i+"_street1"+form_id).value=="") || (document.getElementById(i+"_city"+form_id) && document.getElementById(i+"_city"+form_id).value=="") || (document.getElementById(i+"_state"+form_id) && document.getElementById(i+"_state"+form_id).value=="") || (document.getElementById(i+"_postal"+form_id) && document.getElementById(i+"_postal"+form_id).value=="") || (document.getElementById(i+"_country"+form_id) && document.getElementById(i+"_country"+form_id).value==""))
|
1367 |
seted=false;
|
1368 |
break;
|
1369 |
|
readme.txt
CHANGED
@@ -4,7 +4,7 @@ Donate link: http://web-dorado.com/products/wordpress-form.html
|
|
4 |
Tags: form, forms, contact form, contact forms, form plugin, forms plugin, forms plugin, form builder, form manager, multiple forms, custom form, form maker, form with recaptcha, form with google map, feedback form, feedback forms, contact us, paypal form
|
5 |
Requires at least: 3.0
|
6 |
Tested up to: 3.5
|
7 |
-
Stable tag: 1.
|
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, form plugin, forms plugin, forms plugin, form builder, form manager, multiple forms, custom form, form maker, form with recaptcha, form with google map, feedback form, feedback forms, contact us, paypal form
|
5 |
Requires at least: 3.0
|
6 |
Tested up to: 3.5
|
7 |
+
Stable tag: 1.6.0
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|