Form Builder | Create Responsive Contact Forms - Version 1.8.2

Version Description

Download this release

Release Info

Developer umarbajwa
Plugin Icon 128x128 Form Builder | Create Responsive Contact Forms
Version 1.8.2
Comparing to
See all releases

Code changes from version 1.8.1 to 1.8.2

admin/assets/css/style.css CHANGED
@@ -28,11 +28,14 @@ remember to change color #f6f6f6
28
  padding: 0;
29
  }
30
 
 
 
 
 
31
  .navBarActionsLi a{
32
  cursor: pointer;
33
  font-size: 18px;
34
- color: #000 !important;
35
- font-weight: 900;
36
  }
37
 
38
  .navBarActionsLi a:hover {
@@ -57,10 +60,10 @@ remember to change color #f6f6f6
57
  top: -3px;
58
  text-decoration: none;
59
  border: none;
60
- border: 1px solid #ccc;
61
  -webkit-border-radius: 2px;
62
  border-radius: 2px;
63
- background: #f7f7f7;
64
  text-shadow: none;
65
  font-weight: 600;
66
  font-size: 13px;
@@ -75,7 +78,7 @@ remember to change color #f6f6f6
75
  transition-duration: .05s;
76
  -webkit-transition-timing-function: ease-in-out;
77
  transition-timing-function: ease-in-out;
78
- background-color: #0073ab;
79
  }
80
 
81
  .mainnavbar {
28
  padding: 0;
29
  }
30
 
31
+ #smuzform-cont .navbar-header li:hover{
32
+ background: #3a434b;
33
+ border-radius: 5px;
34
+ }
35
  .navBarActionsLi a{
36
  cursor: pointer;
37
  font-size: 18px;
38
+ color: #fff !important;
 
39
  }
40
 
41
  .navBarActionsLi a:hover {
60
  top: -3px;
61
  text-decoration: none;
62
  border: none;
63
+ border: 1px dashed #a7bad3;
64
  -webkit-border-radius: 2px;
65
  border-radius: 2px;
66
+ background: rgb(236, 245, 252);
67
  text-shadow: none;
68
  font-weight: 600;
69
  font-size: 13px;
78
  transition-duration: .05s;
79
  -webkit-transition-timing-function: ease-in-out;
80
  transition-timing-function: ease-in-out;
81
+ background-color: #95cdf8;
82
  }
83
 
84
  .mainnavbar {
admin/assets/js/backbone.min.js CHANGED
@@ -1191,7 +1191,7 @@
1191
 
1192
  });
1193
 
1194
- alert( 'The field is in development. Will be available in next version.' );
1195
 
1196
  }
1197
 
@@ -1284,14 +1284,14 @@
1284
  if ( ui.item.find( '[data-btntype]' ).data(
1285
  'btntype') == 'link' ) {
1286
 
1287
- alert( 'The field is in development. Will be available in next version.' );
1288
 
1289
  }
1290
 
1291
  if ( ui.item.find( '[data-btntype]' ).data(
1292
  'btntype') == 'rating' ) {
1293
 
1294
- alert( 'The field is in development. Will be available in next version.' );
1295
 
1296
  }
1297
 
1191
 
1192
  });
1193
 
1194
+ alert( 'The field is olny available in pro version, Please purchase Premium Version to unlock it.' );
1195
 
1196
  }
1197
 
1284
  if ( ui.item.find( '[data-btntype]' ).data(
1285
  'btntype') == 'link' ) {
1286
 
1287
+ alert( 'The field is olny available in pro version, Please purchase Premium Version to unlock it.' );
1288
 
1289
  }
1290
 
1291
  if ( ui.item.find( '[data-btntype]' ).data(
1292
  'btntype') == 'rating' ) {
1293
 
1294
+ alert( 'The field is olny available in pro version, Please purchase Premium Version to unlock it.' );
1295
 
1296
  }
1297
 
admin/assets/js/script.js CHANGED
@@ -1300,7 +1300,7 @@ $(document).ready(function() {
1300
 
1301
  });
1302
 
1303
- alert( 'The field is in development. Will be available in next version.' );
1304
 
1305
  //smuzform.App.Collections.FieldsCol.add( LikertFieldModel );
1306
 
1300
 
1301
  });
1302
 
1303
+ alert( 'The field is olny available in pro version, Please purchase Premium Version to unlock it.' );
1304
 
1305
  //smuzform.App.Collections.FieldsCol.add( LikertFieldModel );
1306
 
admin/views/settings-page.php CHANGED
@@ -4,7 +4,7 @@
4
  <div class="container">
5
  <div class="navbar-header">
6
  <a class="navbar-brand" href="<?php echo admin_url( 'admin.php?page=smuz-forms-main' ) ?>">
7
- <?php smuzform_translate_e( 'WP Forms' ) ?>
8
  </a>
9
 
10
  <ul class="nav navbar-nav navbar-right" id="navBarActionsCont"></ul>
