Contact Form Email - Version 1.2.69

Version Description

  • Form builder corrections
Download this release

Release Info

Developer codepeople
Plugin Icon 128x128 Contact Form Email
Version 1.2.69
Comparing to
See all releases

Code changes from version 1.2.68 to 1.2.69

Files changed (3) hide show
  1. README.txt +5 -2
  2. form-to-email.php +1 -1
  3. js/fbuilderf.jquery.js +1 -1
README.txt CHANGED
@@ -454,6 +454,9 @@ When you click a field already added into the contact form builder area, you can
454
 
455
  == Changelog ==
456
 
 
 
 
457
  = 1.2.68 =
458
  * Fixed conflict with loading page plugins
459
 
@@ -965,5 +968,5 @@ When you click a field already added into the contact form builder area, you can
965
 
966
  == Upgrade Notice ==
967
 
968
- = 1.2.68 =
969
- * Fixed conflict with loading page plugins
454
 
455
  == Changelog ==
456
 
457
+ = 1.2.69 =
458
+ * Form builder corrections
459
+
460
  = 1.2.68 =
461
  * Fixed conflict with loading page plugins
462
 
968
 
969
  == Upgrade Notice ==
970
 
971
+ = 1.2.69 =
972
+ * Form builder corrections
form-to-email.php CHANGED
@@ -3,7 +3,7 @@
3
  Plugin Name: Contact Form Email
4
  Plugin URI: https://form2email.dwbooster.com/download
5
  Description: Contact form that sends the data to email and also to a database list and CSV file.
6
- Version: 1.2.68
7
  Author: CodePeople
8
  Author URI: https://form2email.dwbooster.com
9
  Text Domain: contact-form-to-email
3
  Plugin Name: Contact Form Email
4
  Plugin URI: https://form2email.dwbooster.com/download
5
  Description: Contact form that sends the data to email and also to a database list and CSV file.
6
+ Version: 1.2.69
7
  Author: CodePeople
8
  Author URI: https://form2email.dwbooster.com
9
  Text Domain: contact-form-to-email
js/fbuilderf.jquery.js CHANGED
@@ -640,7 +640,7 @@ jQuery(window).on('load', function(){
640
  description:"This is my form. Please fill it out. It's awesome!",
641
  formlayout:"top_aligned",
642
  display:function(){
643
- return '<div class="fform" id="field"><div class="arrow ui-icon ui-icon-play "></div><h1>'+this.title+'</h1><span>'+this.description+'</span></div>';
644
  },
645
  show:function(){
646
  var tmpstr = '';
640
  description:"This is my form. Please fill it out. It's awesome!",
641
  formlayout:"top_aligned",
642
  display:function(){
643
+ return '<div class="fform" id="field">'+(this.title!=''?'<h1>'+this.title+'</h1>':'')+(this.description!=''?'<span>'+this.description+'</span>':'')+'</div>';
644
  },
645
  show:function(){
646
  var tmpstr = '';