Version Description
Download this release
Release Info
Developer | webdorado |
Plugin | Form Maker by WD – user-friendly drag & drop Form Builder plugin |
Version | 1.7.11 |
Comparing to | |
See all releases |
Code changes from version 1.7.10 to 1.7.11
- admin/controllers/FMControllerSubmissions_fm.php +1 -1
- admin/views/FMViewSubmissions_fm.php +4 -2
- form-maker.php +1 -1
- readme.txt +58 -30
admin/controllers/FMControllerSubmissions_fm.php
CHANGED
@@ -248,7 +248,7 @@ class FMControllerSubmissions_fm {
|
|
248 |
}
|
249 |
|
250 |
case "type_hidden": {
|
251 |
-
$value = (isset($_POST[$
|
252 |
break;
|
253 |
}
|
254 |
|
248 |
}
|
249 |
|
250 |
case "type_hidden": {
|
251 |
+
$value = (isset($_POST[$label_order_original[$key]]) ? $_POST[$label_order_original[$key]] : NULL);
|
252 |
break;
|
253 |
}
|
254 |
|
admin/views/FMViewSubmissions_fm.php
CHANGED
@@ -516,7 +516,7 @@ class FMViewSubmissions_fm {
|
|
516 |
</td>
|
517 |
<?php
|
518 |
}
|
519 |
-
elseif (strpos($temp[$g]->element_value, "@@@") || $temp[$g]->element_value == "@@@" || $temp[$g]->element_value == "@@@@@@@@@") {
|
520 |
?>
|
521 |
<td class="<?php echo $sorted_labels_id[$h]; ?>_fc" <?php echo $styleStr; ?>>
|
522 |
<p><?php echo str_replace("@@@", " ", $temp[$g]->element_value); ?></p>
|
@@ -1921,7 +1921,9 @@ class FMViewSubmissions_fm {
|
|
1921 |
$param['attributes'] = $param['attributes'].' '.$attr;
|
1922 |
}
|
1923 |
|
1924 |
-
$rep ='<div type="type_hidden" class="wdform-field"
|
|
|
|
|
1925 |
|
1926 |
break;
|
1927 |
}
|
516 |
</td>
|
517 |
<?php
|
518 |
}
|
519 |
+
elseif (strpos($temp[$g]->element_value, "@@@") !== FALSE || $temp[$g]->element_value == "@@@" || $temp[$g]->element_value == "@@@@@@@@@") {
|
520 |
?>
|
521 |
<td class="<?php echo $sorted_labels_id[$h]; ?>_fc" <?php echo $styleStr; ?>>
|
522 |
<p><?php echo str_replace("@@@", " ", $temp[$g]->element_value); ?></p>
|
1921 |
$param['attributes'] = $param['attributes'].' '.$attr;
|
1922 |
}
|
1923 |
|
1924 |
+
$rep ='<div type="type_hidden" class="wdform-field">
|
1925 |
+
<div class="wdform-label-section" style="float:left; width: 150px;"><span class="wdform-label">' . $label . '</span></div>
|
1926 |
+
<div class="wdform-element-section" style="display: table-cell;"><input type="text" value="'.$element_value.'" id="wdform_'.$id1.'_element'.$form_id.'" name="'.$param['w_name'].'" '.$param['attributes'].'></div></div>';
|
1927 |
|
1928 |
break;
|
1929 |
}
|
form-maker.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
* Plugin Name: Form Maker
|
4 |
* Plugin URI: http://web-dorado.com/products/form-maker-wordpress.html
|
5 |
* Description: This plugin is a modern and advanced tool for easy and fast creating of a WordPress Form. The backend interface is intuitive and user friendly which allows users far from scripting and programming to create WordPress Forms.
|
6 |
-
* Version: 1.7.
|
7 |
* Author: http://web-dorado.com/
|
8 |
* License: GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
|
9 |
*/
|
3 |
* Plugin Name: Form Maker
|
4 |
* Plugin URI: http://web-dorado.com/products/form-maker-wordpress.html
|
5 |
* Description: This plugin is a modern and advanced tool for easy and fast creating of a WordPress Form. The backend interface is intuitive and user friendly which allows users far from scripting and programming to create WordPress Forms.
|
6 |
+
* Version: 1.7.11
|
7 |
* Author: http://web-dorado.com/
|
8 |
* License: GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
|
9 |
*/
|
readme.txt
CHANGED
@@ -1,10 +1,10 @@
|
|
1 |
=== Form Maker ===
|
2 |
Contributors: webdorado
|
3 |
Donate link: http://web-dorado.com/products/wordpress-form.html
|
4 |
-
Tags: form, forms, form builder, form maker, form manager, form plugin, form with recaptcha, forms plugin, multiple forms, paypal form, survey form, feedback form, feedback forms, contact form,contact form plugin, contact form builder, form creator, email form, secure form, web form, form to email, contact forms, custom forms, form widget, captcha form, wordpress contact form ,recaptcha contact form, form creation, contact form with auto reply, widget contact form, builder, feedback, contacts form plugin , custom contact form, contact us form, Formular, formulario
|
5 |
Requires at least: 3.0
|
6 |
Tested up to: 3.9.1
|
7 |
-
Stable tag: 1.7.
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
@@ -306,39 +306,67 @@ If you want to update the form builder plugin while preserving your existing for
|
|
306 |
|
307 |
2.1 On the left menu select Form Maker > Manager
|
308 |
2.2 In the upper left corner click on the “Add a form” button.
|
309 |
-
2.3 Form Title. Specify a title for the form (Try to use unique titles).
|
310 |
|
311 |
|
312 |
= Step 3: Configuring Form Builder Options =
|
313 |
|
314 |
-
3.1 General Options
|
315 |
-
|
316 |
-
|
317 |
-
|
318 |
-
|
319 |
-
|
320 |
-
3.2
|
321 |
-
|
322 |
-
|
323 |
-
-
|
324 |
-
|
325 |
-
|
326 |
-
3.
|
327 |
-
3.
|
328 |
-
|
329 |
-
|
330 |
-
|
331 |
-
3.
|
332 |
-
3.
|
333 |
-
3.
|
334 |
-
|
335 |
-
|
336 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
337 |
- before_submit(): before the form is submitted
|
338 |
-
- before_reset(): before the form is reset
|
339 |
-
|
340 |
-
|
341 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
342 |
|
343 |
= Step 4: Description of the form fields =
|
344 |
|
1 |
=== Form Maker ===
|
2 |
Contributors: webdorado
|
3 |
Donate link: http://web-dorado.com/products/wordpress-form.html
|
4 |
+
Tags: form, forms, form builder, form maker, form manager, form plugin, form with recaptcha, forms plugin, multiple forms, paypal form, survey form, feedback form, feedback forms, contact form,contact form plugin, contact form builder, form creator, email form, secure form, web form, form to email, contact forms, custom forms, form widget, captcha form, wordpress contact form ,recaptcha contact form, form creation, contact form with auto reply, widget contact form, builder, feedback, contacts form plugin , custom contact form, contact us form, Formular, formulario
|
5 |
Requires at least: 3.0
|
6 |
Tested up to: 3.9.1
|
7 |
+
Stable tag: 1.7.11
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
306 |
|
307 |
2.1 On the left menu select Form Maker > Manager
|
308 |
2.2 In the upper left corner click on the “Add a form” button.
|
309 |
+
2.3 Form Title. Specify a title for the form (Try to use unique titles).
|
310 |
|
311 |
|
312 |
= Step 3: Configuring Form Builder Options =
|
313 |
|
314 |
+
3.1 General Options
|
315 |
+
Published. Choose whether to publish the form or leave it as a draft.
|
316 |
+
Save data (to database). Choose whether to have the submitted forms in the submissions section or have them only sent to the Admin’s email (this should be done in Email Options section).
|
317 |
+
Theme. A distinct theme can be applied to each new form. The themes can be accessed by selecting FormMaker > Themes on the top menu. A large number of themes is available for selection. You can preview the theme as well as make changes in the CSS of the theme to make desired changes with the button right next to it.
|
318 |
+
Required fields mark. The required fields mark can be customized and changes from the default asterisk symbol.
|
319 |
+
|
320 |
+
3.2 Email Options.
|
321 |
+
3.2.1 Send Email. Choose whether to send out emails based on the submitted forms to the Administrator/Submitter.
|
322 |
+
Email to Administrator
|
323 |
+
3.2.2 Email to send submissions to. Here you provide e-mails to which submitted form information is sent. If you need more than one e-mail address, you must separate them by commas.
|
324 |
+
3.2.3 Email From. Here you define the email address from which the users receive the submission email (sender’s email).
|
325 |
+
3.2.4 From Name. Here you define the sender’s name which is shown in submission email.
|
326 |
+
3.2.5 Reply to (if different from "Email From"). Specify an alternative email address to which the administrator will be able to reply upon receiving the submitted form.
|
327 |
+
3.2.6 Custom Text in Email. Here you can add custom texts, images, and custom HTML to the e-mail message that is sent to the administrator, as well as choose which fields of the submitted form are included in the e-mail (set to ‘all’ by default).
|
328 |
+
Email to User
|
329 |
+
3.2.7 Send to. Here you select the Email field in the Form to send out the email to.
|
330 |
+
3.2.8 Email From. Here you define the email address from which the users receive the submission email (sender’s email).
|
331 |
+
3.2.9 From Name. Here you define the sender’s name which is shown in submission email.
|
332 |
+
3.2.10 Reply to (if different from "Email From"). Specify an alternative email address to which the user will be able to reply upon receiving the submitted form.
|
333 |
+
3.2.11 Custom Text in Email. Here you can add custom texts, images, and custom HTML to the e-mail message that is sent to the administrator, as well as choose which fields of the submitted form are included in the e-mail (set to ‘all’ by default).
|
334 |
+
|
335 |
+
|
336 |
+
3.3 Actions after Submission
|
337 |
+
Here you can select the action that takes place after form submission. Following options are available:
|
338 |
+
- Stay on form: The user stays on the form page.
|
339 |
+
- Article: The user is redirected to the selected article.
|
340 |
+
- Custom text: Custom text is displayed on the screen.
|
341 |
+
- URL: The user is redirected to the provided URL.
|
342 |
+
|
343 |
+
3.4 Payment Options
|
344 |
+
3.4.1 Turn on PayPal. Allows making PayPal paymentsusing Form Maker.
|
345 |
+
3.4.2 Checkout Mode. Choose the checkout mode:
|
346 |
+
Production( https://developer.paypal.com/webapps/developer/docs/classic/lifecycle/goingLive/ )
|
347 |
+
Test Mode ( https://developer.paypal.com/webapps/developer/docs/integration/direct/test-the-api/ )
|
348 |
+
3.4.3 PayPal Email. Enter your PayPal email.
|
349 |
+
3.4.4 PayPal Currency. Choose your PayPal currency.
|
350 |
+
3.4.5 Tax. Add the tax amount if any.
|
351 |
+
|
352 |
+
3.5 JavaScript
|
353 |
+
Here you can define new JavaScript functions, which can be applied to the form. Three empty event functions are included:
|
354 |
+
- before_load(): before the form is loaded
|
355 |
- before_submit(): before the form is submitted
|
356 |
+
- before_reset(): before the form is reset
|
357 |
+
|
358 |
+
3.6 Conditional Fields.
|
359 |
+
3.6.1 Add Condition. Using plus (+) button on the upper left hand you can connect specific fields. The following field types are allowed to be used as conditional fields: Simple text, Password, Textarea, Name, Address (Country field- only), Email, Number, Phone, Multiple Choice, Single Choice, Select, PayPal fields (with an exception of the Total field).
|
360 |
+
The formula of the conditional fields is the following:
|
361 |
+
For the main condition:
|
362 |
+
Show/Hide+Field 1+if any/all+of the following match
|
363 |
+
For the case(s):
|
364 |
+
Field 2+ is/ is not+Value, e.g.
|
365 |
+
Hide State if all of the following match
|
366 |
+
Country is not United States.
|
367 |
+
|
368 |
+
3.7 Form Layout
|
369 |
+
Here you can customize the layout of the form fields unchecking the Auto-Generate Layout checkbox and edit the HTML. The sample and more details for this option can be found in the back end of the plugin.
|
370 |
|
371 |
= Step 4: Description of the form fields =
|
372 |
|