4
  <div class="container">
5
  <div class="navbar-header">
6
  <a class="navbar-brand" href="<?php echo admin_url( 'admin.php?page=smuz-forms-main' ) ?>">
7
+ <?php smuzform_translate_e( 'Form Builder' ) ?>
8
  </a>
9
 
10
  <ul class="nav navbar-nav navbar-right" id="navBarActionsCont"></ul>
admin/views/tab-fields.php CHANGED
@@ -4,7 +4,7 @@
4
 
5
  <div class="fieldWrap">
6
 
7
- <button data-btntype="singleText" data-specialbtn="true">Single Line Text</button>
8
 
9
  </div>
10
 
@@ -14,7 +14,7 @@
14
 
15
  <div class="fieldWrap">
16
 
17
- <button data-btntype="singleNumber" data-specialbtn="true">Number</button>
18
 
19
  </div>
20
 
@@ -24,7 +24,7 @@
24
 
25
  <div class="fieldWrap">
26
 
27
- <button data-btntype="textarea" data-specialbtn="true">Textarea</button>
28
 
29
  </div>
30
 
@@ -34,7 +34,7 @@
34
 
35
  <div class="fieldWrap">
36
 
37
- <button data-btntype="dropdown" data-specialbtn="true">Dropdown</button>
38
 
39
  </div>
40
 
@@ -44,7 +44,7 @@
44
 
45
  <div class="fieldWrap">
46
 
47
- <button data-btntype="radioButtons" data-specialbtn="true">Radio Buttons</button>
48
 
49
  </div>
50
 
@@ -56,7 +56,7 @@
56
 
57
  <div class="fieldWrap">
58
 
59
- <button data-btntype="checkboxes" data-specialbtn="true">Checkboxes</button>
60
 
61
  </div>
62
 
@@ -67,7 +67,7 @@
67
 
68
  <div class="fieldWrap">
69
 
70
- <button data-btntype="sectionBreak" data-specialbtn="true">Section Break</button>
71
 
72
  </div>
73
 
@@ -77,7 +77,7 @@
77
 
78
  <div class="fieldWrap">
79
 
80
- <button data-btntype="lineBreak" data-specialbtn="true">Line Break</button>
81
 
82
  </div>
83
 
@@ -85,22 +85,12 @@
85
 
86
 
87
  <h4 class="headingFieldFeature"><?php smuzform_translate_e( 'Advanced Fields' ) ?></h4>
88
-
89
- <li class="field fileUpload">
90
-
91
- <div class="fieldWrap">
92
-
93
- <button data-btntype="fileUpload" data-specialbtn="true">File Upload</button>
94
-
95
- </div>
96
-
97
- </li>
98
 
99
  <li class="field name">
100
 
101
  <div class="fieldWrap">
102
 
103
- <button data-btntype="name" data-specialbtn="true">Name</button>
104
 
105
  </div>
106
 
@@ -110,7 +100,7 @@
110
 
111
  <div class="fieldWrap">
112
 
113
- <button data-btntype="email" data-specialbtn="true">Email</button>
114
 
115
  </div>
116
 
@@ -120,7 +110,7 @@
120
 
121
  <div class="fieldWrap">
122
 
123
- <button data-btntype="date" data-specialbtn="true">Date</button>
124
 
125
  </div>
126
 
@@ -130,7 +120,7 @@
130
 
131
  <div class="fieldWrap">
132
 
133
- <button data-btntype="address" data-specialbtn="true">Address</button>
134
 
135
  </div>
136
 
@@ -140,7 +130,7 @@
140
 
141
  <div class="fieldWrap">
142
 
143
- <button data-btntype="phone" data-specialbtn="true">Phone</button>
144
 
145
  </div>
146
 
@@ -150,7 +140,21 @@
150
 
151
  <div class="fieldWrap">
152
 
153
- <button data-btntype="Website" data-specialbtn="true">Website</button>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
154
 
155
  </div>
156
 
@@ -160,49 +164,47 @@
160
 
161
  <div class="fieldWrap">
162
 
163
- <button data-btntype="likertScale" data-specialbtn="true">Likert</button>
164
 
165
  </div>
166
 
167
  </li>
168
 
169
- <li class="field pageBreak">
170
 
171
  <div class="fieldWrap">
172
 
173
- <button data-btntype="pageBreak" data-specialbtn="true">Page Break</button>
174
 
175
  </div>
176
 
177
  </li>
178
 
179
- <li class="field rating likert smuzlocked">
180
 
181
  <div class="fieldWrap">
182
 
183
- <button data-btntype="rating" data-specialbtn="true">Rating</button>
184
 
185
  </div>
186
 
187
  </li>
188
-
189
- <h4 class="headingFieldFeature"><?php smuzform_translate_e( 'HTML Elements' ) ?></h4>
190
 
191
- <li class="field customText">
192
 
193
  <div class="fieldWrap">
194
 
