Contact Form Builder – a plugin for creating contact and feedback forms - Version 1.0.20

Version Description

Download this release

Release Info

Developer webdorado
Plugin Icon 128x128 Contact Form Builder – a plugin for creating contact and feedback forms
Version 1.0.20
Comparing to
See all releases

Code changes from version 1.0.19 to 1.0.20

admin/views/CFMViewBlocked_ips_cfm.php CHANGED
@@ -49,7 +49,7 @@ class CFMViewBlocked_ips_cfm {
49
  <h2><?php echo __("Blocked IPs", "contact_form_maker"); ?></h2>
50
  <div class="buttons_div">
51
  <input class="button-primary" type="submit" value="<?php echo __("Save", "contact_form_maker"); ?>" onclick="spider_set_input_value('task', 'save_all');" />
52
- <input class="button-secondary" type="submit" value="<?php echo __("Delete", "contact_form_maker"); ?>" onclick="if (confirm('<?php echo __('Do you want to unblock selected IPs?', 'contact_form_maker'); ?>')) {
53
  spider_set_input_value('task', 'delete_all');
54
  } else {
55
  return false;
49
  <h2><?php echo __("Blocked IPs", "contact_form_maker"); ?></h2>
50
  <div class="buttons_div">
51
  <input class="button-primary" type="submit" value="<?php echo __("Save", "contact_form_maker"); ?>" onclick="spider_set_input_value('task', 'save_all');" />
52
+ <input class="button-secondary" type="submit" value="<?php echo __("Delete", "contact_form_maker"); ?>" onclick="if (confirm('<?php echo addslashes(__('Do you want to unblock selected IPs?', 'contact_form_maker')); ?>')) {
53
  spider_set_input_value('task', 'delete_all');
54
  } else {
55
  return false;
admin/views/CFMViewManage_cfm.php CHANGED
@@ -82,7 +82,7 @@ class CFMViewManage_cfm {
82
  <th class="table_xxl_col">PHP <?php echo __("function", "contact_form_maker"); ?></th>
83
  <th class="table_medium_col"><?php echo __("Preview", "contact_form_maker"); ?></th>
84
  <th class="table_medium_col"><?php echo __("Edit", "contact_form_maker"); ?></th>
85
- <th class="table_medium_col"><a title="<?php echo __("Delete selected items", "contact_form_maker"); ?>" href="" onclick="if (confirm('<?php echo __("Do you want to delete selected items?", "contact_form_maker"); ?>')) {
86
  spider_set_input_value('task', 'delete_all');
87
  spider_form_submit(event, 'manage_form');
88
  } else {
@@ -180,7 +180,7 @@ class CFMViewManage_cfm {
180
  if ($id) {
181
  ?>
182
  if (!document.getElementById('araqel') || (document.getElementById('araqel').value == '0')) {
183
- alert('<?php echo __("Please wait while page loading", "contact_form_maker"); ?>.');
184
  return false;
185
  }
186
  <?php
@@ -872,7 +872,7 @@ class CFMViewManage_cfm {
872
  <a href="<?php echo add_query_arg(array('action' => 'ContactFormMakerPreview', 'form_id' => $row->id, 'test_theme' => $row->theme, 'width' => '1000', 'height' => '500', 'TB_iframe' => '1'), admin_url('admin-ajax.php')); ?>" class="button-primary thickbox thickbox-preview" id="preview_form" title="<?php echo __("Form Preview", "contact_form_maker"); ?>" onclick="return false;">
873
  <?php echo __("Preview", "contact_form_maker"); ?>
874
  </a>
875
- <a onclick="alert('This option is disabled in free version.'); return false;" href="#" class="button-secondary" id="edit_css" title="Edit CSS">
876
  <?php echo __("Edit CSS", "contact_form_maker"); ?>
877
  </a>
878
  <div class="spider_description spider_free_desc"><?php echo __("Themes are disabled in free version.","contact_form_maker"); ?></div>
@@ -1435,7 +1435,7 @@ class CFMViewManage_cfm {
1435
  }
1436
  function insertAtCursor_form(myId, myLabel) {
1437
  if (jQuery('#autogen_layout').is(':checked')) {
1438
- alert('<?php echo __("Uncheck the Auto-Generate Layout box.", "contact_form_maker"); ?>');
1439
  return;
1440
  }
1441
  myValue = '<div wdid="' + myId + '" class="wdform_row">%' + myId + ' - ' + myLabel + '%</div>';
82
  <th class="table_xxl_col">PHP <?php echo __("function", "contact_form_maker"); ?></th>
83
  <th class="table_medium_col"><?php echo __("Preview", "contact_form_maker"); ?></th>
84
  <th class="table_medium_col"><?php echo __("Edit", "contact_form_maker"); ?></th>
85
+ <th class="table_medium_col"><a title="<?php echo __("Delete selected items", "contact_form_maker"); ?>" href="" onclick="if (confirm('<?php echo addslashes(__("Do you want to delete selected items?", "contact_form_maker")); ?>')) {
86
  spider_set_input_value('task', 'delete_all');
87
  spider_form_submit(event, 'manage_form');
88
  } else {
180
  if ($id) {
181
  ?>
182
  if (!document.getElementById('araqel') || (document.getElementById('araqel').value == '0')) {
183
+ alert('<?php echo addslashes(__("Please wait while page loading", "contact_form_maker")); ?>.');
184
  return false;
185
  }
186
  <?php
872
  <a href="<?php echo add_query_arg(array('action' => 'ContactFormMakerPreview', 'form_id' => $row->id, 'test_theme' => $row->theme, 'width' => '1000', 'height' => '500', 'TB_iframe' => '1'), admin_url('admin-ajax.php')); ?>" class="button-primary thickbox thickbox-preview" id="preview_form" title="<?php echo __("Form Preview", "contact_form_maker"); ?>" onclick="return false;">
873
  <?php echo __("Preview", "contact_form_maker"); ?>
874
  </a>
875
+ <a onclick="alert('<?php echo addslashes(__("This option is disabled in free version.", "contact_form_maker")); ?>'); return false;" href="#" class="button-secondary" id="edit_css" title="Edit CSS">
876
  <?php echo __("Edit CSS", "contact_form_maker"); ?>
877
  </a>
878
  <div class="spider_description spider_free_desc"><?php echo __("Themes are disabled in free version.","contact_form_maker"); ?></div>
1435
  }
1436
  function insertAtCursor_form(myId, myLabel) {
1437
  if (jQuery('#autogen_layout').is(':checked')) {
1438
+ alert('<?php echo addslashes(__("Uncheck the Auto-Generate Layout box.", "contact_form_maker")); ?>');
1439
  return;
1440
  }
1441
  myValue = '<div wdid="' + myId + '" class="wdform_row">%' + myId + ' - ' + myLabel + '%</div>';
admin/views/CFMViewUninstall_cfm.php CHANGED
@@ -67,7 +67,7 @@ class CFMViewUninstall_cfm {
67
  </p>
68
  <p style="text-align: center;">
69
  <input type="submit" value="<?php echo __("UNINSTALL", "contact_form_maker"); ?>" class="button-primary" onclick="if (check_yes.checked) {
70
- if (confirm('<?php echo __('You are About to Uninstall Contact Form Builder from WordPress.\nThis Action Is Not Reversible.','contact_form_maker'); ?>')) {
71
  spider_set_input_value('task', 'uninstall');
72
  } else {
73
  return false;
67
  </p>
68
  <p style="text-align: center;">
69
  <input type="submit" value="<?php echo __("UNINSTALL", "contact_form_maker"); ?>" class="button-primary" onclick="if (check_yes.checked) {
70
+ if (confirm('<?php echo addslashes(__('You are About to Uninstall Contact Form Builder from WordPress.\nThis Action Is Not Reversible.', 'contact_form_maker')); ?>')) {
71
  spider_set_input_value('task', 'uninstall');
72
  } else {
73
  return false;
contact-form-builder.php CHANGED
@@ -3,7 +3,7 @@
3
  * Plugin Name: Contact Form Builder
4
  * Plugin URI: http://web-dorado.com/products/wordpress-contact-form-builder.html
5
  * Description: Contact Form Builder is an advanced plugin to add contact forms into your website. It comes along with multiple default templates which can be customized.
6
- * Version: 1.0.19
7
  * Author: WebDorado
8
  * Author URI: http://web-dorado.com/
9
  * License: GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
@@ -182,7 +182,7 @@ if (class_exists('WP_Widget')) {
182
  // Activate plugin.
183
  function contact_form_maker_activate() {
184
  $version = get_option("wd_contact_form_maker_version");
185
- $new_version = '1.0.19';
186
  if ($version && version_compare($version, $new_version, '<')) {
187
  require_once WD_CFM_DIR . "/contact-form-builder-update.php";
188
  contact_form_maker_update($version);
@@ -285,7 +285,7 @@ function contact_form_maker_manage_scripts() {
285
  'fmc_CongoBrazzaville' => __('Congo (Brazzaville)', 'contact_form_maker'),
286
  'fmc_Congo' => __('Congo', 'contact_form_maker'),
287
  'fmc_CostaRica' => __('Costa Rica', 'contact_form_maker'),
288
- "fmc_CotedIvoire" => __("Cote d'Ivoire", 'contact_form_maker'),
289
  'fmc_Croatia' => __('Croatia', 'contact_form_maker'),
290
  'fmc_Cuba' => __('Cuba', 'contact_form_maker'),
291
  'fmc_Cyprus' => __('Cyprus', 'contact_form_maker'),
3
  * Plugin Name: Contact Form Builder
4
  * Plugin URI: http://web-dorado.com/products/wordpress-contact-form-builder.html
5
  * Description: Contact Form Builder is an advanced plugin to add contact forms into your website. It comes along with multiple default templates which can be customized.
6
+ * Version: 1.0.20
7
  * Author: WebDorado
8
  * Author URI: http://web-dorado.com/
9
  * License: GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
182
  // Activate plugin.
183
  function contact_form_maker_activate() {
184
  $version = get_option("wd_contact_form_maker_version");
185
+ $new_version = '1.0.20';
186
  if ($version && version_compare($version, $new_version, '<')) {
187
  require_once WD_CFM_DIR . "/contact-form-builder-update.php";
188
  contact_form_maker_update($version);
285
  'fmc_CongoBrazzaville' => __('Congo (Brazzaville)', 'contact_form_maker'),
286
  'fmc_Congo' => __('Congo', 'contact_form_maker'),
287
  'fmc_CostaRica' => __('Costa Rica', 'contact_form_maker'),
288
+ 'fmc_CotedIvoire' => __("Cote d'Ivoire", 'contact_form_maker'),
289
  'fmc_Croatia' => __('Croatia', 'contact_form_maker'),
290
  'fmc_Cuba' => __('Cuba', 'contact_form_maker'),
291
  'fmc_Cyprus' => __('Cyprus', 'contact_form_maker'),
js/contactformmaker.js CHANGED
@@ -389,7 +389,7 @@ function disable_fields(id,field)
389
  option_.innerHTML="";
390
  field.appendChild(option_);
391
 
392
- coutries=[fmc_objectL10n.fmc_Afghanistan,fmc_objectL10n.fmc_Albania,fmc_objectL10n.Algeria,fmc_objectL10n.Andorra,fmc_objectL10n.Angola,fmc_objectL10n.fmc_AntiguaandBarbuda,fmc_objectL10n.fmc_Argentina,fmc_objectL10n.fmc_Armenia,fmc_objectL10n.fmc_Australia,fmc_objectL10n.fmc_Austria,fmc_objectL10n.fmc_Azerbaijan,fmc_objectL10n.fmc_Bahamas,fmc_objectL10n.fmc_Bahrain,fmc_objectL10n.fmc_Bangladesh,fmc_objectL10n.fmc_Barbados,fmc_objectL10n.fmc_Belarus,fmc_objectL10n.fmc_Belgium,fmc_objectL10n.fmc_Belize,fmc_objectL10n.fmc_Benin,fmc_objectL10n.fmc_Bhutan,fmc_objectL10n.fmc_Bolivia,fmc_objectL10n.fmc_BosniaandHerzegovina,fmc_objectL10n.fmc_Botswana,fmc_objectL10n.fmc_Brazil,fmc_objectL10n.fmc_Brunei,fmc_objectL10n.fmc_Bulgaria,fmc_objectL10n.fmc_BurkinaFaso,fmc_objectL10n.fmc_Burundi,fmc_objectL10n.fmc_Cambodia,fmc_objectL10n.fmc_Cameroon,fmc_objectL10n.fmc_Canada,fmc_objectL10n.fmc_CapeVerde,fmc_objectL10n.fmc_CentralAfricanRepublic,fmc_objectL10n.fmc_Chad,fmc_objectL10n.fmc_Chile,fmc_objectL10n.fmc_China,fmc_objectL10n.fmc_Colombi,fmc_objectL10n.fmc_Comoros,fmc_objectL10n.fmc_CongoBrazzaville,fmc_objectL10n.fmc_Congo,fmc_objectL10n.fmc_CostaRica,fmc_objectL10n.fmc_CotedIvoire,fmc_objectL10n.fmc_Croatia,fmc_objectL10n.fmc_Cuba,fmc_objectL10n.fmc_Cyprus,fmc_objectL10n.fmc_CzechRepublic,fmc_objectL10n.fmc_Denmark,fmc_objectL10n.fmc_Djibouti,fmc_objectL10n.fmc_Dominica,fmc_objectL10n.fmc_DominicanRepublic,fmc_objectL10n.fmc_EastTimorTimorTimur,fmc_objectL10n.fmc_Ecuador,fmc_objectL10n.fmc_Egypt,fmc_objectL10n.fmc_ElSalvador,fmc_objectL10n.fmc_EquatorialGuinea,fmc_objectL10n.fmc_Eritrea,fmc_objectL10n.fmc_Estonia,fmc_objectL10n.fmc_Ethiopia,fmc_objectL10n.fmc_Fiji,fmc_objectL10n.fmc_Finland,fmc_objectL10n.fmc_France,fmc_objectL10n.fmc_Gabon,fmc_objectL10n.fmc_GambiaThe,fmc_objectL10n.fmc_Georgia,fmc_objectL10n.fmc_Germany,fmc_objectL10n.fmc_Ghana,fmc_objectL10n.fmc_Greece,fmc_objectL10n.fmc_Grenada,fmc_objectL10n.fmc_Guatemala,fmc_objectL10n.fmc_Guinea,fmc_objectL10n.fmc_GuineaBissau,fmc_objectL10n.fmc_Guyana,fmc_objectL10n.fmc_Haiti,fmc_objectL10n.fmc_Honduras,fmc_objectL10n.fmc_Hungary,fmc_objectL10n.fmc_Iceland,fmc_objectL10n.fmc_India,fmc_objectL10n.fmc_Indonesia,fmc_objectL10n.fmc_Iran,fmc_objectL10n.fmc_Iraq,fmc_objectL10n.fmc_Ireland,fmc_objectL10n.fmc_Israel,fmc_objectL10n.fmc_Italy,fmc_objectL10n.fmc_Jamaica,fmc_objectL10n.fmc_Japan,fmc_objectL10n.fmc_Jordan,fmc_objectL10n.fmc_Kazakhstan,fmc_objectL10n.fmc_Kenya,fmc_objectL10n.fmc_Kiribati,fmc_objectL10n.fmc_KoreaNorth,fmc_objectL10n.fmc_KoreaSouth,fmc_objectL10n.fmc_Kuwait,fmc_objectL10n.fmc_Kyrgyzstan,fmc_objectL10n.fmc_Laos,fmc_objectL10n.fmc_Latvia,fmc_objectL10n.fmc_Lebanon,fmc_objectL10n.fmc_Lesotho,fmc_objectL10n.fmc_Liberia,fmc_objectL10n.fmc_Libya,fmc_objectL10n.fmc_Liechtenstein,fmc_objectL10n.fmc_Lithuania,fmc_objectL10n.fmc_Luxembourg,fmc_objectL10n.fmc_Macedonia,fmc_objectL10n.fmc_Madagascar,fmc_objectL10n.fmc_Malawi,fmc_objectL10n.fmc_Malaysia,fmc_objectL10n.fmc_Maldives,fmc_objectL10n.fmc_Mali,fmc_objectL10n.fmc_Malta,fmc_objectL10n.fmc_MarshallIslands,fmc_objectL10n.fmc_Mauritania,fmc_objectL10n.fmc_Mauritius,fmc_objectL10n.fmc_Mexico,fmc_objectL10n.fmc_Micronesia,fmc_objectL10n.fmc_Moldova,fmc_objectL10n.fmc_Monaco,fmc_objectL10n.fmc_Mongolia,fmc_objectL10n.fmc_Morocco,fmc_objectL10n.fmc_Mozambique,fmc_objectL10n.fmc_Myanmar,fmc_objectL10n.fmc_Namibia,fmc_objectL10n.fmc_Nauru,fmc_objectL10n.fmc_Nepa,fmc_objectL10n.fmc_Netherlands,fmc_objectL10n.fmc_NewZealand,fmc_objectL10n.fmc_Nicaragua,fmc_objectL10n.fmc_Niger,fmc_objectL10n.fmc_Nigeria,fmc_objectL10n.fmc_Norway,fmc_objectL10n.fmc_Oman,fmc_objectL10n.fmc_Pakistan,fmc_objectL10n.fmc_Palau,fmc_objectL10n.fmc_Panama,fmc_objectL10n.fmc_PapuaNewGuinea,fmc_objectL10n.fmc_Paraguay,fmc_objectL10n.fmc_Peru,fmc_objectL10n.fmc_Philippines,fmc_objectL10n.fmc_Poland,fmc_objectL10n.fmc_Portugal,fmc_objectL10n.fmc_Qatar,fmc_objectL10n.fmc_Romania,fmc_objectL10n.fmc_Russia,fmc_objectL10n.fmc_Rwanda,fmc_objectL10n.fmc_SaintKittsandNevis,fmc_objectL10n.fmc_SaintLucia,fmc_objectL10n.fmc_SaintVincent,fmc_objectL10n.fmc_Samoa,fmc_objectL10n.fmc_SanMarino,fmc_objectL10n.fmc_SaoTomeandPrincipe,fmc_objectL10n.fmc_SaudiArabia,fmc_objectL10n.fmc_Senegal,fmc_objectL10n.fmc_SerbiandMontenegro,fmc_objectL10n.fmc_Seychelles,fmc_objectL10n.fmc_SierraLeone,fmc_objectL10n.fmc_Singapore,fmc_objectL10n.fmc_Slovakia,fmc_objectL10n.fmc_Slovenia,fmc_objectL10n.fmc_SolomonIslands,fmc_objectL10n.fmc_Somalia,fmc_objectL10n.fmc_SouthAfrica,fmc_objectL10n.fmc_Spain,fmc_objectL10n.fmc_SriLanka,fmc_objectL10n.fmc_Sudan,fmc_objectL10n.fmc_Suriname,fmc_objectL10n.fmc_Swaziland,fmc_objectL10n.fmc_Sweden,fmc_objectL10n.fmc_Switzerland,fmc_objectL10n.fmc_Syria,fmc_objectL10n.fmc_Taiwan,fmc_objectL10n.fmc_Tajikistan,fmc_objectL10n.fmc_Tanzania,fmc_objectL10n.fmc_Thailand,fmc_objectL10n.fmc_Togo,fmc_objectL10n.fmc_Tonga,fmc_objectL10n.fmc_TrinidadandTobago,fmc_objectL10n.fmc_Tunisia,fmc_objectL10n.fmc_Turkey,fmc_objectL10n.fmc_Turkmenistan,fmc_objectL10n.fmc_Tuvalu,fmc_objectL10n.fmc_Uganda,fmc_objectL10n.fmc_Ukraine,fmc_objectL10n.fmc_UnitedArabEmirates,fmc_objectL10n.fmc_UnitedKingdom,fmc_objectL10n.fmc_UnitedStates,fmc_objectL10n.fmc_Uruguay,fmc_objectL10n.fmc_Uzbekistan,fmc_objectL10n.fmc_Vanuatu,fmc_objectL10n.fmc_VaticanCity,fmc_objectL10n.fmc_Venezuela,fmc_objectL10n.fmc_Vietnam,fmc_objectL10n.fmc_Yemen,fmc_objectL10n.fmc_Zambia,fmc_objectL10n.fmc_Zimbabwe];
393
  for(r=0;r<coutries.length;r++)
394
  {
395
  var option_ = document.createElement('option');
@@ -6017,7 +6017,7 @@ edit_main_td8.appendChild(el_disable_field_label);
6017
  option_.innerHTML="";
6018
  country.appendChild(option_);
6019
 
6020
- coutries=[fmc_objectL10n.fmc_Afghanistan,fmc_objectL10n.fmc_Albania,fmc_objectL10n.Algeria,fmc_objectL10n.Andorra,fmc_objectL10n.Angola,fmc_objectL10n.fmc_AntiguaandBarbuda,fmc_objectL10n.fmc_Argentina,fmc_objectL10n.fmc_Armenia,fmc_objectL10n.fmc_Australia,fmc_objectL10n.fmc_Austria,fmc_objectL10n.fmc_Azerbaijan,fmc_objectL10n.fmc_Bahamas,fmc_objectL10n.fmc_Bahrain,fmc_objectL10n.fmc_Bangladesh,fmc_objectL10n.fmc_Barbados,fmc_objectL10n.fmc_Belarus,fmc_objectL10n.fmc_Belgium,fmc_objectL10n.fmc_Belize,fmc_objectL10n.fmc_Benin,fmc_objectL10n.fmc_Bhutan,fmc_objectL10n.fmc_Bolivia,fmc_objectL10n.fmc_BosniaandHerzegovina,fmc_objectL10n.fmc_Botswana,fmc_objectL10n.fmc_Brazil,fmc_objectL10n.fmc_Brunei,fmc_objectL10n.fmc_Bulgaria,fmc_objectL10n.fmc_BurkinaFaso,fmc_objectL10n.fmc_Burundi,fmc_objectL10n.fmc_Cambodia,fmc_objectL10n.fmc_Cameroon,fmc_objectL10n.fmc_Canada,fmc_objectL10n.fmc_CapeVerde,fmc_objectL10n.fmc_CentralAfricanRepublic,fmc_objectL10n.fmc_Chad,fmc_objectL10n.fmc_Chile,fmc_objectL10n.fmc_China,fmc_objectL10n.fmc_Colombi,fmc_objectL10n.fmc_Comoros,fmc_objectL10n.fmc_CongoBrazzaville,fmc_objectL10n.fmc_Congo,fmc_objectL10n.fmc_CostaRica,fmc_objectL10n.fmc_CotedIvoire,fmc_objectL10n.fmc_Croatia,fmc_objectL10n.fmc_Cuba,fmc_objectL10n.fmc_Cyprus,fmc_objectL10n.fmc_CzechRepublic,fmc_objectL10n.fmc_Denmark,fmc_objectL10n.fmc_Djibouti,fmc_objectL10n.fmc_Dominica,fmc_objectL10n.fmc_DominicanRepublic,fmc_objectL10n.fmc_EastTimorTimorTimur,fmc_objectL10n.fmc_Ecuador,fmc_objectL10n.fmc_Egypt,fmc_objectL10n.fmc_ElSalvador,fmc_objectL10n.fmc_EquatorialGuinea,fmc_objectL10n.fmc_Eritrea,fmc_objectL10n.fmc_Estonia,fmc_objectL10n.fmc_Ethiopia,fmc_objectL10n.fmc_Fiji,fmc_objectL10n.fmc_Finland,fmc_objectL10n.fmc_France,fmc_objectL10n.fmc_Gabon,fmc_objectL10n.fmc_GambiaThe,fmc_objectL10n.fmc_Georgia,fmc_objectL10n.fmc_Germany,fmc_objectL10n.fmc_Ghana,fmc_objectL10n.fmc_Greece,fmc_objectL10n.fmc_Grenada,fmc_objectL10n.fmc_Guatemala,fmc_objectL10n.fmc_Guinea,fmc_objectL10n.fmc_GuineaBissau,fmc_objectL10n.fmc_Guyana,fmc_objectL10n.fmc_Haiti,fmc_objectL10n.fmc_Honduras,fmc_objectL10n.fmc_Hungary,fmc_objectL10n.fmc_Iceland,fmc_objectL10n.fmc_India,fmc_objectL10n.fmc_Indonesia,fmc_objectL10n.fmc_Iran,fmc_objectL10n.fmc_Iraq,fmc_objectL10n.fmc_Ireland,fmc_objectL10n.fmc_Israel,fmc_objectL10n.fmc_Italy,fmc_objectL10n.fmc_Jamaica,fmc_objectL10n.fmc_Japan,fmc_objectL10n.fmc_Jordan,fmc_objectL10n.fmc_Kazakhstan,fmc_objectL10n.fmc_Kenya,fmc_objectL10n.fmc_Kiribati,fmc_objectL10n.fmc_KoreaNorth,fmc_objectL10n.fmc_KoreaSouth,fmc_objectL10n.fmc_Kuwait,fmc_objectL10n.fmc_Kyrgyzstan,fmc_objectL10n.fmc_Laos,fmc_objectL10n.fmc_Latvia,fmc_objectL10n.fmc_Lebanon,fmc_objectL10n.fmc_Lesotho,fmc_objectL10n.fmc_Liberia,fmc_objectL10n.fmc_Libya,fmc_objectL10n.fmc_Liechtenstein,fmc_objectL10n.fmc_Lithuania,fmc_objectL10n.fmc_Luxembourg,fmc_objectL10n.fmc_Macedonia,fmc_objectL10n.fmc_Madagascar,fmc_objectL10n.fmc_Malawi,fmc_objectL10n.fmc_Malaysia,fmc_objectL10n.fmc_Maldives,fmc_objectL10n.fmc_Mali,fmc_objectL10n.fmc_Malta,fmc_objectL10n.fmc_MarshallIslands,fmc_objectL10n.fmc_Mauritania,fmc_objectL10n.fmc_Mauritius,fmc_objectL10n.fmc_Mexico,fmc_objectL10n.fmc_Micronesia,fmc_objectL10n.fmc_Moldova,fmc_objectL10n.fmc_Monaco,fmc_objectL10n.fmc_Mongolia,fmc_objectL10n.fmc_Morocco,fmc_objectL10n.fmc_Mozambique,fmc_objectL10n.fmc_Myanmar,fmc_objectL10n.fmc_Namibia,fmc_objectL10n.fmc_Nauru,fmc_objectL10n.fmc_Nepa,fmc_objectL10n.fmc_Netherlands,fmc_objectL10n.fmc_NewZealand,fmc_objectL10n.fmc_Nicaragua,fmc_objectL10n.fmc_Niger,fmc_objectL10n.fmc_Nigeria,fmc_objectL10n.fmc_Norway,fmc_objectL10n.fmc_Oman,fmc_objectL10n.fmc_Pakistan,fmc_objectL10n.fmc_Palau,fmc_objectL10n.fmc_Panama,fmc_objectL10n.fmc_PapuaNewGuinea,fmc_objectL10n.fmc_Paraguay,fmc_objectL10n.fmc_Peru,fmc_objectL10n.fmc_Philippines,fmc_objectL10n.fmc_Poland,fmc_objectL10n.fmc_Portugal,fmc_objectL10n.fmc_Qatar,fmc_objectL10n.fmc_Romania,fmc_objectL10n.fmc_Russia,fmc_objectL10n.fmc_Rwanda,fmc_objectL10n.fmc_SaintKittsandNevis,fmc_objectL10n.fmc_SaintLucia,fmc_objectL10n.fmc_SaintVincent,fmc_objectL10n.fmc_Samoa,fmc_objectL10n.fmc_SanMarino,fmc_objectL10n.fmc_SaoTomeandPrincipe,fmc_objectL10n.fmc_SaudiArabia,fmc_objectL10n.fmc_Senegal,fmc_objectL10n.fmc_SerbiandMontenegro,fmc_objectL10n.fmc_Seychelles,fmc_objectL10n.fmc_SierraLeone,fmc_objectL10n.fmc_Singapore,fmc_objectL10n.fmc_Slovakia,fmc_objectL10n.fmc_Slovenia,fmc_objectL10n.fmc_SolomonIslands,fmc_objectL10n.fmc_Somalia,fmc_objectL10n.fmc_SouthAfrica,fmc_objectL10n.fmc_Spain,fmc_objectL10n.fmc_SriLanka,fmc_objectL10n.fmc_Sudan,fmc_objectL10n.fmc_Suriname,fmc_objectL10n.fmc_Swaziland,fmc_objectL10n.fmc_Sweden,fmc_objectL10n.fmc_Switzerland,fmc_objectL10n.fmc_Syria,fmc_objectL10n.fmc_Taiwan,fmc_objectL10n.fmc_Tajikistan,fmc_objectL10n.fmc_Tanzania,fmc_objectL10n.fmc_Thailand,fmc_objectL10n.fmc_Togo,fmc_objectL10n.fmc_Tonga,fmc_objectL10n.fmc_TrinidadandTobago,fmc_objectL10n.fmc_Tunisia,fmc_objectL10n.fmc_Turkey,fmc_objectL10n.fmc_Turkmenistan,fmc_objectL10n.fmc_Tuvalu,fmc_objectL10n.fmc_Uganda,fmc_objectL10n.fmc_Ukraine,fmc_objectL10n.fmc_UnitedArabEmirates,fmc_objectL10n.fmc_UnitedKingdom,fmc_objectL10n.fmc_UnitedStates,fmc_objectL10n.fmc_Uruguay,fmc_objectL10n.fmc_Uzbekistan,fmc_objectL10n.fmc_Vanuatu,fmc_objectL10n.fmc_VaticanCity,fmc_objectL10n.fmc_Venezuela,fmc_objectL10n.fmc_Vietnam,fmc_objectL10n.fmc_Yemen,fmc_objectL10n.fmc_Zambia,fmc_objectL10n.fmc_Zimbabwe];
6021
  for(r=0;r<coutries.length;r++)
6022
  {
6023
  var option_ = document.createElement('option');
389
  option_.innerHTML="";
390
  field.appendChild(option_);
391
 
392
+ coutries=[fmc_objectL10n.fmc_Afghanistan,fmc_objectL10n.fmc_Albania,fmc_objectL10n.fmc_Algeria,fmc_objectL10n.fmc_Andorra,fmc_objectL10n.fmc_Angola,fmc_objectL10n.fmc_AntiguaandBarbuda,fmc_objectL10n.fmc_Argentina,fmc_objectL10n.fmc_Armenia,fmc_objectL10n.fmc_Australia,fmc_objectL10n.fmc_Austria,fmc_objectL10n.fmc_Azerbaijan,fmc_objectL10n.fmc_Bahamas,fmc_objectL10n.fmc_Bahrain,fmc_objectL10n.fmc_Bangladesh,fmc_objectL10n.fmc_Barbados,fmc_objectL10n.fmc_Belarus,fmc_objectL10n.fmc_Belgium,fmc_objectL10n.fmc_Belize,fmc_objectL10n.fmc_Benin,fmc_objectL10n.fmc_Bhutan,fmc_objectL10n.fmc_Bolivia,fmc_objectL10n.fmc_BosniaandHerzegovina,fmc_objectL10n.fmc_Botswana,fmc_objectL10n.fmc_Brazil,fmc_objectL10n.fmc_Brunei,fmc_objectL10n.fmc_Bulgaria,fmc_objectL10n.fmc_BurkinaFaso,fmc_objectL10n.fmc_Burundi,fmc_objectL10n.fmc_Cambodia,fmc_objectL10n.fmc_Cameroon,fmc_objectL10n.fmc_Canada,fmc_objectL10n.fmc_CapeVerde,fmc_objectL10n.fmc_CentralAfricanRepublic,fmc_objectL10n.fmc_Chad,fmc_objectL10n.fmc_Chile,fmc_objectL10n.fmc_China,fmc_objectL10n.fmc_Colombi,fmc_objectL10n.fmc_Comoros,fmc_objectL10n.fmc_CongoBrazzaville,fmc_objectL10n.fmc_Congo,fmc_objectL10n.fmc_CostaRica,fmc_objectL10n.fmc_CotedIvoire,fmc_objectL10n.fmc_Croatia,fmc_objectL10n.fmc_Cuba,fmc_objectL10n.fmc_Cyprus,fmc_objectL10n.fmc_CzechRepublic,fmc_objectL10n.fmc_Denmark,fmc_objectL10n.fmc_Djibouti,fmc_objectL10n.fmc_Dominica,fmc_objectL10n.fmc_DominicanRepublic,fmc_objectL10n.fmc_EastTimorTimorTimur,fmc_objectL10n.fmc_Ecuador,fmc_objectL10n.fmc_Egypt,fmc_objectL10n.fmc_ElSalvador,fmc_objectL10n.fmc_EquatorialGuinea,fmc_objectL10n.fmc_Eritrea,fmc_objectL10n.fmc_Estonia,fmc_objectL10n.fmc_Ethiopia,fmc_objectL10n.fmc_Fiji,fmc_objectL10n.fmc_Finland,fmc_objectL10n.fmc_France,fmc_objectL10n.fmc_Gabon,fmc_objectL10n.fmc_GambiaThe,fmc_objectL10n.fmc_Georgia,fmc_objectL10n.fmc_Germany,fmc_objectL10n.fmc_Ghana,fmc_objectL10n.fmc_Greece,fmc_objectL10n.fmc_Grenada,fmc_objectL10n.fmc_Guatemala,fmc_objectL10n.fmc_Guinea,fmc_objectL10n.fmc_GuineaBissau,fmc_objectL10n.fmc_Guyana,fmc_objectL10n.fmc_Haiti,fmc_objectL10n.fmc_Honduras,fmc_objectL10n.fmc_Hungary,fmc_objectL10n.fmc_Iceland,fmc_objectL10n.fmc_India,fmc_objectL10n.fmc_Indonesia,fmc_objectL10n.fmc_Iran,fmc_objectL10n.fmc_Iraq,fmc_objectL10n.fmc_Ireland,fmc_objectL10n.fmc_Israel,fmc_objectL10n.fmc_Italy,fmc_objectL10n.fmc_Jamaica,fmc_objectL10n.fmc_Japan,fmc_objectL10n.fmc_Jordan,fmc_objectL10n.fmc_Kazakhstan,fmc_objectL10n.fmc_Kenya,fmc_objectL10n.fmc_Kiribati,fmc_objectL10n.fmc_KoreaNorth,fmc_objectL10n.fmc_KoreaSouth,fmc_objectL10n.fmc_Kuwait,fmc_objectL10n.fmc_Kyrgyzstan,fmc_objectL10n.fmc_Laos,fmc_objectL10n.fmc_Latvia,fmc_objectL10n.fmc_Lebanon,fmc_objectL10n.fmc_Lesotho,fmc_objectL10n.fmc_Liberia,fmc_objectL10n.fmc_Libya,fmc_objectL10n.fmc_Liechtenstein,fmc_objectL10n.fmc_Lithuania,fmc_objectL10n.fmc_Luxembourg,fmc_objectL10n.fmc_Macedonia,fmc_objectL10n.fmc_Madagascar,fmc_objectL10n.fmc_Malawi,fmc_objectL10n.fmc_Malaysia,fmc_objectL10n.fmc_Maldives,fmc_objectL10n.fmc_Mali,fmc_objectL10n.fmc_Malta,fmc_objectL10n.fmc_MarshallIslands,fmc_objectL10n.fmc_Mauritania,fmc_objectL10n.fmc_Mauritius,fmc_objectL10n.fmc_Mexico,fmc_objectL10n.fmc_Micronesia,fmc_objectL10n.fmc_Moldova,fmc_objectL10n.fmc_Monaco,fmc_objectL10n.fmc_Mongolia,fmc_objectL10n.fmc_Morocco,fmc_objectL10n.fmc_Mozambique,fmc_objectL10n.fmc_Myanmar,fmc_objectL10n.fmc_Namibia,fmc_objectL10n.fmc_Nauru,fmc_objectL10n.fmc_Nepa,fmc_objectL10n.fmc_Netherlands,fmc_objectL10n.fmc_NewZealand,fmc_objectL10n.fmc_Nicaragua,fmc_objectL10n.fmc_Niger,fmc_objectL10n.fmc_Nigeria,fmc_objectL10n.fmc_Norway,fmc_objectL10n.fmc_Oman,fmc_objectL10n.fmc_Pakistan,fmc_objectL10n.fmc_Palau,fmc_objectL10n.fmc_Panama,fmc_objectL10n.fmc_PapuaNewGuinea,fmc_objectL10n.fmc_Paraguay,fmc_objectL10n.fmc_Peru,fmc_objectL10n.fmc_Philippines,fmc_objectL10n.fmc_Poland,fmc_objectL10n.fmc_Portugal,fmc_objectL10n.fmc_Qatar,fmc_objectL10n.fmc_Romania,fmc_objectL10n.fmc_Russia,fmc_objectL10n.fmc_Rwanda,fmc_objectL10n.fmc_SaintKittsandNevis,fmc_objectL10n.fmc_SaintLucia,fmc_objectL10n.fmc_SaintVincent,fmc_objectL10n.fmc_Samoa,fmc_objectL10n.fmc_SanMarino,fmc_objectL10n.fmc_SaoTomeandPrincipe,fmc_objectL10n.fmc_SaudiArabia,fmc_objectL10n.fmc_Senegal,fmc_objectL10n.fmc_SerbiandMontenegro,fmc_objectL10n.fmc_Seychelles,fmc_objectL10n.fmc_SierraLeone,fmc_objectL10n.fmc_Singapore,fmc_objectL10n.fmc_Slovakia,fmc_objectL10n.fmc_Slovenia,fmc_objectL10n.fmc_SolomonIslands,fmc_objectL10n.fmc_Somalia,fmc_objectL10n.fmc_SouthAfrica,fmc_objectL10n.fmc_Spain,fmc_objectL10n.fmc_SriLanka,fmc_objectL10n.fmc_Sudan,fmc_objectL10n.fmc_Suriname,fmc_objectL10n.fmc_Swaziland,fmc_objectL10n.fmc_Sweden,fmc_objectL10n.fmc_Switzerland,fmc_objectL10n.fmc_Syria,fmc_objectL10n.fmc_Taiwan,fmc_objectL10n.fmc_Tajikistan,fmc_objectL10n.fmc_Tanzania,fmc_objectL10n.fmc_Thailand,fmc_objectL10n.fmc_Togo,fmc_objectL10n.fmc_Tonga,fmc_objectL10n.fmc_TrinidadandTobago,fmc_objectL10n.fmc_Tunisia,fmc_objectL10n.fmc_Turkey,fmc_objectL10n.fmc_Turkmenistan,fmc_objectL10n.fmc_Tuvalu,fmc_objectL10n.fmc_Uganda,fmc_objectL10n.fmc_Ukraine,fmc_objectL10n.fmc_UnitedArabEmirates,fmc_objectL10n.fmc_UnitedKingdom,fmc_objectL10n.fmc_UnitedStates,fmc_objectL10n.fmc_Uruguay,fmc_objectL10n.fmc_Uzbekistan,fmc_objectL10n.fmc_Vanuatu,fmc_objectL10n.fmc_VaticanCity,fmc_objectL10n.fmc_Venezuela,fmc_objectL10n.fmc_Vietnam,fmc_objectL10n.fmc_Yemen,fmc_objectL10n.fmc_Zambia,fmc_objectL10n.fmc_Zimbabwe];
393
  for(r=0;r<coutries.length;r++)
394
  {
395
  var option_ = document.createElement('option');
6017
  option_.innerHTML="";
6018
  country.appendChild(option_);
6019
 
6020
+ coutries=[fmc_objectL10n.fmc_Afghanistan,fmc_objectL10n.fmc_Albania,fmc_objectL10n.fmc_Algeria,fmc_objectL10n.fmc_Andorra,fmc_objectL10n.fmc_Angola,fmc_objectL10n.fmc_AntiguaandBarbuda,fmc_objectL10n.fmc_Argentina,fmc_objectL10n.fmc_Armenia,fmc_objectL10n.fmc_Australia,fmc_objectL10n.fmc_Austria,fmc_objectL10n.fmc_Azerbaijan,fmc_objectL10n.fmc_Bahamas,fmc_objectL10n.fmc_Bahrain,fmc_objectL10n.fmc_Bangladesh,fmc_objectL10n.fmc_Barbados,fmc_objectL10n.fmc_Belarus,fmc_objectL10n.fmc_Belgium,fmc_objectL10n.fmc_Belize,fmc_objectL10n.fmc_Benin,fmc_objectL10n.fmc_Bhutan,fmc_objectL10n.fmc_Bolivia,fmc_objectL10n.fmc_BosniaandHerzegovina,fmc_objectL10n.fmc_Botswana,fmc_objectL10n.fmc_Brazil,fmc_objectL10n.fmc_Brunei,fmc_objectL10n.fmc_Bulgaria,fmc_objectL10n.fmc_BurkinaFaso,fmc_objectL10n.fmc_Burundi,fmc_objectL10n.fmc_Cambodia,fmc_objectL10n.fmc_Cameroon,fmc_objectL10n.fmc_Canada,fmc_objectL10n.fmc_CapeVerde,fmc_objectL10n.fmc_CentralAfricanRepublic,fmc_objectL10n.fmc_Chad,fmc_objectL10n.fmc_Chile,fmc_objectL10n.fmc_China,fmc_objectL10n.fmc_Colombi,fmc_objectL10n.fmc_Comoros,fmc_objectL10n.fmc_CongoBrazzaville,fmc_objectL10n.fmc_Congo,fmc_objectL10n.fmc_CostaRica,fmc_objectL10n.fmc_CotedIvoire,fmc_objectL10n.fmc_Croatia,fmc_objectL10n.fmc_Cuba,fmc_objectL10n.fmc_Cyprus,fmc_objectL10n.fmc_CzechRepublic,fmc_objectL10n.fmc_Denmark,fmc_objectL10n.fmc_Djibouti,fmc_objectL10n.fmc_Dominica,fmc_objectL10n.fmc_DominicanRepublic,fmc_objectL10n.fmc_EastTimorTimorTimur,fmc_objectL10n.fmc_Ecuador,fmc_objectL10n.fmc_Egypt,fmc_objectL10n.fmc_ElSalvador,fmc_objectL10n.fmc_EquatorialGuinea,fmc_objectL10n.fmc_Eritrea,fmc_objectL10n.fmc_Estonia,fmc_objectL10n.fmc_Ethiopia,fmc_objectL10n.fmc_Fiji,fmc_objectL10n.fmc_Finland,fmc_objectL10n.fmc_France,fmc_objectL10n.fmc_Gabon,fmc_objectL10n.fmc_GambiaThe,fmc_objectL10n.fmc_Georgia,fmc_objectL10n.fmc_Germany,fmc_objectL10n.fmc_Ghana,fmc_objectL10n.fmc_Greece,fmc_objectL10n.fmc_Grenada,fmc_objectL10n.fmc_Guatemala,fmc_objectL10n.fmc_Guinea,fmc_objectL10n.fmc_GuineaBissau,fmc_objectL10n.fmc_Guyana,fmc_objectL10n.fmc_Haiti,fmc_objectL10n.fmc_Honduras,fmc_objectL10n.fmc_Hungary,fmc_objectL10n.fmc_Iceland,fmc_objectL10n.fmc_India,fmc_objectL10n.fmc_Indonesia,fmc_objectL10n.fmc_Iran,fmc_objectL10n.fmc_Iraq,fmc_objectL10n.fmc_Ireland,fmc_objectL10n.fmc_Israel,fmc_objectL10n.fmc_Italy,fmc_objectL10n.fmc_Jamaica,fmc_objectL10n.fmc_Japan,fmc_objectL10n.fmc_Jordan,fmc_objectL10n.fmc_Kazakhstan,fmc_objectL10n.fmc_Kenya,fmc_objectL10n.fmc_Kiribati,fmc_objectL10n.fmc_KoreaNorth,fmc_objectL10n.fmc_KoreaSouth,fmc_objectL10n.fmc_Kuwait,fmc_objectL10n.fmc_Kyrgyzstan,fmc_objectL10n.fmc_Laos,fmc_objectL10n.fmc_Latvia,fmc_objectL10n.fmc_Lebanon,fmc_objectL10n.fmc_Lesotho,fmc_objectL10n.fmc_Liberia,fmc_objectL10n.fmc_Libya,fmc_objectL10n.fmc_Liechtenstein,fmc_objectL10n.fmc_Lithuania,fmc_objectL10n.fmc_Luxembourg,fmc_objectL10n.fmc_Macedonia,fmc_objectL10n.fmc_Madagascar,fmc_objectL10n.fmc_Malawi,fmc_objectL10n.fmc_Malaysia,fmc_objectL10n.fmc_Maldives,fmc_objectL10n.fmc_Mali,fmc_objectL10n.fmc_Malta,fmc_objectL10n.fmc_MarshallIslands,fmc_objectL10n.fmc_Mauritania,fmc_objectL10n.fmc_Mauritius,fmc_objectL10n.fmc_Mexico,fmc_objectL10n.fmc_Micronesia,fmc_objectL10n.fmc_Moldova,fmc_objectL10n.fmc_Monaco,fmc_objectL10n.fmc_Mongolia,fmc_objectL10n.fmc_Morocco,fmc_objectL10n.fmc_Mozambique,fmc_objectL10n.fmc_Myanmar,fmc_objectL10n.fmc_Namibia,fmc_objectL10n.fmc_Nauru,fmc_objectL10n.fmc_Nepa,fmc_objectL10n.fmc_Netherlands,fmc_objectL10n.fmc_NewZealand,fmc_objectL10n.fmc_Nicaragua,fmc_objectL10n.fmc_Niger,fmc_objectL10n.fmc_Nigeria,fmc_objectL10n.fmc_Norway,fmc_objectL10n.fmc_Oman,fmc_objectL10n.fmc_Pakistan,fmc_objectL10n.fmc_Palau,fmc_objectL10n.fmc_Panama,fmc_objectL10n.fmc_PapuaNewGuinea,fmc_objectL10n.fmc_Paraguay,fmc_objectL10n.fmc_Peru,fmc_objectL10n.fmc_Philippines,fmc_objectL10n.fmc_Poland,fmc_objectL10n.fmc_Portugal,fmc_objectL10n.fmc_Qatar,fmc_objectL10n.fmc_Romania,fmc_objectL10n.fmc_Russia,fmc_objectL10n.fmc_Rwanda,fmc_objectL10n.fmc_SaintKittsandNevis,fmc_objectL10n.fmc_SaintLucia,fmc_objectL10n.fmc_SaintVincent,fmc_objectL10n.fmc_Samoa,fmc_objectL10n.fmc_SanMarino,fmc_objectL10n.fmc_SaoTomeandPrincipe,fmc_objectL10n.fmc_SaudiArabia,fmc_objectL10n.fmc_Senegal,fmc_objectL10n.fmc_SerbiandMontenegro,fmc_objectL10n.fmc_Seychelles,fmc_objectL10n.fmc_SierraLeone,fmc_objectL10n.fmc_Singapore,fmc_objectL10n.fmc_Slovakia,fmc_objectL10n.fmc_Slovenia,fmc_objectL10n.fmc_SolomonIslands,fmc_objectL10n.fmc_Somalia,fmc_objectL10n.fmc_SouthAfrica,fmc_objectL10n.fmc_Spain,fmc_objectL10n.fmc_SriLanka,fmc_objectL10n.fmc_Sudan,fmc_objectL10n.fmc_Suriname,fmc_objectL10n.fmc_Swaziland,fmc_objectL10n.fmc_Sweden,fmc_objectL10n.fmc_Switzerland,fmc_objectL10n.fmc_Syria,fmc_objectL10n.fmc_Taiwan,fmc_objectL10n.fmc_Tajikistan,fmc_objectL10n.fmc_Tanzania,fmc_objectL10n.fmc_Thailand,fmc_objectL10n.fmc_Togo,fmc_objectL10n.fmc_Tonga,fmc_objectL10n.fmc_TrinidadandTobago,fmc_objectL10n.fmc_Tunisia,fmc_objectL10n.fmc_Turkey,fmc_objectL10n.fmc_Turkmenistan,fmc_objectL10n.fmc_Tuvalu,fmc_objectL10n.fmc_Uganda,fmc_objectL10n.fmc_Ukraine,fmc_objectL10n.fmc_UnitedArabEmirates,fmc_objectL10n.fmc_UnitedKingdom,fmc_objectL10n.fmc_UnitedStates,fmc_objectL10n.fmc_Uruguay,fmc_objectL10n.fmc_Uzbekistan,fmc_objectL10n.fmc_Vanuatu,fmc_objectL10n.fmc_VaticanCity,fmc_objectL10n.fmc_Venezuela,fmc_objectL10n.fmc_Vietnam,fmc_objectL10n.fmc_Yemen,fmc_objectL10n.fmc_Zambia,fmc_objectL10n.fmc_Zimbabwe];
6021
  for(r=0;r<coutries.length;r++)
6022
  {
6023
  var option_ = document.createElement('option');
readme.txt CHANGED
@@ -1,10 +1,10 @@
1
  === Contact Form Builder ===
2
  Contributors: webdorado
3
  Donate link: http://web-dorado.com/products/wordpress-contact-form-builder.html
4
- Tags: form, forms, contact form, contact forms, contact form plugin, contact forms plugin, forms plugin, Contact Form Builder, contact form manager, multiple contact forms, custom form, Contact Form Builder with recaptcha, contact form with google map, feedback form, feedback forms, contact us, wordpress contact form, email form, feedback, web form, contact me, email, contact manager, contact us form, admin, captcha, contact, database, email, javascript, jquery, page, plugin, survey, widget, custom form, forms creator, input, validation, send copy, form with captcha
5
  Requires at least: 3.4
6
  Tested up to: 4.2
7
- Stable tag: 1.0.19
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -14,6 +14,9 @@ Contact Form Builder is an intuitive tool for creating contact forms.
14
  Create responsive FREE contact forms with multiple templates and theme options.
15
 
16
  [WordPress Contact Form Builder](http://web-dorado.com/products/wordpress-contact-form-builder.html)
 
 
 
17
 
18
  Contact Form Builder is the best tool for quickly arranging a contact form for your clients and visitors. The form includes all of the form field types necessary to create a complete contact form, where is those can be activated and deactivated, as well as rearranged.
19
  The responsiveness of the product allows you to become available for contacting using various gadgets.
@@ -132,6 +135,10 @@ After downloading the ZIP file,
132
 
133
  == Changelog ==
134
 
 
 
 
 
135
  = 1.0.19 =
136
  Fixed: Blocked IPs color.
137
  New: Backend trnaslation.
1
  === Contact Form Builder ===
2
  Contributors: webdorado
3
  Donate link: http://web-dorado.com/products/wordpress-contact-form-builder.html
4
+ Tags: form, forms, contact form, contact forms, contact form plugin, contact forms plugin, forms plugin, Contact Form Builder, contact form manager, multiple contact forms, custom form, Contact Form Builder with recaptcha, contact form with google map, feedback form, feedback forms, contact us, wordpress contact form, email form, feedback, web form, contact me, email, contact manager, contact us form, admin, captcha, contact, database, email, javascript, jquery, page, plugin, survey, widget, custom form, forms creator, input, validation, send copy, form with captcha, advanced form, recaptcha
5
  Requires at least: 3.4
6
  Tested up to: 4.2
7
+ Stable tag: 1.0.20
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
14
  Create responsive FREE contact forms with multiple templates and theme options.
15
 
16
  [WordPress Contact Form Builder](http://web-dorado.com/products/wordpress-contact-form-builder.html)
17
+ [Demo](http://wpdemo.web-dorado.com/contact-form-builder/)
18
+ [Demo Admin](http://wpdemo.web-dorado.com/wp-admin/admin.php?page=manage_cfm)
19
+ [User Manual](https://web-dorado.com/wordpress-contact-form-builder/installing.html)
20
 
21
  Contact Form Builder is the best tool for quickly arranging a contact form for your clients and visitors. The form includes all of the form field types necessary to create a complete contact form, where is those can be activated and deactivated, as well as rearranged.
22
  The responsiveness of the product allows you to become available for contacting using various gadgets.
135
 
136
  == Changelog ==
137
 
138
+ 1.0.20
139
+ Fixed: Alert messages with single quotes.
140
+ Fixed: Some countries translations.
141
+
142
  = 1.0.19 =
143
  Fixed: Blocked IPs color.
144
  New: Backend trnaslation.