Contact Form Builder – a plugin for creating contact and feedback forms - Version 1.0.8

Version Description

Download this release

Release Info

Developer webdorado
Plugin Icon 128x128 Contact Form Builder – a plugin for creating contact and feedback forms
Version 1.0.8
Comparing to
See all releases

Code changes from version 1.0.7 to 1.0.8

Files changed (2) hide show
  1. contact-form-builder.php +2 -10
  2. readme.txt +6 -4
contact-form-builder.php CHANGED
@@ -3,7 +3,7 @@
3
  * Plugin Name: Contact Form Builder
4
  * Plugin URI: http://web-dorado.com/products/wordpress-contact-form-builder.html
5
  * Description: Contact Form Builder is an advanced plugin to add contact forms into your website. It comes along with multiple default templates which can be customized.
6
- * Version: 1.0.7
7
  * Author: http://web-dorado.com/
8
  * License: GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
9
  */
@@ -237,12 +237,4 @@ function contact_form_maker_language_load() {
237
  }
238
  add_action('init', 'contact_form_maker_language_load');
239
 
240
- function contact_form_maker_sesseion_path() {
241
- if (session_id() == '' || (function_exists('session_status') && (session_status() == PHP_SESSION_NONE))) {
242
- @session_start();
243
- }
244
- session_save_path(WD_CFM_DIR . '/session');
245
- }
246
- add_action('init', 'contact_form_maker_sesseion_path');
247
-
248
- ?>
3
  * Plugin Name: Contact Form Builder
4
  * Plugin URI: http://web-dorado.com/products/wordpress-contact-form-builder.html
5
  * Description: Contact Form Builder is an advanced plugin to add contact forms into your website. It comes along with multiple default templates which can be customized.
6
+ * Version: 1.0.8
7
  * Author: http://web-dorado.com/
8
  * License: GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
9
  */
237
  }
238
  add_action('init', 'contact_form_maker_language_load');
239
 
240
+ ?>
 
 
 
 
 
 
 
 
readme.txt CHANGED
@@ -3,8 +3,8 @@ Contributors: webdorado
3
  Donate link: http://web-dorado.com/products/wordpress-contact-form-builder.html
4
  Tags: form, forms, contact form, contact forms, contact form plugin,contact forms plugin, forms plugin, Contact Form Builder, contact form manager, multiple contac forms, custom form,Contact Form Builder with recaptcha, contact form with google map, feedback form, feedback forms, contact us, wordpress contact form, email form, feedback, web form, contact me, email, contact manager, contact us form
5
  Requires at least: 3.0
6
- Tested up to: 3.9.1
7
- Stable tag: 1.0.7
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -12,8 +12,8 @@ Contact Form Builder is an intuitive tool for creating contact forms.
12
 
13
  == Description ==
14
 
15
- ### [WordPress Contact Form Builder](http://web-dorado.com/products/wordpress-contact-form-builder.html)
16
-
17
  Contact Form Builder is the best tool for quickly arranging a contact form for your clients and visitors. The form includes all of the form field types necessary to create a complete contact form, where is those can be activated and deactivated, as well as rearranged.
18
  The responsiveness of the product allows you to become available for contacting using various gadgets.
19
  Using the CSS files of the themes you can achieve the best design of the contact form, applying changes in colors, dimensions and other features.
@@ -37,6 +37,8 @@ After submitting the form, the users might get a custom text and even receive an
37
  * Blocking IPs and word verification possibilities
38
  * No possibility of adding new form fields, possibility to edit and enable/disable the large number of existing fields.
39
  * Detailed Email Options both for the Administrator and User for receiving the submitted data.
 
 
40
 
41
  Upgrade to [WordPress Contact Form Builder](http://web-dorado.com/products/wordpress-contact-form-builder.html) to add features:
42
 
3
  Donate link: http://web-dorado.com/products/wordpress-contact-form-builder.html
4
  Tags: form, forms, contact form, contact forms, contact form plugin,contact forms plugin, forms plugin, Contact Form Builder, contact form manager, multiple contac forms, custom form,Contact Form Builder with recaptcha, contact form with google map, feedback form, feedback forms, contact us, wordpress contact form, email form, feedback, web form, contact me, email, contact manager, contact us form
5
  Requires at least: 3.0
6
+ Tested up to: 4.0
7
+ Stable tag: 1.0.8
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
12
 
13
  == Description ==
14
 
15
+ [WordPress Contact Form Builder](http://web-dorado.com/products/wordpress-contact-form-builder.html)
16
+
17
  Contact Form Builder is the best tool for quickly arranging a contact form for your clients and visitors. The form includes all of the form field types necessary to create a complete contact form, where is those can be activated and deactivated, as well as rearranged.
18
  The responsiveness of the product allows you to become available for contacting using various gadgets.
19
  Using the CSS files of the themes you can achieve the best design of the contact form, applying changes in colors, dimensions and other features.
37
  * Blocking IPs and word verification possibilities
38
  * No possibility of adding new form fields, possibility to edit and enable/disable the large number of existing fields.
39
  * Detailed Email Options both for the Administrator and User for receiving the submitted data.
40
+ * Emailing option to the administrator upon submitting a form
41
+ * Google Maps integration
42
 
43
  Upgrade to [WordPress Contact Form Builder](http://web-dorado.com/products/wordpress-contact-form-builder.html) to add features:
44