Version Description
Download this release
Release Info
Developer | contact-banker |
Plugin | Contact Bank: WordPress Form Builder for Contact Forms |
Version | 2.1.22 |
Comparing to | |
See all releases |
Code changes from version 2.1.21 to 2.1.22
- contact-bank.php +1 -1
- frontend_views/contact_bank_forms.php +7 -7
- lib/install-script.php +1 -1
- readme.txt +1 -1
- views/contact_view.php +1 -1
- views/header.php +1 -1
contact-bank.php
CHANGED
@@ -4,7 +4,7 @@ Plugin Name: Contact Bank Lite Edition
|
|
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 |
*/
|
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.22
|
8 |
Author URI: http://tech-banker.com
|
9 |
License: GPLv3 or later
|
10 |
*/
|
frontend_views/contact_bank_forms.php
CHANGED
@@ -364,10 +364,10 @@ $rand_value = RAND(10,10000);
|
|
364 |
foreach($chk_ids as $key => $value )
|
365 |
{
|
366 |
?>
|
367 |
-
<
|
368 |
-
<
|
369 |
<?php echo $chk_values[$key]; ?>
|
370 |
-
|
371 |
<?php
|
372 |
}
|
373 |
?>
|
@@ -398,8 +398,8 @@ $rand_value = RAND(10,10000);
|
|
398 |
if($layout_settings_array[$form_id]["input_field_rdl_multiple_row"] == "0")
|
399 |
{
|
400 |
?>
|
401 |
-
<input type="radio" checked="checked" class="hovertip" id="ux_rdl_control_<?php echo $value ."_". $rand_value; ?>" name="<?php echo $form_fields[$flag]->column_dynamicId ."_". $rand_value; ?>_rdl" value ="<?php echo esc_html($rdl_values[$key]); ?>" />
|
402 |
<label style="margin:0px;vertical-align: sub;" id="rdl_id_<?php echo $value; ?>">
|
|
|
403 |
<?php echo $rdl_values[$key]; ?>
|
404 |
</label>
|
405 |
<br>
|
@@ -408,8 +408,8 @@ $rand_value = RAND(10,10000);
|
|
408 |
else
|
409 |
{
|
410 |
?>
|
411 |
-
<input type="radio" checked="checked" class="hovertip" id="ux_rdl_control_<?php echo $value ."_". $rand_value; ?>" name="<?php echo $form_fields[$flag]->column_dynamicId ."_". $rand_value; ?>_rdl" value ="<?php echo esc_html($rdl_values[$key]); ?>" />
|
412 |
<label style="margin:0px;vertical-align: sub;" id="rdl_id_<?php echo $value; ?>">
|
|
|
413 |
<?php echo $rdl_values[$key]; ?>
|
414 |
</label>
|
415 |
<?php
|
@@ -420,8 +420,8 @@ $rand_value = RAND(10,10000);
|
|
420 |
if($layout_settings_array[$form_id]["input_field_rdl_multiple_row"] == "0")
|
421 |
{
|
422 |
?>
|
423 |
-
<input type="radio" class="hovertip" id="ux_rdl_control_<?php echo $value ."_". $rand_value; ?>" name="<?php echo $form_fields[$flag]->column_dynamicId ."_". $rand_value; ?>_rdl" value ="<?php echo esc_html($rdl_values[$key]); ?>" />
|
424 |
<label style="margin:0px;vertical-align: sub;" id="rdl_id_<?php echo $value; ?>">
|
|
|
425 |
<?php echo $rdl_values[$key]; ?>
|
426 |
</label>
|
427 |
<br>
|
@@ -430,8 +430,8 @@ $rand_value = RAND(10,10000);
|
|
430 |
else
|
431 |
{
|
432 |
?>
|
433 |
-
<input type="radio" class="hovertip" id="ux_rdl_control_<?php echo $value ."_". $rand_value; ?>" name="<?php echo $form_fields[$flag]->column_dynamicId ."_". $rand_value; ?>_rdl" value ="<?php echo esc_html($rdl_values[$key]); ?>" />
|
434 |
<label style="margin:0px;vertical-align: sub;" id="rdl_id_<?php echo $value; ?>">
|
|
|
435 |
<?php echo $rdl_values[$key]; ?>
|
436 |
</label>
|
437 |
<?php
|
364 |
foreach($chk_ids as $key => $value )
|
365 |
{
|
366 |
?>
|
367 |
+
<label style="margin:0px;vertical-align: middle;" id="chk_id_<?php echo $value; ?>">
|
368 |
+
<input type="checkbox" id="ux_chk_control_<?php echo $value ."_". $rand_value; ?>" name="<?php echo $form_fields[$flag]->column_dynamicId ."_". $rand_value; ?>_chk[]" value ="<?php echo esc_html($chk_values[$key]); ?>" />
|
369 |
<?php echo $chk_values[$key]; ?>
|
370 |
+
</label>
|
371 |
<?php
|
372 |
}
|
373 |
?>
|
398 |
if($layout_settings_array[$form_id]["input_field_rdl_multiple_row"] == "0")
|
399 |
{
|
400 |
?>
|
|
|
401 |
<label style="margin:0px;vertical-align: sub;" id="rdl_id_<?php echo $value; ?>">
|
402 |
+
<input type="radio" checked="checked" class="hovertip" id="ux_rdl_control_<?php echo $value ."_". $rand_value; ?>" name="<?php echo $form_fields[$flag]->column_dynamicId ."_". $rand_value; ?>_rdl" value ="<?php echo esc_html($rdl_values[$key]); ?>" />
|
403 |
<?php echo $rdl_values[$key]; ?>
|
404 |
</label>
|
405 |
<br>
|
408 |
else
|
409 |
{
|
410 |
?>
|
|
|
411 |
<label style="margin:0px;vertical-align: sub;" id="rdl_id_<?php echo $value; ?>">
|
412 |
+
<input type="radio" checked="checked" class="hovertip" id="ux_rdl_control_<?php echo $value ."_". $rand_value; ?>" name="<?php echo $form_fields[$flag]->column_dynamicId ."_". $rand_value; ?>_rdl" value ="<?php echo esc_html($rdl_values[$key]); ?>" />
|
413 |
<?php echo $rdl_values[$key]; ?>
|
414 |
</label>
|
415 |
<?php
|
420 |
if($layout_settings_array[$form_id]["input_field_rdl_multiple_row"] == "0")
|
421 |
{
|
422 |
?>
|
|
|
423 |
<label style="margin:0px;vertical-align: sub;" id="rdl_id_<?php echo $value; ?>">
|
424 |
+
<input type="radio" class="hovertip" id="ux_rdl_control_<?php echo $value ."_". $rand_value; ?>" name="<?php echo $form_fields[$flag]->column_dynamicId ."_". $rand_value; ?>_rdl" value ="<?php echo esc_html($rdl_values[$key]); ?>" />
|
425 |
<?php echo $rdl_values[$key]; ?>
|
426 |
</label>
|
427 |
<br>
|
430 |
else
|
431 |
{
|
432 |
?>
|
|
|
433 |
<label style="margin:0px;vertical-align: sub;" id="rdl_id_<?php echo $value; ?>">
|
434 |
+
<input type="radio" class="hovertip" id="ux_rdl_control_<?php echo $value ."_". $rand_value; ?>" name="<?php echo $form_fields[$flag]->column_dynamicId ."_". $rand_value; ?>_rdl" value ="<?php echo esc_html($rdl_values[$key]); ?>" />
|
435 |
<?php echo $rdl_values[$key]; ?>
|
436 |
</label>
|
437 |
<?php
|
lib/install-script.php
CHANGED
@@ -1022,7 +1022,7 @@ for($flag = 0; $flag < count($contact_forms_for_settings); $flag++)
|
|
1022 |
$email_from_name = "Site Administration";
|
1023 |
$email_from_email = get_option('admin_email');
|
1024 |
$uxDescription_email_client = "Hi,<br><br>
|
1025 |
-
Thanks for visiting our website. We will
|
1026 |
<br>Thanks,<br><br>
|
1027 |
<strong>Support Team</strong>";
|
1028 |
$wpdb->query
|
1022 |
$email_from_name = "Site Administration";
|
1023 |
$email_from_email = get_option('admin_email');
|
1024 |
$uxDescription_email_client = "Hi,<br><br>
|
1025 |
+
Thanks for visiting our website. We will Contact you within next 24 hours.<br><br>
|
1026 |
<br>Thanks,<br><br>
|
1027 |
<strong>Support Team</strong>";
|
1028 |
$wpdb->query
|
readme.txt
CHANGED
@@ -3,7 +3,7 @@ Contributors: contact-banker, Gallery-Bank
|
|
3 |
Tags: admin, advanced form, best contact form plugin, contact, contact button, contact form, contact form builder, Contact Form Builder with recaptcha, contact form plugin, contact forms, contact forms plugin, contact manager, contact us, contact us form, contacts form plugin, custom form, feedback, feedback form, feedback forms, form, forms, forms plugin, post feedback, web form, wordpress contact form, web forms
|
4 |
Requires at least: 3.1
|
5 |
Tested up to: 4.5.3
|
6 |
-
Stable tag: 2.1.
|
7 |
License: GPLv3 or later
|
8 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
9 |
|
3 |
Tags: admin, advanced form, best contact form plugin, contact, contact button, contact form, contact form builder, Contact Form Builder with recaptcha, contact form plugin, contact forms, contact forms plugin, contact manager, contact us, contact us form, contacts form plugin, custom form, feedback, feedback form, feedback forms, form, forms, forms plugin, post feedback, web form, wordpress contact form, web forms
|
4 |
Requires at least: 3.1
|
5 |
Tested up to: 4.5.3
|
6 |
+
Stable tag: 2.1.22
|
7 |
License: GPLv3 or later
|
8 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
9 |
|
views/contact_view.php
CHANGED
@@ -200,7 +200,7 @@ else
|
|
200 |
$email_from_name = "Site Administration";
|
201 |
$email_from_email = get_option('admin_email');
|
202 |
$uxDescription_email_client = "Hi,<br><br>
|
203 |
-
Thanks for visiting our website. We will
|
204 |
<br>Thanks,<br><br>
|
205 |
<strong>Support Team</strong>
|
206 |
";
|
200 |
$email_from_name = "Site Administration";
|
201 |
$email_from_email = get_option('admin_email');
|
202 |
$uxDescription_email_client = "Hi,<br><br>
|
203 |
+
Thanks for visiting our website. We will Contact you within next 24 hours.<br><br>
|
204 |
<br>Thanks,<br><br>
|
205 |
<strong>Support Team</strong>
|
206 |
";
|
views/header.php
CHANGED
@@ -191,6 +191,6 @@ elseif(!(in_array($cb_language, $cb_lang_translated_languages)) && !(in_array($c
|
|
191 |
?>
|
192 |
<div class="custom-message red" style="display: block;margin-top:10px;">
|
193 |
<span>
|
194 |
-
<strong>You
|
195 |
</span>
|
196 |
</div>
|
191 |
?>
|
192 |
<div class="custom-message red" style="display: block;margin-top:10px;">
|
193 |
<span>
|
194 |
+
<strong>You are only allowed to add 2 Forms. Kindly purchase Premium Editions for full access.</strong>
|
195 |
</span>
|
196 |
</div>
|