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

Version Description

Download this release

Release Info

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

Code changes from version 1.6.1 to 1.6.2

Files changed (3) hide show
  1. Form_Maker.php +1 -1
  2. form_maker_functions.html.php +1 -1
  3. readme.txt +72 -72
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.6.1
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.6.2
7
  Author: http://web-dorado.com/
8
  License: GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
9
  */
form_maker_functions.html.php CHANGED
@@ -1111,7 +1111,7 @@ function html_display_form_lists($rows, $pageNav, $sort, $old_version, $can_upda
1111
  }
1112
  }
1113
  $serch_fields = '
1114
- <div class="alignleft actions" style="width:180px;">
1115
  <label for="search_events_by_title" style="font-size:14px">Title: </label>
1116
  <input type="text" name="search_events_by_title" value="' . $serch_value . '" id="search_events_by_title" onchange="clear_serch_texts()">
1117
  </div>
1111
  }
1112
  }
1113
  $serch_fields = '
1114
+ <div class="alignleft actions" style="width:220px;">
1115
  <label for="search_events_by_title" style="font-size:14px">Title: </label>
1116
  <input type="text" name="search_events_by_title" value="' . $serch_value . '" id="search_events_by_title" onchange="clear_serch_texts()">
1117
  </div>
readme.txt CHANGED
@@ -3,8 +3,8 @@ Contributors: webdorado
3
  Donate link: http://web-dorado.com/products/wordpress-form.html
4
  Tags: form, forms, contact form, contact forms, form plugin, forms plugin, forms plugin, form builder, form manager, multiple forms, custom form, form maker, form with recaptcha, form with google map, feedback form, feedback forms, contact us, paypal form
5
  Requires at least: 3.0
6
- Tested up to: 3.7.1
7
- Stable tag: 1.6.1
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -316,8 +316,8 @@ Form comes with the following Form Options:
316
 
317
  3.2 Text Input: At first choose the Field Type of the form according to your preference. There are several options:
318
  - Simple Text: This can be used for typing some text. It has several attributes:
319
- Field ID: Each field has a unique ID, which is not editable. You can use this ID to access this field from the JavaScript code.
320
- Field Name: Each field has a unique Name, which is not editable. You can use this ID to acces this field from the JavaScript code.
321
  Field Label: Type the name of the field of the form.
322
  Field Label Position: Field label of the form can be set in two positions on the form: on the top of the form and on the left of the form
323
  Field Size: Type the size of the field of the form in pixels.
@@ -327,8 +327,8 @@ Required: The field of the form can be set as required for the submission on th
327
  Additional Attributes: You can use this option of the form to customize the specific properties for the field of the form.
328
 
329
  Password: This field of the form can be used for adding a password field to your form. It has several attributes:
330
- Field ID: Each field has a unique ID, which is not editable. You can use this ID to access this field from the JavaScript code.
331
- Field Name: Each field has a unique Name, which is not editable. You can use this ID to acces this field from the JavaScript code.
332
  Field Label: Type the name of the field of the form.
333
  Field Label Position: Field label of the form can be set in two positions on the form: top and left
334
  Field Size: Type the size of the field of the form in pixels.
@@ -338,8 +338,8 @@ Required: The field of the form can be set as required for the submission on th
338
  Additional Attributes: You can use this option of the form to customize the specific properties for the field of the form.
339
 
340
  Text Area: This field of the contact form can be used for typing some text. The difference between Text Area and Simple Text of the contact form is that Simple Text has only one row while Text Area can have several rows. It has several attributes:
341
- Field ID: Each field has a unique ID, which is not editable. You can use this ID to access this field from the JavaScript code.
342
- Field Name: Each field has a unique Name, which is not editable. You can use this ID to acces this field from the JavaScript code.
343
  Field Label: Type the name of the field of the form.
344
  Field Label Position: Field label of the form can be set in two positions on the form: on the top of the form and on the left of the form
345
  Field Size: Type the size of the field of the form in pixels.
@@ -349,19 +349,19 @@ Required: The field of the form can be set as required for the submission on th
349
  Additional Attributes: You can use this form option to customize the specific properties for the field of the form.
350
 
351
  Name: This can be used for typing a name in the form. Default field labels can be edited clicking on the field label and typing in a custom label. It has several attributes:
352
- Field ID: Each field has a unique ID, which is not editable. You can use this ID to access this field from the JavaScript code.
353
- Field Name: Each field has a unique Name, which is not editable. You can use this ID to acces this field from the JavaScript code.
354
  Field Label: Type the name of the field of the form.
355
  Field Label Position: Field label of the form can be set in two positions on the form: on the top of the form and on the left of the form
356
  Field Size: Type the size of the field of the form in pixels.
357
  Value If Empty: The text typed here will be displayed in the corresponding field of the form and disappear when the user of the form enters the information.
358
  Class Name : You can define new CSS classes for the form in the Edit CSS page and use those classes here to design the form more properly.
359
- Required: The field of the form can be set as required for the submission on th form by this checkbox.
360
  Additional Attributes: You can use this form option to customize the specific properties for the field of the form.
361
 
362
  Address: This field can be used for adding an address to form. Default field labels can be edited clicking on the field label and typing in a custom label. It has several attributes:
363
- Field ID: Each field has a unique ID, which is not editable. You can use this ID to access this field from the JavaScript code.
364
- Field Name: Each field has a unique Name, which is not editable. You can use this ID to acces this field from the JavaScript code.
365
  Field Label: Type the name of the field of the form.
366
  Field Label Position: Field label of the form can be set in two positions on the form: on the top of the form and on the left of the form
367
  Field Size: Type the size of the field of the form in pixels.
@@ -373,8 +373,8 @@ Required: The field of the form can be set as required for the submission on th
373
  Additional Attributes: You can use this form option to customize the specific properties for the field of the form.
374
 
375
  Address (Mark on Map):This filed can be used for adding an address to form by directly marking it on the map. It has several attributes:
376
- Field ID: Each field has a unique ID, which is not editable. You can use this ID to access this field from the JavaScript code.
377
- Field Name: Each field has a unique Name, which is not editable. You can use this ID to acces this field from the JavaScript code.
378
  Field Label: Type the name of the field of the form.
379
  Field Label Position: Field label of the form can be set in two positions on the form: on the top of the form and on the left of the form
380
  Field Size: Type the size of the field of the form in pixels.
@@ -385,8 +385,8 @@ Required: The field of the form can be set as required for the submission on th
385
  Additional Attributes: You can use this form option to customize the specific properties for the field of the form.
386
 
387
  E-mail: This form field can be used for typing the submitter's e-mail. The submitted e-mail validation is checked. It has several attributes:
388
- Field ID: Each field has a unique ID, which is not editable. You can use this ID to access this field from the JavaScript code.
389
- Field Name: Each field has a unique Name, which is not editable. You can use this ID to acces this field from the JavaScript code.
390
  Field Label: Type the name of the field of the form.
391
  Field Label Position: Field label of the form can be set in two positions on the form: on the top of the form and on the left of the form
392
  Field Size: Type the size of the field of the form in pixels.
@@ -396,9 +396,9 @@ Send mail to the submitter: The submitted in formation of the form will be sent
396
  Required: The field of the form can be set as required for the submission on the form by this checkbox.
397
  Additional Attributes: You can use this form option to customize the specific properties for the field of the form.
398
 
399
- Number: This field can be used to provide numbers for different purposes (e.g. serial number). It has several attributes:
400
- Field ID: Each field has a unique ID, which is not editable. You can use this ID to access this field from the JavaScript code.
401
- Field Name: Each field has a unique Name, which is not editable. You can use this ID to acces this field from the JavaScript code.
402
  Field Label: Type the name of the field of the form.
403
  Field Label Position: Field label of the form can be set in two positions on the form: on the top of the form and on the left of the form
404
  Field Size: Type the size of the field of the form in pixels.
@@ -408,9 +408,9 @@ Send mail to the submitter: The submitted in formation of the form will be sent
408
  Required: The field of the form can be set as required for the submission on the form by this checkbox.
409
  Additional Attributes: You can use this form option to customize the specific properties for the field of the form.
410
 
411
- Phone: This field can be used to provide a phone number. Default field labels can be edited clicking on the label and typing in a custom label. It has several attributes:
412
- Field ID: Each field has a unique ID, which is not editable. You can use this ID to access this field from the JavaScript code.
413
- Field Name: Each field has a unique Name, which is not editable. You can use this ID to acces this field from the JavaScript code.
414
  Field Label: Type the name of the field of the form.
415
  Field Label Position: Field label of the form can be set in two positions on the form: on the top of the form and on the left of the form
416
  Field Size: Type the size of the field of the form in pixels.
@@ -421,8 +421,8 @@ Required: The field of the form can be set as required for the submission on th
421
  Additional Attributes: You can use this form option to customize the specific properties for the field of the form.
422
 
423
  Hidden Field: This field of the form can be used to store additional in formation that does not need to be displayed on the form.
424
- Field ID: Each field has a unique ID, which is not editable. You can use this ID to access this field from the JavaScript code.
425
- Field Name: Each field has a unique Name, which is not editable. You can use this ID to acces this field from the JavaScript code.
426
  Field Label: Type the name of the field of the form.
427
  Field Label Position: Field label of the form can be set in two positions on the form: on the top of the form and on the left of the form
428
  Field Size: Type the size of the field of the form in pixels.
@@ -434,8 +434,8 @@ Required: The field of the form can be set as required for the submission on th
434
 
435
  3.3 Time and Date: At first choose the form Field Type according to your preference. There are several options:
436
  Date (single field with a picker): This field of the form can be used for typing a date or choosing by the picker. It has several attributes:
437
- Field ID: Each field has a unique ID, which is not editable. You can use this ID to access this field from the JavaScript code.
438
- Field Name: Each field has a unique Name, which is not editable. You can use this ID to acces this field from the JavaScript code.
439
  Field Label: Type the name of the field of the form.
440
  Field Label Position: Field label of the form can be set in two positions on the form: on the top of the form and on the left of the form
441
  Date format: Here you can define the date format for the date picker of the form.
@@ -444,16 +444,16 @@ Class Name : You can define new CSS classes for the form in the Edit CSS page an
444
  Required: The field of the form can be set as required for the submission on the form by this checkbox.
445
  Additional Attributes: You can use this option of the form to customize the specific properties for the field of the form.
446
  Date (3 separate fields): This field of the form can be used for typing a date in 3 field format(day, month, year). Default field labels can be edited clicking on the label and typing in a custom label. Each of the 3 form fields can be set as text input or select list. Each of the 3 form fields has the attributes Field Size and Field Label. For year field the select list interval can be defined. These 3 form fields can be separated in the format set by the fields separator attribute. The field has several attributes:
447
- Field ID: Each field has a unique ID, which is not editable. You can use this ID to access this field from the JavaScript code.
448
- Field Name: Each field has a unique Name, which is not editable. You can use this ID to acces this field from the JavaScript code.
449
  Field Label: Type the name of the field of the form.
450
  Field Label Position: Field label of the form can be set in two positions on the form: on the top of the form and on the left of the form
451
  Class Name : You can define new CSS classes for the form in the Edit CSS page and use those classes here to design the form more properly.
452
  Required: The field of the form can be set as required for the submission on the form by this checkbox.
453
  Additional Attributes: You can use this option of the form to customize the specific properties for the field of the form.
454
  Time: This field of the form can be used for typing a time. Default field labels can be edited clicking on the field label and typing in a custom label. Time can be shown in 24 hour or 12 hour formats by setting the time format attribute. The seconds preview can be enabled/disabled by setting the Display Seconds attribute. The field of the form has several standard attributes:
455
- Field ID: Each field has a unique ID, which is not editable. You can use this ID to access this field from the JavaScript code.
456
- Field Name: Each field has a unique Name, which is not editable. You can use this ID to acces this field from the JavaScript code.
457
  Field Label: Type the name of the field of the form.
458
  Field Label Position: Field label of the form can be set in two positions on the form: on the top of the form and on the left of the form
459
  Class Name : You can define new CSS classes for the form in the Edit CSS page and use those classes here to design the form more properly.
@@ -462,8 +462,8 @@ Additional Attributes: You can use this option of the form to customize the spec
462
 
463
  3.4 Select: At first choose the form Field Type according to your preference. There are several options:
464
  Custom select: This field of the form can be used for selecting the values from a list. The list can be defined by Options attribute. You can easily add and remove list items. The checked items are considered as empty values. The form field has several attributes:
465
- Field ID: Each field has a unique ID, which is not editable. You can use this ID to access this field from the JavaScript code.
466
- Field Name: Each field has a unique Name, which is not editable. You can use this ID to acces this field from the JavaScript code.
467
  Field Label: Type the name of the field of the form.
468
  Field Label Position: Field label of the form can be set in two positions on the form: on the top of the form and on the left of the form
469
  Field Size: Type the size of the field of the form in pixels.
@@ -471,8 +471,8 @@ Class Name : You can define new CSS classes for the form in the Edit CSS page an
471
  Required: The field of the form can be set as required for the submission on the form by this checkbox.
472
  Additional Attributes: You can use this option of the form to customize the specific properties for the field of the form.
473
  Country list: This field of the form can be used for selecting a country from a list. It has several attributes:
474
- Field ID: Each field has a unique ID, which is not editable. You can use this ID to access this field from the JavaScript code.
475
- Field Name: Each field has a unique Name, which is not editable. You can use this ID to acces this field from the JavaScript code.
476
  Field Label: Type the name of the field of the form.
477
  Field Label Position: Field label of the form can be set in two positions on the form: on the top of the form and on the left of the form
478
  Field Size: Type the size of the field of the form in pixels.
@@ -480,8 +480,8 @@ Class Name : You can define new CSS classes for the form in the Edit CSS page an
480
  Required: The field of the form can be set as required for the submission on the form by this checkbox.
481
  Additional Attributes: You can use this option of the form to customize the specific properties for the field of the form.
482
  3.5 Checkbox: This field of the form can be used for selecting the values from a list of checkboxes. The list can be defined by Options attribute. You can easily add and remove list items. The list can be displayed in horizontal/vertical positions by setting the Relative Position attribute. You can use Rows/Columns field if you want the options to be displayed in a row/column (depending on the positioning choice). The number of rows/columns should be specified. The field of the form has several attributes:
483
- Field ID: Each field has a unique ID, which is not editable. You can use this ID to access this field from the JavaScript code.
484
- Field Name: Each field has a unique Name, which is not editable. You can use this ID to acces this field from the JavaScript code.
485
  Field Label: Type the name of the field of the form.
486
  Field Label Position: Field label of the form can be set in two positions on the form: on the top of the form and on the left of the form
487
  Field Size: Type the size of the field of the form in pixels.
@@ -489,9 +489,9 @@ Class Name : You can define new CSS classes for the form in the Edit CSS page an
489
  Required: The field of the form can be set as required for the submission on the form by this checkbox.
490
  Additional Attributes: You can use this option of the form to customize the specific properties for the field of the form.
491
 
492
- 3.6 Radio:This field of the form can be used for selecting the values from a list of radio buttons. The list can be defined by Options attribute. You can easily add and remove list items. The list can be displayed in horizontal/vertical in the form positions by setting the Relative Position attribute. You can use Rows/Columns field if you want the options to be displayed in a row/column (depending on the positioning choice). The number of rows/columns should be specified. The field of the form has several attributes:
493
- Field ID: Each field has a unique ID, which is not editable. You can use this ID to access this field from the JavaScript code.
494
- Field Name: Each field has a unique Name, which is not editable. You can use this ID to acces this field from the JavaScript code.
495
  Field Label: Type the name of the field of the form.
496
  Field Label Position: Field label of the form can be set in two positions on the form: on the top of the form and on the left of the form
497
  Field Size: Type the size of the field of the form in pixels.
@@ -501,8 +501,8 @@ Required: The field of the form can be set as required for the submission on th
501
 
502
 
503
  3.7 Captcha: This field of the form can be used for the ensuring that the submission is generated by a person. The number of randomly generated symbols can be set by the value of Captcha size attribute. The field of the form has several attributes:
504
- Field ID: Each field has a unique ID, which is not editable. You can use this ID to access this field from the JavaScript code.
505
- Field Name: Each field has a unique Name, which is not editable. You can use this ID to acces this field from the JavaScript code.
506
  Field Label: Type the name of the field of the form.
507
  Field Label Position: Field label of the form can be set in two positions on the form: on the top of the form and on the left of the form
508
  Class Name : You can define new CSS classes for the form in the Edit CSS page and use those classes here to design the form more properly.
@@ -512,8 +512,8 @@ Required: The field of the form can be set as required for the submission on th
512
 
513
 
514
  Recaptcha: This is an alternative option for Captcha that uses Public and Private Keys for creating a form. You will need to create reCaptcha keys with the help of a dedicated tool for Form Maker.
515
- Field ID: Each field has a unique ID, which is not editable. You can use this ID to access this field from the JavaScript code.
516
- Field Name: Each field has a unique Name, which is not editable. You can use this ID to acces this field from the JavaScript code.
517
  Field Label: Type the name of the field of the form.
518
  Field Label Position: Field label of the form can be set in two positions on the form: on the top of the form and on the left of the form
519
  Class Name : You can define new CSS classes for the form in the Edit CSS page and use those classes here to design the form more properly.
@@ -521,8 +521,8 @@ Required: The field of the form can be set as required for the submission on th
521
  Additional Attributes: You can use this option of the form to customize the specific properties for the field of the form.