195
- <button data-btntype="customText" data-specialbtn="true">Text</button>
196
 
197
  </div>
198
 
199
  </li>
200
 
201
- <li class="field customImage">
202
 
203
  <div class="fieldWrap">
204
 
205
- <button data-btntype="customImage" data-specialbtn="true">Image</button>
206
 
207
  </div>
208
 
@@ -212,20 +214,31 @@
212
 
213
  <div class="fieldWrap">
214
 
215
- <button>Link</button>
216
 
217
  </div>
218
 
219
  </li>
220
 
221
- <li class="field customHtml">
222
 
223
  <div class="fieldWrap">
224
 
225
- <button data-btntype="customHtml" data-specialbtn="true">Custom HTML</button>
226
 
227
  </div>
228
 
229
  </li>
230
 
231
- </ol>
 
 
 
 
 
 
 
 
 
 
 
4
 
5
  <div class="fieldWrap">
6
 
7
+ <button data-btntype="singleText" data-specialbtn="true"> <i class="fa fa-text-width"></i><br> Single Line Text</button>
8
 
9
  </div>
10
 
14
 
15
  <div class="fieldWrap">
16
 
17
+ <button data-btntype="singleNumber" data-specialbtn="true"> <i class="fa fa-sort-numeric-asc"></i><br> Number</button>
18
 
19
  </div>
20
 
24
 
25
  <div class="fieldWrap">
26
 
27
+ <button data-btntype="textarea" data-specialbtn="true"> <i class="fa fa-file-text-o"></i><br> Textarea</button>
28
 
29
  </div>
30
 
34
 
35
  <div class="fieldWrap">
36
 
37
+ <button data-btntype="dropdown" data-specialbtn="true"> <i class="fa fa-chevron-circle-down"></i><br> Dropdown</button>
38
 
39
  </div>
40
 
44
 
45
  <div class="fieldWrap">
46
 
47
+ <button data-btntype="radioButtons" data-specialbtn="true"> <i class="fa fa-adjust"></i><br> Radio Buttons</button>
48
 
49
  </div>
50
 
56
 
57
  <div class="fieldWrap">
58
 
59
+ <button data-btntype="checkboxes" data-specialbtn="true"> <i class="fa fa-check-square-o"></i><br> Checkboxes</button>
60
 
61
  </div>
62
 
67
 
68
  <div class="fieldWrap">
69
 
70
+ <button data-btntype="sectionBreak" data-specialbtn="true"> <i class="fa fa-ellipsis-h"></i><br> Section Break</button>
71
 
72
  </div>
73
 
77
 
78
  <div class="fieldWrap">
79
 
80
+ <button data-btntype="lineBreak" data-specialbtn="true"> <i class="fa fa-cut"></i><br> Line Break</button>
81
 
82
  </div>
83
 
85
 
86
 
87
  <h4 class="headingFieldFeature"><?php smuzform_translate_e( 'Advanced Fields' ) ?></h4>
 
 
 
 
 
 
 
 
 
 
88
 
89
  <li class="field name">
90
 
91
  <div class="fieldWrap">
92
 
93
+ <button data-btntype="name" data-specialbtn="true"> <i class="fa fa-user"></i><br> Name</button>
94
 
95
  </div>
96
 
100
 
101
  <div class="fieldWrap">
102
 
103
+ <button data-btntype="email" data-specialbtn="true"> <i class="fa fa-envelope"></i><br> Email</button>
104
 
105
  </div>
106
 
110
 
111
  <div class="fieldWrap">
112
 
113
+ <button data-btntype="date" data-specialbtn="true"> <i class="fa fa-calendar"></i><br> Date</button>
114
 
115
  </div>
116
 
120
 
121
  <div class="fieldWrap">
122
 
123
+ <button data-btntype="address" data-specialbtn="true"> <i class="fa fa-address-card-o"></i><br> Address</button>
124
 
125
  </div>
126
 
130
 
131
  <div class="fieldWrap">
132
 
133
+ <button data-btntype="phone" data-specialbtn="true"> <i class="fa fa-phone"></i><br> Phone</button>
134
 
135
  </div>
136
 
140
 
141
  <div class="fieldWrap">
142
 
143
+ <button data-btntype="Website" data-specialbtn="true"> <i class="fa fa-globe"></i><br> Website</button>
144
+
145
+ </div>
146
+
147
+ </li>
148
+
149
+
150
+ <a href="http://web-settler.com/form-builder/?ref=sidebanner" target="_blank" style="text-decoration: none; color: #fff;"><h4 class="headingFieldFeature" style="background: #333; color: #fff; padding:10px 5px 10px 5px; text-align: center;"><?php smuzform_translate_e( 'Unlock Premium Elements' ) ?></a></h4>
151
+
152
+
153
+ <li class="field likert smuzlocked">
154
+
155
+ <div class="fieldWrap">
156
+
157
+ <button data-btntype="fileUpload" data-specialbtn="true"> <i class="fa fa-upload"></i><br> File Upload</button>
158
 
