Version Description
- Few White Space Bugs Fixed
- All Languages Updated
- Compatibility with 4.7.3
Download this release
Release Info
Developer | contact-banker |
Plugin | Contact Bank: WordPress Form Builder for Contact Forms |
Version | 2.1.33 |
Comparing to | |
See all releases |
Code changes from version 2.1.32 to 2.1.33
- contact-bank.php +1 -1
- frontend_views/contact_bank_forms.php +1 -2
- includes/cb_textarea.php +1 -1
- lib/contact_bank_layout_settings-class.php +1 -1
- lib/contact_frontend_data_class.php +3 -3
- readme.txt +20 -14
contact-bank.php
CHANGED
@@ -4,7 +4,7 @@
|
|
4 |
* Plugin URI: http://tech-banker.com
|
5 |
* Description: Build Complex, Powerful Contact Forms in Just Seconds. No Programming Knowledge Required! Yeah, It's Really That Easy.
|
6 |
* Author: Tech Banker
|
7 |
-
* Version: 2.1.
|
8 |
* Author URI: http://tech-banker.com
|
9 |
* License: GPLv3 or later
|
10 |
* Text Domain: contact-bank
|
4 |
* Plugin URI: http://tech-banker.com
|
5 |
* Description: Build Complex, Powerful Contact Forms in Just Seconds. No Programming Knowledge Required! Yeah, It's Really That Easy.
|
6 |
* Author: Tech Banker
|
7 |
+
* Version: 2.1.33
|
8 |
* Author URI: http://tech-banker.com
|
9 |
* License: GPLv3 or later
|
10 |
* Text Domain: contact-bank
|
frontend_views/contact_bank_forms.php
CHANGED
@@ -597,8 +597,7 @@ jQuery("#ux_frm_front_end_form_<?php echo $form_id ."_". $rand_value; ?>").valid
|
|
597 |
},
|
598 |
function(data)
|
599 |
{
|
600 |
-
|
601 |
-
jQuery.post(ajaxurl, "form_id="+form_id+"&submit_id="+submit_id+"¶m=email_management&action=email_management_contact_form_library", function(data)
|
602 |
{
|
603 |
setTimeout(function()
|
604 |
{
|
597 |
},
|
598 |
function(data)
|
599 |
{
|
600 |
+
jQuery.post(ajaxurl, "form_id="+form_id+"&submit_id="+data+"¶m=email_management&action=email_management_contact_form_library", function(data)
|
|
|
601 |
{
|
602 |
setTimeout(function()
|
603 |
{
|
includes/cb_textarea.php
CHANGED
@@ -41,7 +41,7 @@ else
|
|
41 |
);
|
42 |
$form_settings[$dynamicId]["dynamic_id"] = $dynamicId;
|
43 |
$form_settings[$dynamicId]["control_type"] = "1";
|
44 |
-
for($flag = 0; $flag<count($form_data)
|
45 |
{
|
46 |
$form_settings[$dynamicId][$form_data[$flag]->dynamic_settings_key] = $form_data[$flag]->dynamic_settings_value;
|
47 |
}
|
41 |
);
|
42 |
$form_settings[$dynamicId]["dynamic_id"] = $dynamicId;
|
43 |
$form_settings[$dynamicId]["control_type"] = "1";
|
44 |
+
for($flag = 0; $flag < count($form_data); $flag++)
|
45 |
{
|
46 |
$form_settings[$dynamicId][$form_data[$flag]->dynamic_settings_key] = $form_data[$flag]->dynamic_settings_value;
|
47 |
}
|
lib/contact_bank_layout_settings-class.php
CHANGED
@@ -33,7 +33,7 @@ else
|
|
33 |
$form_id
|
34 |
)
|
35 |
);
|
36 |
-
for($flag = 0; $flag<count($form_settings_controls);$flag++)
|
37 |
{
|
38 |
$layout_settings[$form_settings_controls[$flag]->form_settings_key] = $form_settings_controls[$flag]->form_settings_value;
|
39 |
}
|
33 |
$form_id
|
34 |
)
|
35 |
);
|
36 |
+
for($flag = 0; $flag < count($form_settings_controls);$flag++)
|
37 |
{
|
38 |
$layout_settings[$form_settings_controls[$flag]->form_settings_key] = $form_settings_controls[$flag]->form_settings_value;
|
39 |
}
|
lib/contact_frontend_data_class.php
CHANGED
@@ -33,7 +33,7 @@ else
|
|
33 |
)
|
34 |
);
|
35 |
?>
|
36 |
-
<div id="
|
37 |
<table class="table table-striped" id="data-table-frontend" style="width:100%;">
|
38 |
<thead>
|
39 |
<tr>
|
@@ -67,12 +67,12 @@ else
|
|
67 |
$form_id
|
68 |
)
|
69 |
);
|
70 |
-
for($flag1=0
|
71 |
{
|
72 |
?>
|
73 |
<tr>
|
74 |
<?php
|
75 |
-
for($flag2=0
|
76 |
{
|
77 |
$form_control_labels_values = $wpdb->get_var
|
78 |
(
|
33 |
)
|
34 |
);
|
35 |
?>
|
36 |
+
<div id="divData">
|
37 |
<table class="table table-striped" id="data-table-frontend" style="width:100%;">
|
38 |
<thead>
|
39 |
<tr>
|
67 |
$form_id
|
68 |
)
|
69 |
);
|
70 |
+
for($flag1 = 0; $flag1 < count($form_submit_count); $flag1++)
|
71 |
{
|
72 |
?>
|
73 |
<tr>
|
74 |
<?php
|
75 |
+
for($flag2 = 0; $flag2 < count($form_data); $flag2++)
|
76 |
{
|
77 |
$form_control_labels_values = $wpdb->get_var
|
78 |
(
|
readme.txt
CHANGED
@@ -2,8 +2,8 @@
|
|
2 |
Contributors: contact-banker, Gallery-Bank
|
3 |
Tags: advanced form, best contact form plugin, contact form builder, contact manager, contact us form, custom form, feedback form, web form, contact us, contact bank, contact form, forms
|
4 |
Requires at least: 3.1
|
5 |
-
Tested up to: 4.7
|
6 |
-
Stable
|
7 |
License: GPLv3 or later
|
8 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
9 |
|
@@ -13,7 +13,7 @@ Contact Bank is an ultimate form builder wordpress plugin that lets you create c
|
|
13 |
|
14 |
**Contact Bank** is an ultimate WordPress Plugin loaded with 200+ Features and designed to create simple but powerful contact forms easily and hassle free within few seconds.
|
15 |
|
16 |
-
**Contact Bank** provides you with
|
17 |
|
18 |
**Contact Bank** has become the **Best Plugin** in the world for WordPress sites to display forms. It has been designed to provide easiness and simplicity to the end user. It is a very simple but fully loaded with 200+ features(**Premium Version**) Plugin.
|
19 |
|
@@ -48,7 +48,7 @@ https://www.youtube.com/watch?v=yDYlsMhA3G0
|
|
48 |
|
49 |
* Multi-Lingual. Available now in 36 Languages.
|
50 |
* Responsive Forms
|
51 |
-
*
|
52 |
* Unlimited Fields in each Form
|
53 |
* Edit Forms and add/edit/delete fields.
|
54 |
* Bulk Upload of Fields
|
@@ -511,9 +511,9 @@ Once you click on the link, this page will open. Here you can view the Status of
|
|
511 |
[Click here to view the Image](http://tech-banker.com/wp-content/uploads/2013/11/system_status3-794x1024.png)
|
512 |
|
513 |
|
514 |
-
= How to set
|
515 |
|
516 |
-
In order to set
|
517 |
|
518 |
1) Locate Pages Menu on the left side of WordPress Dashboard Menus and then click on All Pages.
|
519 |
|
@@ -544,18 +544,24 @@ In order to set Shortcode for a Form, you need to follow these steps :
|
|
544 |
10. How to Preview a Form?
|
545 |
11. How to use Email Settings in Contact Bank?
|
546 |
12. How to view System Status?
|
547 |
-
13. How to set
|
548 |
|
549 |
|
550 |
== Changelog ==
|
551 |
|
552 |
-
= 2.1.
|
|
|
|
|
|
|
|
|
|
|
|
|
553 |
|
554 |
* Translation Files Updated
|
555 |
* All Languages Updated
|
556 |
* Translation Constant Bug Fixed
|
557 |
|
558 |
-
= 2.1.31 =
|
559 |
|
560 |
* Obsolete Code removed
|
561 |
* Unused Files removed
|
@@ -1405,7 +1411,7 @@ In order to set Shortcode for a Form, you need to follow these steps :
|
|
1405 |
= 2.0.1 =
|
1406 |
|
1407 |
* Few Bugs Fixed
|
1408 |
-
* Add how to add
|
1409 |
* Updated Languages
|
1410 |
|
1411 |
|
@@ -1452,20 +1458,20 @@ In order to set Shortcode for a Form, you need to follow these steps :
|
|
1452 |
|
1453 |
= 1.7 =
|
1454 |
|
1455 |
-
* Bugs fixed with
|
1456 |
|
1457 |
= 1.6 =
|
1458 |
|
1459 |
* Widget Added
|
1460 |
* Database Bugs Fixed
|
1461 |
-
* Code
|
1462 |
-
*
|
1463 |
|
1464 |
= 1.5 =
|
1465 |
|
1466 |
* Bugs Fixed with Multiple Controls
|
1467 |
* Database Bugs Fixed
|
1468 |
-
* Code
|
1469 |
* Front End Bugs Fixed
|
1470 |
|
1471 |
= 1.4 =
|
2 |
Contributors: contact-banker, Gallery-Bank
|
3 |
Tags: advanced form, best contact form plugin, contact form builder, contact manager, contact us form, custom form, feedback form, web form, contact us, contact bank, contact form, forms
|
4 |
Requires at least: 3.1
|
5 |
+
Tested up to: 4.7.3
|
6 |
+
Stable Tag: 2.1.33
|
7 |
License: GPLv3 or later
|
8 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
9 |
|
13 |
|
14 |
**Contact Bank** is an ultimate WordPress Plugin loaded with 200+ Features and designed to create simple but powerful contact forms easily and hassle free within few seconds.
|
15 |
|
16 |
+
**Contact Bank** provides you with powerful Control Panel and Short code Manager make getting started super easy.
|
17 |
|
18 |
**Contact Bank** has become the **Best Plugin** in the world for WordPress sites to display forms. It has been designed to provide easiness and simplicity to the end user. It is a very simple but fully loaded with 200+ features(**Premium Version**) Plugin.
|
19 |
|
48 |
|
49 |
* Multi-Lingual. Available now in 36 Languages.
|
50 |
* Responsive Forms
|
51 |
+
* Short code Wizard in your Page/Post.
|
52 |
* Unlimited Fields in each Form
|
53 |
* Edit Forms and add/edit/delete fields.
|
54 |
* Bulk Upload of Fields
|
511 |
[Click here to view the Image](http://tech-banker.com/wp-content/uploads/2013/11/system_status3-794x1024.png)
|
512 |
|
513 |
|
514 |
+
= How to set Short code for a Form in Contact Bank Plugin? =
|
515 |
|
516 |
+
In order to set Short code for a Form, you need to follow these steps :
|
517 |
|
518 |
1) Locate Pages Menu on the left side of WordPress Dashboard Menus and then click on All Pages.
|
519 |
|
544 |
10. How to Preview a Form?
|
545 |
11. How to use Email Settings in Contact Bank?
|
546 |
12. How to view System Status?
|
547 |
+
13. How to set Short code for a Form in Contact Bank Plugin?
|
548 |
|
549 |
|
550 |
== Changelog ==
|
551 |
|
552 |
+
= 2.1.33 =
|
553 |
+
|
554 |
+
* Few White Space Bugs Fixed
|
555 |
+
* All Languages Updated
|
556 |
+
* Compatibility with 4.7.3
|
557 |
+
|
558 |
+
= 2.1.32 =
|
559 |
|
560 |
* Translation Files Updated
|
561 |
* All Languages Updated
|
562 |
* Translation Constant Bug Fixed
|
563 |
|
564 |
+
= 2.1.31 =
|
565 |
|
566 |
* Obsolete Code removed
|
567 |
* Unused Files removed
|
1411 |
= 2.0.1 =
|
1412 |
|
1413 |
* Few Bugs Fixed
|
1414 |
+
* Add how to add Short code to your Page/Post.
|
1415 |
* Updated Languages
|
1416 |
|
1417 |
|
1458 |
|
1459 |
= 1.7 =
|
1460 |
|
1461 |
+
* Bugs fixed with short codes in subject field for both mails.
|
1462 |
|
1463 |
= 1.6 =
|
1464 |
|
1465 |
* Widget Added
|
1466 |
* Database Bugs Fixed
|
1467 |
+
* Code Optimized
|
1468 |
+
* CSS Issues Fixed
|
1469 |
|
1470 |
= 1.5 =
|
1471 |
|
1472 |
* Bugs Fixed with Multiple Controls
|
1473 |
* Database Bugs Fixed
|
1474 |
+
* Code Optimized
|
1475 |
* Front End Bugs Fixed
|
1476 |
|
1477 |
= 1.4 =
|