Version Description
- Notification email bug fixed
Download this release
Release Info
Developer | umarbajwa |
Plugin | Form Builder | Create Responsive Contact Forms |
Version | 1.6 |
Comparing to | |
See all releases |
Code changes from version 1.5 to 1.6
admin/core/class/class-smuzform-notification-manager.php
CHANGED
@@ -97,7 +97,8 @@ class SmuzForm_Notification_Manager extends SmuzForm_Form {
|
|
97 |
$headers[] = "Reply-To: $replyTo" . "\r\n";
|
98 |
|
99 |
if (!empty($fromText)) {
|
100 |
-
$
|
|
|
101 |
} else {
|
102 |
$adm_email = get_option('admin_email');
|
103 |
$headers[] = "From: WordPress <$adm_email>" . "\r\n";
|
97 |
$headers[] = "Reply-To: $replyTo" . "\r\n";
|
98 |
|
99 |
if (!empty($fromText)) {
|
100 |
+
$adm_email = get_option('admin_email');
|
101 |
+
$headers[] = "From: $fromText <$adm_email>" . "\r\n";
|
102 |
} else {
|
103 |
$adm_email = get_option('admin_email');
|
104 |
$headers[] = "From: WordPress <$adm_email>" . "\r\n";
|
admin/views/notification/backbone/collection.php
CHANGED
@@ -38,10 +38,9 @@
|
|
38 |
<div class="form-inline">
|
39 |
<div class="form-group">
|
40 |
|
41 |
-
<label class="control-label inlineLabel" for="emailSenderName"><?php smuzform_translate_e( 'Sender
|
42 |
|
43 |
<input id="emailSenderName" type="text" class="form-control inlineField" value="<%= extraData.fromText %>" />
|
44 |
-
<p class="help-block"><strong>Format:</strong><code> Name <emailAddress></code></p>
|
45 |
</div>
|
46 |
|
47 |
<div class="form-group">
|
38 |
<div class="form-inline">
|
39 |
<div class="form-group">
|
40 |
|
41 |
+
<label class="control-label inlineLabel" for="emailSenderName"><?php smuzform_translate_e( 'Sender Name' ) ?></label>
|
42 |
|
43 |
<input id="emailSenderName" type="text" class="form-control inlineField" value="<%= extraData.fromText %>" />
|
|
|
44 |
</div>
|
45 |
|
46 |
<div class="form-group">
|
forms.php
CHANGED
@@ -5,7 +5,7 @@ Description: Most beautiful WordPress form builder plugin. A plugin you'll love
|
|
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.
|
9 |
License: GPL V2+
|
10 |
**/
|
11 |
|
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.6
|
9 |
License: GPL V2+
|
10 |
**/
|
11 |
|
readme.txt
CHANGED
@@ -1,14 +1,14 @@
|
|
1 |
=== Contact Form ===
|
2 |
Contributors: umarbajwa
|
3 |
Requires at least: 3.7
|
4 |
-
Tested up to: 4.
|
5 |
-
Tags:
|
6 |
-
Stable tag: 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
|
10 |
|
11 |
-
Contact form
|
12 |
|
13 |
== Description ==
|
14 |
|
@@ -21,6 +21,10 @@ Contact form plugin is easiest way to build any responsive form for your website
|
|
21 |
|
22 |
> [AddOns](http://web-settler.com/form-builder/) | [Support](http://web-settler.com/ulp-support/) | [Setup Guide](https://youtu.be/bNww-dVSb44)
|
23 |
|
|
|
|
|
|
|
|
|
24 |
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.
|
25 |
|
26 |
With contact form plugin you can create simple contact forms or complex application form easily in mere minutes.
|
@@ -52,22 +56,22 @@ You can create any type of forms with contact form plugin it was built for multi
|
|
52 |
* All form submitted data is available to sort,filter,analyze or export as CSV or print.
|
53 |
* Ability to View, Edit or delete entries/submissions.
|
54 |
* Advanced Conditional login for your fields.
|
55 |
-
* Redirect users after submission to specified URL.
|
56 |
* File upload feature for your forms.
|
57 |
* Field settings section.
|
58 |
* Make fields required or block duplication.
|
59 |
-
* Set pre-defined values for fields of your form.
|
60 |
* Notifications - Email notifications for your form submission or select one from AddOns.
|
61 |
* Various Auto responders supported.
|
62 |
* Conditional Logic for Email Notifications.
|
63 |
-
* Create interactive forms that react to user’s actions.
|
64 |
-
* Dynamically show, hide, or change the value of form fields.
|
65 |
* Add Multiple notifications for one form.
|
66 |
* Form settings to setup your form.
|
67 |
* Flexible field types.
|
68 |
-
* Insert your form anywhere.
|
69 |
* Ajax based contact forms.
|
70 |
-
* Design your forms.
|
71 |
* Customizable design.
|
72 |
|
73 |
|
@@ -75,24 +79,24 @@ You can create any type of forms with contact form plugin it was built for multi
|
|
75 |
|
76 |
= Google Captcha =
|
77 |
|
78 |
-
Google Captcha Premium AddOn for securing
|
79 |
|
80 |
= MailChimp Integration =
|
81 |
|
82 |
-
Send your entries to MailChimp or add a
|
83 |
|
84 |
|
85 |
-
= Form Designer =
|
86 |
|
87 |
-
Why add white boring forms when you can add colors .
|
88 |
|
89 |
-
= Entries =
|
90 |
|
91 |
-
Contact form stores all form submissions in
|
92 |
|
93 |
= Export Submissions =
|
94 |
|
95 |
-
Contact form plugin integrates with entries system which stores form submissions and allow you to print or export form submissions as CSV file. This format is supported by all CRM services for importing data to their platform.
|
96 |
|
97 |
= Conditional Logic Fields =
|
98 |
|
@@ -113,18 +117,26 @@ Contact form is 100% responsive and mobile friendly contact form plugin is compa
|
|
113 |
Notification section allows you to select notifications for your submission get notified by email or select an AddOn for various email marketing service integrations. Recieve email notifications whenever someone use your contact form.
|
114 |
|
115 |
|
116 |
-
= Drag & Drop
|
117 |
|
118 |
Contact form plugin integrates with drag and drop form builder which allows you to make and publish your forms in no time.
|
119 |
|
120 |
-
= Multi Page Form =
|
121 |
|
122 |
Contact form allows you to create efficient multi page forms. With this feature you can make your contact forms more interactive.
|
123 |
|
124 |
-
= HTML Elements =
|
125 |
|
126 |
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.
|
127 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
128 |
|
129 |
|
130 |
== Installation ==
|
@@ -153,11 +165,11 @@ Not so easy way :
|
|
153 |
|
154 |
= Contact Form Frequently Asked Questions =
|
155 |
|
156 |
-
= How to create a form ? =
|
157 |
|
158 |
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.
|
159 |
|
160 |
-
= How to display Form ? =
|
161 |
|
162 |
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.
|
163 |
|
@@ -180,15 +192,15 @@ A: To receive the email notification when someone submits the form.
|
|
180 |
|
181 |
= What is conditional logic ? =
|
182 |
|
183 |
-
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 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.)
|
184 |
|
185 |
= How can I view the form submission ? =
|
186 |
|
187 |
-
A: You can view the form submissions from Entries.
|
188 |
|
189 |
-
= Can I edit existing Form entries ? =
|
190 |
|
191 |
-
A: Yes, You can edit your entries from entry manager.
|
192 |
|
193 |
|
194 |
== Screenshots ==
|
@@ -238,9 +250,9 @@ Contact form plugin give you the ability to apply conditional logic for your not
|
|
238 |
|
239 |
== Upgrade Notice ==
|
240 |
|
241 |
-
= 1.
|
242 |
|
243 |
-
* Notification email fixed
|
244 |
|
245 |
|
246 |
|
1 |
=== Contact Form ===
|
2 |
Contributors: umarbajwa
|
3 |
Requires at least: 3.7
|
4 |
+
Tested up to: 4.7
|
5 |
+
Tags: advanced form, best contact form plugin, contact bank, contact form, contact form builder, contact manager, contact us, contact us form, custom form, feedback form, forms, web form
|
6 |
+
Stable tag: 1.6
|
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
|
10 |
|
11 |
+
Contact form saves your hours of precious time by making form creation process super simple and efficient.
|
12 |
|
13 |
== Description ==
|
14 |
|
21 |
|
22 |
> [AddOns](http://web-settler.com/form-builder/) | [Support](http://web-settler.com/ulp-support/) | [Setup Guide](https://youtu.be/bNww-dVSb44)
|
23 |
|
24 |
+
https://www.youtube.com/watch?v=CLzTCIKn85M
|
25 |
+
|
26 |
+
### Have your contact form up and running in 2 minutes.
|
27 |
+
|
28 |
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.
|
29 |
|
30 |
With contact form plugin you can create simple contact forms or complex application form easily in mere minutes.
|
56 |
* All form submitted data is available to sort,filter,analyze or export as CSV or print.
|
57 |
* Ability to View, Edit or delete entries/submissions.
|
58 |
* Advanced Conditional login for your fields.
|
59 |
+
* Redirect users after form submission to specified URL.
|
60 |
* File upload feature for your forms.
|
61 |
* Field settings section.
|
62 |
* Make fields required or block duplication.
|
63 |
+
* Set pre-defined values for fields of your contact form.
|
64 |
* Notifications - Email notifications for your form submission or select one from AddOns.
|
65 |
* Various Auto responders supported.
|
66 |
* Conditional Logic for Email Notifications.
|
67 |
+
* Create interactive contact forms that react to user’s actions.
|
68 |
+
* Dynamically show, hide, or change the value of contact form fields.
|
69 |
* Add Multiple notifications for one form.
|
70 |
* Form settings to setup your form.
|
71 |
* Flexible field types.
|
72 |
+
* Insert your contact form anywhere.
|
73 |
* Ajax based contact forms.
|
74 |
+
* Design your contact forms easily.
|
75 |
* Customizable design.
|
76 |
|
77 |
|
79 |
|
80 |
= Google Captcha =
|
81 |
|
82 |
+
Google Captcha Premium AddOn for securing your contact Forms from spamming and brute forces of the dark side.
|
83 |
|
84 |
= MailChimp Integration =
|
85 |
|
86 |
+
Send your entries to MailChimp or add a simple check box in your contact form to increase mailchimp subscribers.
|
87 |
|
88 |
|
89 |
+
= Contact Form Designer =
|
90 |
|
91 |
+
Why add white boring forms when you can add colors. Contact Form plugin offers complete flexibility to create your own designs for contact forms.
|
92 |
|
93 |
+
= Contact Form Entries =
|
94 |
|
95 |
+
Contact form stores all form submissions in Database so you can view,edit or delete them. Entries also allow you to export your contact form submissions.
|
96 |
|
97 |
= Export Submissions =
|
98 |
|
99 |
+
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.
|
100 |
|
101 |
= Conditional Logic Fields =
|
102 |
|
117 |
Notification section allows you to select notifications for your submission get notified by email or select an AddOn for various email marketing service integrations. Recieve email notifications whenever someone use your contact form.
|
118 |
|
119 |
|
120 |
+
= Drag & Drop Contact Form Builder =
|
121 |
|
122 |
Contact form plugin integrates with drag and drop form builder which allows you to make and publish your forms in no time.
|
123 |
|
124 |
+
= Multi Page Contact Form =
|
125 |
|
126 |
Contact form allows you to create efficient multi page forms. With this feature you can make your contact forms more interactive.
|
127 |
|
128 |
+
= HTML Elements For Contact Form =
|
129 |
|
130 |
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.
|
131 |
|
132 |
+
= Super Simple and Easy =
|
133 |
+
|
134 |
+
We have designed the contact form UI easy and efficient so you can create your forms in minutes without wasting any time.
|
135 |
+
|
136 |
+
= More Extensions (Coming Soon) =
|
137 |
+
|
138 |
+
We are working hard to create more extensions for your contact form. If you have any suggestion feel free to send us.
|
139 |
+
|
140 |
|
141 |
|
142 |
== Installation ==
|
165 |
|
166 |
= Contact Form Frequently Asked Questions =
|
167 |
|
168 |
+
= How to create a Contact form ? =
|
169 |
|
170 |
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.
|
171 |
|
172 |
+
= How to display Contact Form ? =
|
173 |
|
174 |
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.
|
175 |
|
192 |
|
193 |
= What is conditional logic ? =
|
194 |
|
195 |
+
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.)
|
196 |
|
197 |
= How can I view the form submission ? =
|
198 |
|
199 |
+
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.
|
200 |
|
201 |
+
= Can I edit existing Contact Form entries ? =
|
202 |
|
203 |
+
A: Yes, You can edit your Contact Form entries from entry manager.
|
204 |
|
205 |
|
206 |
== Screenshots ==
|
250 |
|
251 |
== Upgrade Notice ==
|
252 |
|
253 |
+
= 1.6 =
|
254 |
|
255 |
+
* Notification email bug fixed
|
256 |
|
257 |
|
258 |
|