Version Description
Download this release
Release Info
Developer | umarbajwa |
Plugin | 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 +8 -5
- admin/assets/js/backbone.min.js +3 -3
- admin/assets/js/script.js +1 -1
- admin/views/settings-page.php +1 -1
- admin/views/tab-fields.php +52 -39
- forms.php +4 -4
- readme.txt +66 -78
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: #
|
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
|
61 |
-webkit-border-radius: 2px;
|
62 |
border-radius: 2px;
|
63 |
-
background:
|
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: #
|
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
|
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
|
1288 |
|
1289 |
}
|
1290 |
|
1291 |
if ( ui.item.find( '[data-btntype]' ).data(
|
1292 |
'btntype') == 'rating' ) {
|
1293 |
|
1294 |
-
alert( 'The field is in
|
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
|
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( '
|
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
|
164 |
|
165 |
</div>
|
166 |
|
167 |
</li>
|
168 |
|
169 |
-
<li class="field
|
170 |
|
171 |
<div class="fieldWrap">
|
172 |
|
173 |
-
<button data-btntype="
|
174 |
|
175 |
</div>
|
176 |
|
177 |
</li>
|
178 |
|
179 |
-
<li class="field
|
180 |
|
181 |
<div class="fieldWrap">
|
182 |
|
183 |
-
<button
|
184 |
|
185 |
</div>
|
186 |
|
187 |
</li>
|
188 |
-
|
189 |
-
<h4 class="headingFieldFeature"><?php smuzform_translate_e( 'HTML Elements' ) ?></h4>
|
190 |
|
191 |
-
<li class="field
|
192 |
|
193 |
<div class="fieldWrap">
|
194 |
|
195 |
-
<button
|
196 |
|
197 |
</div>
|
198 |
|
199 |
</li>
|
200 |
|
201 |
-
<li class="field
|
202 |
|
203 |
<div class="fieldWrap">
|
204 |
|
205 |
-
<button
|
206 |
|
207 |
</div>
|
208 |
|
@@ -212,20 +214,31 @@
|
|
212 |
|
213 |
<div class="fieldWrap">
|
214 |
|
215 |
-
<button>
|
216 |
|
217 |
</div>
|
218 |
|
219 |
</li>
|
220 |
|
221 |
-
<li class="field
|
222 |
|
223 |
<div class="fieldWrap">
|
224 |
|
225 |
-
<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
|
4 |
-
Description:
|
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.
|
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.
|
5 |
Tags: contact form, form builder, contact me, custom contact form, form, custom form
|
6 |
-
Stable tag: 1.8.
|
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
|
16 |
|
17 |
-
|
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
|
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
|
41 |
|
42 |
> @marcella-geeroms
|
43 |
> <strong> works like a charm! </strong>
|
44 |
-
>
|
45 |
|
46 |
> @opeyemip
|
47 |
-
> <strong> Best
|
48 |
-
> I so much love this
|
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
|
53 |
|
54 |
|
55 |
|
56 |
-
###
|
57 |
|
58 |
-
|
59 |
|
60 |
-
With
|
61 |
|
62 |
-
Whether you are a beginner or advanced WordPress user
|
63 |
|
64 |
-
Save all your
|
65 |
|
66 |
-
View your entries with
|
67 |
|
68 |
-
You can also add HTML elements like Text, Image and link inside your
|
69 |
|
70 |
-
|
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 |
-
*
|
78 |
-
* Fully responsive
|
79 |
-
* Add or remove additional fields easily and label any
|
80 |
* Make any of the form fields required or not.
|
81 |
-
* Receive a copy of the email sent via the
|
82 |
-
* Drag & Drop
|
83 |
* Extensive documentation.
|
84 |
-
*
|
85 |
* Manage, Edit, and Export form user submissions.
|
86 |
* Secure forms with advanced security features.
|
87 |
-
* All
|
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 |
-
*
|
93 |
* Make fields required or block duplication.
|
94 |
-
* Set pre-defined values for fields of your
|
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
|
99 |
-
* Dynamically show, hide, or change the value of
|
100 |
-
* Add Multiple notifications for one
|
101 |
* Form settings to setup your form.
|
102 |
* Flexible field types.
|
103 |
-
* Insert your
|
104 |
-
* Ajax based
|
105 |
-
* Design your
|
106 |
-
* Customizable
|
107 |
-
|
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
|
114 |
|
115 |
= MailChimp Integration =
|
116 |
|
117 |
-
Sync your
|
118 |
|
119 |
|
120 |
-
=
|
121 |
|
122 |
-
Mostly
|
123 |
|
124 |
-
=
|
125 |
|
126 |
-
|
127 |
|
128 |
= Export Submissions =
|
129 |
|
130 |
-
|
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 |
-
|
139 |
|
140 |
|
141 |
-
= Responsive
|
142 |
|
143 |
-
|
144 |
|
145 |
|
146 |
= Notifications =
|
147 |
|
148 |
-
Notification section allows you to select notifications for your
|
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 |
-
|
160 |
|
161 |
-
|
162 |
|
163 |
-
|
164 |
|
165 |
-
=
|
166 |
|
167 |
-
|
168 |
|
169 |
-
|
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
|
176 |
|
177 |
-
|
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
|
191 |
|
192 |
|
193 |
|
@@ -204,19 +192,19 @@ Not so easy way :
|
|
204 |
|
205 |
== Frequently Asked Questions ==
|
206 |
|
207 |
-
=
|
208 |
|
209 |
-
= How to create a
|
210 |
|
211 |
-
A : After activating the
|
212 |
|
213 |
-
= How to display
|
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
|
216 |
|
217 |
= How can I add my Form in widget section ? =
|
218 |
|
219 |
-
A: To display your
|
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
|
237 |
|
238 |
= How can I view the form submission ? =
|
239 |
|
240 |
-
A: You can view the
|
241 |
|
242 |
-
= Can I edit existing
|
243 |
|
244 |
-
A: Yes, You can edit your
|
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 ==
|