522
 
523
  3.8 Page Break of a form: This can be used to break the form into distinct pages. Use Page Title of a form to provide a title for the given page. Furthermore, the following parameters of the “Next” and “Previous” navigation buttons can be customized for the Form Maker. The field of the form has several attributes:
524
- Field ID: Each field has a unique ID, which is not editable. You can use this ID to access this field from the JavaScript code.
525
- Field Name: Each field has a unique Name, which is not editable. You can use this ID to acces this field from the JavaScript code.
526
  Field Label: Type the name of the field of the form.
527
  Field Label Position: Field label of the form can be set in two positions on the form: on the top of the form and on the left of the form
528
  Field Size: Type the size of the field of the form in pixels.
@@ -531,8 +531,8 @@ Required: The field of the form can be set as required for the submission on th
531
  Additional Attributes: You can use this option of the form to customize the specific properties for the field of the form.
532
 
533
  3.9 Section Break: This option allows adding a section break to the form page. The field of the form has several attributes:
534
- Field ID: Each field has a unique ID, which is not editable. You can use this ID to access this field from the JavaScript code.
535
- Field Name: Each field has a unique Name, which is not editable. You can use this ID to acces this field from the JavaScript code.
536
  Field Label: Type the name of the field of the form.
537
  Field Label Position: Field label of the form can be set in two positions on the form: on the top of the form and on the left of the form
538
  Field Size: Type the size of the field of the form in pixels.
@@ -544,8 +544,8 @@ Required: The field of the form can be set as required for the submission on th
544
  3.10 Survey Tools: Choose the Field Type according to your preferences. There are several options:
545
 
546
  - Star Rating. This field can be used for inserting star rating field in the form. Type the name of the field to be displayed with the rating system. The field has several attributes:
547
- Field Label position: Define the positioning of the rating system.
548
- Star Amount: Define the number of stars to be used for the rating.
549
  Star Color: Choose the color of the stars from available four options.
550
  Class Name: You can define new CSS classes for the form in the Edit CSS page and use those classes here to design the form more properly.
551
  Required: Check the box to make the rating a required field.
@@ -555,63 +555,63 @@ Additional Attributes: You can use this option of the form to customize the spe
555
  Field Label position: Define the positioning of the rating system.
556
  Scale Amount: Define the length of the scale to be used for the rating.
557
  Class Name: You can define new CSS classes for the form in the Edit CSS page and use those classes here to design the form more properly.
558
- Required: Check the box to make the rating a required field.
559
  Additional Attributes: You can use this option of the form to customize the specific properties for the field of the form.
560
 
561
  - Spinner. This field can be used for inserting spinner as a rating system in the form. Type the name of the field to be displayed with the rating system. The field has several attributes:
562
- Field ID: Each field has a unique ID, which is not editable. You can use this ID to access this field from the JavaScript code.
563
- Field Name: Each field has a unique Name, which is not editable. You can use this ID to acces this field from the JavaScript code.
564
  Field Label: Type the name of the field of the form.
565
  Field Label position: Define the positioning of the rating system.
566
- Width: Define the width of the spinner field.
567
- Min Value: Define the minimal value for rating.
568
- Max Value: Define the maximal value for rating.
569
  Class Name: You can define new CSS classes for the form in the Edit CSS page and use those classes here to design the form more properly.
570
  Required: Check the box to make the rating a required field.
571
  Additional Attributes: You can use this option of the form to customize the specific properties for the field of the form.
572
 
573
  - Slider. This field can be used for inserting slider as a rating system in the form. Type the name of the field to be displayed with the rating system. The field has several attributes:
574
- Field ID: Each field has a unique ID, which is not editable. You can use this ID to access this field from the JavaScript code.
575
- Field Name: Each field has a unique Name, which is not editable. You can use this ID to acces this field from the JavaScript code.
576
  Field Label: Type the name of the field of the form.
577
  Field Label position: Define the positioning of the rating system.
578
- Width: Define the width of the slider field.
579
  Min Value: Define the minimal value for rating.
580
  Max Value: Define the maximal value for rating.
581
  Class Name: You can define new CSS classes for the form in the Edit CSS page and use those classes here to design the form more properly.
582
- Required: Check the box to make the rating a required field.
583
  Additional Attributes: You can use this option of the form to customize the specific properties for the field of the form.
584
 
585
  - Range. This field can be used for inserting range system in the form. Type the name of the field to be displayed with the range system. The field has several attributes:
586
- Field ID: Each field has a unique ID, which is not editable. You can use this ID to access this field from the JavaScript code.
587
- Field Name: Each field has a unique Name, which is not editable. You can use this ID to acces this field from the JavaScript code.
588
  Field Label: Type the name of the field of the form.
589
  Field Label position: Define the positioning of the rating system.
590
- Width: Define the width of the slider field.
591
- Step: Define the number differing follow up values.
592
  Class Name: You can define new CSS classes for the form in the Edit CSS page and use those classes here to design the form more properly.
593
  Required: Check the box to make the rating a required field.
594
  Additional Attributes: You can use this option of the form to customize the specific properties for the field of the form.
595
 
596
  - Grading. This field can be used for inserting grading system in the form. Type the name of the field to be displayed with the grading system. The field has several attributes:
597
- Field ID: Each field has a unique ID, which is not editable. You can use this ID to access this field from the JavaScript code.
598
- Field Name: Each field has a unique Name, which is not editable. You can use this ID to acces this field from the JavaScript code.
599
  Field Label: Type the name of the field of the form.
600
  Field Label position: Define the positioning of the rating system.
601
  Total: Defines the maximal cumulative amount for the grades.
602
  Items: Define the item names to be graded.
603
  Class Name: You can define new CSS classes for the form in the Edit CSS page and use those classes here to design the form more properly.
604
- Required: Check the box to make the rating a required field.
605
  Additional Attributes: You can use this option of the form to customize the specific properties for the field of the form.