159
  </div>
160
 
164
 
165
  <div class="fieldWrap">
166
 
167
+ <button data-btntype="customText" data-specialbtn="true"> <i class="fa fa-file-text"></i><br> Description</button>
168
 
169
  </div>
170
 
171
  </li>
172
 
173
+ <li class="field likert smuzlocked">
174
 
175
  <div class="fieldWrap">
176
 
177
+ <button data-btntype="customImage" data-specialbtn="true"> <i class="fa fa-image"></i><br> Image</button>
178
 
179
  </div>
180
 
181
  </li>
182
 
183
+ <li class="field likert smuzlocked">
184
 
185
  <div class="fieldWrap">
186
 
187
+ <button> <i class="fa fa-link"></i><br> Link</button>
188
 
189
  </div>
190
 
191
  </li>
 
 
192
 
193
+ <li class="field likert smuzlocked">
194
 
195
  <div class="fieldWrap">
196
 
197
+ <button data-btntype="customHtml" data-specialbtn="true"> <i class="fa fa-code"></i><br> Custom HTML</button>
198
 
199
  </div>
200
 
201
  </li>
202
 
203
+ <li class="field likert smuzlocked">
204
 
205
  <div class="fieldWrap">
206
 
207
+ <button data-btntype="rating" data-specialbtn="true"> <i class="fa fa-star-half-empty"></i><br> Rating</button>
208
 
209
  </div>
210
 
214
 
215
  <div class="fieldWrap">
216
 
217
+ <button data-btntype="likertScale" data-specialbtn="true"> <i class="fa fa-gratipay"></i><br> Likert</button>
218
 
219
  </div>
220
 
221
  </li>
222
 
223
+ <li class="field likert smuzlocked">
224
 
225
  <div class="fieldWrap">
226
 
227
+ <button data-btntype="pageBreak" data-specialbtn="true"> <i class="fa fa-ellipsis-h"></i><br> Page Break</button>
228
 
229
  </div>
230
 
231
  </li>
232
 
233
+ </ol>
234
+ <script src="https://use.fontawesome.com/076f5df986.js"></script>
235
+ <style type="text/css">
236
+ .fa{
237
+ font-size: 20px;
238
+ margin-bottom: 7px;
239
+ margin-top: 7px;
240
+ }
241
+ .nav-tabs>li {
242
+ background: #f7f7f7;
243
+ }
244
+ </style>
forms.php CHANGED
@@ -1,11 +1,11 @@
1
  <?php
2
  /**
3
- Plugin Name: Contact Form Add
4
- Description: Most beautiful WordPress form builder plugin. A plugin you'll love creating forms.
5
  Author: Web-Settler
6
  Author URI: http://web-settler.com/form-builder/
7
  Plugin URI: http://web-settler.com/form-builder/
8
- Version: 1.8.1
9
  License: GPL V2+
10
  **/
11
 
@@ -13,7 +13,7 @@ require plugin_dir_path( __FILE__ ) . 'config.php';
13
 
14
  require plugin_dir_path( __FILE__ ) . 'core_functions.php';
15
 
16
- require plugin_dir_path( __FILE__ ) . '/admin/Ask-Rev.php';
17
 
18
  /**
19
  Store the first installed version of the plugin in database.
1
  <?php
2
  /**
3
+ Plugin Name: Contact Form
4
+ Description: Create Resposnive Forms using Drag & Drop Visual Builder.
5
  Author: Web-Settler
6
  Author URI: http://web-settler.com/form-builder/
7
  Plugin URI: http://web-settler.com/form-builder/
8
+ Version: 1.8.2
9
  License: GPL V2+
10
  **/
11
 
13
 
14
  require plugin_dir_path( __FILE__ ) . 'core_functions.php';
15
 
16
+ //require plugin_dir_path( __FILE__ ) . '/admin/Ask-Rev.php';
17
 
