Form Maker by WD – user-friendly drag & drop Form Builder plugin - Version 1.7.26

Version Description

bug fixed in email content

Download this release

Release Info

Developer webdorado
Plugin Icon 128x128 Form Maker by WD – user-friendly drag & drop Form Builder plugin
Version 1.7.26
Comparing to
See all releases

Code changes from version 1.7.25 to 1.7.26

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.25
7
  * Author: WebDorado
8
  * Author URI: http://web-dorado.com/
9
  * License: GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
@@ -208,7 +208,7 @@ if (class_exists('WP_Widget')) {
208
  // Activate plugin.
209
  function form_maker_activate() {
210
  $version = get_option("wd_form_maker_version");
211
- $new_version = '1.7.20';
212
  if (!$version) {
213
  add_option("wd_form_maker_version", $new_version, '', 'no');
214
  global $wpdb;
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.26
7
  * Author: WebDorado
8
  * Author URI: http://web-dorado.com/
9
  * License: GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
208
  // Activate plugin.
209
  function form_maker_activate() {
210
  $version = get_option("wd_form_maker_version");
211
+ $new_version = '1.7.26';
212
  if (!$version) {
213
  add_option("wd_form_maker_version", $new_version, '', 'no');
214
  global $wpdb;
frontend/models/FMModelForm_maker.php CHANGED
@@ -1349,6 +1349,8 @@ class FMModelForm_maker {
1349
  }
1350
 
1351
  public function gen_mail($counter, $all_files, $id, $str) {
 
 
1352
  global $wpdb;
1353
  $row = $wpdb->get_row($wpdb->prepare("SELECT * FROM " . $wpdb->prefix . "formmaker WHERE id=%d", $id));
1354
  if (!$row->form_front) {
1349
  }
1350
 
1351
  public function gen_mail($counter, $all_files, $id, $str) {
1352
+ $ip = $_SERVER['REMOTE_ADDR'];
1353
+ $replyto = '';
1354
  global $wpdb;
1355
  $row = $wpdb->get_row($wpdb->prepare("SELECT * FROM " . $wpdb->prefix . "formmaker WHERE id=%d", $id));
1356
  if (!$row->form_front) {
readme.txt CHANGED
@@ -4,7 +4,7 @@ Donate link: http://web-dorado.com/products/wordpress-form.html
4
  Tags: form, forms, form builder, form maker, form manager, form plugin, form with recaptcha, forms plugin, multiple forms, paypal form, survey form, feedback form, feedback forms, contact form,contact form plugin, contact form builder, form creator, email form, secure form, web form, form to email, contact forms, custom forms, form widget, captcha form, wordpress contact form ,recaptcha contact form, form creation, contact form with auto reply, widget contact form, builder, feedback, contacts form plugin , custom contact form, contact us form, formular, formulario
5
  Requires at least: 3.0
6
  Tested up to: 4.1
7
- Stable tag: 1.7.25
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -223,6 +223,9 @@ In case you are upgrading your Form Maker to paid version, but still want to pre
223
 
224
  == Changelog ==
225
 
 
 
 
226
  = 1.7.25 =
227
  remove fancybox lightbox
228
 
@@ -328,7 +331,8 @@ New themes
328
  * Entries of a form: The number of submitted forms in the form builder.
329
  * Views of a form: The number of times the form has been viewed.
330
  * Conversion Rate of a form: The percentage of submitted forms to the overall number of views.
331
-
 
332
 
333
  ==Wordpress Form Maker Step by step guide==
334
  ### Step 1: Installing the [Wordpress Form](http://wordpress.org/plugins/form-maker/) Maker
4
  Tags: form, forms, form builder, form maker, form manager, form plugin, form with recaptcha, forms plugin, multiple forms, paypal form, survey form, feedback form, feedback forms, contact form,contact form plugin, contact form builder, form creator, email form, secure form, web form, form to email, contact forms, custom forms, form widget, captcha form, wordpress contact form ,recaptcha contact form, form creation, contact form with auto reply, widget contact form, builder, feedback, contacts form plugin , custom contact form, contact us form, formular, formulario
5
  Requires at least: 3.0
6
  Tested up to: 4.1
7
+ Stable tag: 1.7.26
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
223
 
224
  == Changelog ==
225
 
226
+ = 1.7.26 =
227
+ bug fixed in email content
228
+
229
  = 1.7.25 =
230
  remove fancybox lightbox
231
 
331
  * Entries of a form: The number of submitted forms in the form builder.
332
  * Views of a form: The number of times the form has been viewed.
333
  * Conversion Rate of a form: The percentage of submitted forms to the overall number of views.
334
+ = 1.0.0 =
335
+ Initial version
336
 
337
  ==Wordpress Form Maker Step by step guide==
338
  ### Step 1: Installing the [Wordpress Form](http://wordpress.org/plugins/form-maker/) Maker