606
 
607
- - Matrix.This field can be used for inserting a matrix in the form. Type the name of the field to be displayed with the matrix. The field has several attributes:
608
  Field Label: Type the name of the field of the form.
609
  Field Label position: Define the positioning of the rating system.
610
  Input Type: Choose input option from provided 4 options.
611
- Rows: Define the names for the row items.
612
- Columns: Define the names for the column items.
613
  Class Name: You can define new CSS classes for the form in the Edit CSS page and use those classes here to design the form more properly.
614
- Required: Check the box to make the rating a required field.
615
  Additional Attributes: You can use this option of the form to customize the specific properties for the field of the form.
616
 
617
 
@@ -621,7 +621,7 @@ Additional Attributes: You can use this option of the form to customize the spe
621
  Class Name: You can define new CSS classes for the form in the Edit CSS page and use those classes here to design the form more properly.
622
 
623
  Additional Attributes: You can use this option of the form to customize the specific properties for the field of the form. For example typing
624
- Custom: This field of the form can be used for inserting custom buttons into the form. Type the name of each button in button name field. You can define click functions for each button. The field of the form also has several attributes:
625
  Class Name: You can define new CSS classes in the Edit CSS page and use those classes here to design the form more properly.
626
 
627
  Additional Attributes: You can use this option of the form to customize the specific properties for the field of the form. For example typing
3
  Donate link: http://web-dorado.com/products/wordpress-form.html
4
  Tags: form, forms, contact form, contact forms, form plugin, forms plugin, forms plugin, form builder, form manager, multiple forms, custom form, form maker, form with recaptcha, form with google map, feedback form, feedback forms, contact us, paypal form
5
  Requires at least: 3.0
6
+ Tested up to: 3.8
7
+ Stable tag: 1.6.2
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
316
 
317
  3.2 Text Input: At first choose the Field Type of the form according to your preference. There are several options:
318
  - Simple Text: This can be used for typing some text. It has several attributes:
319
+ Field ID: Each field of the form has a unique ID, which is not editable. You can use this ID to access this field from the JavaScript code.
320
+ Field Name: Each field of the form has a unique Name, which is not editable. You can use this ID to acces this field from the JavaScript code.
321
  Field Label: Type the name of the field of the form.
322
  Field Label Position: Field label of the form can be set in two positions on the form: on the top of the form and on the left of the form
323
  Field Size: Type the size of the field of the form in pixels.
327
  Additional Attributes: You can use this option of the form to customize the specific properties for the field of the form.
328
 
329
  Password: This field of the form can be used for adding a password field to your form. It has several attributes:
330
+ Field ID: Each field of the form has a unique ID, which is not editable. You can use this ID to access this field from the JavaScript code.
331
+ Field Name: Each field of the form has a unique Name, which is not editable. You can use this ID to acces this field from the JavaScript code.
332
  Field Label: Type the name of the field of the form.
333
  Field Label Position: Field label of the form can be set in two positions on the form: top and left
334
  Field Size: Type the size of the field of the form in pixels.
338
  Additional Attributes: You can use this option of the form to customize the specific properties for the field of the form.
339
 
340
  Text Area: This field of the contact form can be used for typing some text. The difference between Text Area and Simple Text of the contact form is that Simple Text has only one row while Text Area can have several rows. It has several attributes:
341
+ Field ID: Each field of the form has a unique ID, which is not editable. You can use this ID to access this field from the JavaScript code.
342
+ Field Name: Each field of the form has a unique Name, which is not editable. You can use this ID to acces this field from the JavaScript code.
343
  Field Label: Type the name of the field of the form.
344
  Field Label Position: Field label of the form can be set in two positions on the form: on the top of the form and on the left of the form
345
  Field Size: Type the size of the field of the form in pixels.
349
  Additional Attributes: You can use this form option to customize the specific properties for the field of the form.
350
 
351
  Name: This can be used for typing a name in the form. Default field labels can be edited clicking on the field label and typing in a custom label. It has several attributes:
352
+ Field ID: Each field of the form has a unique ID, which is not editable. You can use this ID to access this field from the JavaScript code.
353
+ Field Name: Each field of the form has a unique Name, which is not editable. You can use this ID to acces this field from the JavaScript code.
354
  Field Label: Type the name of the field of the form.
355
  Field Label Position: Field label of the form can be set in two positions on the form: on the top of the form and on the left of the form
356
  Field Size: Type the size of the field of the form in pixels.
357
  Value If Empty: The text typed here will be displayed in the corresponding field of the form and disappear when the user of the form enters the information.
358
  Class Name : You can define new CSS classes for the form in the Edit CSS page and use those classes here to design the form more properly.
359
+ Required: The field of the form can be set as required for the submission on the form by this checkbox.
360
  Additional Attributes: You can use this form option to customize the specific properties for the field of the form.
361
 
362
  Address: This field can be used for adding an address to form. Default field labels can be edited clicking on the field label and typing in a custom label. It has several attributes:
363
+ Field ID: Each field of the form has a unique ID, which is not editable. You can use this ID to access this field from the JavaScript code.
364
+ Field Name: Each field of the form has a unique Name, which is not editable. You can use this ID to acces this field from the JavaScript code.
365
  Field Label: Type the name of the field of the form.
366
  Field Label Position: Field label of the form can be set in two positions on the form: on the top of the form and on the left of the form
367
  Field Size: Type the size of the field of the form in pixels.
373
  Additional Attributes: You can use this form option to customize the specific properties for the field of the form.
374
 
375
  Address (Mark on Map):This filed can be used for adding an address to form by directly marking it on the map. It has several attributes:
376
+ Field ID: Each field of the form has a unique ID, which is not editable. You can use this ID to access this field from the JavaScript code.
377
+ Field Name: Each field of the form has a unique Name, which is not editable. You can use this ID to acces this field from the JavaScript code.
378
  Field Label: Type the name of the field of the form.
