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

Version Description

  • Fixed: Issue with saving themes.
Download this release

Release Info

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

Code changes from version 1.13.8 to 1.13.9

admin/views/Blocked_ips_fm.php CHANGED
@@ -7,11 +7,15 @@ class FMViewBlocked_ips_fm extends FMAdminView {
7
  * FMViewBlocked_ips_fm constructor.
8
  */
9
  public function __construct() {
10
- wp_enqueue_style(WDFMInstance(self::PLUGIN)->handle_prefix . '-tables');
11
- wp_enqueue_style(WDFMInstance(self::PLUGIN)->handle_prefix . '-layout');
12
-
13
- wp_enqueue_script('jquery');
14
- wp_enqueue_script(WDFMInstance(self::PLUGIN)->handle_prefix . '-admin');
 
 
 
 
15
  }
16
 
17
  /**
7
  * FMViewBlocked_ips_fm constructor.
8
  */
9
  public function __construct() {
10
+ $fm_settings = WDFMInstance(self::PLUGIN)->fm_settings;
11
+ if ( $fm_settings['fm_developer_mode'] ) {
12
+ wp_enqueue_style(WDFMInstance(self::PLUGIN)->handle_prefix . '-tables');
13
+ wp_enqueue_script(WDFMInstance(self::PLUGIN)->handle_prefix . '-admin');
14
+ }
15
+ else {
16
+ wp_enqueue_style(WDFMInstance(self::PLUGIN)->handle_prefix . '-styles');
17
+ wp_enqueue_script(WDFMInstance(self::PLUGIN)->handle_prefix . '-scripts');
18
+ }
19
  }
20
 
21
  /**
form-maker.php CHANGED
@@ -3,7 +3,7 @@
3
  * Plugin Name: Form Maker
4
  * Plugin URI: https://10web.io/plugins/wordpress-form-maker/
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.13.8
7
  * Author: 10Web Form Builder Team
8
  * Author URI: https://10web.io/plugins/
9
  * License: GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
@@ -97,8 +97,8 @@ final class WDFM {
97
  $this->plugin_url = plugins_url(plugin_basename(dirname(__FILE__)));
98
  $this->front_urls = $this->get_front_urls();
99
  $this->main_file = plugin_basename(__FILE__);
100
- $this->plugin_version = '1.13.8';
101
- $this->db_version = '2.13.8';
102
  $this->menu_postfix = ($this->is_free == 2 ? '_fmc' : '_fm');
103
  $this->plugin_postfix = ($this->is_free == 2 ? '_fmc' : '');
104
  $this->menu_slug = 'manage' . $this->menu_postfix;
@@ -550,7 +550,13 @@ final class WDFM {
550
  $localize_key_formmaker_div = $this->handle_prefix . '-formmaker_div';
551
 
552
  if ( ! $fm_settings['fm_developer_mode'] ) {
553
- $localize_key_all = $this->handle_prefix . ( ( WDW_FM_Library(self::PLUGIN)->get('page') == 'submissions_' . $this->handle_prefix ) ? '-submission' : '-scripts');
 
 
 
 
 
 
554
  $localize_key_manage .= '-edit';
555
  $localize_key_add_fields = $localize_key_manage;
556
  $localize_key_formmaker_div = $localize_key_manage;
@@ -1311,7 +1317,7 @@ final class WDFM {
1311
  "titles" => array()
1312
  ),
1313
  ),
1314
- "video_youtube_id" => "vxxKfhxIS44",
1315
  "plugin_wd_url" => "https://10web.io/plugins/wordpress-form-maker/?utm_source=form_maker&utm_medium=free_plugin",
1316
  "plugin_wd_demo_link" => "https://demo.10web.io/form-maker",
1317
  "plugin_wd_addons_link" => "https://10web.io/plugins/wordpress-form-maker/#plugin_extensions",
3
  * Plugin Name: Form Maker
4
  * Plugin URI: https://10web.io/plugins/wordpress-form-maker/
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.13.9
7
  * Author: 10Web Form Builder Team
8
  * Author URI: https://10web.io/plugins/
9
  * License: GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
97
  $this->plugin_url = plugins_url(plugin_basename(dirname(__FILE__)));
98
  $this->front_urls = $this->get_front_urls();
99
  $this->main_file = plugin_basename(__FILE__);
100
+ $this->plugin_version = '1.13.9';
101
+ $this->db_version = '2.13.9';
102
  $this->menu_postfix = ($this->is_free == 2 ? '_fmc' : '_fm');
103
  $this->plugin_postfix = ($this->is_free == 2 ? '_fmc' : '');
104
  $this->menu_slug = 'manage' . $this->menu_postfix;
550
  $localize_key_formmaker_div = $this->handle_prefix . '-formmaker_div';
551
 
552
  if ( ! $fm_settings['fm_developer_mode'] ) {
553
+ $localize_key_all = $this->handle_prefix .'-scripts';
554
+ if ( WDW_FM_Library(self::PLUGIN)->get('page') == 'submissions_' . $this->handle_prefix ) {
555
+ $localize_key_all = $this->handle_prefix . '-submission';
556
+ }
557
+ if( WDW_FM_Library(self::PLUGIN)->get('page') == 'manage_' . $this->handle_prefix ) {
558
+ $localize_key_all = $this->handle_prefix . '-manage';
559
+ }
560
  $localize_key_manage .= '-edit';
561
  $localize_key_add_fields = $localize_key_manage;
562
  $localize_key_formmaker_div = $localize_key_manage;
1317
  "titles" => array()
1318
  ),
1319
  ),
1320
+ "video_youtube_id" => "tN3_c6MhqFk",
1321
  "plugin_wd_url" => "https://10web.io/plugins/wordpress-form-maker/?utm_source=form_maker&utm_medium=free_plugin",
1322
  "plugin_wd_demo_link" => "https://demo.10web.io/form-maker",
1323
  "plugin_wd_addons_link" => "https://10web.io/plugins/wordpress-form-maker/#plugin_extensions",
frontend/views/form_maker.php CHANGED
@@ -33,9 +33,11 @@ class FMViewForm_maker {
33
  * @return string
34
  */
35
  public function display( $result = array(), $fm_settings = array(), $form_id = 0, $formType = 'embedded' ) {
36
- WDW_FM_Library(self::PLUGIN)->start_session();
37
  WDFMInstance(self::PLUGIN)->fm_form_nonce = sprintf( WDFMInstance(self::PLUGIN)->fm_form_nonce, $form_id );
38
- $_SESSION['fm_empty_field_validation' . $form_id] = md5(uniqid(rand(), TRUE));
 
 
 
39
 
40
  if ( !WDW_FM_Library(self::PLUGIN)->elementor_is_active() ) {
41
  wp_enqueue_style(WDFMInstance(self::PLUGIN)->handle_prefix . '-frontend');
33
  * @return string
34
  */
35
  public function display( $result = array(), $fm_settings = array(), $form_id = 0, $formType = 'embedded' ) {
 
36
  WDFMInstance(self::PLUGIN)->fm_form_nonce = sprintf( WDFMInstance(self::PLUGIN)->fm_form_nonce, $form_id );
37
+ if ( $form_id ) {
38
+ WDW_FM_Library(self::PLUGIN)->start_session();
39
+ $_SESSION['fm_empty_field_validation' . $form_id] = md5(uniqid(rand(), TRUE));
40
+ }
41
 
42
  if ( !WDW_FM_Library(self::PLUGIN)->elementor_is_active() ) {
43
  wp_enqueue_style(WDFMInstance(self::PLUGIN)->handle_prefix . '-frontend');
js/fm-theme-edit-ng.js ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ angular.module('ThemeParams', []).controller('FMTheme', function($scope) {
2
+ $scope.DefaultVar = DefaultVar;
3
+ });
readme.txt CHANGED
@@ -1,1488 +1,1448 @@
1
- === Form Maker by 10Web - Mobile-Friendly Drag & Drop Contact Form Builder ===
2
- Contributors: webdorado,10web,wdsupport,formmakersupport
3
- Tags: form, forms, form builder, contact form, feedback, custom form, contact, web contact form, captcha, email, form manager, survey
4
- Requires at least: 4.6
5
- Tested up to: 5.1
6
- Stable tag: 1.13.8
7
- License: GPLv2 or later
8
- License URI: http://www.gnu.org/licenses/gpl-2.0.html
9
-
10
- Form Maker is the leading drag & drop plugin for building forms of any complexity in just a few clicks.
11
-
12
- == Description ==
13
-
14
- Form Maker is the leading drag & drop plugin for building forms of any complexity in just a few clicks.
15
-
16
- = Useful Links: =
17
-
18
- [Live Demo](https://demo.10web.io/form-maker/)
19
-
20
-
21
- [Demo Admin](https://admindemo.10web.io/?product_name=form-maker)
22
-
23
-
24
- [Premium Form Maker by 10Web](https://10web.io/plugins/wordpress-form-maker/)
25
-
26
-
27
- [Special Offer for all Premium Plugins](https://10web.io/plugins-bundle-pricing/)
28
-
29
- https://www.youtube.com/watch?v=vxxKfhxIS44
30
-
31
-
32
- Looking for the perfect form plugin that’ll save you time and effort?
33
-
34
- Is matching your website design with your forms difficult?
35
-
36
- Finding it hard to build lengthy and advanced forms?
37
-
38
-
39
- == Form Maker Features ==
40
-
41
- **Intuitive Interface**
42
- Drag and drop to build complex forms with just a few clicks.
43
-
44
- **Mobile-Friendly and Responsive**
45
- Your forms will look great on all resolutions and devices: mobile, tablet, and desktop.
46
-
47
- **Field Types**
48
- 43 different form field types to help you create just the form you need.
49
-
50
- **Embed Easily**
51
- Display your forms as popups, top bars or scroll boxes or embed them into blog posts.
52
-
53
- **Pre-built Templates**
54
- Pick from five form template options to save time.
55
-
56
- **Fully Customizable Themes**
57
- Use one of our fifteen beautiful themes to make your forms match website design.
58
-
59
- **Manage Submissions**
60
- Set automatic email replies, track and export all your entries, and more.
61
-
62
- **Protection from Spam**
63
- Block IPs and set captchas to avoid spam.
64
-
65
- **Receive Payments\***
66
- Get payments and donations using integrated PayPal and Stripe gateways.
67
-
68
- **Conditional Logic**
69
- Build forms with complex conditional logic.
70
-
71
- **Multi-Page Forms**
72
- Divide up lengthy forms into pages to provide better user experience.
73
-
74
- **File Upload\***
75
- Your users can upload files to your forms.
76
-
77
- _\* Premium version only_
78
-
79
- == Form Maker Extensions ==
80
- _[Available in Plugins Bundle](https://10web.io/plugins/wordpress-form-maker/#product_pricing)_
81
-
82
- **Save Form Progress**
83
- Your users can save unfinished entries and continue anytime.
84
-
85
- **Conditional Mailing**
86
- Send out emails to user groups based on submitted forms.
87
-
88
- **Export/Import**
89
- Export form entries and forms in the XML format and import them into another site afterwards.
90
-
91
- **Pushover**
92
- Get a notification on your phone whenever there is an entry submission.
93
-
94
- **Mailchimp Integration**
95
- Create Mailchimp signup forms and expand your lead list.
96
-
97
- **WordPress Registration**
98
- Build WP user registration forms and expand the user base of your site.
99
-
100
- **Post Generation**
101
- Use a form to invite your users to submit guest posts.
102
-
103
- **Dropbox Integration**
104
- Store attachments received from form entries in your Dropbox.
105
-
106
- **Google Drive Integration**
107
- Upload received form attachments straight to your Google Drive.
108
-
109
- **PDF Integration**
110
- Use content from submitted entries to create PDFs.
111
-
112
- **Stripe**
113
- Your users can make credit card payments via Stripe, and we’ll transfer them to your bank account automatically.
114
-
115
- **Calculator**
116
- Build forms that contain automatically calculated fields.
117
-
118
-
119
- == World Class Customer Support ==
120
- * Low response time
121
- We always respond within a few hours.
122
- * Quick issue resolution
123
- Resolving an issue never takes more than 24 hours.
124
-
125
-
126
- == Just ask our users ==
127
-
128
- > I had tried several form plugins but I was always searching for a better one.
129
- > Then I stumbled Formmaker just by chance and thought to give a try.
130
- > I was thrilled to see its features. It has more than everything I expected. Very customizable and easy to use.
131
- > Now I don’t search for form plugin anymore
132
- > Lots of thanks to the developers of this plugin.
133
- > **by [@mayank0522](https://wordpress.org/support/topic/a-must-have-plugin-223/)**
134
-
135
-
136
- > If I could give this plugin more than 5 stars I would!
137
- > The level of control is extremely nice – even with the free version – though I quickly purchased the PRO version!
138
- > And the level of customer service in troubleshooting forum questions is incredible!
139
- > Very impressed with the plugin – but even more so with the way they interact with and help users get to what they need!
140
- > Great job guys!!
141
- > **by [@JonathanWilson99](https://wordpress.org/support/topic/amazing-form-plugin/)**
142
-
143
-
144
- > This is the best plugin for creating functional forms and very user friendly even for the none technical users.
145
- > Absolutely recommend everyone to use this one.
146
- > Thanks a lot guys!!!
147
- > **by [@denisecox](https://wordpress.org/support/topic/wonderful-form-builder-plugin/)**
148
-
149
- == Steps for creating a website form ==
150
- 1. Install Form Maker by 10Web.
151
- 2. Create a form in a few clicks.
152
- 3. Publish your form.
153
-
154
-
155
- > **[Premium version adds](https://10web.io/plugins/wordpress-form-maker/)**
156
- >
157
- > * Unlimited fields in one form
158
- > * File Upload field
159
- > * PayPal Integration
160
- > * Stripe Integration with Extension
161
- > * Google Maps API Integration
162
- > * Front-End Submissions
163
-
164
-
165
- == SETTINGS/CUSTOMIZATION ==
166
-
167
- _\*Some customizations described here are available in Premium version. Please refer to feature summary for additional info._
168
-
169
- Form Maker plugin provides a full range of options and features you can tailor to your needs. Each of the entries you create will have its own set of options and display settings. Under the options you can choose a theme for each form, adjust email options, choose what happens after the user submits, set conditional logic, and choose one of the available payment options, such as PayPal and Stripe (Extension). Under the display settings you can adjust the options for each form display type.
170
-
171
- The available themes are fully configurable, allowing you make the necessary adjustments to the header, content, input box, buttons, choices, pagination, and add custom CSS. You can change the header background color, adjust the parameters for title, description and header image,customize the parameters for buttons, adjust the settings for single and multiple choice questions, and many more. The changes you make to the settings will immediately be displayed in the form preview next to the settings box.
172
-
173
- With conditional fields option you can set to hide/show specific fields based on the selections your visitors make. You just choose the field you want to show or hide, then set the conditions based on which the field will appear or will be hidden. The plugin features a user-friendly interface, which makes it easy to create, style and customize the forms.
174
-
175
-
176
-
177
- == Privacy Notices ==
178
-
179
- Form Maker plugin does not collect and store any data of your users on 10Web's end. All data submitted by your website visitors is stored in your website database. With every form submission Form Maker plugin collects users' IP address and WordPress user ID for logged in users. From this perspective, you may be subject to GDPR compliance.
180
-
181
- Form Maker forms imply interaction between website visitors and website owner. As such you may publish forms that require input of Private data. You need to get explicit consent from your users to comply with GDPR. Under GDPR your users may request access and/or erasure of their entry data at any time. Here you can find how to export and/or delete submissions.
182
-
183
-
184
-
185
- == Installation ==
186
-
187
- After downloading the ZIP file,
188
-
189
- 1. Log in to the administrator panel.
190
- 1. Go to Plugins Add > New > Upload.
191
- 1. Click "Choose file" ("Browse") and select the downloaded zip file.
192
- _For Mac Users_
193
- _Go to your Downloads folder and locate the folder with the plugin. Right-click on the folder and select Compress. Now you have a newly created .zip file which can be installed as described here._
194
- 1. Click "Install Now" button.
195
- 1. Click "Activate Plugin" button for activating the plugin.
196
-
197
- If the installation does not succeed, please contact us for help.
198
-
199
- After the installation is finished, you can go ahead and start working on your contact forms. Navigate to **Form Maker > Forms** page to build your very first form. Form Maker plugin provides a few sample forms, which you can quickly edit and publish.
200
-
201
- Using **Form Maker > Forms** page, you can manage existing forms, perform Bulk Actions, such as Publish, Unpublish, Duplicate or Delete. Select the necessary form, choose the bulk action, then press Apply. Also, you can search for your form by writing its title in the top Search input.
202
-
203
- **Adding Fields**
204
- To add a new field to your form, drag New Field button to the area where you wish to place the field. The field editor toolbox will be opened automatically. Click on the field set from which you are going to choose the field, for instance, User Info Fields. Press Name button from this field set to add a Name input to your contact form. Then click Add and the field will be placed to the area you selected initially.
205
-
206
- It is also possible to search among the fields when adding a new field to your form. Use Filter input at the top left corner of fields toolbox. For example, you can search "phone" and all Phone fields will be filtered.
207
-
208
- You can edit your form fields anytime by double-clicking on them. Alternatively, you can open field editor toolbox by clicking on a field once, then pressing the small pencil icon above. To change the placement of your fields, simply drag the field to the necessary area.
209
-
210
- After adding your form fields and updating your form, you are able to Undo or Redo the changes you have made. Please note, that these two buttons appear at the top of your form only after you modify the form and save the changes.
211
-
212
- == Screenshots ==
213
- 1. Reservation form created using Form Maker
214
- 2. Pop-up form created using Form Maker
215
- 3. Product Survey with radio buttons, evaluation, star rating, etc.
216
- 4. Feedback form with number range sliders, radio buttons, etc.
217
- 5. Form Maker - Drag and Drop Form builder interface
218
- 6. Form Maker - searching field types and adding a field to a form
219
- 7. Form Maker Options - Save data to database, save uploads, etc.
220
- 8. Form Maker - Manage form submissions, export, block ips
221
-
222
-
223
- == Frequently Asked Questions ==
224
-
225
- = What is Form Maker used for? =
226
-
227
- **Form Maker** is a modern and intuitive free online application form creator plugin developed for WordPress. It lets you build personalized, perfect-looking responsive forms with its elegant drag and drop interface.
228
-
229
- You can create web forms free of additional coding, with just a few clicks. The functionality of Form Maker is excellent for any kind of online questionnaires.
230
-
231
- Form Maker can be used for creating multiple types of forms, including contact forms, evaluation form, application forms, quizzes/tests or survey forms, online order forms and etc. Form Maker includes various types of fields which can be modified and/or edited.
232
-
233
- Whether you are a WordPress beginner or a web guru, Form Maker is the perfect choice. The dynamic web form builder tool comes with clean visual tools and options, and you do not need to have any web development skills to build a form.
234
-
235
- = How can I create a contact form with Form Maker? =
236
-
237
- Navigate to **Form Maker > Forms** page to build your very first contact form. This contact form creator plugin provides a few sample forms, which you can quickly edit and publish.
238
-
239
- Using **Form Maker > Forms** page, you can manage existing forms, perform **Bulk Actions,** such as **Publish, Unpublish, Duplicate** or **Delete.** Select the necessary form, choose the bulk action, then press **Apply.** Also, you can search for your contact form by writing its title in the top **Search** input.
240
-
241
- Press **Add New** button from **Forms** page, and you will be redirected to **Form Editor** page. Make sure to write a **Title** for this contact form, then choose the **Theme** which sets the appearance of your form. In case you wish to display the contact form with the same style as your website theme, select **Inherit From Website Theme** option from **Theme** select box.
242
-
243
- To add a new field with this application form creator, drag **New Field** button to the area where you wish to place the field. The field editor toolbox of Form Maker will be opened automatically. Click on the field set from which you are going to choose the form field, for instance, **User Info Fields.** Press **Name** button from this field set to add a Name input to your form. Then click **Add** and the field will be placed to the area of the form you selected initially.
244
-
245
- It is also possible to search among the form builder fields when adding a new field to your form. Use **Filter** input at the top left corner of fields toolbox. For example, you can search "phone" and all Phone fields will be filtered.
246
-
247
- = Can I add a custom header with text and image above my contact form? =
248
-
249
- This dynamic contact form builder lets you have a nice header section on your forms, which can contain additional content, as well as images with animations. Click on **Form Header** bar of your form to open its toolbox and provide a **Title.** This is the form heading, which will appear above your form. In addition, you can write a **Description** to appear right below the Title of your form. This comes handy, in case you need to write an introduction for your form.
250
-
251
- You can also have an image on your form header and set it to appear with an animation effect. Press **Add Image** button to upload and select a picture from **WordPress Media Library.** Then choose the animation effect using Image Animation option.
252
-
253
- In case you don't want the **Header Image** of your forms to appear on smartphones and tablets, mark **Hide Image on Mobile** option as checked.
254
-
255
- Make sure to **Publish/Update** the form to save the change you made.
256
-
257
- = Does Form Maker support conditional logic and how can I use it? =
258
-
259
- Yes, another fantastic feature of this custom form creator plugin is its **Conditional Fields.** This lets you **show** or **hide** fields of your form based on certain selections submitter makes.
260
-
261
- The structure of conditional fields in this contact form generator form builder is the following: You can specify and/or show/hide a field, when condition is true and provide conditions below, e.g. Show "How many visitors will you have" if "Will you have visitors" is "Yes".
262
-
263
- Go to **Form Options** of your form, then click **Conditional Fields** tab to start the setup. Press **Add Condition** button to configure the first condition of your form.
264
-
265
- **Show/Hide** select box of this form builder plugin represents the action which will be completed, if all or any of the condition statements are fulfilled. Use the second drop-down menu to select the form builder field which will be shown or hidden.
266
-
267
- Click the little **Plus (+)** icon to add the statement of your form condition.
268
-
269
- For example, let's assume there is a **Single Choice** field on your form titled **Inquiry type.** And you wish to show **Message** field in case users choose **Support Request** as the type of their inquiry. The condition you configure needs to have the following logic:
270
-
271
- *Show [Message] if [all] of the following match:*
272
- *[Inquiry type] is [Support request]*
273
-
274
- Make sure to hit **Update** after setting up Conditional Fields on your Form Maker.
275
-
276
- = What styling options do the forms include? =
277
-
278
- This secure form builder plugin comes with **14 customizable themes,** which you can use to design your forms. Each theme of Form Maker provides a set of user-friendly options to change font size, alignment of the form, colors, modify paddings and more. You can edit the existing themes, or create your own by clicking **Add New** button.
279
-
280
- To set a initial default theme for your forms, press on the star icon next to the theme you would like to use. You can always change the theme by editing your forms.
281
-
282
- Options of Form Maker Themes are divided into the following sections:
283
-
284
- * Global Parameters
285
- * Form Header
286
- * Content
287
- * Inputbox
288
- * Choices (Multiple and Single)
289
- * General Buttons
290
- * Pagination
291
- * Form Buttons
292
- * Close (Minimize) Button
293
- * Minimize Text
294
- * Other
295
- * Custom CSS
296
-
297
- You can preview the design of each form theme under Preview block. In case you created forms with multiple pages, you can change its Pagination Type, setting it to Step, Percentage or None.
298
-
299
- Custom CSS option in Themes of this offline form builder lets you write additional CSS code and customize your forms further. All CSS rules apply to this editor. Make sure to press Save after modifying the form theme.
300
-
301
- = Does Form Maker use auto-respondent feature? =
302
-
303
- You can use **Email Options** of Form Maker to send a fully customizable letter to the submitter. The entries can be included within the email. Just select the form you want to edit, then navigate to **Form Options > Email Options.**
304
-
305
- This html5 form builder plugin lets you send submitted information to one or multiple email addresses. Furthermore, you can also send a confirmation email to the submitter and let them know you have received their application.
306
-
307
- Enable Send E-mail from **Form Options > Email Options** tab and start configuring mailing settings. Most options require the same configuration for Email to Administrator and Email to User on the forms. However, there are a few settings which are unique.
308
-
309
- **Email to Administrator**
310
-
311
- This section of Email Options allows you to set up notifications of form submissions for website owners.
312
-
313
- **Email to User**
314
-
315
- **Send to.** Use this setting to select the email field of your form, to which the submissions will be sent.
316
-
317
- Important! In case you do not have an email input created from User Info Fields > Email type on your form, the following error message will appear:
318
-
319
- "There is no email field".
320
-
321
- **Email Verification.** Activate this option, in case you would like the users to verify their email addresses. If it's enabled, the user email will contain a verification link. Clicking on this link set the user email address as verified.
322
-
323
- **Verification link expires in.** Use this option to specify a time period (hours), during which the user will be able to verify their email address.
324
-
325
- **Edit Post.** Click this link to edit the content of Email Verification post. This is is the page, where users will be redirected after they click on the verification link in user email.
326
-
327
- = Can I create an online order form with this plugin? =
328
-
329
- *Payment support is available in the Premium version of the plugin.*
330
-
331
- In order to have a functional payment form, first and foremost, you need to have **Payment Fields** added to it. This way, Form Maker plugin will turn into an online order form creator quickly and easily. Build compact shopping forms, hotel reservation, online application or ticket sales forms with this feature.
332
-
333
- Note: You need to set up **Form Options > Payment Options** of your form in order to receive payments on your account. Follow the steps described on this section to do that.
334
-
335
- Configuring Payment Options, you can use Form Maker as an order form generator and let users make payments through your form. Default payment gateway of Form Maker is **PayPal.** Select **PayPal** as **Payment Method** from Form **Options > Payment Options** tab and configure corresponding options.
336
-
337
- Also, you can easily integrate the forms builder plugin with Stripe using its Stripe Integration extension ( [Available in Plugins Bundle](https://10web.io/plugins/wordpress-form-maker/#product_pricing) ).
338
-
339
- **Payment Currency.** Choose the currency to be used for the payments made through your form. Note, that the selected currency symbol will only display on the front-end of the published form.
340
-
341
- **Tax (%).** Specify the percentage of the tax for your payment form. It will be calculated from the total payment amount of your form, and will be added to the grand total.
342
-
343
- **Checkout Mode.** Select the checkout mode for your form. Testmode will display PayPal Sandbox after submission, which allows you to run payment tests. When you are ready to receive payments, enable Production mode.
344
-
345
- **Paypal email.** Provide the email address of a valid PayPal account. This account will be used as the recipient of payments through your form.
346
-
347
- = Where can I check the submissions of my forms? =
348
-
349
- **Submissions** page of this HTML form generator plugin lets you view the full record of submissions of each form. Choose your form from **Select a form** drop-down box to display its submitted information. Furthermore, you are able to view **Statistics** of **Single/Multiple Choice** and **Select Box** fields.
350
-
351
- **Entries / Conversion Rate / Views.** These attributes of **Submissions** page will help you quickly view the statistics of the selected form.
352
-
353
- **Export to CSV / Export to XML.** You are able to download all submissions of each contact form in **CSV** or **XML** format by clicking on these buttons.
354
-
355
- **Show Filters.** Form Maker lets you filter form submissions by values provided by user, e.g. submitter's email address, name and more. Press **Show Filters** button on form submissions, write the values you wish to search with, then press **Search.** Click **Reset** button to clear the filters.
356
-
357
- **Add/Remove Columns.** This button will help you customize the columns which display in submissions of the selected contact form. Click on the button and unmark the columns you wish to hide.
358
-
359
- *Note: Adding/Removing columns does not delete columns from the submissions table of your contact forms. It just hides them until you activate them again.*
360
-
361
- **Block IPs / Unblock IPs.** In case you are receiving spam submissions from certain IP addresses, you can block these addresses. Mark all spam submissions as checked, choose **Block IPs** option from **Bulk Actions** and press **Apply.** You are able to unblock these IP addresses anytime.
362
-
363
- **Delete.** If you wish to remove some or all submissions of a contact form, mark them as checked and select **Delete** option from **Bulk Actions.** Clicking **Apply** will delete these entries permanently.
364
-
365
- = Can user be redirected to another page after submitting the form? =
366
-
367
- Form Maker plugin allows you to configure different actions which occur after form submission. For instance, you can display a "Thank you" message after users submit the form, or redirect them to another page, or more.
368
-
369
- Navigate to Form Options > Actions After Submissions tab, and select one of the options below to set up the action that occurs after users submit your form.
370
-
371
- * **Stay on Form.** This action will reload the form page and keep the submitter on the same page.
372
- * **Post.** Select this option to redirect users to a specific post after they hit Submit. You will then be able to select the post from Post dropdown menu.
373
- * **Page.** You can also redirect users to a selected page. Choose this option and specify the destination using Page dropdown menu.
374
- * **Custom text.** Use this action in case you wish to display a "Thank you" message after users submit the form. The editor box accepts text, basic HTML, as well as values of form fields. Include them to the content by pressing on the top buttons indicating form fields.
375
- * **URL.** Configure redirection from your forms to any page with this action after submission. Mark URL option, then provide the absolute path of the link to the input that appears.
376
-
377
- = What verification methods does Form Maker use? =
378
-
379
- Form Maker uses modern verification methods, such as ReCaptcha and invisible ReCaptcha. Please note that will need to obtain ReCaptcha keys to use these options. Otherwise you can use Simple Captcha and Arithmetical Captcha which use standard word verification and arithmetical expressions respectively.
380
-
381
- = Can I use Form Maker to create a registration form? =
382
-
383
- You can register users on your website with the help of Form Maker WordPress Registration Extension ( [Available in Plugins Bundle](https://10web.io/plugins/wordpress-form-maker/#product_pricing) ). Install the Extension and use it alongside the free version of Form Maker plugin.
384
-
385
- You are able to ask users to provide username, email address and password for their account. The registration of users is done upon completing the form created by this visual form builder plugin.
386
-
387
- = Is it possible to publish a contact form as a widget? =
388
-
389
- You can publish your form not only using **Display Options** of the web form builder tool, but also as a widget. Go to **Appearance > Widgets** page to place your form on any widget area of your website theme.
390
-
391
- Search for **Form Maker widget** and drag it to the widget area where you wish to place your form. Specify a **Title** for the widget and choose the form you wish to publish. Press **Save** after making these changes.
392
-
393
- = Can the form submissions be shown to site visitors? =
394
-
395
- **Premium version** of Form Maker plugin allows you to publish submissions on front-end of your website.
396
-
397
- This form creator plugin lets you select user roles which will be able to view the published submissions. This can be done from **Form Options > General Options** section. Also, in the same section, you are able to choose fields to hide from front-end submissions.
398
-
399
- Firstly, add/edit the page or post, where you wish to publish the submissions of form. Then press **Add Submission** button from the top of the post editor.
400
-
401
- **Select a Form.** Use this drop-down to choose the form, submissions of which you would like to publish.
402
-
403
- **Select Date Range.** You can display form submissions from a specific date range. Use this option to select **From** and **To** dates.
404
-
405
- **Select fields.** Use this option to choose which columns to show on the form. Uncheck the options, which you need to hide on front-end submissions.
406
-
407
- **Export to / Show.** These two settings are responsible for showing the rest of the attributes of front-end submissions. You can enable/disable **CSV/XML** export buttons, **Statistics, Views, Conversion Rate** and other additional information.
408
-
409
- After configuring all necessary options, press **Insert.** Publish your page with form submissions, and you will be able to view them on front-end.
410
-
411
- = Can I let users choose between PayPal or offline payments when submitting the form? =
412
-
413
- **Premium version** of this handy forms plugin has the features and functions to achieve this. You need to use **Conditional Fields** and **Payment Fields** of the plugin. Here are the necessary steps.
414
-
415
- Firstly, add one **Single Choice** field from **Basic Fields** of Form Maker plugin. It should contain the following two options:
416
-
417
- * Pay with PayPal
418
- * Pay offline
419
-
420
- Afterwards, add two sets of almost identical fields, one of them created with regular form fields, second - with **Payment fields.**
421
-
422
- Then you can set conditions from **Form Options > Conditional Fields,** if the user chooses PayPal, payment fields will appear, otherwise, regular fields will.
423
-
424
- The user will not be redirected to PayPal if they make their selections using regular form fields.
425
-
426
- = How can a migrate Form Maker from one site to another? =
427
-
428
- If you want to migrate Form Maker database tables from one WordPress site to another, you need to follow the instructions below.
429
-
430
- *Please uninstall Form Maker if you have it installed on your second site first, then proceed with these steps:*
431
-
432
- **On your first WordPress site:**
433
-
434
- 1. Go to **PHPMyAdmin** of your site,
435
- 2. open your WordPress site database,
436
- 3. select **Export** menu item,
437
- 4. change the radio button from **Quick** to **Custom,**
438
- 5. unselect all tables and select the following 7 tables:
439
-
440
- *[wp1_prefix]_formmaker*
441
- *[wp1_prefix]_formmaker_blocked*
442
- *[wp1_prefix]_formmaker_query*
443
- *[wp1_prefix]_formmaker_sessions*
444
- *[wp1_prefix]_formmaker_submits*
445
- *[wp1_prefix]_formmaker_themes*
446
- *[wp1_prefix]_formmaker_views*
447
-
448
- (where **[wp1_prefix]** is your WordPress database prefix)
449
-
450
- 6. scroll all the way down and press the **Go** button. This should export an SQL file containing those 7 tables.
451
-
452
- **On your second WordPress site:**
453
-
454
- 7. Go to your WordPress database,
455
- 8. select **Import** menu item,
456
- 9. browse for the exported SQL file,
457
- 10. scroll all the way down and press **Go** button. This should import Form Maker tables to your WordPress database.
458
-
459
- Now you need to change the prefix for those tables to the one that is set for your second WordPress database.
460
-
461
- 11. Select **[wp1_prefix]_formmaker** table from the left pane of PHPMyAdmin of your second WordPress database,
462
- 12. select **Operations** menu item from the top menu
463
- 13. scroll to **Table Options** box and edit the value of **Rename table to** field with the second WordPress database prefix, so that the table name now looks like this: **[wp2_prefix]_formmaker** (where **[wp2_prefix]** is your second WordPress database prefix)
464
- 14. do the same for other 6 tables.
465
- 15. go to your second WordPress administration panel and install the Form Maker.
466
-
467
- That's it! Now you should have your forms, submissions, and themes all set up.
468
-
469
- = Characters in the submission CSV file do not appear correctly. How can I fix this? =
470
-
471
- Please note, that this problem is not caused by Form Maker plugin. It is rather a formatting issue in Excel. However, you can prevent it the following way:
472
-
473
- * Please open a new Microsoft Excel document first. Then go to **Data** tab from the menu and click on **From Text.**
474
- * Choose the CSV file you need to view. You'll see a pop-up window with several options, you'll find the **File Origin** option along with them.
475
- * Please select **Unicode (UTF-8)** for this dropdown and click **Next** if you need to edit other options, or just **Finish** to insert the document.
476
-
477
- The special characters in the CSV submissions of your contact forms should appear correctly afterwards.
478
-
479
- = I do not receive any submission emails of my forms. How can this be fixed? =
480
-
481
- This might be a problem related to the hosting configurations of your website. You can check that the following way.
482
-
483
- Please install [WP SMTP](https://wordpress.org/plugins/wp-smtp/) plugin and go to **Settings > WP SMTP** page. Scroll down to the bottom and send a test mail to your email address.
484
-
485
- If the test email will be sent, then the issue is triggered by Form Maker plugin. Please contact [10Web Customer Care at WordPress.org Support Forums](https://wordpress.org/support/plugin/form-maker/). Our developers will have a closer look.
486
-
487
- But if the test mail fails, the problem is on the server of your website. Please contact your hosting provider in this case, and ask them to enable mail functions on your site.
488
-
489
- = My forms do not submit due to Javascript errors. How can they be eliminated? =
490
-
491
- This problem could be related to permission settings of Form Maker files on your web server. Please check that the following way.
492
-
493
- Connect to your website files via FTP connection and open the following two directories:
494
-
495
- *wp-content/uploads/form-maker-frontend/js/*
496
- *wp-content/uploads/form-maker-frontend/css/*
497
-
498
- Please make sure all **.css** and **.js** files in these folders have their permissions set to **777.**
499
-
500
- If the permissions are correct, please do not hesitate to contact [10Web Customer Care at WordPress.org Support Forums](https://wordpress.org/support/plugin/form-maker/).
501
-
502
- = Is it possible to pass parameters from the page URL to form fields? =
503
-
504
- To fill in values of parameters from a URL into Form Maker fields, it is necessary to implement a custom script. Please navigate to **Form Options > Javascript** page and add the following code inside **before_load()** function:
505
-
506
- `function getParameterByName(name, url) {
507
- if (!url) {
508
- url = window.location.href;
509
- }
510
- name = name.replace(/[[]]/g, "$&");
511
- var regex = new RegExp("[?&]" + name + "(=([^&#]*)|&|#|$)"),
512
- results = regex.exec(url);
513
- if (!results) return null;
514
- if (!results[2]) return '';
515
- return decodeURIComponent(results[2].replace('/+/g', " "));
516
- }
517
- jQuery("#{{field_id}}").val(getParameterByName("{{param_name}}"));
518
- jQuery("#{{field_id}}").attr("class", "input_active");`
519
-
520
- Where **{{field_id}}** is the ID of the field you wish to prefill. Also, **{{param_name}}** is the name of the parameter in the URL.
521
-
522
-
523
- == Changelog ==
524
-
525
- = 1.13.8 =
526
- * Fixed: Form submit bug.
527
-
528
- = 1.13.7 =
529
- * Added: Support for 'all' placeholder in actions after submission.
530
- * Added: Provinces for Canada.
531
- * Improved: Spam protection.
532
- * Improved: Minify js, css.
533
- * Changed: Some country names.
534
- * Fixed: Two required "Table of fields" fields on a page.
535
- * Fixed: Error on uninstalling from multisite.
536
- * Fixed: Preview in themes edit page.
537
- * Fixed: User guide links for tabs in form edit page.
538
- * Fixed: Empty Simple Captcha input after form reset.
539
- * Fixed: Remove unnecessary container from placeholders popup.
540
-
541
- = 1.13.6 =
542
- * Fixed: Payment info is not retrieved.
543
-
544
- = 1.13.5 =
545
- * Fixed: CSRF issue.
546
- * Added: Banner to install 10Web manager.
547
-
548
- = 1.13.4 =
549
- * Fixed: Vulnerability on submissions page.
550
-
551
- = 1.13.3 =
552
- * Added: Functionality to add placeholders in "Select options from database" Where selector.
553
- * Added: Functionality to use "Star rating" as a condition.
554
- * Fixed: Security issue.
555
- * Fixed: Link for attachment in email.
556
- * Fixed: Allow "0" value for required fields.
557
- * Fixed: Don't use the same title for the duplicated form.
558
- * Fixed: Adding field to incorrect position.
559
- * Fixed: Scroll to required address field.
560
- * Fixed: Broken multiple pages.
561
- * Fixed: MySQL mapping edit functionality.
562
- * Fixed: Multisite support for add-ons.
563
- * Fixed: Saving advanced layout.
564
- * Fixed: 0 value is not saved in submissions for Payment single choice and Shipping fields.
565
-
566
- = 1.13.2 =
567
- * Changed: Links to 10Web.io.
568
-
569
- = 1.13.1 =
570
- * Fixed: Bug on checking if Address field is required.
571
-
572
- = 1.13.0 =
573
- * Added: Enable/Disable option for Form header.
574
- * Added: Tax option for Stripe payments.
575
- * Added: "Class name" option for "Single Line Text" field to allow add a css class for the field.
576
- * Added: "Palestine" to country list field.
577
- * Changed: Form editing page layout.
578
- * Changed: Form Revisions functionality.
579
- * Changed: Settings (Form Options) tab new design.
580
- * Changed: Form Publishing tab new design.
581
- * Changed: Selecting a Theme moved to Appearance.
582
- * Changed: Make email options a separate tab.
583
- * Changed: Remove required mark color from "Default" and "Inherit from site" themes.
584
- * Changed: Inherit styles (font, color) from Elementor for Form maker widget.
585
- * Fixed: Try to reproduce, try/catch curl part of code.
586
- * Fixed: Requirement of table field should be affected on all rows of it.
587
- * Fixed: The Like/Starting With options in WHERE of Select options from Database.
588
- * Fixed: Remove the link of the word "Privacy Policy" when there is no Privacy Policy page.
589
- * Fixed: Styles for rtl languages.
590
- * Fixed: Addons settings for duplicated forms.
591
- * Fixed: Required validation not allow space.
592
- * Fixed: Error when clicking allow or skip to collect some usage data more then once.
593
-
594
- = 1.12.42 =
595
- * Fixed: Remove the link from "Privacy Policy" text in the form when there is no Privacy Policy page.
596
-
597
- = 1.12.41 =
598
- * Added: WHERE selectors in "Options from database" (Select, Single and Multiple choice fields).
599
- * Added: Placeholders (User ID, Submitter's IP, etc.) in WHERE clause in "Options from database" and MySQL Mapping.
600
- * Improved: Parsing images in post content in Post Generation extension.
601
- * Improved: Automatically deactivate plugin after uninstall.
602
- * Fixed: Scroll issues on Safari (MacOS).
603
- * Fixed: "Receive Copy" field checkbox with Form maker some themes.
604
- * Fixed: "Custom text" after form submit.
605
-
606
- = 1.12.39 =
607
- * Added: Drag & Drop of Columns in form editor
608
- * Added: Drag & Drop of Pages in form editor
609
- * Added: New icon in Elementor plugin
610
- * Improved: Drag & Drop of fields in form editor
611
- * Fixed: Conditional fields flickering during page loading
612
-
613
- = 1.12.38 =
614
- * Improved: GDPR compliance options.
615
- * Added: Step option for slider field.
616
- * Fixed: Error on form front end when Privacy Policy checkbox is enabled.
617
- * Fixed: Bug on Actions after submission when Redirect to URL option is empty.
618
- * Fixed: Notice on form submit.
619
- * Fixed: Minor issues on Themes.
620
-
621
- = 1.12.37 =
622
- * Fixed: Compatibility with PHP version 5.3.
623
-
624
- = 1.12.36 =
625
- * Improved: Uninstall Form Maker interface and texts.
626
- * Fixed: "New Form Field" button drag and drop issue in Firefox and Safari.
627
- * Fixed: Do not show hidden amounts in total.
628
- * Fixed: Failed to import form submissions when there is a single quote in the form title.
629
- * Fixed: Can not submit contact form when there is a condition on stripe field and stripe is not visible.
630
- * Added: GDPR compliance required checkbox on the front end.
631
- * Added: Warn user if the email address does not belong to the site domain.
632
-
633
- = 1.12.35 =
634
- * Fixed: PDF should be generated even if sending emails is off.
635
- * Fixed: Form field validation issues on multi-page forms.
636
- * Fixed: Issue with Exporting/Importing a form with special characters in header.
637
-
638
- = 1.12.34 =
639
- * Added: Additional security check to block form submissions from bots.
640
- * Improved: Submissions CSV/XML export for bigger forms.
641
- * Improved: Rendering of forms in Elementor front-end builder preview.
642
- * Improved: Optimized the back end Scripts and CSS for faster loading.
643
- * Fixed: Form Submissions page responsiveness issue on mobile devices.
644
-
645
- = 1.12.33 =
646
- * Added: Option to enable/disable WP Editor.
647
- * Added: Additional security checks against bots.
648
- * Changed: Form field validation on form options page.
649
- * Fixed: Error on deactivation.
650
- * Fixed: Port for connecting to a remote Database with SQL mapping.
651
- * Fixed: Displaying Form on all posts instead of the selected.
652
- * Fixed: Filled values of payment form fields should not be lost on an error.
653
- * Fixed: Form is not saved if you click Publish before the page is loaded.
654
- * Fixed: Table of fields validation on form submission.
655
- * Fixed: Add shortcode functionality on Beaver, Elementor, SiteOrigin and Visual Composer builders.
656
- * Fixed: If you Sort/Filter the data via some column, then hit next page button, the sort reverts to the default sort order.
657
- * Fixed: Select all in Submissions should apply to the current page only.
658
- * Fixed: Do not change the page after IP block in submissions page.
659
- * Fixed: Do not change the page after deleting submission in submissions page.
660
-
661
- = 1.12.32 =
662
- * Fixed: Include styles/scripts on form pages only.
663
-
664
- = 1.12.31 =
665
- * Improved: CSV, XML export.
666
- * Improved: default email design
667
- * Improved: Minor improvements in email options
668
- * Fixed: PHP validation for email.
669
- * Fixed: Preserve the list of columns displayed when changing the page.
670
- * Fixed: Do not display ScrollBox form after Successful submission.
671
-
672
- = 1.12.30 =
673
- * Changed: Separate buttons for deactivation.
674
-
675
- = 1.12.29 =
676
- * Fixed: Bug on empty values for some form field types.
677
-
678
- = 1.12.28 =
679
- * Added: Custom javascript event, occurs after form is submitted.
680
- * Changed: Code structure refactoring.
681
- * Fixed: Bug on required form fields PHP validation.
682
- * Fixed: Bug on saving a theme.
683
-
684
- = 1.12.27 =
685
- * Added: Help and suggestions text for Privacy Policy (for GDPR compliance)
686
- * Added: Privacy related text to readme.
687
-
688
- = 1.12.26 =
689
- * Fixed: Vulnerabilities reported by Neven Biruski from DefenseCode (using the tool ThunderScan).
690
- * Fixed: "The loopback request to your site failed" error.
691
-
692
- = 1.12.25 =
693
- * Changed: Updated translations.
694
- * Added: Gutenberg integration.
695
- * Fixed: Required mark for "Receive Copy" form field.
696
- * Fixed: Bug on selecting options from database.
697
-
698
- = 1.12.24 =
699
- * Minor fix: an incorrect link
700
-
701
- = 1.12.23 =
702
- * Improved: Insert placeholder functionality.
703
- * Fixed: Action after submission text for popup forms.
704
- * Fixed: Do not allow negative numbers as quantity.
705
- * Added: Loading for add-ons options.
706
- * Added: Premium version page new style.
707
- * Added: Add-ons page new style.
708
- * Fixed: Submission id bug.
709
- * Fixed: Security issue reported by Sairam Jetty.
710
-
711
- = 1.12.22 =
712
- * Fixed: Security issue with CSV export.
713
-
714
- = 1.12.21 =
715
- * Changed: DB field length.
716
-
717
- = 1.12.20 =
718
- * Added: New file types for Form Maker file upload form field.
719
- * Improved: Editing empty mini labels.
720
- * Fixed: Form Submissions CSV export.
721
-
722
- = 1.12.19 =
723
- * Fixed: Form Submissions table view for long texts.
724
- * Fixed: Displaying phone field value in form email notification.
725
- * Fixed: Bug on deleting a Page break.
726
-
727
- = 1.12.18 =
728
- * Changed: improved Form Submissions view: added tooltips for long labels of form fields.
729
- * Added: detailed descriptions of form fields inside the form editor
730
- * Fixed: UTF-8 text in Email body.
731
-
732
- = 1.12.17 =
733
- * Fixed: UTF-8 text for Email subject and Email from name.
734
-
735
- = 1.12.16 =
736
- * Improved: Email functionality of Form Maker.
737
- * Fixed: Multiple choice and single choice with long labels.
738
- * Fixed: Form submissions CSV export with UTF-8 encoding.
739
-
740
- = 1.12.15 =
741
- * Fixed: Error on adding a form field.
742
-
743
- = 1.12.14 =
744
- * Fixed: Form submissions page.
745
-
746
- = 1.12.13 =
747
- * Fixed: Bug on Popup forms on mobile.
748
- * Fixed: Major bug.
749
- * Fixed: Exclude Stripe field from submissions export.
750
- * Fixed: "Custom HTML" field label in conditional fields list.
751
- * Fixed: Edit table of form fields in submissions.
752
- * Fixed: Trim data inserted by MySQL mapping.
753
- * Fixed: Default values for payment multiple and payment single choices.
754
- * Changed: Prevent default on form enter.
755
-
756
- = 1.12.12 =
757
- * Changed: Improved query to get number of form submissions.
758
- * Changed: Email field length in DB.
759
-
760
- = 1.12.11 =
761
- * Fixed: Form preview does not show with widget on page with some Wordpress themes.
762
- * Fixed: Do not check conditionally hidden required fields.
763
- * Fixed: Not embedded forms do not show on form preview page.
764
- * Fixed: Post/page search on display options pages.
765
- * Fixed: Tooltip in "Add query" popup.
766
- * Fixed: Insert demo forms only on activate.
767
- * Changed: Edit country list popup design.
768
- * Fixed: Emailing fields with apostrophes in label.
769
- * Fixed: Popup forms background.
770
- * Changed: Czech translation.
771
- * Changed: Italian translation.
772
- * Fixed: Matrix field in email.
773
- * Changed: Disable widget in preview page.
774
- * Fixed: Widget functionality with Contact Form Maker.
775
- * Fixed: Form Maker user manual links.
776
- * Fixed: Default values for multiple and single choices.
777
- * Fixed: Add new theme.
778
- * Fixed: Redirect from Paypal.
779
-
780
- = 1.12.10 =
781
- * Fixed: a minor bug.
782
-
783
- = 1.12.9 =
784
- * Fixed: Date range field buttons position.
785
- * Fixed: Forms count in backend.
786
- * Fixed: Placeholder notice with password fields.
787
- * Added: Puerto Rico, Wales to country list.
788
-
789
-
790
- = 1.12.8 =
791
- * Updated: WD Library.
792
- * Updated: Support forum link.
793
-
794
- = 1.12.7 =
795
- * Added: Invisibe reCAPTCHA.
796
- * Improved: Compatibility with Contact Form Maker.
797
- * Improved: Stripe add-on styles.
798
- * Fixed: Some frontend styles.
799
- * Fixed: Fields width in forms manage page.
800
- * Changed: Field edit buttons place.
801
-
802
- = 1.12.6 =
803
- * Added: Full width functionality for fields.
804
- * Added: New Default Theme.
805
- * Added: Support forum and Review links.
806
- * Changed: Date field calendar icon.
807
- * Changed: Field manage functionality.
808
- * Changed: jQuery-UI styles.
809
- * Changed: Three form changed in new formats.
810
- * Improved: Responsiveness.
811
- * Fixed: Time, Date of Birth and Number fields validation also on mobile.
812
- * Fixed: Scroll to field on error.
813
- * Fixed: Right to left styles.
814
- * Fixed: Conflict with Yoast SEO plugin.
815
-
816
- = 1.12.5 =
817
- * Added: Hong Kong to country list.
818
- * Fixed: List of US states.
819
-
820
- = 1.12.4 =
821
- * Changed: Email validation field now allows + symbol
822
- * Changed: Remove Font Awesome.
823
- * Changed: Italian translation.
824
-
825
- = 1.12.3 =
826
- * Fixed: Get editor by id instead of active.
827
- * Fixed: Not found form id redirect to main page.
828
-
829
- = 1.12.2 =
830
- * Fixed: Border types bug
831
- * Fixed: Bug with PayPal IPN
832
- * Fixed: Date format syncronization with Save Progress add-on
833
-
834
- = 1.12.1 =
835
- * Changed: Add field button design.
836
- * Added: Show popup notice to install Backup WD plugin.
837
-
838
- = 1.12.0 =
839
- * Changed: Improved user interface of forms, submissions and options.
840
- * Changed: Separated field types into Basic, User Info, Layout, Advanced and Payment sections.
841
- * Changed: Simplified the structure of Form Options tabs.
842
- * Added: Drag and Drop builder button.
843
-
844
- = 1.11.11 =
845
- * Fixed: Conflict with Jetpack Contact Form module.
846
-
847
- = 1.11.8 =
848
- * Updated: WD Library.
849
-
850
- = 1.11.7 =
851
- * Fixed: Theme version control.
852
-
853
- = 1.11.6 =
854
- * Fixed: Shortcode editor pop-up styles.
855
- * Fixed: Scripts enqueue in Manage Forms page.
856
- * Fixed: MySQL Mapping fields list scrolling.
857
-
858
- = 1.11.5 =
859
- * Fixed: Bug on CSV/XML export.
860
- * Fixed: Google maps api conflict with other plugins.
861
- * Changed: Improved Matrix type field view in submissions.
862
- * Fixed: File upload field styles with "Inherit from website theme".
863
-
864
- = 1.11.4 =
865
- * Fixed: Bug on color picker when choosing transparency
866
- * Fixed: Bug on submissions edit
867
- * Fixed: Bug on "Inherit from website" theme
868
- * Fixed: Bug on Paypal notifications
869
- * Changed: Form Options tab id to avoid conflict with some plugins
870
-
871
-
872
- = 1.11.3 =
873
- * Added: Global option to enable Advanced Layout
874
- * Changed: Themes table field name: `params` to `css`
875
- * Fixed: Bug on PHP 5.2
876
- * Fixed: Uninstall bug in free version
877
- * Fixed: bug on generating Theme css
878
- * Fixed: CSS conflict with some ajax themes
879
-
880
- = 1.11.2 =
881
- * Added: Overview page
882
- * Removed: Featured Plugins, Featured Themes pages
883
- * Fixed: Security issue
884
- * Fixed: Themes - bug on save as copy
885
-
886
-
887
- = 1.11.1 =
888
- * Removed: Old forms support (created with Form Maker versions < 1.7.0)
889
- * Added: Form Header
890
- * Added: New Themes
891
- * Added: New Theme Editor
892
- * Added: Form Display Options (Embedded, Popup, Topbar, Scrollbox)
893
- * Fixed: Database creation on some versions of MySQL
894
- * Fixed: Removed html tags from csv and xml
895
-
896
- = 1.10.11 =
897
- * Added: Support forum links.
898
-
899
- = 1.10.10 =
900
- * Fixed: Bug on arithmetic captcha
901
-
902
- = 1.10.9 =
903
- * Changed: New logo
904
-
905
- = 1.10.8 =
906
- * Added: New form field type: Phone with flag
907
- * Fixed: Bug on captcha reset
908
-
909
- = 1.10.7 =
910
- * Changed: Improved captcha security
911
- * Fixed: Bug on matrix field
912
- * Fixed: Bug on conditional fields (for date field)
913
- * Added: Notification about old forms
914
-
915
- = 1.10.6 =
916
- * Fixed: Bug on spinner field
917
- * Fixed: Bug on matrix field
918
-
919
- = 1.10.5 =
920
- * Fixed: JS conflict on contact form submission
921
-
922
- = 1.10.4 =
923
- * Fixed: Conflict with Yoast SEO plugin
924
- * Fixed: Line breaks in textarea after incorrect captcha
925
-
926
- = 1.10.3 =
927
- * Fixed: Bug on PHP 5.3
928
-
929
- = 1.10.2 =
930
- * Added: New Global option "Use an alternative version of JS code on front-end:". Checking this box fixes JS conflicts with some themes, that alter inline JS.
931
-
932
- = 1.10.1 =
933
- * Added: Verified emails list in csv, xml files
934
-
935
- = 1.10 =
936
- * Changed: Field validation errors and notifications
937
- * Added: Realtime field validation
938
- * Changed: Improved NL translation
939
- * Fixed: Bug on verified emails
940
-
941
- = 1.9.18 =
942
- * Added: Filter verified emails and Export submissions with verified emails
943
-
944
- = 1.9.17 =
945
- * Fixed: Bug with search by ID in Submissions
946
- * Fixed: Bug with Validation (Regular Exp.)
947
-
948
- = 1.9.16 =
949
- * Fixed: Bug with Hidden field in custom text in Email
950
- * Fixed: Bug on email verification custom post
951
- * Added: Field type in field edit page
952
-
953
- = 1.9.15 =
954
- * Added: Password Confirmation field
955
-
956
- = 1.9.14 =
957
- * Fixed: Bug on CSV and XML export
958
-
959
- = 1.9.13 =
960
- * Fixed: Bug on Field label position (Left/Top)
961
- * Fixed: JS error on IE 11 and Microsoft Edge
962
-
963
- = 1.9.12 =
964
- * Added: Email Confirmation field
965
- * Fixed: Bug on CSV and XML export
966
-
967
- = 1.9.11 =
968
- * Changed: Filters now apply to CSV and XML export
969
-
970
- = 1.9.10 =
971
- * Fixed: Bug on "Advanced Layout"
972
-
973
- = 1.9.9 =
974
- * Changed: Featured plugins page
975
-
976
- = 1.9.8 =
977
- * Fixed: Unexpected behavior on pressing "Enter" key on back end form creator page
978
-
979
- = 1.9.7 =
980
- * Fixed: JS error on incorrect Google Maps API key
981
- * Added: Alert about incorrect Google Maps API key
982
-
983
- = 1.9.6 =
984
- * Added: Global option for Google Maps API key
985
- * Fixed: Google Maps API key warning in browser
986
-
987
- = 1.9.5 =
988
- * Changed: Improvements in "Select options from database" pop-up window for Select box, single and multiple choices
989
- * Fixed: Back end minor style issues
990
-
991
- = 1.9.3 =
992
- * Fixed: Bug with Date field in custom text in Email
993
- * Fixed: Bug on editing submissions with checkbox and radio fields with customized values
994
-
995
- = 1.9.2 =
996
- * Added: "View" button on submissions to open a sigle submission in a separate pop-up window
997
- * Fixed: Minor bugs on editing submissions
998
-
999
- = 1.9.1 =
1000
- * Fixed: bug on date field on some browsers (Safari, Edge)
1001
-
1002
- = 1.9 =
1003
- * Changed: Improved Date picker functionality (new options: Dates to exclude, Default, Minimum, Maximum dates)
1004
- * Added: New field type: Date Range
1005
-
1006
- = 1.8.41 =
1007
- * Fixed: Bug on conditional fields (for multiple contact forms on the same page)
1008
-
1009
- = 1.8.40 =
1010
- * Changed: Style of required field asterisk
1011
- * Changed: Display the correct IDs and Names of the fields in the back end (Add/Edit field interface) to use in js/css
1012
-
1013
- = 1.8.39 =
1014
- * Fixed: Bug on Matrix field (additional attributes)
1015
-
1016
- = 1.8.38 =
1017
- * Fixed: Bug on Matrix field (special characters in row/column labels)
1018
-
1019
- = 1.8.36 =
1020
- * Fixed: Bug on long content in textarea fields
1021
-
1022
- = 1.8.35 =
1023
- * Fixed: Browser warning on Google Maps API version
1024
- * Fixed: Phone field style issue on Mac OS
1025
-
1026
- = 1.8.34 =
1027
- * Fixed: Some minor style issues
1028
-
1029
- = 1.8.33 =
1030
- * Fixed: Bug in Address field
1031
- * Fixed: Bug with Additional Attributes in Email field
1032
- * Changed: before_submit() function functionality
1033
-
1034
- = 1.8.32 =
1035
- * New Add-on: Calculator
1036
- Removed: deprecated Number field
1037
-
1038
- = 1.8.31 =
1039
- * Fixed: Issue with search in Submissions page
1040
-
1041
- = 1.8.30 =
1042
- * Added: Submission ID in csv export
1043
-
1044
- = 1.8.29 =
1045
- * Changed: Featured Plugins, Featured Themes pages design.
1046
-
1047
- = 1.8.28 =
1048
- * Fixed: Bug in Email Options
1049
- * Fixed: Bug in Conditional Fields
1050
- * Fixed: Bug in date field
1051
-
1052
- = 1.8.27 =
1053
- * Fixed: Bug in Conditional Fields
1054
- * Fixed: Bug with Additional Attributs in Multiple Choice
1055
-
1056
- = 1.8.26 =
1057
- * Fixed: Submissions page styles
1058
- * Fixed: Issue with IPv6
1059
-
1060
- = 1.8.25 =
1061
- * Fixed: Bug in conditional fields.
1062
- * Changed: Featured Plugins, Featured Themes pages design.
1063
-
1064
- = 1.8.24 =
1065
- * Added: File upload as a link in email
1066
-
1067
- = 1.8.23 =
1068
- * Fixed: Bug in textarea field with line breaks
1069
-
1070
- = 1.8.22 =
1071
- * Fixed: Conflict with some plugins
1072
-
1073
- = 1.8.21 =
1074
- * Fixed: Bug in selectbox
1075
-
1076
- = 1.8.20 =
1077
- * Added: Autofill with user data for email address and name fields
1078
-
1079
- = 1.8.19 =
1080
- * Changed: Back End design
1081
-
1082
- = 1.8.18 =
1083
- * Added: Date format validation
1084
- * Fixed: Recaptcha Validation bug
1085
-
1086
- = 1.8.17 =
1087
- * Added: Global Options
1088
-
1089
- = 1.8.16 =
1090
- * Fixed: User guide links
1091
-
1092
- = 1.8.15 =
1093
- * Changed: Back End Design for old forms
1094
-
1095
- = 1.8.14 =
1096
- * Fixed: Bug in PayPal field
1097
- * Changed: Matrix field display in email
1098
-
1099
- = 1.8.13 =
1100
- * Fixed: Style in form builder edit page
1101
- * Fixed: Bug in PayPal options
1102
-
1103
- = 1.8.12 =
1104
- * Changed: Submissions page styles
1105
-
1106
- = 1.8.11 =
1107
- * New Add-on: Stripe Integration
1108
-
1109
- = 1.8.10 =
1110
- * Fixed: Bug in name field
1111
- * Fixed: Bug in captcha
1112
-
1113
- = 1.8.9 =
1114
- * New Add-on: Save Progress
1115
-
1116
- = 1.8.8 =
1117
- * Fixed: Minor bug
1118
-
1119
- = 1.8.7 =
1120
- * New: New year promo
1121
-
1122
- = 1.8.6 =
1123
- * Changed: Reset button
1124
- * Fixed: Bug with scrolling in new field pop up
1125
- * Fixed: Bug in MySql mapping on firefox browser
1126
-
1127
- = 1.8.5 =
1128
- * Fixed: Bug in mysql mapping.
1129
- * Changed: Featured themes page.
1130
-
1131
- = 1.8.4 =
1132
- * Fixed: Bug in submissions
1133
-
1134
- = 1.8.3 =
1135
- * Changed: Backend design
1136
-
1137
- = 1.8.2 =
1138
- * New Add-on: Pushover Integration
1139
-
1140
- = 1.8.1 =
1141
- * Fixed: Bug in email options
1142
- * Changed: Backend design
1143
-
1144
- = 1.8.0 =
1145
- * Changed: Backend design
1146
-
1147
- = 1.7.97 =
1148
- * Fixed: Bug in CSV/XML export
1149
-
1150
- = 1.7.96 =
1151
- * Added: Preview button
1152
- * Changed: Conditional fields limitation
1153
-
1154
- = 1.7.95 =
1155
- * Changed: csv/xml export file directory
1156
-
1157
- = 1.7.94 =
1158
- * Added: Progress bar for csv/xml export
1159
-
1160
- = 1.7.93 =
1161
- * Fixed: Bug in mailing
1162
- * Changed: Calendar styles
1163
-
1164
- = 1.7.92 =
1165
- * Fixed: Bug in mailing
1166
-
1167
- = 1.7.91 =
1168
- * Changed: Themes
1169
- * Fixed: Bug in block ip
1170
-
1171
- = 1.7.90 =
1172
- * Fixed: Bug in CSV/XML export
1173
-
1174
- = 1.7.89 =
1175
- * Fixed: Conflict with some plugins
1176
- * Changed: Styles
1177
-
1178
- = 1.7.88 =
1179
- * New: Doublescroll in submissions page
1180
- * New: Delete confirmation
1181
- * Fixed: Bug in mysql mapping for conditional fields
1182
-
1183
- = 1.7.87 =
1184
- * Fixed: Bug in CSV/XML export
1185
-
1186
- = 1.7.86 =
1187
- * Changed: CSV/XML export
1188
-
1189
- = 1.7.85 =
1190
- * Fixed: Bug in conditional fields
1191
-
1192
- = 1.7.84 =
1193
- * New Add-on: PDF Integration
1194
-
1195
- = 1.7.83 =
1196
- * New: Google Drive Integration Add-on
1197
-
1198
- = 1.7.82 =
1199
- * Fixed: Bug in demo forms
1200
-
1201
- = 1.7.81 =
1202
- * Fixed: Bug in update
1203
-
1204
- = 1.7.80 =
1205
- * Changed: Notices
1206
-
1207
- = 1.7.79 =
1208
- * Fixed: Bug in update
1209
-
1210
- = 1.7.78 =
1211
- * Changed: Themes
1212
-
1213
- = 1.7.77 =
1214
- * New: Dropbox Integration Add-on
1215
-
1216
- = 1.7.76 =
1217
- * Changed: Licensing/Donation page
1218
- * Changed: Notices
1219
-
1220
- = 1.7.75 =
1221
- * Changed: Submissions default ordering
1222
- * Changed: Featured Plugins page
1223
-
1224
- = 1.7.74 =
1225
- * Fixed: Minor bugs
1226
-
1227
- = 1.7.73 =
1228
- * New: Notices
1229
-
1230
- = 1.7.71 =
1231
- * New Add-on: Conditional Emails
1232
-
1233
- = 1.7.70 =
1234
- * Changed: Styles
1235
-
1236
- = 1.7.69 =
1237
- Minor bug fixed
1238
-
1239
- = 1.7.68 =
1240
- * Changed: Compability with WordPress 4.3
1241
-
1242
- = 1.7.67 =
1243
- * Fixed: Bug in slider field
1244
- * Fixed: Bug in address field
1245
- * Fixed: Bug in mysql mapping
1246
-
1247
- = 1.7.66 =
1248
- * Fixed: Bug in Undo/Rendo
1249
-
1250
- = 1.7.65 =
1251
- * New: Post Generation Add-on
1252
-
1253
- = 1.7.64 =
1254
- * Fixed: Minor bug
1255
-
1256
- = 1.7.63 =
1257
- * New: Add-ons page logo
1258
-
1259
- = 1.7.62 =
1260
- * New Add-on: User Registration
1261
-
1262
- = 1.7.61 =
1263
- * New: Form Maker Add-ons page
1264
-
1265
- = 1.7.60 =
1266
- * Fixed: Minor bug
1267
-
1268
- = 1.7.59 =
1269
- * Fixed: Bug in csv/xml export
1270
-
1271
- = 1.7.58 =
1272
- * Fixed: Minor bugs
1273
- * Added: Email verification custom post
1274
-
1275
- = 1.7.57 =
1276
- * Fixed: Security issue
1277
-
1278
- = 1.7.56 =
1279
- * New: ReCaptcha version 2.0
1280
- * New: Arithmetic Captcha
1281
-
1282
- = 1.7.55 =
1283
- * New: Undo/Redo form
1284
-
1285
- = 1.7.54 =
1286
- bug in conditional fields fixed
1287
-
1288
- = 1.7.53 =
1289
- bug in select field fixed
1290
-
1291
- = 1.7.52 =
1292
- minor bugs fixed
1293
-
1294
- = 1.7.51 =
1295
- * Changed: Featured plugins page.
1296
- * New: Featured themes page.
1297
-
1298
- = 1.7.50 =
1299
- minor bugs fixed
1300
-
1301
- = 1.7.49 =
1302
- Limited up to 7 fields to add
1303
- Bug fixed
1304
-
1305
- = 1.7.48 =
1306
- bug in radio and matrix fields fixed
1307
-
1308
- = 1.7.47 =
1309
- Show custom html and section break id
1310
-
1311
- = 1.7.46 =
1312
- Limited up to 9 fields to add
1313
- * New: Enable/Disable Title and Middle Name for Name field
1314
-
1315
- = 1.7.45 =
1316
- * New: Option to disable past days in date picker
1317
-
1318
- = 1.7.44 =
1319
- security issue fixed
1320
-
1321
- = 1.7.43 =
1322
- * New: Email verification
1323
-
1324
- = 1.7.42 =
1325
- bug in recaprcha fixed
1326
- change links
1327
-
1328
- = 1.7.40 =
1329
- Allow to use entry values in "Custom text after submission"
1330
-
1331
- = 1.7.39 =
1332
- * New: User informetion in mysql mapping
1333
- * Fixed: Country names
1334
-
1335
- = 1.7.38 =
1336
- bug fixed in stats
1337
- change field value type to longtext
1338
-
1339
- = 1.7.37 =
1340
- Optimize csv/xml export
1341
-
1342
- = 1.7.35 =
1343
- * New: Email empty fields option
1344
-
1345
- = 1.7.34 =
1346
- * New: Validation (Regular Exp.)
1347
- * Fixed: Select field duplication
1348
-
1349
- = 1.7.33 =
1350
- bug in address field fixed
1351
-
1352
- = 1.7.32 =
1353
- bug fixed
1354
-
1355
- = 1.7.31 =
1356
- Bug fixed: Hidden field save to DB.
1357
- * New: Drag and drop options in multiple, single choices and select box.
1358
- * New: Select options from database.
1359
- * New: Add image in email as image.
1360
- * New: Additional clauses within conditional fields.
1361
- * New: Search submissions by ID.
1362
- * New: Submission ID in email.
1363
-
1364
- = 1.7.30 =
1365
- Cache issue fixed
1366
-
1367
- = 1.7.29 =
1368
- Bug fixed: Empty email "From name".
1369
- Bug fixed: Delete theme.
1370
-
1371
- = 1.7.28 =
1372
- Bug fixed: Edit submissions.
1373
- Bug fixed: Conditional fielsd with quota in labels
1374
-
1375
- = 1.7.27 =
1376
- bug fixed in csv\xml export
1377
-
1378
- = 1.7.26 =
1379
- bug fixed in email content
1380
-
1381
- = 1.7.25 =
1382
- remove fancybox lightbox
1383
-
1384
- = 1.7.24 =
1385
- display php function to publish contact form
1386
-
1387
- = 1.7.23 =
1388
- bug in Recaptcha fixed
1389
-
1390
- = 1.7.22 =
1391
- Form field reordering using Drag&Drop
1392
-
1393
- = 1.7.21 =
1394
- wp 4.0.1 shortcode issue fixed
1395
-
1396
- = 1.7.18 =
1397
- pagination with input
1398
-
1399
- = 1.7.17 =
1400
- bug fixed in condition fileds
1401
-
1402
- = 1.7.16 =
1403
- show submitter information in popup (Country, CountryCode, City, Latitude, Longitude)
1404
-
1405
- = 1.7.15 =
1406
- bug fixed
1407
-
1408
- = 1.7.14 =
1409
- csv, xml export mark on map
1410
-
1411
- = 1.7.13 =
1412
- sql mapping
1413
-
1414
- = 1.7.12 =
1415
- extended name edit bug fixed (if first input is empty)
1416
-
1417
- = 1.7.11 =
1418
- hidden field edit bug fixed
1419
-
1420
- = 1.7.10 =
1421
- security issue fixed
1422
-
1423
- = 1.7.9 =
1424
- line break in custom text in email
1425
-
1426
- = 1.7.8 =
1427
- bug fixed in required radio field
1428
-
1429
- = 1.7.7 =
1430
- bug fixed in adding new contact form
1431
-
1432
- = 1.7.6 =
1433
- new email options, conditional fileds
1434
-
1435
- = 1.7.5 =
1436
- conflict with Jetpack Contact Form module fixed
1437
-
1438
- = 1.7.4 =
1439
- bug fixed in form options
1440
-
1441
- = 1.7.2 =
1442
- improve themes
1443
-
1444
- = 1.7.1 =
1445
- bug fixed in email options
1446
-
1447
- = 1.7 =
1448
- Div structured, responsive form
1449
- Editable html form layout
1450
- New themes
1451
-
1452
- = 1.6.6 =
1453
- * fix security issue which was reported by Mateusz Lach
1454
- = 1.6.4 =
1455
- * Added featured plugins
1456
- = 1.6.3 =
1457
- * From Name, From Email in Form options
1458
- = 1.5.0 =
1459
- * Survey Tools (Star Rating, Scale Rating, Spinner, Slider, Range, Grading, Matrix)
1460
- = 1.4.0 =
1461
- * Customizable Email message for Administrator and Users
1462
- = 1.3.0 =
1463
- * Actions after form Submission:
1464
- - Stay on form:
1465
- - To go to Post,Page after the form submission:
1466
- - Custom text after the form submission:
1467
- - URL: The user is redirected to the provided URL after the form submission.
1468
- * Edit javascript of the form:
1469
- * Save as the copy of the form:
1470
- * Themes: There are 43 standard themes included in Form Maker
1471
- * New form fields:
1472
- - Address field
1473
- - Address mark on map form field
1474
- - Number form field
1475
- - Phone form field
1476
- - Date 3 different form field
1477
- - Time form field
1478
- - Country list form field
1479
- - Recapthca form field
1480
- * Pagebreak of the [Wordpress Form](http://wordpress.org/plugins/form-maker/) Maker: This can be used to break the form into distinct pages.
1481
- * Section Break of the Form Maker: This option allows adding a section break to the form page.
1482
- * For each form certain types of statistical data are available in the form builder tool:
1483
- * Entries of a form: The number of submitted forms in the form builder tool.
1484
- * Views of a form: The number of times the form has been viewed.
1485
- * Conversion Rate of a form: The percentage of submitted forms to the overall number of views.
1486
-
1487
- = 1.0.0 =
1488
- Initial version
1
+ === Form Maker by 10Web - Mobile-Friendly Drag & Drop Contact Form Builder ===
2
+ Contributors: webdorado,10web,wdsupport,formmakersupport
3
+ Tags: form, forms, form builder, contact form, feedback, custom form, contact, web contact form, captcha, email, form manager, survey
4
+ Requires at least: 4.6
5
+ Tested up to: 5.2
6
+ Stable tag: 1.13.9
7
+ License: GPLv2 or later
8
+ License URI: http://www.gnu.org/licenses/gpl-2.0.html
9
+
10
+ Form Maker is a user-friendly contact form builder that allows to create forms for any purpose, from a simple contact form to a multi page survey
11
+
12
+ == Description ==
13
+
14
+
15
+ = Useful Links: =
16
+ [Live Demo](https://demo.10web.io/form-maker/)
17
+
18
+
19
+ [Demo Admin](https://admindemo.10web.io/?product_name=form-maker)
20
+
21
+
22
+ [Premium Form Maker by 10Web](https://10web.io/plugins/wordpress-form-maker/)
23
+
24
+
25
+ [Special Offer for all Premium Plugins](https://10web.io/plugins-bundle-pricing/)
26
+
27
+ https://www.youtube.com/watch?v=vxxKfhxIS44
28
+
29
+
30
+ Form Maker is a power-packed yet user-friendly form builder plugin. With an intuitive drag and drop interface, this plugin is the ultimate solution to help you create responsive WordPress Forms easily and in a timely manner. Add modern and functional questionnaires to your website with a few clicks. Using the plugin you can create forms for pretty much any purpose, from simple contact form to multi-page application, registration survey and questionnaire with conditional fields, captcha protection, multiple choice questions and more. It will take you just a few clicks to create them and a couple of minutes to customize with the available themes, styling and display options. This plugin can be a good addition to any website, so go ahead and give it a try.
31
+
32
+ **Benefits**
33
+
34
+ * **Better communication between your visitors and you** - Contact forms serve as a communication tool between you and your site visitors, and make it easy to get/receive orders, requests, and inquiries. If you offer memberships, courses or trainings on your website, forms are an easy way to order, apply or register online.
35
+ * **Valuable User/Customer Feedback** - You are what your user/customer thinks of you! The plugin lets you put together surveys and questionnaires and get feedback from your users/customers.
36
+ * **One plugin, different purposes** - Whether you want to have a single form on the contact us page, or multiple, on different pages on your website, that&#39;s absolutely doable with this plugin. You can create unlimited number of different forms and display them using one of the available display options. Please note, that free version is limited to 7 form fields.
37
+ * **Save time** - Plugin uses an intuitive drag and drop interface, which makes it easy to create contact forms and add/remove form fields.
38
+ * **Add to the overall website design** - A well designed contact form can contribute to your website&#39;s overall look and feel. Customize its style and have it match with your website design.
39
+ * **Improve accessibility** - Plugin provides four different display options, which make your contact forms easily accessible. Whether you want to embed the form into a post or a page, or have it follow the visitors as they scroll up and down, you have the option to do that.
40
+ * **Awesome Support** - The team behind this plugin provides timely and effective support to all its users. We keep standards high and response time low.
41
+
42
+
43
+ **What&#39;s in it**
44
+
45
+ **MULTIPLE FORM FIELDS**
46
+ Plugin comes with a myriad of field options to let you create high performing forms. The fields you can add include: text input, multiple and single choice fields, select box, submit and reset buttons, custom HTML, 3 types of captcha protection and many more. In addition to these fields, the Premium version of the plugin offers file upload, Google Maps, and payment fields with automatic PayPal integration or Stripe integration with an add on.
47
+
48
+ **FOUR FORM DISPLAY OPTIONS**
49
+ There are four display options in the plugin: Embedded, Pop-Up, Scroll-box, and Top-bar. Each of the display options has its own set of settings you can customize.
50
+
51
+ **DRAG &amp; DROP**
52
+ The intuitive drag-and-drop interface of the plugin makes it the most user-friendly form plugin for WordPress. Easily re-order the sequence of the fields or move them between columns, sections and pages, organizing your forms in no time.
53
+
54
+ **15 CUSTOMIZABLE THEMES**
55
+ Plugin comes with 15 fully customizable themes that you can apply to your forms. Under the theme options you can configure pretty much any setting of the theme, personalizing options for header, content, pagination, buttons and more. You can also create your own themes with your personal styling and features.
56
+
57
+ **CUSTOM CSS EDITOR**
58
+ You can use the custom CSS editor to give additional styling features to the forms.
59
+
60
+ **CUSTOMIZABLE EMAILS**
61
+ Send customized emails to your users as well as website administrators upon submission for any given form.
62
+
63
+ **MANAGED SUBMISSIONS**
64
+ View and manage the submissions for each form. See number of entries, number of views, the conversion rate and more.
65
+
66
+ **CONDITIONAL FIELDS**
67
+ Conditional fields feature of the plugin lets you display/hide specific fields based on the user input. This is a great way to make your forms shorter and avoid receiving irrelevant information.
68
+
69
+ **PRE-BUILD TEMPLATES**
70
+ The plugin comes with 5 pre-built templates, which you can use as they are or customize to better fit your needs.
71
+
72
+
73
+ == Form Maker Extensions ==
74
+ _[Available in Plugins Bundle](https://10web.io/plugins/wordpress-form-maker/#product_pricing)_
75
+
76
+ **Save Form Progress**
77
+ Your users can save unfinished entries and continue anytime.
78
+
79
+ **Conditional Mailing**
80
+ Send out emails to user groups based on submitted forms.
81
+
82
+ **Export/Import**
83
+ Export form entries and forms in the XML format and import them into another site afterwards.
84
+
85
+ **Pushover**
86
+ Get a notification on your phone whenever there is an entry submission.
87
+
88
+ **Mailchimp Integration**
89
+ Create Mailchimp signup forms and expand your lead list.
90
+
91
+ **WordPress Registration**
92
+ Build WP user registration forms and expand the user base of your site.
93
+
94
+ **Post Generation**
95
+ Use a form to invite your users to submit guest posts.
96
+
97
+ **Dropbox Integration**
98
+ Store attachments received from form entries in your Dropbox.
99
+
100
+ **Google Drive Integration**
101
+ Upload received form attachments straight to your Google Drive.
102
+
103
+ **PDF Integration**
104
+ Use content from submitted entries to create PDFs.
105
+
106
+ **Stripe**
107
+ Your users can make credit card payments via Stripe, and we’ll transfer them to your bank account automatically.
108
+
109
+ **Calculator**
110
+ Build forms that contain automatically calculated fields.
111
+
112
+
113
+
114
+ **SETTINGS/CUSTOMIZATION**
115
+ _\*Some customizations described here are available in Premium version. Please refer to feature summary for additional info._
116
+
117
+ Form Maker plugin provides a full range of options and features you can tailor to your needs. Each of the entries you create will have its own set of options and display settings. Under the options you can choose a theme for each form, adjust email options, choose what happens after the user submits, set conditional logic, and choose one of the available payment options, such as PayPal and Stripe (add-on). Under the display settings you can adjust the options for each form display type.
118
+
119
+ The available themes are fully configurable, allowing you make the necessary adjustments to the header, content, input box, buttons, choices, pagination, and add custom CSS. You can change the header background color, adjust the parameters for title, description and header image,customize the parameters for buttons, adjust the settings for single and multiple choice questions, and many more. The changes you make to the settings will immediately be displayed in the form preview next to the settings box.
120
+
121
+ With conditional fields option you can set to hide/show specific fields based on the selections your visitors make. You just choose the field you want to show or hide, then set the conditions based on which the field will appear or will be hidden. The plugin features a user-friendly interface, which makes it easy to create, style and customize the forms.
122
+
123
+
124
+ **[Premium version adds](https://10web.io/plugins/wordpress-form-maker/)**
125
+
126
+ * Unlimited fields in one form
127
+ * File Upload field
128
+ * PayPal Integration
129
+ * Stripe Integration with add on
130
+ * Google Maps API Integration
131
+ * Front-End Submissions
132
+
133
+
134
+ == Privacy Notices ==
135
+
136
+ Form Maker plugin does not collect and store any data of your users on 10Web's end. All data submitted by your website visitors is stored in your website database. With every form submission Form Maker plugin collects users' IP address and WordPress user ID for logged in users. From this perspective, you may be subject to GDPR compliance.
137
+
138
+ Form Maker forms imply interaction between website visitors and website owner. As such you may publish forms that require input of Private data. You need to get explicit consent from your users to comply with GDPR. Under GDPR your users may request access and/or erasure of their entry data at any time. Here you can find how to export and/or delete submissions.
139
+
140
+
141
+
142
+ == Installation ==
143
+
144
+ After downloading the ZIP file,
145
+
146
+ 1. Log in to the administrator panel.
147
+ 1. Go to Plugins Add &gt; New &gt; Upload.
148
+ 1. Click &quot;Choose file&quot; (&quot;Browse&quot;) and select the downloaded zip file.
149
+ _For Mac Users_
150
+ _Go to your Downloads folder and locate the folder with the plugin. Right-click on the folder and select Compress. Now you have a newly created .zip file which can be installed as described here._
151
+ 1. Click &quot;Install Now&quot; button.
152
+ 1. Click &quot;Activate Plugin&quot; button for activating the plugin.
153
+
154
+ If the installation does not succeed, please contact us for help.
155
+
156
+ After the installation is finished, you can go ahead and start working on your contact forms. Navigate to **Form Maker &gt; Forms** page to build your very first form. Form Maker plugin provides a few sample forms, which you can quickly edit and publish.
157
+
158
+ Using **Form Maker &gt; Forms** page, you can manage existing forms, perform Bulk Actions, such as Publish, Unpublish, Duplicate or Delete. Select the necessary form, choose the bulk action, then press Apply. Also, you can search for your form by writing its title in the top Search input.
159
+
160
+ **Adding Fields**
161
+ To add a new field to your form, drag New Field button to the area where you wish to place the field. The field editor toolbox will be opened automatically. Click on the field set from which you are going to choose the field, for instance, User Info Fields. Press Name button from this field set to add a Name input to your contact form. Then click Add and the field will be placed to the area you selected initially.
162
+
163
+ It is also possible to search among the fields when adding a new field to your form. Use Filter input at the top left corner of fields toolbox. For example, you can search &quot;phone&quot; and all Phone fields will be filtered.
164
+
165
+ You can edit your form fields anytime by double-clicking on them. Alternatively, you can open field editor toolbox by clicking on a field once, then pressing the small pencil icon above. To change the placement of your fields, simply drag the field to the necessary area.
166
+
167
+ After adding your form fields and updating your form, you are able to Undo or Redo the changes you have made. Please note, that these two buttons appear at the top of your form only after you modify the form and save the changes.
168
+
169
+ == Screenshots ==
170
+ 1. Reservation form created using Form Maker
171
+ 2. Pop-up form created using Form Maker
172
+ 3. Product Survey with radio buttons, evaluation, star rating, etc.
173
+ 4. Feedback form with number range sliders, radio buttons, etc.
174
+ 5. Form Maker - Drag and Drop Form builder interface
175
+ 6. Form Maker - searching field types and adding a field to a form
176
+ 7. Form Maker Options - Save data to database, save uploads, etc.
177
+ 8. Form Maker - Manage form submissions, export, block ips
178
+
179
+
180
+ == Frequently Asked Questions ==
181
+
182
+ = What is Form Maker used for? =
183
+
184
+ **Form Maker** is a modern and intuitive free online application form creator plugin developed for WordPress. It lets you build personalized, perfect-looking responsive forms with its elegant drag and drop interface.
185
+
186
+ You can create web forms free of additional coding, with just a few clicks. The functionality of Form Maker is excellent for any kind of online questionnaires.
187
+
188
+ Form Maker can be used for creating multiple types of forms, including contact forms, evaluation form, application forms, quizzes/tests or survey forms, online order forms and etc. Form Maker includes various types of fields which can be modified and/or edited.
189
+
190
+ Whether you are a WordPress beginner or a web guru, Form Maker is the perfect choice. The dynamic web form builder tool comes with clean visual tools and options, and you do not need to have any web development skills to build a form.
191
+
192
+ = How can I create a contact form with Form Maker? =
193
+
194
+ Navigate to **Form Maker > Forms** page to build your very first contact form. This contact form creator plugin provides a few sample forms, which you can quickly edit and publish.
195
+
196
+ Using **Form Maker > Forms** page, you can manage existing forms, perform **Bulk Actions,** such as **Publish, Unpublish, Duplicate** or **Delete.** Select the necessary form, choose the bulk action, then press **Apply.** Also, you can search for your contact form by writing its title in the top **Search** input.
197
+
198
+ Press **Add New** button from **Forms** page, and you will be redirected to **Form Editor** page. Make sure to write a **Title** for this contact form, then choose the **Theme** which sets the appearance of your form. In case you wish to display the contact form with the same style as your website theme, select **Inherit From Website Theme** option from **Theme** select box.
199
+
200
+ To add a new field with this application form creator, drag **New Field** button to the area where you wish to place the field. The field editor toolbox of Form Maker will be opened automatically. Click on the field set from which you are going to choose the form field, for instance, **User Info Fields.** Press **Name** button from this field set to add a Name input to your form. Then click **Add** and the field will be placed to the area of the form you selected initially.
201
+
202
+ It is also possible to search among the form builder fields when adding a new field to your form. Use **Filter** input at the top left corner of fields toolbox. For example, you can search "phone" and all Phone fields will be filtered.
203
+
204
+ = Can I add a custom header with text and image above my contact form? =
205
+
206
+ This dynamic contact form builder lets you have a nice header section on your forms, which can contain additional content, as well as images with animations. Click on **Form Header** bar of your form to open its toolbox and provide a **Title.** This is the form heading, which will appear above your form. In addition, you can write a **Description** to appear right below the Title of your form. This comes handy, in case you need to write an introduction for your form.
207
+
208
+ You can also have an image on your form header and set it to appear with an animation effect. Press **Add Image** button to upload and select a picture from **WordPress Media Library.** Then choose the animation effect using Image Animation option.
209
+
210
+ In case you don't want the **Header Image** of your forms to appear on smartphones and tablets, mark **Hide Image on Mobile** option as checked.
211
+
212
+ Make sure to **Publish/Update** the form to save the change you made.
213
+
214
+ = Does Form Maker support conditional logic and how can I use it? =
215
+
216
+ Yes, another fantastic feature of this custom form creator plugin is its **Conditional Fields.** This lets you **show** or **hide** fields of your form based on certain selections submitter makes.
217
+
218
+ The structure of conditional fields in this contact form generator form builder is the following: You can specify and/or show/hide a field, when condition is true and provide conditions below, e.g. Show "How many visitors will you have" if "Will you have visitors" is "Yes".
219
+
220
+ Go to **Form Options** of your form, then click **Conditional Fields** tab to start the setup. Press **Add Condition** button to configure the first condition of your form.
221
+
222
+ **Show/Hide** select box of this form builder plugin represents the action which will be completed, if all or any of the condition statements are fulfilled. Use the second drop-down menu to select the form builder field which will be shown or hidden.
223
+
224
+ Click the little **Plus (+)** icon to add the statement of your form condition.
225
+
226
+ For example, let's assume there is a **Single Choice** field on your form titled **Inquiry type.** And you wish to show **Message** field in case users choose **Support Request** as the type of their inquiry. The condition you configure needs to have the following logic:
227
+
228
+ *Show [Message] if [all] of the following match:*
229
+ *[Inquiry type] is [Support request]*
230
+
231
+ Make sure to hit **Update** after setting up Conditional Fields on your Form Maker.
232
+
233
+ = What styling options do the forms include? =
234
+
235
+ This secure form builder plugin comes with **14 customizable themes,** which you can use to design your forms. Each theme of Form Maker provides a set of user-friendly options to change font size, alignment of the form, colors, modify paddings and more. You can edit the existing themes, or create your own by clicking **Add New** button.
236
+
237
+ To set a initial default theme for your forms, press on the star icon next to the theme you would like to use. You can always change the theme by editing your forms.
238
+
239
+ Options of Form Maker Themes are divided into the following sections:
240
+
241
+ * Global Parameters
242
+ * Form Header
243
+ * Content
244
+ * Inputbox
245
+ * Choices (Multiple and Single)
246
+ * General Buttons
247
+ * Pagination
248
+ * Form Buttons
249
+ * Close (Minimize) Button
250
+ * Minimize Text
251
+ * Other
252
+ * Custom CSS
253
+
254
+ You can preview the design of each form theme under Preview block. In case you created forms with multiple pages, you can change its Pagination Type, setting it to Step, Percentage or None.
255
+
256
+ Custom CSS option in Themes of this offline form builder lets you write additional CSS code and customize your forms further. All CSS rules apply to this editor. Make sure to press Save after modifying the form theme.
257
+
258
+ = Does Form Maker use auto-respondent feature? =
259
+
260
+ You can use **Email Options** of Form Maker to send a fully customizable letter to the submitter. The entries can be included within the email. Just select the form you want to edit, then navigate to **Form Options &gt; Email Options.**
261
+
262
+ This html5 form builder plugin lets you send submitted information to one or multiple email addresses. Furthermore, you can also send a confirmation email to the submitter and let them know you have received their application.
263
+
264
+ Enable Send E-mail from **Form Options &gt; Email Options** tab and start configuring mailing settings. Most options require the same configuration for Email to Administrator and Email to User on the forms. However, there are a few settings which are unique.
265
+
266
+ **Email to Administrator**
267
+
268
+ This section of Email Options allows you to set up notifications of form submissions for website owners.
269
+
270
+ **Email to User**
271
+
272
+ **Send to.** Use this setting to select the email field of your form, to which the submissions will be sent.
273
+
274
+ Important! In case you do not have an email input created from User Info Fields &gt; Email type on your form, the following error message will appear:
275
+
276
+ &quot;There is no email field&quot;.
277
+
278
+ **Email Verification.** Activate this option, in case you would like the users to verify their email addresses. If it&#39;s enabled, the user email will contain a verification link. Clicking on this link set the user email address as verified.
279
+
280
+ **Verification link expires in.** Use this option to specify a time period (hours), during which the user will be able to verify their email address.
281
+
282
+ **Edit Post.** Click this link to edit the content of Email Verification post. This is is the page, where users will be redirected after they click on the verification link in user email.
283
+
284
+ = Can I create an online order form with this plugin? =
285
+
286
+ *Payment support is available in the Premium version of the plugin.*
287
+
288
+ In order to have a functional payment form, first and foremost, you need to have **Payment Fields** added to it. This way, Form Maker plugin will turn into an online order form creator quickly and easily. Build compact shopping forms, hotel reservation, online application or ticket sales forms with this feature.
289
+
290
+ Note: You need to set up **Form Options > Payment Options** of your form in order to receive payments on your account. Follow the steps described on this section to do that.
291
+
292
+ Configuring Payment Options, you can use Form Maker as an order form generator and let users make payments through your form. Default payment gateway of Form Maker is **PayPal.** Select **PayPal** as **Payment Method** from Form **Options &gt; Payment Options** tab and configure corresponding options.
293
+
294
+ Also, you can easily integrate the forms builder plugin with Stripe using its Stripe Integration extension ( [Available in Plugins Bundle](https://10web.io/plugins/wordpress-form-maker/#product_pricing) ).
295
+
296
+ **Payment Currency.** Choose the currency to be used for the payments made through your form. Note, that the selected currency symbol will only display on the front-end of the published form.
297
+
298
+ **Tax (%).** Specify the percentage of the tax for your payment form. It will be calculated from the total payment amount of your form, and will be added to the grand total.
299
+
300
+ **Checkout Mode.** Select the checkout mode for your form. Testmode will display PayPal Sandbox after submission, which allows you to run payment tests. When you are ready to receive payments, enable Production mode.
301
+
302
+ **Paypal email.** Provide the email address of a valid PayPal account. This account will be used as the recipient of payments through your form.
303
+
304
+ = Where can I check the submissions of my forms? =
305
+
306
+ **Submissions** page of this HTML form generator plugin lets you view the full record of submissions of each form. Choose your form from **Select a form** drop-down box to display its submitted information. Furthermore, you are able to view **Statistics** of **Single/Multiple Choice** and **Select Box** fields.
307
+
308
+ **Entries / Conversion Rate / Views.** These attributes of **Submissions** page will help you quickly view the statistics of the selected form.
309
+
310
+ **Export to CSV / Export to XML.** You are able to download all submissions of each contact form in **CSV** or **XML** format by clicking on these buttons.
311
+
312
+ **Show Filters.** Form Maker lets you filter form submissions by values provided by user, e.g. submitter's email address, name and more. Press **Show Filters** button on form submissions, write the values you wish to search with, then press **Search.** Click **Reset** button to clear the filters.
313
+
314
+ **Add/Remove Columns.** This button will help you customize the columns which display in submissions of the selected contact form. Click on the button and unmark the columns you wish to hide.
315
+
316
+ *Note: Adding/Removing columns does not delete columns from the submissions table of your contact forms. It just hides them until you activate them again.*
317
+
318
+ **Block IPs / Unblock IPs.** In case you are receiving spam submissions from certain IP addresses, you can block these addresses. Mark all spam submissions as checked, choose **Block IPs** option from **Bulk Actions** and press **Apply.** You are able to unblock these IP addresses anytime.
319
+
320
+ **Delete.** If you wish to remove some or all submissions of a contact form, mark them as checked and select **Delete** option from **Bulk Actions.** Clicking **Apply** will delete these entries permanently.
321
+
322
+ = Can user be redirected to another page after submitting the form? =
323
+
324
+ Form Maker plugin allows you to configure different actions which occur after form submission. For instance, you can display a &quot;Thank you&quot; message after users submit the form, or redirect them to another page, or more.
325
+
326
+ Navigate to Form Options &gt; Actions After Submissions tab, and select one of the options below to set up the action that occurs after users submit your form.
327
+
328
+ * **Stay on Form.** This action will reload the form page and keep the submitter on the same page.
329
+ * **Post.** Select this option to redirect users to a specific post after they hit Submit. You will then be able to select the post from Post dropdown menu.
330
+ * **Page.** You can also redirect users to a selected page. Choose this option and specify the destination using Page dropdown menu.
331
+ * **Custom text.** Use this action in case you wish to display a &quot;Thank you&quot; message after users submit the form. The editor box accepts text, basic HTML, as well as values of form fields. Include them to the content by pressing on the top buttons indicating form fields.
332
+ * **URL.** Configure redirection from your forms to any page with this action after submission. Mark URL option, then provide the absolute path of the link to the input that appears.
333
+
334
+ = What verification methods does Form Maker use? =
335
+
336
+ Form Maker uses modern verification methods, such as ReCaptcha and invisible ReCaptcha. Please note that will need to obtain ReCaptcha keys to use these options. Otherwise you can use Simple Captcha and Arithmetical Captcha which use standard word verification and arithmetical expressions respectively.
337
+
338
+ = Can I use Form Maker to create a registration form? =
339
+
340
+ You can register users on your website with the help of Form Maker WordPress Registration Extension ( [Available in Plugins Bundle](https://10web.io/plugins/wordpress-form-maker/#product_pricing) ). Install the Extension and use it alongside the free version of Form Maker plugin.
341
+
342
+ You are able to ask users to provide username, email address and password for their account. The registration of users is done upon completing the form created by this visual form builder plugin.
343
+
344
+ = Is it possible to publish a contact form as a widget? =
345
+
346
+ You can publish your form not only using **Display Options** of the web form builder tool, but also as a widget. Go to **Appearance > Widgets** page to place your form on any widget area of your website theme.
347
+
348
+ Search for **Form Maker widget** and drag it to the widget area where you wish to place your form. Specify a **Title** for the widget and choose the form you wish to publish. Press **Save** after making these changes.
349
+
350
+ = Can the form submissions be shown to site visitors? =
351
+
352
+ **Premium version** of Form Maker plugin allows you to publish submissions on front-end of your website.
353
+
354
+ This form creator plugin lets you select user roles which will be able to view the published submissions. This can be done from **Form Options > General Options** section. Also, in the same section, you are able to choose fields to hide from front-end submissions.
355
+
356
+ Firstly, add/edit the page or post, where you wish to publish the submissions of form. Then press **Add Submission** button from the top of the post editor.
357
+
358
+ **Select a Form.** Use this drop-down to choose the form, submissions of which you would like to publish.
359
+
360
+ **Select Date Range.** You can display form submissions from a specific date range. Use this option to select **From** and **To** dates.
361
+
362
+ **Select fields.** Use this option to choose which columns to show on the form. Uncheck the options, which you need to hide on front-end submissions.
363
+
364
+ **Export to / Show.** These two settings are responsible for showing the rest of the attributes of front-end submissions. You can enable/disable **CSV/XML** export buttons, **Statistics, Views, Conversion Rate** and other additional information.
365
+
366
+ After configuring all necessary options, press **Insert.** Publish your page with form submissions, and you will be able to view them on front-end.
367
+
368
+ = Can I let users choose between PayPal or offline payments when submitting the form? =
369
+
370
+ **Premium version** of this handy forms plugin has the features and functions to achieve this. You need to use **Conditional Fields** and **Payment Fields** of the plugin. Here are the necessary steps.
371
+
372
+ Firstly, add one **Single Choice** field from **Basic Fields** of Form Maker plugin. It should contain the following two options:
373
+
374
+ * Pay with PayPal
375
+ * Pay offline
376
+
377
+ Afterwards, add two sets of almost identical fields, one of them created with regular form fields, second - with **Payment fields.**
378
+
379
+ Then you can set conditions from **Form Options > Conditional Fields,** if the user chooses PayPal, payment fields will appear, otherwise, regular fields will.
380
+
381
+ The user will not be redirected to PayPal if they make their selections using regular form fields.
382
+
383
+ = How can a migrate Form Maker from one site to another? =
384
+
385
+ If you want to migrate Form Maker database tables from one WordPress site to another, you need to follow the instructions below.
386
+
387
+ *Please uninstall Form Maker if you have it installed on your second site first, then proceed with these steps:*
388
+
389
+ **On your first WordPress site:**
390
+
391
+ 1. Go to **PHPMyAdmin** of your site,
392
+ 2. open your WordPress site database,
393
+ 3. select **Export** menu item,
394
+ 4. change the radio button from **Quick** to **Custom,**
395
+ 5. unselect all tables and select the following 7 tables:
396
+
397
+ *[wp1_prefix]_formmaker*
398
+ *[wp1_prefix]_formmaker_blocked*
399
+ *[wp1_prefix]_formmaker_query*
400
+ *[wp1_prefix]_formmaker_sessions*
401
+ *[wp1_prefix]_formmaker_submits*
402
+ *[wp1_prefix]_formmaker_themes*
403
+ *[wp1_prefix]_formmaker_views*
404
+
405
+ (where **[wp1_prefix]** is your WordPress database prefix)
406
+
407
+ 6. scroll all the way down and press the **Go** button. This should export an SQL file containing those 7 tables.
408
+
409
+ **On your second WordPress site:**
410
+
411
+ 7. Go to your WordPress database,
412
+ 8. select **Import** menu item,
413
+ 9. browse for the exported SQL file,
414
+ 10. scroll all the way down and press **Go** button. This should import Form Maker tables to your WordPress database.
415
+
416
+ Now you need to change the prefix for those tables to the one that is set for your second WordPress database.
417
+
418
+ 11. Select **[wp1_prefix]_formmaker** table from the left pane of PHPMyAdmin of your second WordPress database,
419
+ 12. select **Operations** menu item from the top menu
420
+ 13. scroll to **Table Options** box and edit the value of **Rename table to** field with the second WordPress database prefix, so that the table name now looks like this: **[wp2_prefix]_formmaker** (where **[wp2_prefix]** is your second WordPress database prefix)
421
+ 14. do the same for other 6 tables.
422
+ 15. go to your second WordPress administration panel and install the Form Maker.
423
+
424
+ That's it! Now you should have your forms, submissions, and themes all set up.
425
+
426
+ = Characters in the submission CSV file do not appear correctly. How can I fix this? =
427
+
428
+ Please note, that this problem is not caused by Form Maker plugin. It is rather a formatting issue in Excel. However, you can prevent it the following way:
429
+
430
+ * Please open a new Microsoft Excel document first. Then go to **Data** tab from the menu and click on **From Text.**
431
+ * Choose the CSV file you need to view. You'll see a pop-up window with several options, you'll find the **File Origin** option along with them.
432
+ * Please select **Unicode (UTF-8)** for this dropdown and click **Next** if you need to edit other options, or just **Finish** to insert the document.
433
+
434
+ The special characters in the CSV submissions of your contact forms should appear correctly afterwards.
435
+
436
+ = I do not receive any submission emails of my forms. How can this be fixed? =
437
+
438
+ This might be a problem related to the hosting configurations of your website. You can check that the following way.
439
+
440
+ Please install [WP SMTP](https://wordpress.org/plugins/wp-smtp/) plugin and go to **Settings > WP SMTP** page. Scroll down to the bottom and send a test mail to your email address.
441
+
442
+ If the test email will be sent, then the issue is triggered by Form Maker plugin. Please contact [10Web Customer Care at WordPress.org Support Forums](https://wordpress.org/support/plugin/form-maker/). Our developers will have a closer look.
443
+
444
+ But if the test mail fails, the problem is on the server of your website. Please contact your hosting provider in this case, and ask them to enable mail functions on your site.
445
+
446
+ = My forms do not submit due to Javascript errors. How can they be eliminated? =
447
+
448
+ This problem could be related to permission settings of Form Maker files on your web server. Please check that the following way.
449
+
450
+ Connect to your website files via FTP connection and open the following two directories:
451
+
452
+ *wp-content/uploads/form-maker-frontend/js/*
453
+ *wp-content/uploads/form-maker-frontend/css/*
454
+
455
+ Please make sure all **.css** and **.js** files in these folders have their permissions set to **777.**
456
+
457
+ If the permissions are correct, please do not hesitate to contact [10Web Customer Care at WordPress.org Support Forums](https://wordpress.org/support/plugin/form-maker/).
458
+
459
+ = Is it possible to pass parameters from the page URL to form fields? =
460
+
461
+ To fill in values of parameters from a URL into Form Maker fields, it is necessary to implement a custom script. Please navigate to **Form Options > Javascript** page and add the following code inside **before_load()** function:
462
+
463
+ `function getParameterByName(name, url) {
464
+ if (!url) {
465
+ url = window.location.href;
466
+ }
467
+ name = name.replace(/[[]]/g, "$&");
468
+ var regex = new RegExp("[?&]" + name + "(=([^&#]*)|&|#|$)"),
469
+ results = regex.exec(url);
470
+ if (!results) return null;
471
+ if (!results[2]) return '';
472
+ return decodeURIComponent(results[2].replace('/+/g', " "));
473
+ }
474
+ jQuery("#{{field_id}}").val(getParameterByName("{{param_name}}"));
475
+ jQuery("#{{field_id}}").attr("class", "input_active");`
476
+
477
+ Where **{{field_id}}** is the ID of the field you wish to prefill. Also, **{{param_name}}** is the name of the parameter in the URL.
478
+
479
+
480
+ == Changelog ==
481
+
482
+ = 1.13.9 =
483
+ * Fixed: Issue with saving themes.
484
+
485
+ = 1.13.8 =
486
+ * Fixed: Form submit bug.
487
+
488
+ = 1.13.7 =
489
+ * Added: Support for 'all' placeholder in actions after submission.
490
+ * Added: Provinces for Canada.
491
+ * Improved: Spam protection.
492
+ * Improved: Minify js, css.
493
+ * Changed: Some country names.
494
+ * Fixed: Two required "Table of fields" fields on a page.
495
+ * Fixed: Error on uninstalling from multisite.
496
+ * Fixed: Preview in themes edit page.
497
+ * Fixed: User guide links for tabs in form edit page.
498
+ * Fixed: Empty Simple Captcha input after form reset.
499
+ * Fixed: Remove unnecessary container from placeholders popup.
500
+
501
+ = 1.13.6 =
502
+ * Fixed: Payment info is not retrieved.
503
+
504
+ = 1.13.5 =
505
+ * Fixed: CSRF issue.
506
+ * Added: Banner to install 10Web manager.
507
+
508
+ = 1.13.4 =
509
+ * Fixed: Vulnerability on submissions page.
510
+
511
+ = 1.13.3 =
512
+ * Added: Functionality to add placeholders in "Select options from database" Where selector.
513
+ * Added: Functionality to use "Star rating" as a condition.
514
+ * Fixed: Security issue.
515
+ * Fixed: Link for attachment in email.
516
+ * Fixed: Allow "0" value for required fields.
517
+ * Fixed: Don't use the same title for the duplicated form.
518
+ * Fixed: Adding field to incorrect position.
519
+ * Fixed: Scroll to required address field.
520
+ * Fixed: Broken multiple pages.
521
+ * Fixed: MySQL mapping edit functionality.
522
+ * Fixed: Multisite support for add-ons.
523
+ * Fixed: Saving advanced layout.
524
+ * Fixed: 0 value is not saved in submissions for Payment single choice and Shipping fields.
525
+
526
+ = 1.13.2 =
527
+ * Changed: Links to 10Web.io.
528
+
529
+ = 1.13.1 =
530
+ * Fixed: Bug on checking if Address field is required.
531
+
532
+ = 1.13.0 =
533
+ * Added: Enable/Disable option for Form header.
534
+ * Added: Tax option for Stripe payments.
535
+ * Added: "Class name" option for "Single Line Text" field to allow add a css class for the field.
536
+ * Added: "Palestine" to country list field.
537
+ * Changed: Form editing page layout.
538
+ * Changed: Form Revisions functionality.
539
+ * Changed: Settings (Form Options) tab new design.
540
+ * Changed: Form Publishing tab new design.
541
+ * Changed: Selecting a Theme moved to Appearance.
542
+ * Changed: Make email options a separate tab.
543
+ * Changed: Remove required mark color from "Default" and "Inherit from site" themes.
544
+ * Changed: Inherit styles (font, color) from Elementor for Form maker widget.
545
+ * Fixed: Try to reproduce, try/catch curl part of code.
546
+ * Fixed: Requirement of table field should be affected on all rows of it.
547
+ * Fixed: The Like/Starting With options in WHERE of Select options from Database.
548
+ * Fixed: Remove the link of the word "Privacy Policy" when there is no Privacy Policy page.
549
+ * Fixed: Styles for rtl languages.
550
+ * Fixed: Addons settings for duplicated forms.
551
+ * Fixed: Required validation not allow space.
552
+ * Fixed: Error when clicking allow or skip to collect some usage data more then once.
553
+
554
+ = 1.12.42 =
555
+ * Fixed: Remove the link from "Privacy Policy" text in the form when there is no Privacy Policy page.
556
+
557
+ = 1.12.41 =
558
+ * Added: WHERE selectors in "Options from database" (Select, Single and Multiple choice fields).
559
+ * Added: Placeholders (User ID, Submitter's IP, etc.) in WHERE clause in "Options from database" and MySQL Mapping.
560
+ * Improved: Parsing images in post content in Post Generation extension.
561
+ * Improved: Automatically deactivate plugin after uninstall.
562
+ * Fixed: Scroll issues on Safari (MacOS).
563
+ * Fixed: "Receive Copy" field checkbox with Form maker some themes.
564
+ * Fixed: "Custom text" after form submit.
565
+
566
+ = 1.12.39 =
567
+ * Added: Drag & Drop of Columns in form editor
568
+ * Added: Drag & Drop of Pages in form editor
569
+ * Added: New icon in Elementor plugin
570
+ * Improved: Drag & Drop of fields in form editor
571
+ * Fixed: Conditional fields flickering during page loading
572
+
573
+ = 1.12.38 =
574
+ * Improved: GDPR compliance options.
575
+ * Added: Step option for slider field.
576
+ * Fixed: Error on form front end when Privacy Policy checkbox is enabled.
577
+ * Fixed: Bug on Actions after submission when Redirect to URL option is empty.
578
+ * Fixed: Notice on form submit.
579
+ * Fixed: Minor issues on Themes.
580
+
581
+ = 1.12.37 =
582
+ * Fixed: Compatibility with PHP version 5.3.
583
+
584
+ = 1.12.36 =
585
+ * Improved: Uninstall Form Maker interface and texts.
586
+ * Fixed: "New Form Field" button drag and drop issue in Firefox and Safari.
587
+ * Fixed: Do not show hidden amounts in total.
588
+ * Fixed: Failed to import form submissions when there is a single quote in the form title.
589
+ * Fixed: Can not submit contact form when there is a condition on stripe field and stripe is not visible.
590
+ * Added: GDPR compliance required checkbox on the front end.
591
+ * Added: Warn user if the email address does not belong to the site domain.
592
+
593
+ = 1.12.35 =
594
+ * Fixed: PDF should be generated even if sending emails is off.
595
+ * Fixed: Form field validation issues on multi-page forms.
596
+ * Fixed: Issue with Exporting/Importing a form with special characters in header.
597
+
598
+ = 1.12.34 =
599
+ * Added: Additional security check to block form submissions from bots.
600
+ * Improved: Submissions CSV/XML export for bigger forms.
601
+ * Improved: Rendering of forms in Elementor front-end builder preview.
602
+ * Improved: Optimized the back end Scripts and CSS for faster loading.
603
+ * Fixed: Form Submissions page responsiveness issue on mobile devices.
604
+
605
+ = 1.12.33 =
606
+ * Added: Option to enable/disable WP Editor.
607
+ * Added: Additional security checks against bots.
608
+ * Changed: Form field validation on form options page.
609
+ * Fixed: Error on deactivation.
610
+ * Fixed: Port for connecting to a remote Database with SQL mapping.
611
+ * Fixed: Displaying Form on all posts instead of the selected.
612
+ * Fixed: Filled values of payment form fields should not be lost on an error.
613
+ * Fixed: Form is not saved if you click Publish before the page is loaded.
614
+ * Fixed: Table of fields validation on form submission.
615
+ * Fixed: Add shortcode functionality on Beaver, Elementor, SiteOrigin and Visual Composer builders.
616
+ * Fixed: If you Sort/Filter the data via some column, then hit next page button, the sort reverts to the default sort order.
617
+ * Fixed: Select all in Submissions should apply to the current page only.
618
+ * Fixed: Do not change the page after IP block in submissions page.
619
+ * Fixed: Do not change the page after deleting submission in submissions page.
620
+
621
+ = 1.12.32 =
622
+ * Fixed: Include styles/scripts on form pages only.
623
+
624
+ = 1.12.31 =
625
+ * Improved: CSV, XML export.
626
+ * Improved: default email design
627
+ * Improved: Minor improvements in email options
628
+ * Fixed: PHP validation for email.
629
+ * Fixed: Preserve the list of columns displayed when changing the page.
630
+ * Fixed: Do not display ScrollBox form after Successful submission.
631
+
632
+ = 1.12.30 =
633
+ * Changed: Separate buttons for deactivation.
634
+
635
+ = 1.12.29 =
636
+ * Fixed: Bug on empty values for some form field types.
637
+
638
+ = 1.12.28 =
639
+ * Added: Custom javascript event, occurs after form is submitted.
640
+ * Changed: Code structure refactoring.
641
+ * Fixed: Bug on required form fields PHP validation.
642
+ * Fixed: Bug on saving a theme.
643
+
644
+ = 1.12.27 =
645
+ * Added: Help and suggestions text for Privacy Policy (for GDPR compliance)
646
+ * Added: Privacy related text to readme.
647
+
648
+ = 1.12.26 =
649
+ * Fixed: Vulnerabilities reported by Neven Biruski from DefenseCode (using the tool ThunderScan).
650
+ * Fixed: "The loopback request to your site failed" error.
651
+
652
+ = 1.12.25 =
653
+ * Changed: Updated translations.
654
+ * Added: Gutenberg integration.
655
+ * Fixed: Required mark for "Receive Copy" form field.
656
+ * Fixed: Bug on selecting options from database.
657
+
658
+ = 1.12.24 =
659
+ * Minor fix: an incorrect link
660
+
661
+ = 1.12.23 =
662
+ * Improved: Insert placeholder functionality.
663
+ * Fixed: Action after submission text for popup forms.
664
+ * Fixed: Do not allow negative numbers as quantity.
665
+ * Added: Loading for add-ons options.
666
+ * Added: Premium version page new style.
667
+ * Added: Add-ons page new style.
668
+ * Fixed: Submission id bug.
669
+ * Fixed: Security issue reported by Sairam Jetty.
670
+
671
+ = 1.12.22 =
672
+ * Fixed: Security issue with CSV export.
673
+
674
+ = 1.12.21 =
675
+ * Changed: DB field length.
676
+
677
+ = 1.12.20 =
678
+ * Added: New file types for Form Maker file upload form field.
679
+ * Improved: Editing empty mini labels.
680
+ * Fixed: Form Submissions CSV export.
681
+
682
+ = 1.12.19 =
683
+ * Fixed: Form Submissions table view for long texts.
684
+ * Fixed: Displaying phone field value in form email notification.
685
+ * Fixed: Bug on deleting a Page break.
686
+
687
+ = 1.12.18 =
688
+ * Changed: improved Form Submissions view: added tooltips for long labels of form fields.
689
+ * Added: detailed descriptions of form fields inside the form editor
690
+ * Fixed: UTF-8 text in Email body.
691
+
692
+ = 1.12.17 =
693
+ * Fixed: UTF-8 text for Email subject and Email from name.
694
+
695
+ = 1.12.16 =
696
+ * Improved: Email functionality of Form Maker.
697
+ * Fixed: Multiple choice and single choice with long labels.
698
+ * Fixed: Form submissions CSV export with UTF-8 encoding.
699
+
700
+ = 1.12.15 =
701
+ * Fixed: Error on adding a form field.
702
+
703
+ = 1.12.14 =
704
+ * Fixed: Form submissions page.
705
+
706
+ = 1.12.13 =
707
+ * Fixed: Bug on Popup forms on mobile.
708
+ * Fixed: Major bug.
709
+ * Fixed: Exclude Stripe field from submissions export.
710
+ * Fixed: "Custom HTML" field label in conditional fields list.
711
+ * Fixed: Edit table of form fields in submissions.
712
+ * Fixed: Trim data inserted by MySQL mapping.
713
+ * Fixed: Default values for payment multiple and payment single choices.
714
+ * Changed: Prevent default on form enter.
715
+
716
+ = 1.12.12 =
717
+ * Changed: Improved query to get number of form submissions.
718
+ * Changed: Email field length in DB.
719
+
720
+ = 1.12.11 =
721
+ * Fixed: Form preview does not show with widget on page with some Wordpress themes.
722
+ * Fixed: Do not check conditionally hidden required fields.
723
+ * Fixed: Not embedded forms do not show on form preview page.
724
+ * Fixed: Post/page search on display options pages.
725
+ * Fixed: Tooltip in "Add query" popup.
726
+ * Fixed: Insert demo forms only on activate.
727
+ * Changed: Edit country list popup design.
728
+ * Fixed: Emailing fields with apostrophes in label.
729
+ * Fixed: Popup forms background.
730
+ * Changed: Czech translation.
731
+ * Changed: Italian translation.
732
+ * Fixed: Matrix field in email.
733
+ * Changed: Disable widget in preview page.
734
+ * Fixed: Widget functionality with Contact Form Maker.
735
+ * Fixed: Form Maker user manual links.
736
+ * Fixed: Default values for multiple and single choices.
737
+ * Fixed: Add new theme.
738
+ * Fixed: Redirect from Paypal.
739
+
740
+ = 1.12.10 =
741
+ * Fixed: a minor bug.
742
+
743
+ = 1.12.9 =
744
+ * Fixed: Date range field buttons position.
745
+ * Fixed: Forms count in backend.
746
+ * Fixed: Placeholder notice with password fields.
747
+ * Added: Puerto Rico, Wales to country list.
748
+
749
+
750
+ = 1.12.8 =
751
+ * Updated: WD Library.
752
+ * Updated: Support forum link.
753
+
754
+ = 1.12.7 =
755
+ * Added: Invisibe reCAPTCHA.
756
+ * Improved: Compatibility with Contact Form Maker.
757
+ * Improved: Stripe add-on styles.
758
+ * Fixed: Some frontend styles.
759
+ * Fixed: Fields width in forms manage page.
760
+ * Changed: Field edit buttons place.
761
+
762
+ = 1.12.6 =
763
+ * Added: Full width functionality for fields.
764
+ * Added: New Default Theme.
765
+ * Added: Support forum and Review links.
766
+ * Changed: Date field calendar icon.
767
+ * Changed: Field manage functionality.
768
+ * Changed: jQuery-UI styles.
769
+ * Changed: Three form changed in new formats.
770
+ * Improved: Responsiveness.
771
+ * Fixed: Time, Date of Birth and Number fields validation also on mobile.
772
+ * Fixed: Scroll to field on error.
773
+ * Fixed: Right to left styles.
774
+ * Fixed: Conflict with Yoast SEO plugin.
775
+
776
+ = 1.12.5 =
777
+ * Added: Hong Kong to country list.
778
+ * Fixed: List of US states.
779
+
780
+ = 1.12.4 =
781
+ * Changed: Email validation field now allows + symbol
782
+ * Changed: Remove Font Awesome.
783
+ * Changed: Italian translation.
784
+
785
+ = 1.12.3 =
786
+ * Fixed: Get editor by id instead of active.
787
+ * Fixed: Not found form id redirect to main page.
788
+
789
+ = 1.12.2 =
790
+ * Fixed: Border types bug
791
+ * Fixed: Bug with PayPal IPN
792
+ * Fixed: Date format syncronization with Save Progress add-on
793
+
794
+ = 1.12.1 =
795
+ * Changed: Add field button design.
796
+ * Added: Show popup notice to install Backup WD plugin.
797
+
798
+ = 1.12.0 =
799
+ * Changed: Improved user interface of forms, submissions and options.
800
+ * Changed: Separated field types into Basic, User Info, Layout, Advanced and Payment sections.
801
+ * Changed: Simplified the structure of Form Options tabs.
802
+ * Added: Drag and Drop builder button.
803
+
804
+ = 1.11.11 =
805
+ * Fixed: Conflict with Jetpack Contact Form module.
806
+
807
+ = 1.11.8 =
808
+ * Updated: WD Library.
809
+
810
+ = 1.11.7 =
811
+ * Fixed: Theme version control.
812
+
813
+ = 1.11.6 =
814
+ * Fixed: Shortcode editor pop-up styles.
815
+ * Fixed: Scripts enqueue in Manage Forms page.
816
+ * Fixed: MySQL Mapping fields list scrolling.
817
+
818
+ = 1.11.5 =
819
+ * Fixed: Bug on CSV/XML export.
820
+ * Fixed: Google maps api conflict with other plugins.
821
+ * Changed: Improved Matrix type field view in submissions.
822
+ * Fixed: File upload field styles with "Inherit from website theme".
823
+
824
+ = 1.11.4 =
825
+ * Fixed: Bug on color picker when choosing transparency
826
+ * Fixed: Bug on submissions edit
827
+ * Fixed: Bug on "Inherit from website" theme
828
+ * Fixed: Bug on Paypal notifications
829
+ * Changed: Form Options tab id to avoid conflict with some plugins
830
+
831
+
832
+ = 1.11.3 =
833
+ * Added: Global option to enable Advanced Layout
834
+ * Changed: Themes table field name: `params` to `css`
835
+ * Fixed: Bug on PHP 5.2
836
+ * Fixed: Uninstall bug in free version
837
+ * Fixed: bug on generating Theme css
838
+ * Fixed: CSS conflict with some ajax themes
839
+
840
+ = 1.11.2 =
841
+ * Added: Overview page
842
+ * Removed: Featured Plugins, Featured Themes pages
843
+ * Fixed: Security issue
844
+ * Fixed: Themes - bug on save as copy
845
+
846
+
847
+ = 1.11.1 =
848
+ * Removed: Old forms support (created with Form Maker versions < 1.7.0)
849
+ * Added: Form Header
850
+ * Added: New Themes
851
+ * Added: New Theme Editor
852
+ * Added: Form Display Options (Embedded, Popup, Topbar, Scrollbox)
853
+ * Fixed: Database creation on some versions of MySQL
854
+ * Fixed: Removed html tags from csv and xml
855
+
856
+ = 1.10.11 =
857
+ * Added: Support forum links.
858
+
859
+ = 1.10.10 =
860
+ * Fixed: Bug on arithmetic captcha
861
+
862
+ = 1.10.9 =
863
+ * Changed: New logo
864
+
865
+ = 1.10.8 =
866
+ * Added: New form field type: Phone with flag
867
+ * Fixed: Bug on captcha reset
868
+
869
+ = 1.10.7 =
870
+ * Changed: Improved captcha security
871
+ * Fixed: Bug on matrix field
872
+ * Fixed: Bug on conditional fields (for date field)
873
+ * Added: Notification about old forms
874
+
875
+ = 1.10.6 =
876
+ * Fixed: Bug on spinner field
877
+ * Fixed: Bug on matrix field
878
+
879
+ = 1.10.5 =
880
+ * Fixed: JS conflict on contact form submission
881
+
882
+ = 1.10.4 =
883
+ * Fixed: Conflict with Yoast SEO plugin
884
+ * Fixed: Line breaks in textarea after incorrect captcha
885
+
886
+ = 1.10.3 =
887
+ * Fixed: Bug on PHP 5.3
888
+
889
+ = 1.10.2 =
890
+ * Added: New Global option "Use an alternative version of JS code on front-end:". Checking this box fixes JS conflicts with some themes, that alter inline JS.
891
+
892
+ = 1.10.1 =
893
+ * Added: Verified emails list in csv, xml files
894
+
895
+ = 1.10 =
896
+ * Changed: Field validation errors and notifications
897
+ * Added: Realtime field validation
898
+ * Changed: Improved NL translation
899
+ * Fixed: Bug on verified emails
900
+
901
+ = 1.9.18 =
902
+ * Added: Filter verified emails and Export submissions with verified emails
903
+
904
+ = 1.9.17 =
905
+ * Fixed: Bug with search by ID in Submissions
906
+ * Fixed: Bug with Validation (Regular Exp.)
907
+
908
+ = 1.9.16 =
909
+ * Fixed: Bug with Hidden field in custom text in Email
910
+ * Fixed: Bug on email verification custom post
911
+ * Added: Field type in field edit page
912
+
913
+ = 1.9.15 =
914
+ * Added: Password Confirmation field
915
+
916
+ = 1.9.14 =
917
+ * Fixed: Bug on CSV and XML export
918
+
919
+ = 1.9.13 =
920
+ * Fixed: Bug on Field label position (Left/Top)
921
+ * Fixed: JS error on IE 11 and Microsoft Edge
922
+
923
+ = 1.9.12 =
924
+ * Added: Email Confirmation field
925
+ * Fixed: Bug on CSV and XML export
926
+
927
+ = 1.9.11 =
928
+ * Changed: Filters now apply to CSV and XML export
929
+
930
+ = 1.9.10 =
931
+ * Fixed: Bug on "Advanced Layout"
932
+
933
+ = 1.9.9 =
934
+ * Changed: Featured plugins page
935
+
936
+ = 1.9.8 =
937
+ * Fixed: Unexpected behavior on pressing "Enter" key on back end form creator page
938
+
939
+ = 1.9.7 =
940
+ * Fixed: JS error on incorrect Google Maps API key
941
+ * Added: Alert about incorrect Google Maps API key
942
+
943
+ = 1.9.6 =
944
+ * Added: Global option for Google Maps API key
945
+ * Fixed: Google Maps API key warning in browser
946
+
947
+ = 1.9.5 =
948
+ * Changed: Improvements in "Select options from database" pop-up window for Select box, single and multiple choices
949
+ * Fixed: Back end minor style issues
950
+
951
+ = 1.9.3 =
952
+ * Fixed: Bug with Date field in custom text in Email
953
+ * Fixed: Bug on editing submissions with checkbox and radio fields with customized values
954
+
955
+ = 1.9.2 =
956
+ * Added: "View" button on submissions to open a sigle submission in a separate pop-up window
957
+ * Fixed: Minor bugs on editing submissions
958
+
959
+ = 1.9.1 =
960
+ * Fixed: bug on date field on some browsers (Safari, Edge)
961
+
962
+ = 1.9 =
963
+ * Changed: Improved Date picker functionality (new options: Dates to exclude, Default, Minimum, Maximum dates)
964
+ * Added: New field type: Date Range
965
+
966
+ = 1.8.41 =
967
+ * Fixed: Bug on conditional fields (for multiple contact forms on the same page)
968
+
969
+ = 1.8.40 =
970
+ * Changed: Style of required field asterisk
971
+ * Changed: Display the correct IDs and Names of the fields in the back end (Add/Edit field interface) to use in js/css
972
+
973
+ = 1.8.39 =
974
+ * Fixed: Bug on Matrix field (additional attributes)
975
+
976
+ = 1.8.38 =
977
+ * Fixed: Bug on Matrix field (special characters in row/column labels)
978
+
979
+ = 1.8.36 =
980
+ * Fixed: Bug on long content in textarea fields
981
+
982
+ = 1.8.35 =
983
+ * Fixed: Browser warning on Google Maps API version
984
+ * Fixed: Phone field style issue on Mac OS
985
+
986
+ = 1.8.34 =
987
+ * Fixed: Some minor style issues
988
+
989
+ = 1.8.33 =
990
+ * Fixed: Bug in Address field
991
+ * Fixed: Bug with Additional Attributes in Email field
992
+ * Changed: before_submit() function functionality
993
+
994
+ = 1.8.32 =
995
+ * New Add-on: Calculator
996
+ Removed: deprecated Number field
997
+
998
+ = 1.8.31 =
999
+ * Fixed: Issue with search in Submissions page
1000
+
1001
+ = 1.8.30 =
1002
+ * Added: Submission ID in csv export
1003
+
1004
+ = 1.8.29 =
1005
+ * Changed: Featured Plugins, Featured Themes pages design.
1006
+
1007
+ = 1.8.28 =
1008
+ * Fixed: Bug in Email Options
1009
+ * Fixed: Bug in Conditional Fields
1010
+ * Fixed: Bug in date field
1011
+
1012
+ = 1.8.27 =
1013
+ * Fixed: Bug in Conditional Fields
1014
+ * Fixed: Bug with Additional Attributs in Multiple Choice
1015
+
1016
+ = 1.8.26 =
1017
+ * Fixed: Submissions page styles
1018
+ * Fixed: Issue with IPv6
1019
+
1020
+ = 1.8.25 =
1021
+ * Fixed: Bug in conditional fields.
1022
+ * Changed: Featured Plugins, Featured Themes pages design.
1023
+
1024
+ = 1.8.24 =
1025
+ * Added: File upload as a link in email
1026
+
1027
+ = 1.8.23 =
1028
+ * Fixed: Bug in textarea field with line breaks
1029
+
1030
+ = 1.8.22 =
1031
+ * Fixed: Conflict with some plugins
1032
+
1033
+ = 1.8.21 =
1034
+ * Fixed: Bug in selectbox
1035
+
1036
+ = 1.8.20 =
1037
+ * Added: Autofill with user data for email address and name fields
1038
+
1039
+ = 1.8.19 =
1040
+ * Changed: Back End design
1041
+
1042
+ = 1.8.18 =
1043
+ * Added: Date format validation
1044
+ * Fixed: Recaptcha Validation bug
1045
+
1046
+ = 1.8.17 =
1047
+ * Added: Global Options
1048
+
1049
+ = 1.8.16 =
1050
+ * Fixed: User guide links
1051
+
1052
+ = 1.8.15 =
1053
+ * Changed: Back End Design for old forms
1054
+
1055
+ = 1.8.14 =
1056
+ * Fixed: Bug in PayPal field
1057
+ * Changed: Matrix field display in email
1058
+
1059
+ = 1.8.13 =
1060
+ * Fixed: Style in form builder edit page
1061
+ * Fixed: Bug in PayPal options
1062
+
1063
+ = 1.8.12 =
1064
+ * Changed: Submissions page styles
1065
+
1066
+ = 1.8.11 =
1067
+ * New Add-on: Stripe Integration
1068
+
1069
+ = 1.8.10 =
1070
+ * Fixed: Bug in name field
1071
+ * Fixed: Bug in captcha
1072
+
1073
+ = 1.8.9 =
1074
+ * New Add-on: Save Progress
1075
+
1076
+ = 1.8.8 =
1077
+ * Fixed: Minor bug
1078
+
1079
+ = 1.8.7 =
1080
+ * New: New year promo
1081
+
1082
+ = 1.8.6 =
1083
+ * Changed: Reset button
1084
+ * Fixed: Bug with scrolling in new field pop up
1085
+ * Fixed: Bug in MySql mapping on firefox browser
1086
+
1087
+ = 1.8.5 =
1088
+ * Fixed: Bug in mysql mapping.
1089
+ * Changed: Featured themes page.
1090
+
1091
+ = 1.8.4 =
1092
+ * Fixed: Bug in submissions
1093
+
1094
+ = 1.8.3 =
1095
+ * Changed: Backend design
1096
+
1097
+ = 1.8.2 =
1098
+ * New Add-on: Pushover Integration
1099
+
1100
+ = 1.8.1 =
1101
+ * Fixed: Bug in email options
1102
+ * Changed: Backend design
1103
+
1104
+ = 1.8.0 =
1105
+ * Changed: Backend design
1106
+
1107
+ = 1.7.97 =
1108
+ * Fixed: Bug in CSV/XML export
1109
+
1110
+ = 1.7.96 =
1111
+ * Added: Preview button
1112
+ * Changed: Conditional fields limitation
1113
+
1114
+ = 1.7.95 =
1115
+ * Changed: csv/xml export file directory
1116
+
1117
+ = 1.7.94 =
1118
+ * Added: Progress bar for csv/xml export
1119
+
1120
+ = 1.7.93 =
1121
+ * Fixed: Bug in mailing
1122
+ * Changed: Calendar styles
1123
+
1124
+ = 1.7.92 =
1125
+ * Fixed: Bug in mailing
1126
+
1127
+ = 1.7.91 =
1128
+ * Changed: Themes
1129
+ * Fixed: Bug in block ip
1130
+
1131
+ = 1.7.90 =
1132
+ * Fixed: Bug in CSV/XML export
1133
+
1134
+ = 1.7.89 =
1135
+ * Fixed: Conflict with some plugins
1136
+ * Changed: Styles
1137
+
1138
+ = 1.7.88 =
1139
+ * New: Doublescroll in submissions page
1140
+ * New: Delete confirmation
1141
+ * Fixed: Bug in mysql mapping for conditional fields
1142
+
1143
+ = 1.7.87 =
1144
+ * Fixed: Bug in CSV/XML export
1145
+
1146
+ = 1.7.86 =
1147
+ * Changed: CSV/XML export
1148
+
1149
+ = 1.7.85 =
1150
+ * Fixed: Bug in conditional fields
1151
+
1152
+ = 1.7.84 =
1153
+ * New Add-on: PDF Integration
1154
+
1155
+ = 1.7.83 =
1156
+ * New: Google Drive Integration Add-on
1157
+
1158
+ = 1.7.82 =
1159
+ * Fixed: Bug in demo forms
1160
+
1161
+ = 1.7.81 =
1162
+ * Fixed: Bug in update
1163
+
1164
+ = 1.7.80 =
1165
+ * Changed: Notices
1166
+
1167
+ = 1.7.79 =
1168
+ * Fixed: Bug in update
1169
+
1170
+ = 1.7.78 =
1171
+ * Changed: Themes
1172
+
1173
+ = 1.7.77 =
1174
+ * New: Dropbox Integration Add-on
1175
+
1176
+ = 1.7.76 =
1177
+ * Changed: Licensing/Donation page
1178
+ * Changed: Notices
1179
+
1180
+ = 1.7.75 =
1181
+ * Changed: Submissions default ordering
1182
+ * Changed: Featured Plugins page
1183
+
1184
+ = 1.7.74 =
1185
+ * Fixed: Minor bugs
1186
+
1187
+ = 1.7.73 =
1188
+ * New: Notices
1189
+
1190
+ = 1.7.71 =
1191
+ * New Add-on: Conditional Emails
1192
+
1193
+ = 1.7.70 =
1194
+ * Changed: Styles
1195
+
1196
+ = 1.7.69 =
1197
+ Minor bug fixed
1198
+
1199
+ = 1.7.68 =
1200
+ * Changed: Compability with WordPress 4.3
1201
+
1202
+ = 1.7.67 =
1203
+ * Fixed: Bug in slider field
1204
+ * Fixed: Bug in address field
1205
+ * Fixed: Bug in mysql mapping
1206
+
1207
+ = 1.7.66 =
1208
+ * Fixed: Bug in Undo/Rendo
1209
+
1210
+ = 1.7.65 =
1211
+ * New: Post Generation Add-on
1212
+
1213
+ = 1.7.64 =
1214
+ * Fixed: Minor bug
1215
+
1216
+ = 1.7.63 =
1217
+ * New: Add-ons page logo
1218
+
1219
+ = 1.7.62 =
1220
+ * New Add-on: User Registration
1221
+
1222
+ = 1.7.61 =
1223
+ * New: Form Maker Add-ons page
1224
+
1225
+ = 1.7.60 =
1226
+ * Fixed: Minor bug
1227
+
1228
+ = 1.7.59 =
1229
+ * Fixed: Bug in csv/xml export
1230
+
1231
+ = 1.7.58 =
1232
+ * Fixed: Minor bugs
1233
+ * Added: Email verification custom post
1234
+
1235
+ = 1.7.57 =
1236
+ * Fixed: Security issue
1237
+
1238
+ = 1.7.56 =
1239
+ * New: ReCaptcha version 2.0
1240
+ * New: Arithmetic Captcha
1241
+
1242
+ = 1.7.55 =
1243
+ * New: Undo/Redo form
1244
+
1245
+ = 1.7.54 =
1246
+ bug in conditional fields fixed
1247
+
1248
+ = 1.7.53 =
1249
+ bug in select field fixed
1250
+
1251
+ = 1.7.52 =
1252
+ minor bugs fixed
1253
+
1254
+ = 1.7.51 =
1255
+ * Changed: Featured plugins page.
1256
+ * New: Featured themes page.
1257
+
1258
+ = 1.7.50 =
1259
+ minor bugs fixed
1260
+
1261
+ = 1.7.49 =
1262
+ Limited up to 7 fields to add
1263
+ Bug fixed
1264
+
1265
+ = 1.7.48 =
1266
+ bug in radio and matrix fields fixed
1267
+
1268
+ = 1.7.47 =
1269
+ Show custom html and section break id
1270
+
1271
+ = 1.7.46 =
1272
+ Limited up to 9 fields to add
1273
+ * New: Enable/Disable Title and Middle Name for Name field
1274
+
1275
+ = 1.7.45 =
1276
+ * New: Option to disable past days in date picker
1277
+
1278
+ = 1.7.44 =
1279
+ security issue fixed
1280
+
1281
+ = 1.7.43 =
1282
+ * New: Email verification
1283
+
1284
+ = 1.7.42 =
1285
+ bug in recaprcha fixed
1286
+ change links
1287
+
1288
+ = 1.7.40 =
1289
+ Allow to use entry values in "Custom text after submission"
1290
+
1291
+ = 1.7.39 =
1292
+ * New: User informetion in mysql mapping
1293
+ * Fixed: Country names
1294
+
1295
+ = 1.7.38 =
1296
+ bug fixed in stats
1297
+ change field value type to longtext
1298
+
1299
+ = 1.7.37 =
1300
+ Optimize csv/xml export
1301
+
1302
+ = 1.7.35 =
1303
+ * New: Email empty fields option
1304
+
1305
+ = 1.7.34 =
1306
+ * New: Validation (Regular Exp.)
1307
+ * Fixed: Select field duplication
1308
+
1309
+ = 1.7.33 =
1310
+ bug in address field fixed
1311
+
1312
+ = 1.7.32 =
1313
+ bug fixed
1314
+
1315
+ = 1.7.31 =
1316
+ Bug fixed: Hidden field save to DB.
1317
+ * New: Drag and drop options in multiple, single choices and select box.
1318
+ * New: Select options from database.
1319
+ * New: Add image in email as image.
1320
+ * New: Additional clauses within conditional fields.
1321
+ * New: Search submissions by ID.
1322
+ * New: Submission ID in email.
1323
+
1324
+ = 1.7.30 =
1325
+ Cache issue fixed
1326
+
1327
+ = 1.7.29 =
1328
+ Bug fixed: Empty email "From name".
1329
+ Bug fixed: Delete theme.
1330
+
1331
+ = 1.7.28 =
1332
+ Bug fixed: Edit submissions.
1333
+ Bug fixed: Conditional fielsd with quota in labels
1334
+
1335
+ = 1.7.27 =
1336
+ bug fixed in csv\xml export
1337
+
1338
+ = 1.7.26 =
1339
+ bug fixed in email content
1340
+
1341
+ = 1.7.25 =
1342
+ remove fancybox lightbox
1343
+
1344
+ = 1.7.24 =
1345
+ display php function to publish contact form
1346
+
1347
+ = 1.7.23 =
1348
+ bug in Recaptcha fixed
1349
+
1350
+ = 1.7.22 =
1351
+ Form field reordering using Drag&Drop
1352
+
1353
+ = 1.7.21 =
1354
+ wp 4.0.1 shortcode issue fixed
1355
+
1356
+ = 1.7.18 =
1357
+ pagination with input
1358
+
1359
+ = 1.7.17 =
1360
+ bug fixed in condition fileds
1361
+
1362
+ = 1.7.16 =
1363
+ show submitter information in popup (Country, CountryCode, City, Latitude, Longitude)
1364
+
1365
+ = 1.7.15 =
1366
+ bug fixed
1367
+
1368
+ = 1.7.14 =
1369
+ csv, xml export mark on map
1370
+
1371
+ = 1.7.13 =
1372
+ sql mapping
1373
+
1374
+ = 1.7.12 =
1375
+ extended name edit bug fixed (if first input is empty)
1376
+
1377
+ = 1.7.11 =
1378
+ hidden field edit bug fixed
1379
+
1380
+ = 1.7.10 =
1381
+ security issue fixed
1382
+
1383
+ = 1.7.9 =
1384
+ line break in custom text in email
1385
+
1386
+ = 1.7.8 =
1387
+ bug fixed in required radio field
1388
+
1389
+ = 1.7.7 =
1390
+ bug fixed in adding new contact form
1391
+
1392
+ = 1.7.6 =
1393
+ new email options, conditional fileds
1394
+
1395
+ = 1.7.5 =
1396
+ conflict with Jetpack Contact Form module fixed
1397
+
1398
+ = 1.7.4 =
1399
+ bug fixed in form options
1400
+
1401
+ = 1.7.2 =
1402
+ improve themes
1403
+
1404
+ = 1.7.1 =
1405
+ bug fixed in email options
1406
+
1407
+ = 1.7 =
1408
+ Div structured, responsive form
1409
+ Editable html form layout
1410
+ New themes
1411
+
1412
+ = 1.6.6 =
1413
+ * fix security issue which was reported by Mateusz Lach
1414
+ = 1.6.4 =
1415
+ * Added featured plugins
1416
+ = 1.6.3 =
1417
+ * From Name, From Email in Form options
1418
+ = 1.5.0 =
1419
+ * Survey Tools (Star Rating, Scale Rating, Spinner, Slider, Range, Grading, Matrix)
1420
+ = 1.4.0 =
1421
+ * Customizable Email message for Administrator and Users
1422
+ = 1.3.0 =
1423
+ * Actions after form Submission:
1424
+ - Stay on form:
1425
+ - To go to Post,Page after the form submission:
1426
+ - Custom text after the form submission:
1427
+ - URL: The user is redirected to the provided URL after the form submission.
1428
+ * Edit javascript of the form:
1429
+ * Save as the copy of the form:
1430
+ * Themes: There are 43 standard themes included in Form Maker
1431
+ * New form fields:
1432
+ - Address field
1433
+ - Address mark on map form field
1434
+ - Number form field
1435
+ - Phone form field
1436
+ - Date 3 different form field
1437
+ - Time form field
1438
+ - Country list form field
1439
+ - Recapthca form field
1440
+ * Pagebreak of the [Wordpress Form](http://wordpress.org/plugins/form-maker/) Maker: This can be used to break the form into distinct pages.
1441
+ * Section Break of the Form Maker: This option allows adding a section break to the form page.
1442
+ * For each form certain types of statistical data are available in the form builder tool:
1443
+ * Entries of a form: The number of submitted forms in the form builder tool.
1444
+ * Views of a form: The number of times the form has been viewed.
1445
+ * Conversion Rate of a form: The percentage of submitted forms to the overall number of views.
1446
+
1447
+ = 1.0.0 =
1448
+ Initial version