18
  /**
19
  Store the first installed version of the plugin in database.
readme.txt CHANGED
@@ -1,9 +1,9 @@
1
  === Contact Form | Create Responsive Contact Forms ===
2
  Contributors: umarbajwa
3
  Requires at least: 3.7
4
- Tested up to: 4.7
5
  Tags: contact form, form builder, contact me, custom contact form, form, custom form
6
- Stable tag: 1.8.1
7
  Donate Link: http://web-settler.com/form-builder/
8
  License: GPL V2 or latest
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
@@ -12,13 +12,9 @@ Create Responsive Contact Forms with Contact form builder easily in minutes usin
12
 
13
  == Description ==
14
 
15
- Create beautiful, responsive forms with a simple drag & drop form editor. Ditch the old shortcode supported contact form 7 and start using Contact form builder which actually improves your contact form usage and speed up the process.
16
 
17
- Contact form plugin is easiest way to build any responsive form for your website. No fuss or messing with code create the form you want easily with simple drag & drop form builder.
18
-
19
- <strong> Upgrade to Contact Form Premium </strong>
20
-
21
- If you want support or all AddOns, upgrade to [Contact From Premium](http://web-settler.com/form-builder/)
22
 
23
 
24
  [AddOns](http://web-settler.com/form-builder/) | [Support](http://web-settler.com/ulp-support/) | [Setup Guide](https://youtu.be/bNww-dVSb44)
@@ -29,7 +25,7 @@ https://www.youtube.com/watch?v=CLzTCIKn85M
29
  > ### What People Say about us :
30
 
31
  > @major_1012
32
- > <strong> Easy to set up, easy to customize contact form, support active and helpful </strong>
33
  > Been using Contact Form 7 on all my sites and customer’s sites, but that is about to change.
34
  > This contact form is the easiest to customize I have found yet. It is also very responsive.
35
  > Goodbye Contact Form 7, your days are numbered with me and my clients.
@@ -37,97 +33,97 @@ https://www.youtube.com/watch?v=CLzTCIKn85M
37
 
38
  > @tgbyrd
39
  > <strong> Simple yet Satisfying! </strong>
40
- > Only 2nd review I’ve ever left. Excellent contact form product. Super simple to setup and super useful.
41
 
42
  > @marcella-geeroms
43
  > <strong> works like a charm! </strong>
44
- > Contact form is Easy and works like a charm.
45
 
46
  > @opeyemip
47
- > <strong> Best Contact form plugin </strong>
48
- > I so much love this contact form plugin. So full and useful
49
 
50
  > @senseifranks
51
  > <strong> It was very easy to install and setup.</strong>
52
- > I have little experience using WordPress for my website. I needed a way for people to contact me for classes. I tried several plugins and this was the easiest to use and setup out of what is available for creating contact forms. I would recommend giving this one a try.
53
 
54
 
55
 
56
- ### Have your contact form up and running in 2 minutes.
57
 
58
- Contact form plugin's user interface is designed to maximize the time efficiency one spend creating a form, try it and you will know how much easy and efficient this form plugin is.
59
 
60
- With contact form plugin you can create simple contact forms or complex application form easily in mere minutes.
61
 
62
- Whether you are a beginner or advanced WordPress user contact form plugin will certainly fulfill all your needs and requirements.
63
 
64
- Save all your contact form entries in database and also get email notification about new entries. Delete,modify entries easily with entry manager.
65
 
66
- View your entries with contact form entry manager. Contact form plugin also allows you to print your entries or download your contact form entries in .csv format.
67
 
68
- You can also add HTML elements like Text, Image and link inside your contact forms for more flexibility.
69
 
70
- Contact form plugin also support custom HTML so you can define your own terms for your form.
71
 
72
  You can create any type of forms with contact form plugin it was built for multi purpose forms.
73
 
74
 
75
  ### Features :
76
 
77
- * Contact form plugin is easy to use, even for beginners
78
- * Fully responsive contact form looks perfect on all screen sizes and mobile devices.
79
- * Add or remove additional fields easily and label any contact form fields you want.
80
  * Make any of the form fields required or not.
81
- * Receive a copy of the email sent via the contact form.
82
- * Drag & Drop contact form builder.
83
  * Extensive documentation.
84
- * Contact form plugin have ready to go fields just drag and drop to use them.
85
  * Manage, Edit, and Export form user submissions.
86
  * Secure forms with advanced security features.
87
- * All contact form submitted data is available to sort,filter,analyze or export as CSV or print.
88
  * Ability to View, Edit or delete entries/submissions.
89
  * Advanced Conditional login for your fields.
90
  * Redirect users after form submission to specified URL.
91
  * File upload feature for your forms.
92
- * Contact Form Field settings section.
93
  * Make fields required or block duplication.
94
- * Set pre-defined values for fields of your contact form.
95
  * Notifications - Email notifications for your form submission or select one from AddOns.
96
  * Various Auto responders supported.
97
  * Conditional Logic for Email Notifications.
98
- * Create interactive contact forms that react to user’s actions.
99
- * Dynamically show, hide, or change the value of contact form fields.
100
- * Add Multiple notifications for one contact form.
101
  * Form settings to setup your form.
102
  * Flexible field types.
103
- * Insert your contact form anywhere.
104
- * Ajax based contact forms.
105
- * Design your contact forms easily.
106
- * Customizable Contact Form design.
107
- * Contact form 7 like features
108
 
109
  = <a href='http://web-settler.com/form-builder/' > Available AddOns </a> =
110
 
111
  = Google Captcha =
112
 
113
- Google Captcha Premium AddOn for securing your contact Forms from spamming and brute force. This is the largest problem a Contact form should solve and take proper measures to prevent spam. Contact form plugin comes by default with a honeypot field and will save alot of your time.
114
 
115
  = MailChimp Integration =
116
 
117
- Sync your contact form submissions with mailchimp and gain more subscribers directly. It is a great tool for people who need to continuously follow back with newsletters and offers for their customer. Contact form plugin solves this problem by adding a simple check box to your contact form, When the visitor selects it you will get a new subscriber as well.
118
 
119
 
120
- = Contact Form Designer =
121
 
122
- Mostly contact form uses the themes styling and some times it is not good enough or you want your contact form for specific needs which require custom styling, Contact form solves this problem by giving you a visual form designer which allows you to design all elements of your contact form.
123
 
124
- = Contact Form Entries =
125
 
126
- Contact form stores all form submissions in Database so you can view,edit or delete them at anytime. Contact form entries also allow you to export your contact form submissions in csv format.
127
 
128
  = Export Submissions =
129
 
130
- Contact form plugin integrates with entries system which stores form submissions and allow you to print or export contact form submissions as CSV file. This format is supported by all CRM services for importing data to their platform.
131
 
132
  = Conditional Logic Fields =
133
 
@@ -135,46 +131,38 @@ With conditional logic you can add IF-THEN logic for your contact form fields. E
135
 
136
  = Conditional Logic Notifications =
137
 
138
- Contact form give you the ability to apply conditional logic for your notifications. Which on specified input will <b>Send</b> OR <b>Not Send</b> the notification.
139
 
140
 
141
- = Responsive Contact Forms =
142
 
143
- Contact form is 100% responsive and mobile friendly contact form plugin is compatible with Mobiles,Tablets & and all screen sizes.
144
 
145
 
146
  = Notifications =
147
 
148
- Notification section allows you to select notifications for your contact form submissions and get notified by email or select an AddOn for various email marketing service integrations. Receive email notifications whenever someone contact you via contact form.
149
-
150
-
151
- = Drag & Drop Contact Form Builder =
152
-
153
- Contact form plugin is completely based on drag and drop builder so you don't have to use bulky shortcodes to create your form.
154
-
155
- You can add your contact form at any place on your website. Whether it be in the content or in the sidebar or homepage. You contact form can be placed where ever you want.
156
 
157
- = Multi Page Contact Form =
158
 
159
- Contact form allows you to create efficient multi page forms. With this feature you can make your contact forms more interactive and easy. Customers tend use interactive forms 75% more than static ones.
160
 
161
- = HTML Elements For Contact Form =
162
 
163
- Contact form plugin give you the ability to add HTML elements like Images, Links, Text etc.. in your contact form. You can also add custom HTML which gives you endless possibilities to design custom forms.
164
 
165
- = Super Simple and Easy =
166
 
167
- We have designed the contact form UI easy and efficient so you can create your forms in minutes without wasting any time.
168
 
169
- Responsive and Customizable Contact Form. Add a beautiful background image and impress your customers with your contact form.
170
 
 
171
 
172
 
173
- Contact form support all field types including the upload file. Redirect after the form submission or simply display a customizable message.
174
 
175
- We are working hard to create more extensions for your contact form. If you have any suggestion feel free to send us.
176
 
177
- Contact form plugin is the only form plugin you will ever need, It is fast, efficient & modern design. Form plugin is designed for users with zero coding knowledge and contain advanced features like conditional logic.
178
 
179
 
180
 
@@ -187,7 +175,7 @@ The easy way :
187
  1. Go to the Plugins Menu in WordPress.
188
  1. Search for plugin "Contact Form Add".
189
  1. Click "Install".
190
- 1. After Installation click activate to start using the coming soon plugin.
191
 
192
 
193
 
@@ -204,19 +192,19 @@ Not so easy way :
204
 
205
  == Frequently Asked Questions ==
206
 
207
- = Contact Form Frequently Asked Questions =
208
 
209
- = How to create a Contact form ? =
210
 
211
- A : After activating the contact form plugin go to contact form menu from your dashboard, Click add new button, Now from Add Field tab click on the fields you want to add in your form and save the form. Go to export to get the shortcode to display the contact form on your website.
212
 
213
- = How to display Contact Form ? =
214
 
215
- A: After saving the form you created go to export copy the shortcode and paste it in place where you want to display the contact form.
216
 
217
  = How can I add my Form in widget section ? =
218
 
219
- A: To display your contact form in a widget copy the form shortcode and paste it in a text widget.
220
 
221
  = How can I display Form on all pages of my website =
222
 
@@ -233,15 +221,15 @@ A: To receive the email notification when someone submits the form.
233
 
234
  = What is conditional logic ? =
235
 
236
- A: Conditional logic is the logic built for contact form plugin which on specific action performs a pre defined task. With conditional logic you can add IF-THEN logic for your contact form fields. Enable Conditional logic to a field to show or hide that field based on a previous user selection or input. (For Example if you set conditional logic for email field so when a user enter their email and if he had already sent a request through your form you can identify and show him that his previous request is being processed.)
237
 
238
  = How can I view the form submission ? =
239
 
240
- A: You can view the contact form submissions from Entries. You can also export and delete individual contact form entries. Contact Form entries are saved in database.
241
 
242
- = Can I edit existing Contact Form entries ? =
243
 
244
- A: Yes, You can edit your Contact Form entries from entry manager.
245
 
246
 
247
  == Screenshots ==
1
  === Contact Form | Create Responsive Contact Forms ===
2
  Contributors: umarbajwa
3
  Requires at least: 3.7
4
+ Tested up to: 4.8
5
  Tags: contact form, form builder, contact me, custom contact form, form, custom form
6
+ Stable tag: 1.8.2
7
  Donate Link: http://web-settler.com/form-builder/
8
  License: GPL V2 or latest
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
12
 
13
  == Description ==
14
 
15
+ Create beautiful, responsive forms with a simple drag & drop form editor. Ditch the old shortcode supported contact form 7 and start using form builder which actually improves your form usage and speed up the process.
16
 
17
+ Form Builder plugin is easiest way to build any responsive form for your website. No fuss or messing with code create the form you want easily with simple drag & drop form builder.
 
 
 
 
18
 
19
 
20
  [AddOns](http://web-settler.com/form-builder/) | [Support](http://web-settler.com/ulp-support/) | [Setup Guide](https://youtu.be/bNww-dVSb44)
25
  > ### What People Say about us :
26
 
27
  > @major_1012
28
+ > <strong> Easy to set up, easy to customize form builder, support active and helpful </strong>
29
  > Been using Contact Form 7 on all my sites and customer’s sites, but that is about to change.
30
  > This contact form is the easiest to customize I have found yet. It is also very responsive.
31
  > Goodbye Contact Form 7, your days are numbered with me and my clients.
33
 
34
  > @tgbyrd
35
  > <strong> Simple yet Satisfying! </strong>
36
+ > Only 2nd review I’ve ever left. Excellent Form Builder product. Super simple to setup and super useful.
37
 
38
  > @marcella-geeroms
39
  > <strong> works like a charm! </strong>
40
+ > Form Builder is Easy and works like a charm.
41
 
42
  > @opeyemip
43
+ > <strong> Best Form Builder plugin </strong>
44
+ > I so much love this Form Builder plugin. So full and useful
45
 
46
  > @senseifranks
47
  > <strong> It was very easy to install and setup.</strong>
48
+ > I have little experience using WordPress for my website. I needed a way for people to contact me for classes. I tried several plugins and this was the easiest to use and setup out of what is available for creating Form Builders. I would recommend giving this one a try.
49
 
50
 
51
 
52
+ ### Create any form easily and fast.
53
 
54
+ Form Builder plugin's user interface is designed to maximize the time efficiency one spend creating a form, try it and you will know how much easy and efficient this form plugin is.
55
 
56
+ With Form Builder plugin you can create simple contact forms or complex application form easily in mere minutes.
57
 
58
+ Whether you are a beginner or advanced WordPress user form plugin will certainly fulfill all your needs and requirements.
59
 
60
+ Save all your form entries in database and also get email notification about new entries. Delete,modify entries easily with entry manager.
61
 
62
+ View your entries with form entry manager. form plugin also allows you to print your entries or download your form entries in .csv format.
63
 
64
+ You can also add HTML elements like Text, Image and link inside your forms for more flexibility.
65
 
66
+ Form plugin also support custom HTML so you can define your own terms for your form.
67
 
68
  You can create any type of forms with contact form plugin it was built for multi purpose forms.
69
 
70
 
71
  ### Features :
72
 
73
+ * Form plugin is easy to use, even for beginners
74
+ * Fully responsive Form looks perfect on all screen sizes and mobile devices.
75
+ * Add or remove additional fields easily and label any Form fields you want.
76
  * Make any of the form fields required or not.
77
+ * Receive a copy of the email sent via the Form.
78
+ * Drag & Drop Form builder.
79
  * Extensive documentation.
80
+ * Form plugin have ready to go fields just drag and drop to use them.
81
  * Manage, Edit, and Export form user submissions.
82
  * Secure forms with advanced security features.
83
+ * All Form submitted data is available to sort,filter,analyze or export as CSV or print.
84
  * Ability to View, Edit or delete entries/submissions.
85
  * Advanced Conditional login for your fields.
86
  * Redirect users after form submission to specified URL.
87
  * File upload feature for your forms.
88
+ * Form Field settings section.
89
  * Make fields required or block duplication.
90
+ * Set pre-defined values for fields of your Form.
91
  * Notifications - Email notifications for your form submission or select one from AddOns.
92
  * Various Auto responders supported.
93
  * Conditional Logic for Email Notifications.
94
+ * Create interactive forms that react to user’s actions.
95
+ * Dynamically show, hide, or change the value of form fields.
96
+ * Add Multiple notifications for one form.
97
  * Form settings to setup your form.
98
  * Flexible field types.
99
+ * Insert your form anywhere.
100
+ * Ajax based forms.
101
+ * Design your forms easily.
102
+ * Customizable Form design.
103
+
104
 
105
  = <a href='http://web-settler.com/form-builder/' > Available AddOns </a> =
106
 
107
  = Google Captcha =
108
 
109
+ Google Captcha Premium AddOn for securing your Forms from spamming and brute force. This is the largest problem a Form should solve and take proper measures to prevent spam. Form plugin comes by default with a honeypot field and will save alot of your time.
110
 
111
  = MailChimp Integration =
112
 
113
+ Sync your Form submissions with mailchimp and gain more subscribers directly. It is a great tool for people who need to continuously follow back with newsletters and offers for their customer. Form plugin solves this problem by adding a simple check box to your Form, When the visitor selects it you will get a new subscriber as well.
114
 
115
 
116
+ = Form Designer =
117
 
118
+ Mostly Form uses the themes styling and some times it is not good enough or you want your Form for specific needs which require custom styling, Form solves this problem by giving you a visual form designer which allows you to design all elements of your Form.
119
 
120
+ = Form Entries =
121
 
122
+ form stores all form submissions in Database so you can view,edit or delete them at anytime. form entries also allow you to export your form submissions in csv format.
123
 
124
  = Export Submissions =
125
 
126
+ Form plugin integrates with entries system which stores form submissions and allow you to print or export contact form submissions as CSV file. This format is supported by all CRM services for importing data to their platform.
127
 
128
  = Conditional Logic Fields =
129
 
131
 
132
  = Conditional Logic Notifications =
133
 
134
+ Form plugin give you the ability to apply conditional logic for your notifications. Which on specified input will <b>Send</b> OR <b>Not Send</b> the notification.
135
 
136
 
137
+ = Responsive Forms =
138
 
139
+ Form is 100% responsive and mobile friendly form plugin is compatible with Mobiles,Tablets & and all screen sizes.
140
 
141
 
142
  = Notifications =
143
 
144
+ Notification section allows you to select notifications for your form submissions and get notified by email or select an AddOn for various email marketing service integrations. Receive email notifications whenever someone contact you via form.
 
 
 
 
 
 
 
145
 
 
146
 
147
+ = Drag & Drop Form Builder =
148
 
149
+ Form plugin is completely based on drag and drop builder so you don't have to use bulky shortcodes to create your form.
150
 
151
+ You can add your form at any place on your website. Whether it be in the content or in the sidebar or homepage. Your form can be placed where ever you want.
152
 
153
+ = Multi Page Forms =
154
 
155
+ It allows you to create efficient multi page forms. With this feature you can make your forms more interactive and easy. Customers tend use interactive forms 75% more than static ones.
156
 
157
+ = HTML Elements =
158
 
159
+ This plugin give you the ability to add HTML elements like Images, Links, Text etc.. in your form. You can also add custom HTML which gives you endless possibilities to design custom forms.
160
 
161
 
 
162
 
163
+ We are working hard to create more extensions. If you have any suggestion feel free to send us.
164
 
165
+ Form plugin is the only form plugin you will ever need, It is fast, efficient & modern design. Form plugin is designed for users with zero coding knowledge and contain advanced features like conditional logic.
166
 
167
 
168
 
175
  1. Go to the Plugins Menu in WordPress.
176
  1. Search for plugin "Contact Form Add".
177
  1. Click "Install".
178
+ 1. After Installation click activate to start using the Contact Form plugin.
179
 
180
 
181
 
192
 
193
  == Frequently Asked Questions ==
194
 
195
+ = Form Builder Frequently Asked Questions =
196
 
197
+ = How to create a form ? =
198
 
199
+ A : After activating the form plugin go to contact form menu from your dashboard, Click add new button, Now from Add Field tab click on the fields you want to add in your form and save the form. Go to export to get the shortcode to display the form on your website.
200
 
201
+ = How to display Form ? =
202
 
203
+ A: After saving the form you created go to export copy the shortcode and paste it in place where you want to display the form.
204
 
205
  = How can I add my Form in widget section ? =
206
 
207
+ A: To display your form in a widget copy the form shortcode and paste it in a text widget.
208
 
209
  = How can I display Form on all pages of my website =
210
 
221
 
222
  = What is conditional logic ? =
223
 
224
+ A: Conditional logic is the logic built for form plugin which on specific action performs a pre defined task. With conditional logic you can add IF-THEN logic for your form fields. Enable Conditional logic to a field to show or hide that field based on a previous user selection or input. (For Example if you set conditional logic for email field so when a user enter their email and if he had already sent a request through your form you can identify and show him that his previous request is being processed.)
225
 
226
  = How can I view the form submission ? =
227
 
228
+ A: You can view the form submissions from Entries. You can also export and delete individual form entries. Form entries are saved in database.
229
 
230
+ = Can I edit existing Form entries ? =
231
 
232
+ A: Yes, You can edit your Form entries from entry manager.
233
 
234
 
235
  == Screenshots ==