379
  Field Label Position: Field label of the form can be set in two positions on the form: on the top of the form and on the left of the form
380
  Field Size: Type the size of the field of the form in pixels.
385
  Additional Attributes: You can use this form option to customize the specific properties for the field of the form.
386
 
387
  E-mail: This form field can be used for typing the submitter's e-mail. The submitted e-mail validation is checked. It has several attributes:
388
+ Field ID: Each field of the form has a unique ID, which is not editable. You can use this ID to access this field from the JavaScript code.
389
+ Field Name: Each field of the form has a unique Name, which is not editable. You can use this ID to acces this field from the JavaScript code.
390
  Field Label: Type the name of the field of the form.
391
  Field Label Position: Field label of the form can be set in two positions on the form: on the top of the form and on the left of the form
392
  Field Size: Type the size of the field of the form in pixels.
396
  Required: The field of the form can be set as required for the submission on the form by this checkbox.
397
  Additional Attributes: You can use this form option to customize the specific properties for the field of the form.
398
 
399
+ Number: This field of the form can be used to provide numbers for different purposes (e.g. serial number). It has several attributes:
400
+ Field ID: Each field of the form has a unique ID, which is not editable. You can use this ID to access this field from the JavaScript code.
401
+ Field Name: Each field of the form has a unique Name, which is not editable. You can use this ID to acces this field from the JavaScript code.
402
  Field Label: Type the name of the field of the form.
403
  Field Label Position: Field label of the form can be set in two positions on the form: on the top of the form and on the left of the form
404
  Field Size: Type the size of the field of the form in pixels.
408
  Required: The field of the form can be set as required for the submission on the form by this checkbox.
409
  Additional Attributes: You can use this form option to customize the specific properties for the field of the form.
410
 
411
+ Phone: This field can be used to provide a phone number in the form. Default field labels can be edited clicking on the label and typing in a custom label of the form. It has several attributes:
412
+ Field ID: Each field of the form has a unique ID, which is not editable. You can use this ID to access this field from the JavaScript code.
413
+ Field Name: Each field of the form has a unique Name, which is not editable. You can use this ID to acces this field from the JavaScript code.
414
  Field Label: Type the name of the field of the form.
415
  Field Label Position: Field label of the form can be set in two positions on the form: on the top of the form and on the left of the form
416
  Field Size: Type the size of the field of the form in pixels.
421
  Additional Attributes: You can use this form option to customize the specific properties for the field of the form.
422
 
423
  Hidden Field: This field of the form can be used to store additional in formation that does not need to be displayed on the form.
424
+ Field ID: Each field of the form has a unique ID, which is not editable. You can use this ID to access this field from the JavaScript code.
425
+ Field Name: Each field of the form has a unique Name, which is not editable. You can use this ID to acces this field from the JavaScript code.
426
  Field Label: Type the name of the field of the form.
427
  Field Label Position: Field label of the form can be set in two positions on the form: on the top of the form and on the left of the form
428
  Field Size: Type the size of the field of the form in pixels.
434
 
435
  3.3 Time and Date: At first choose the form Field Type according to your preference. There are several options:
436
  Date (single field with a picker): This field of the form can be used for typing a date or choosing by the picker. It has several attributes:
437
+ Field ID: Each field of the form has a unique ID, which is not editable. You can use this ID to access this field from the JavaScript code.
438
+ Field Name: Each field of the form has a unique Name, which is not editable. You can use this ID to acces this field from the JavaScript code.
439
  Field Label: Type the name of the field of the form.
440
  Field Label Position: Field label of the form can be set in two positions on the form: on the top of the form and on the left of the form
441
  Date format: Here you can define the date format for the date picker of the form.
444
  Required: The field of the form can be set as required for the submission on the form by this checkbox.
445
  Additional Attributes: You can use this option of the form to customize the specific properties for the field of the form.
446
  Date (3 separate fields): This field of the form can be used for typing a date in 3 field format(day, month, year). Default field labels can be edited clicking on the label and typing in a custom label. Each of the 3 form fields can be set as text input or select list. Each of the 3 form fields has the attributes Field Size and Field Label. For year field the select list interval can be defined. These 3 form fields can be separated in the format set by the fields separator attribute. The field has several attributes:
447
+ Field ID: Each field of the form has a unique ID, which is not editable. You can use this ID to access this field from the JavaScript code.
448
+ Field Name: Each field of the form has a unique Name, which is not editable. You can use this ID to acces this field from the JavaScript code.
449
  Field Label: Type the name of the field of the form.
450
  Field Label Position: Field label of the form can be set in two positions on the form: on the top of the form and on the left of the form
451
  Class Name : You can define new CSS classes for the form in the Edit CSS page and use those classes here to design the form more properly.
452
  Required: The field of the form can be set as required for the submission on the form by this checkbox.
453
  Additional Attributes: You can use this option of the form to customize the specific properties for the field of the form.
454
  Time: This field of the form can be used for typing a time. Default field labels can be edited clicking on the field label and typing in a custom label. Time can be shown in 24 hour or 12 hour formats by setting the time format attribute. The seconds preview can be enabled/disabled by setting the Display Seconds attribute. The field of the form has several standard attributes:
455
+ Field ID: Each field of the form has a unique ID, which is not editable. You can use this ID to access this field from the JavaScript code.
456
+ Field Name: Each field of the form has a unique Name, which is not editable. You can use this ID to acces this field from the JavaScript code.
457
  Field Label: Type the name of the field of the form.
458
  Field Label Position: Field label of the form can be set in two positions on the form: on the top of the form and on the left of the form
459
  Class Name : You can define new CSS classes for the form in the Edit CSS page and use those classes here to design the form more properly.
462
 
463
  3.4 Select: At first choose the form Field Type according to your preference. There are several options:
464
  Custom select: This field of the form can be used for selecting the values from a list. The list can be defined by Options attribute. You can easily add and remove list items. The checked items are considered as empty values. The form field has several attributes:
