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

Version Description

bug fixed in csv\xml export

Download this release

Release Info

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

Code changes from version 1.7.26 to 1.7.27

admin/views/FMViewGenerete_csv.php CHANGED
@@ -50,7 +50,7 @@ class FMViewGenerete_csv {
50
  $flag = TRUE;
51
  }
52
  array_walk($row, 'cleanData');
53
- echo '"' . implode('","', array_values($row)) . "\"\r\n";
54
  }
55
  die('');
56
  }
50
  $flag = TRUE;
51
  }
52
  array_walk($row, 'cleanData');
53
+ echo '"' . html_entity_decode(implode('","', array_values($row))) . "\"\r\n";
54
  }
55
  die('');
56
  }
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.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,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.26';
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.27
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.20';
212
  if (!$version) {
213
  add_option("wd_form_maker_version", $new_version, '', 'no');
214
  global $wpdb;
readme.txt CHANGED
@@ -2,9 +2,9 @@
2
  Contributors: webdorado
3
  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.26
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -12,7 +12,7 @@ WordPress Form Maker is a fresh and innovative form builder. This form builder i
12
 
13
  == Description ==
14
 
15
- ### If you have updated to WordPress 4.0.1 or got an automatic update to the mentioned version, please also update the Form Maker plugin to the latest version.
16
 
17
  [WordPress Form Maker](http://web-dorado.com/products/wordpress-form.html)
18
  [Demo](http://wpdemo.web-dorado.com/)
@@ -112,7 +112,6 @@ Survey tools are also very convenient for adding rating systems for the posts, e
112
  * Possibility to have pre-filled texts serving as instructions for the textarea and other text fields.
113
  * Date picker in the form of drop-down menu for easier date selection.
114
  * Submissions section displays the amount of entries, as well as views and conversion rate for each separate form.
115
- * Conditional fileds.
116
  * CC and BCC mail options for sending out the submitted form
117
  * 41 responsive theme with customizable design
118
  * Displaying the country, country code and other date in the Submissions section IP pop-up
@@ -120,7 +119,7 @@ Survey tools are also very convenient for adding rating systems for the posts, e
120
  * Possibility to choose whether to save the data to database or just have the information emailed to the Administrator.
121
  * Possibility to insert separate Country select list for the custom fields rather than address.
122
  * Conditional fields, which can be used for hiding/displaying a list of questions based on the selection of specific answers.
123
- * Option of displaying form pages using tabs
124
 
125
  Upgrade to [WordPress Form Maker Pro](http://web-dorado.com/products/wordpress-form.html) to add features:
126
 
@@ -221,8 +220,66 @@ In case you are upgrading your Form Maker to paid version, but still want to pre
221
  7. Form Maker - Manage submissions of form
222
  8. Form Maker - Select form Columns
223
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
224
  == Changelog ==
225
 
 
 
 
226
  = 1.7.26 =
227
  bug fixed in email content
228
 
2
  Contributors: webdorado
3
  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.4
6
  Tested up to: 4.1
7
+ Stable tag: 1.7.27
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
12
 
13
  == Description ==
14
 
15
+ ### If you have updated to WordPress 4.0.1 or got an automatic update to the mentioned version, please also update the Form Maker plugin to 1.7.21 or higher version.
16
 
17
  [WordPress Form Maker](http://web-dorado.com/products/wordpress-form.html)
18
  [Demo](http://wpdemo.web-dorado.com/)
112
  * Possibility to have pre-filled texts serving as instructions for the textarea and other text fields.
113
  * Date picker in the form of drop-down menu for easier date selection.
114
  * Submissions section displays the amount of entries, as well as views and conversion rate for each separate form.
 
115
  * CC and BCC mail options for sending out the submitted form
116
  * 41 responsive theme with customizable design
117
  * Displaying the country, country code and other date in the Submissions section IP pop-up
119
  * Possibility to choose whether to save the data to database or just have the information emailed to the Administrator.
120
  * Possibility to insert separate Country select list for the custom fields rather than address.
121
  * Conditional fields, which can be used for hiding/displaying a list of questions based on the selection of specific answers.
122
+ * Option of displaying form pages using tabs or percentage.
123
 
124
  Upgrade to [WordPress Form Maker Pro](http://web-dorado.com/products/wordpress-form.html) to add features:
125
 
220
  7. Form Maker - Manage submissions of form
221
  8. Form Maker - Select form Columns
222
 
223
+
224
+ == Frequently Asked Questions ==
225
+
226
+ = 1. What are the most common usage cases for the Form Maker? =
227
+ The Form Maker can be used for creating multiple types of forms, including contact, evaluation, application forms, quizzes/tests or surveys, online order forms and etc. The Form Maker includes various types of fields which can be modified and edited.
228
+
229
+ = 2. Where are the submitted entries stored? =
230
+
231
+ There is a Submissions section, where you will find the submitted entries. The entries can also be emailed to the Administrator. For this you should provide an email in Email Options section (located within Form Options). You can also fill in the data into a custom table using MySQL Mapping possibility, which makes it possible to store the data into another MySQL database.
232
+
233
+ = 3. Are there any limitations on the number of forms or entries to be used within a single website? =
234
+ There are no limitations on the number of entries per form. You can use unlimited number of forms within each website.
235
+
236
+ = 4. What can I use to avoid Spam entries? =
237
+
238
+ The Form Maker has two type of word verifications- Standard Captcha and Google ReCaptcha protection. If you are receiving spam entries from a single or a few IPs, you can use Blocking IPs option.
239
+
240
+ = 5. Is it possible to translate the Form Maker into another language? =
241
+
242
+ It is only possible to translate the front end of the plugin. To do so, you should set define('WPLANG','[lang_code]') to the desired language code in wp_config.php file of your website. This way the plugin should be translated automatically. Please be informed, that you can modify the translations from wp-content/plugins/form_maker/languages/ (you will need POEdit http://www.poedit.net/download.php).
243
+
244
+ = 6. What to do if Administrator and/or user do not receive submissions by email? =
245
+
246
+ There are a few options to try out first:
247
+ Check whether the entries are filtered into spam/junk folders or not.
248
+ Try using standard emails (Gmail/Yahoo/Hotmail and etc.) or an email which uses the same domain as the website.
249
+ Check with your hosting provider whether you have your PHP mail activated or not.
250
+ If these options do not work, please install STMP plugin (e.g. http://wordpress.org/plugins/webriti-smtp-mail/). The authentication details for the Gmail are the following:
251
+ Mailer: smtp
252
+ SMTP Authentication: yes
253
+ SMTP Security: SSL
254
+ SMTP Port: 465
255
+ SMTP Username: your gmail full address
256
+ SMTP Password: your gmail password
257
+ SMTP Host: smtp.gmail.com
258
+
259
+ After installation please use the test option. If the test email doesn’t get send out contact your hosting provider to fix the issue.
260
+
261
+ = 7. Is the Form Maker fully responsive? =
262
+
263
+ Yes, the WordPress Form Maker is fully responsive and works with various smartphones and tablets.
264
+
265
+ = 8. How can I analyze the submitted data? =
266
+
267
+ The Form Maker has separate section for the Statistical type of entries (Select fields, checkboxes and radio buttons). In addition there are two export options- into CSV or XML format. You can import CSV into Excel for data processing.
268
+
269
+ = 9. How can I hide specific form fields/make them appear depending on another field value? =
270
+
271
+ The Form Maker has support for the Conditional fields. The option can be found in the Form Options. The structure of the conditional fields is the following: You can specify to show/hide a field, when the condition is true and provide the condition below, e.g. Show “How many visitors will you have” if “Will you have visitors” is “Yes”.
272
+
273
+ = 10. What payment options does Form Maker support? =
274
+
275
+ The Form Maker (Pro version) has simple PayPal integration. This allows the user to select specific items and upon hitting submit button get redirected to PayPal. After making the payment, the user gets back to the website.
276
+
277
+
278
  == Changelog ==
279
 
280
+ = 1.7.27 =
281
+ bug fixed in csv\xml export
282
+
283
  = 1.7.26 =
284
  bug fixed in email content
285