Contact Bank: WordPress Form Builder for Contact Forms - Version 2.0.38

Version Description

  • Few Bugs Fixed
  • Banners Updated
Download this release

Release Info

Developer contact-banker
Plugin Icon 128x128 Contact Bank: WordPress Form Builder for Contact Forms
Version 2.0.38
Comparing to
See all releases

Code changes from version 2.0.37 to 2.0.38

assets/images/img.png CHANGED
Binary file
contact-bank.php CHANGED
@@ -4,7 +4,7 @@ Plugin Name: Contact Bank Standard 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.0.37
8
  Author URI: http://tech-banker.com
9
  */
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.0.38
8
  Author URI: http://tech-banker.com
9
  */
10
  ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
lib/contact_bank_frontend-class.php CHANGED
@@ -39,7 +39,7 @@ if(isset($_REQUEST["param"]))
39
  switch($field_id)
40
  {
41
  case 1:
42
- $ux_txt = esc_attr($_REQUEST["ux_txt_control_".$dynamicId]);
43
  $wpdb->query
44
  (
45
  $wpdb->prepare
@@ -54,7 +54,7 @@ if(isset($_REQUEST["param"]))
54
  );
55
  break;
56
  case 2:
57
- $ux_textarea = esc_attr($_REQUEST["ux_textarea_control_".$dynamicId]);
58
  $wpdb->query
59
  (
60
  $wpdb->prepare
@@ -69,7 +69,7 @@ if(isset($_REQUEST["param"]))
69
  );
70
  break;
71
  case 3:
72
- $ux_email = esc_attr($_REQUEST["ux_txt_email_".$dynamicId]);
73
  $wpdb->query
74
  (
75
  $wpdb->prepare
39
  switch($field_id)
40
  {
41
  case 1:
42
+ $ux_txt = esc_attr(stripslashes($_REQUEST["ux_txt_control_".$dynamicId]));
43
  $wpdb->query
44
  (
45
  $wpdb->prepare
54
  );
55
  break;
56
  case 2:
57
+ $ux_textarea = esc_attr(stripslashes($_REQUEST["ux_textarea_control_".$dynamicId]));
58
  $wpdb->query
59
  (
60
  $wpdb->prepare
69
  );
70
  break;
71
  case 3:
72
+ $ux_email = esc_attr(stripslashes($_REQUEST["ux_txt_email_".$dynamicId]));
73
  $wpdb->query
74
  (
75
  $wpdb->prepare
readme.txt CHANGED
@@ -3,7 +3,7 @@ Contributors: contact-banker, Gallery-Bank
3
  Tags: admin, advanced form, AJAX, best contact form plugin, buddypress, category, comment, comments, contact, contact bank, contact form, contact form 7, contact form builder, contact form plugin, contact forms, contact me, contact us, contacts, content, easy contact form, easy contact plugin, email, Facebook, feed, feedback, feedback form, form, form builder, forms, gallery, google, image, images, javascript, jquery, link, links, login, media, page, pages, plugin, Post, posts, request, rss, seo, shortcode, sidebar, stats, text, web form, widget, wordpress
4
  Requires at least: 3.3
5
  Tested up to: 3.9.1
6
- Stable tag: 2.0.37
7
  License: GPLv2 or later
8
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
9
 
@@ -29,7 +29,7 @@ It provides a powerful engine for uploading and managing dynamic forms with more
29
 
30
  ***The Contact Bank WordPress Plugin is now proudly maintained by <a href="http://www.tech-banker.com">Tech Banker Pte Ltd.</a> since March 2014.***
31
 
32
- ***June 30, 2014: We're happy to announce that Contact Bank reached 52,100+ plugin downloads in only 10 months. We frequently receive positive feedback from people using our Contact Bank Plugin for WordPress. Thanks so much for your support!***
33
 
34
  <a href="http://tech-banker.com/forum/contact-bank-support/" target="_blank">Support Desk - feel free to ask your Queries</a>
35
 
@@ -522,6 +522,11 @@ In order to set Shortcode for a Form, you need to follow these steps :
522
 
523
  == Changelog ==
524
 
 
 
 
 
 
525
  = 2.0.37 =
526
 
527
  * Polish Language Updated
3
  Tags: admin, advanced form, AJAX, best contact form plugin, buddypress, category, comment, comments, contact, contact bank, contact form, contact form 7, contact form builder, contact form plugin, contact forms, contact me, contact us, contacts, content, easy contact form, easy contact plugin, email, Facebook, feed, feedback, feedback form, form, form builder, forms, gallery, google, image, images, javascript, jquery, link, links, login, media, page, pages, plugin, Post, posts, request, rss, seo, shortcode, sidebar, stats, text, web form, widget, wordpress
4
  Requires at least: 3.3
5
  Tested up to: 3.9.1
6
+ Stable tag: 2.0.38
7
  License: GPLv2 or later
8
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
9
 
29
 
30
  ***The Contact Bank WordPress Plugin is now proudly maintained by <a href="http://www.tech-banker.com">Tech Banker Pte Ltd.</a> since March 2014.***
31
 
32
+ ***July 1, 2014: We're happy to announce that Contact Bank reached 53,200+ plugin downloads in only 10 months. We frequently receive positive feedback from people using our Contact Bank Plugin for WordPress. Thanks so much for your support!***
33
 
34
  <a href="http://tech-banker.com/forum/contact-bank-support/" target="_blank">Support Desk - feel free to ask your Queries</a>
35
 
522
 
523
  == Changelog ==
524
 
525
+ = 2.0.38 =
526
+
527
+ * Few Bugs Fixed
528
+ * Banners Updated
529
+
530
  = 2.0.37 =
531
 
532
  * Polish Language Updated
views/add_contact_email.php CHANGED
@@ -125,7 +125,7 @@ $email_data = $wpdb->get_row
125
  <span class="error">*</span>
126
  </label>
127
  <div class="layout-controls">
128
- <input type="text" class="layout-span8" id="ux_txt_from_name" name="ux_txt_from_name" value="<?php echo isset($email_data->from_name) ? $email_data->from_name : ""; ?>" placeholder="<?php _e( "Enter from name ", contact_bank ); ?>"/>
129
  <select class="layout-span4" id="ux_ddl_from_name" name="ux_ddl_from_name" style=" float: right; " onchange="append_control_shortcode(this.id,'ux_txt_from_name');">
130
  <option value=""><?php _e("Select a field", contact_bank);?></option>
131
  </select>
@@ -184,7 +184,7 @@ $email_data = $wpdb->get_row
184
  <span class="error">*</span>
185
  </label>
186
  <div class="layout-controls">
187
- <input type="text" class="layout-span8" id="ux_txt_subject" name="ux_txt_subject" value="<?php echo isset($email_data->subject) ? $email_data->subject : ""; ?>" placeholder="<?php _e( "Enter Subject", contact_bank ); ?>"/>
188
  <select class="layout-span4" id="ux_ddl_subject" name="ux_ddl_subject" style=" float: right;" onchange="append_control_shortcode(this.id,'ux_txt_subject');">
189
  <option value=""><?php _e("Select a field", contact_bank);?></option>
190
  </select>
@@ -197,7 +197,7 @@ $email_data = $wpdb->get_row
197
  <div class="layout-controls">
198
  <div class="layout-span8">
199
  <?php
200
- $distribution = isset($email_data->body_content) ? $email_data->body_content : "";
201
  wp_editor( $distribution, $id ="uxEmailTemplate", array("media_buttons" => true, "textarea_rows" => 8, "tabindex" => 4 ) );
202
  ?>
203
  </div>
125
  <span class="error">*</span>
126
  </label>
127
  <div class="layout-controls">
128
+ <input type="text" class="layout-span8" id="ux_txt_from_name" name="ux_txt_from_name" value="<?php echo isset($email_data->from_name) ? stripslashes($email_data->from_name) : ""; ?>" placeholder="<?php _e( "Enter from name ", contact_bank ); ?>"/>
129
  <select class="layout-span4" id="ux_ddl_from_name" name="ux_ddl_from_name" style=" float: right; " onchange="append_control_shortcode(this.id,'ux_txt_from_name');">
130
  <option value=""><?php _e("Select a field", contact_bank);?></option>
131
  </select>
184
  <span class="error">*</span>
185
  </label>
186
  <div class="layout-controls">
187
+ <input type="text" class="layout-span8" id="ux_txt_subject" name="ux_txt_subject" value="<?php echo isset($email_data->subject) ? stripslashes($email_data->subject) : ""; ?>" placeholder="<?php _e( "Enter Subject", contact_bank ); ?>"/>
188
  <select class="layout-span4" id="ux_ddl_subject" name="ux_ddl_subject" style=" float: right;" onchange="append_control_shortcode(this.id,'ux_txt_subject');">
189
  <option value=""><?php _e("Select a field", contact_bank);?></option>
190
  </select>
197
  <div class="layout-controls">
198
  <div class="layout-span8">
199
  <?php
200
+ $distribution = isset($email_data->body_content) ? stripslashes($email_data->body_content) : "";
201
  wp_editor( $distribution, $id ="uxEmailTemplate", array("media_buttons" => true, "textarea_rows" => 8, "tabindex" => 4 ) );
202
  ?>
203
  </div>