465
+ Field ID: Each field of the form has a unique ID, which is not editable. You can use this ID to access this field from the JavaScript code.
466
+ Field Name: Each field of the form has a unique Name, which is not editable. You can use this ID to acces this field from the JavaScript code.
467
  Field Label: Type the name of the field of the form.
468
  Field Label Position: Field label of the form can be set in two positions on the form: on the top of the form and on the left of the form
469
  Field Size: Type the size of the field of the form in pixels.
471
  Required: The field of the form can be set as required for the submission on the form by this checkbox.
472
  Additional Attributes: You can use this option of the form to customize the specific properties for the field of the form.
473
  Country list: This field of the form can be used for selecting a country from a list. It has several attributes:
474
+ Field ID: Each field of the form has a unique ID, which is not editable. You can use this ID to access this field from the JavaScript code.
475
+ Field Name: Each field of the form has a unique Name, which is not editable. You can use this ID to acces this field from the JavaScript code.
476
  Field Label: Type the name of the field of the form.
477
  Field Label Position: Field label of the form can be set in two positions on the form: on the top of the form and on the left of the form
478
  Field Size: Type the size of the field of the form in pixels.
480
  Required: The field of the form can be set as required for the submission on the form by this checkbox.
481
  Additional Attributes: You can use this option of the form to customize the specific properties for the field of the form.
482
  3.5 Checkbox: This field of the form can be used for selecting the values from a list of checkboxes. The list can be defined by Options attribute. You can easily add and remove list items. The list can be displayed in horizontal/vertical positions by setting the Relative Position attribute. You can use Rows/Columns field if you want the options to be displayed in a row/column (depending on the positioning choice). The number of rows/columns should be specified. The field of the form has several attributes:
483
+ Field ID: Each field of the form has a unique ID, which is not editable. You can use this ID to access this field from the JavaScript code.
484
+ Field Name: Each field of the form has a unique Name, which is not editable. You can use this ID to acces this field from the JavaScript code.
485
  Field Label: Type the name of the field of the form.
486
  Field Label Position: Field label of the form can be set in two positions on the form: on the top of the form and on the left of the form
487
  Field Size: Type the size of the field of the form in pixels.
489
  Required: The field of the form can be set as required for the submission on the form by this checkbox.
490
  Additional Attributes: You can use this option of the form to customize the specific properties for the field of the form.
491
 
492
+ 3.6 Radio:This field of the form can be used for selecting the values from a list of radio buttons. The list can be defined by Options attribute. You can easily add and remove list items. The list can be displayed in horizontal/vertical in the form positions by setting the Relative Position attribute. You can use Rows/Columns field if you want the options to be displayed in a row/column (depending on the positioning choice). The number of rows/columns should be specified. The field of the form has several attributes:
493
+ Field ID: Each field of the form has a unique ID, which is not editable. You can use this ID to access this field from the JavaScript code.
494
+ Field Name: Each field of the form has a unique Name, which is not editable. You can use this ID to acces this field from the JavaScript code.
495
  Field Label: Type the name of the field of the form.
496
  Field Label Position: Field label of the form can be set in two positions on the form: on the top of the form and on the left of the form
497
  Field Size: Type the size of the field of the form in pixels.
501
 
502
 
503
  3.7 Captcha: This field of the form can be used for the ensuring that the submission is generated by a person. The number of randomly generated symbols can be set by the value of Captcha size attribute. The field of the form has several attributes:
504
+ Field ID: Each field of the form has a unique ID, which is not editable. You can use this ID to access this field from the JavaScript code.
505
+ Field Name: Each field of the form has a unique Name, which is not editable. You can use this ID to acces this field from the JavaScript code.
506
  Field Label: Type the name of the field of the form.
507
  Field Label Position: Field label of the form can be set in two positions on the form: on the top of the form and on the left of the form
508
  Class Name : You can define new CSS classes for the form in the Edit CSS page and use those classes here to design the form more properly.
512
 
513
 
514
  Recaptcha: This is an alternative option for Captcha that uses Public and Private Keys for creating a form. You will need to create reCaptcha keys with the help of a dedicated tool for Form Maker.
515
+ Field ID: Each field of the form has a unique ID, which is not editable. You can use this ID to access this field from the JavaScript code.
516
+ Field Name: Each field of the form has a unique Name, which is not editable. You can use this ID to acces this field from the JavaScript code.
517
  Field Label: Type the name of the field of the form.
518
  Field Label Position: Field label of the form can be set in two positions on the form: on the top of the form and on the left of the form
519
  Class Name : You can define new CSS classes for the form in the Edit CSS page and use those classes here to design the form more properly.
521
  Additional Attributes: You can use this option of the form to customize the specific properties for the field of the form.
522
 
523
  3.8 Page Break of a form: This can be used to break the form into distinct pages. Use Page Title of a form to provide a title for the given page. Furthermore, the following parameters of the “Next” and “Previous” navigation buttons can be customized for the Form Maker. The field of the form has several attributes:
524
+ Field ID: Each field of the form has a unique ID, which is not editable. You can use this ID to access this field from the JavaScript code.
525
+ Field Name: Each field of the form has a unique Name, which is not editable. You can use this ID to acces this field from the JavaScript code.
526
  Field Label: Type the name of the field of the form.
527
  Field Label Position: Field label of the form can be set in two positions on the form: on the top of the form and on the left of the form
528
  Field Size: Type the size of the field of the form in pixels.
531
  Additional Attributes: You can use this option of the form to customize the specific properties for the field of the form.
532
 
533
  3.9 Section Break: This option allows adding a section break to the form page. The field of the form has several attributes:
534
+ Field ID: Each field of the form has a unique ID, which is not editable. You can use this ID to access this field from the JavaScript code.
535
+ Field Name: Each field of the form has a unique Name, which is not editable. You can use this ID to acces this field from the JavaScript code.
536
  Field Label: Type the name of the field of the form.
537
  Field Label Position: Field label of the form can be set in two positions on the form: on the top of the form and on the left of the form
538
  Field Size: Type the size of the field of the form in pixels.
544
  3.10 Survey Tools: Choose the Field Type according to your preferences. There are several options:
545
 
546
  - Star Rating. This field can be used for inserting star rating field in the form. Type the name of the field to be displayed with the rating system. The field has several attributes:
547
+ Field Label position: Define the positioning of the rating system of the form.
548
+ Star Amount: Define the number of stars to be used for the rating in the form.
549
  Star Color: Choose the color of the stars from available four options.
550
  Class Name: You can define new CSS classes for the form in the Edit CSS page and use those classes here to design the form more properly.
551
  Required: Check the box to make the rating a required field.
555
  Field Label position: Define the positioning of the rating system.
556
  Scale Amount: Define the length of the scale to be used for the rating.
557
  Class Name: You can define new CSS classes for the form in the Edit CSS page and use those classes here to design the form more properly.
558
+ Required: Check the box to make the rating a required field of the form.
559
  Additional Attributes: You can use this option of the form to customize the specific properties for the field of the form.
560
 
561
  - Spinner. This field can be used for inserting spinner as a rating system in the form. Type the name of the field to be displayed with the rating system. The field has several attributes:
562
+ Field ID: Each field of the form has a unique ID, which is not editable. You can use this ID to access this field from the JavaScript code.
563
+ Field Name: Each field of the form has a unique Name, which is not editable. You can use this ID to acces this field from the JavaScript code.
564
  Field Label: Type the name of the field of the form.
565
  Field Label position: Define the positioning of the rating system.
566
+ Width: Define the width of the spinner field of the form.
567
+ Min Value: Define the minimal value for rating in the form.
568
+ Max Value: Define the maximal value for rating in the form.
569
  Class Name: You can define new CSS classes for the form in the Edit CSS page and use those classes here to design the form more properly.
570
  Required: Check the box to make the rating a required field.
571
  Additional Attributes: You can use this option of the form to customize the specific properties for the field of the form.
572
 
573
  - Slider. This field can be used for inserting slider as a rating system in the form. Type the name of the field to be displayed with the rating system. The field has several attributes:
574
+ Field ID: Each field of the form has a unique ID, which is not editable. You can use this ID to access this field from the JavaScript code.
575
+ Field Name: Each field of the form has a unique Name, which is not editable. You can use this ID to acces this field from the JavaScript code.
576
  Field Label: Type the name of the field of the form.
577
  Field Label position: Define the positioning of the rating system.
578
+ Width: Define the width of the slider field of the form.
579
  Min Value: Define the minimal value for rating.
580
  Max Value: Define the maximal value for rating.
581
  Class Name: You can define new CSS classes for the form in the Edit CSS page and use those classes here to design the form more properly.
582
+ Required: Check the box to make the rating a required field of the form.
583
  Additional Attributes: You can use this option of the form to customize the specific properties for the field of the form.
584
 
585
  - Range. This field can be used for inserting range system in the form. Type the name of the field to be displayed with the range system. The field has several attributes:
586
+ Field ID: Each field of the form has a unique ID, which is not editable. You can use this ID to access this field from the JavaScript code.
587
+ Field Name: Each field of the form has a unique Name, which is not editable. You can use this ID to acces this field from the JavaScript code.
588
  Field Label: Type the name of the field of the form.
589
  Field Label position: Define the positioning of the rating system.
590
+ Width: Define the width of the slider field of the form.
591
+ Step: Define the number differing follow up values of the form.
592
  Class Name: You can define new CSS classes for the form in the Edit CSS page and use those classes here to design the form more properly.
593
  Required: Check the box to make the rating a required field.
594
  Additional Attributes: You can use this option of the form to customize the specific properties for the field of the form.
595
 
596
  - Grading. This field can be used for inserting grading system in the form. Type the name of the field to be displayed with the grading system. The field has several attributes:
597
+ Field ID: Each field of the form has a unique ID, which is not editable. You can use this ID to access this field from the JavaScript code.
598
+ Field Name: Each field of the form has a unique Name, which is not editable. You can use this ID to acces this field from the JavaScript code.
599
  Field Label: Type the name of the field of the form.
600
  Field Label position: Define the positioning of the rating system.
601
  Total: Defines the maximal cumulative amount for the grades.
602
  Items: Define the item names to be graded.
603
  Class Name: You can define new CSS classes for the form in the Edit CSS page and use those classes here to design the form more properly.
604
+ Required: Check the box to make the rating a required field of the form.
605
  Additional Attributes: You can use this option of the form to customize the specific properties for the field of the form.
606
 
607
+ - Matrix.This field of the form can be used for inserting a matrix in the form. Type the name of the field to be displayed with the matrix. The field has several attributes:
608
  Field Label: Type the name of the field of the form.
609
  Field Label position: Define the positioning of the rating system.
610
  Input Type: Choose input option from provided 4 options.
611
+ Rows: Define the names for the row items of the form.
612
+ Columns: Define the names for the column items of the form.
613
  Class Name: You can define new CSS classes for the form in the Edit CSS page and use those classes here to design the form more properly.
614
+ Required: Check the box to make the rating a required field of the form.
615
  Additional Attributes: You can use this option of the form to customize the specific properties for the field of the form.
616
 
617
 
621
  Class Name: You can define new CSS classes for the form in the Edit CSS page and use those classes here to design the form more properly.
622
 
623
  Additional Attributes: You can use this option of the form to customize the specific properties for the field of the form. For example typing
624
+ Custom: This field of the form can be used for inserting custom buttons into the form. Type the name of each button in button name field of the form. You can define click functions for each button of the form. The field of the form also has several attributes:
625
  Class Name: You can define new CSS classes in the Edit CSS page and use those classes here to design the form more properly.
626
 
627
  Additional Attributes: You can use this option of the form to customize the specific properties for the field of the form. For example typing