Custom Contact Forms - Version 4.7.0.5

Version Description

  • custom-contact-forms-front.php - Notice bugs fixed
  • custom-contact-forms.php - Notice bugs fixed
  • modules/db/custom-contact-forms-activate-db.php - Notice bugs fixed
  • modules/db/custom-contact-forms-db.php - Notice bugs fixed
  • modules/extra_fields/countries_field.php - Notice bugs fixed
  • modules/extra_fields/states_field.php - Notice bugs fixed
  • custom-contact-forms-admin.php - Notice bugs fixed, new language phrases added
Download this release

Release Info

Developer tlovett1
Plugin Icon 128x128 Custom Contact Forms
Version 4.7.0.5
Comparing to
See all releases

Code changes from version 4.7.0.4 to 4.7.0.5

css/custom-contact-forms-admin.css CHANGED
@@ -251,6 +251,8 @@
251
  margin:0 0em 1em 10px;
252
  }
253
 
 
 
254
  #customcontactforms-admin #field-options .evenrow-field-options div { background-color:#f0f0f0; }
255
  #customcontactforms-admin #field-options .evenrow-field-options { background-color:#f0f0f0; }
256
 
@@ -281,8 +283,8 @@
281
  }
282
  #customcontactforms-admin #create-styles .inside,
283
  #customcontactforms-admin #create-styles form { margin-top:0px; padding-top:0 }
284
- #customcontactforms-admin #create-styles .style_left { float:left; width:48% }
285
- #customcontactforms-admin #create-styles .style_right { width:48%; margin-left:51%; clear:none }
286
  #customcontactforms-admin #plugin-news {
287
 
288
  }
@@ -304,8 +306,8 @@
304
  #customcontactforms-admin #general-settings {
305
 
306
  }
307
- #customcontactforms-admin #general-settings .gleft { float:left; width:48%; clear:none; }
308
- #customcontactforms-admin #general-settings .gright { clear:none; float:none; width:48%; margin-left:49%; }
309
  #customcontactforms-admin #general-settings label { font-weight:bold; }
310
  #customcontactforms-admin #general-settings form div p.descrip {
311
  font-style:italic;
@@ -319,14 +321,14 @@
319
  #customcontactforms-admin #create-fields {
320
 
321
  }
322
- #customcontactforms-admin #create-fields .left { float:left; width:48%; }
323
- #customcontactforms-admin #create-fields .right { margin-left:50%; }
324
  #customcontactforms-admin #create-fields .file-fields { display:none; }
325
  #customcontactforms-admin #create-forms {
326
 
327
  }
328
- #customcontactforms-admin #create-forms .left { float:left; width:48%; }
329
- #customcontactforms-admin #create-forms .right { width:48%; margin-left:50%; }
330
 
331
  #customcontactforms-admin #create-forms .role{ display:inline; padding-left:5px; }
332
  #customcontactforms-admin #create-fields .attach, #customcontactforms-admin #create-forms .attach { margin-top:6px; }
251
  margin:0 0em 1em 10px;
252
  }
253
 
254
+ #customcontactforms-admin #create-field-options form ul { margin-top:0; }
255
+
256
  #customcontactforms-admin #field-options .evenrow-field-options div { background-color:#f0f0f0; }
257
  #customcontactforms-admin #field-options .evenrow-field-options { background-color:#f0f0f0; }
258
 
283
  }
284
  #customcontactforms-admin #create-styles .inside,
285
  #customcontactforms-admin #create-styles form { margin-top:0px; padding-top:0 }
286
+ #customcontactforms-admin #create-styles .style_left { float:left; width:48%; margin-top:0; }
287
+ #customcontactforms-admin #create-styles .style_right { width:48%; margin-left:51%; margin-top:0; clear:none }
288
  #customcontactforms-admin #plugin-news {
289
 
290
  }
306
  #customcontactforms-admin #general-settings {
307
 
308
  }
309
+ #customcontactforms-admin #general-settings .gleft { float:left; width:48%; margin-top:0; clear:none; }
310
+ #customcontactforms-admin #general-settings .gright { clear:none; float:none; width:48%; margin-top:0; margin-left:49%; }
311
  #customcontactforms-admin #general-settings label { font-weight:bold; }
312
  #customcontactforms-admin #general-settings form div p.descrip {
313
  font-style:italic;
321
  #customcontactforms-admin #create-fields {
322
 
323
  }
324
+ #customcontactforms-admin #create-fields .left { float:left; width:48%; margin-top:0; }
325
+ #customcontactforms-admin #create-fields .right { margin-left:50%; margin-top:0; }
326
  #customcontactforms-admin #create-fields .file-fields { display:none; }
327
  #customcontactforms-admin #create-forms {
328
 
329
  }
330
+ #customcontactforms-admin #create-forms .left { float:left; width:48%; margin-top:0; }
331
+ #customcontactforms-admin #create-forms .right { width:48%; margin-left:50%; margin-top:0; }
332
 
333
  #customcontactforms-admin #create-forms .role{ display:inline; padding-left:5px; }
334
  #customcontactforms-admin #create-fields .attach, #customcontactforms-admin #create-forms .attach { margin-top:6px; }
custom-contact-forms-admin.php CHANGED
@@ -37,7 +37,7 @@ if (!class_exists('CustomContactFormsAdmin')) {
37
  }
38
 
39
  function downloadExportFile() {
40
- if ($_POST['ccf_export']) {
41
  //chmod('modules/export/', 0777);
42
  ccf_utils::load_module('export/custom-contact-forms-export.php');
43
  $transit = new CustomContactFormsExport(parent::getAdminOptionsName());
@@ -48,7 +48,7 @@ if (!class_exists('CustomContactFormsAdmin')) {
48
  }
49
 
50
  function runImport() {
51
- if ($_POST['ccf_clear_import'] || $_POST['ccf_merge_import']) {
52
  //chmod('modules/export/', 0777);
53
  ccf_utils::load_module('export/custom-contact-forms-export.php');
54
  $transit = new CustomContactFormsExport(parent::getAdminOptionsName());
@@ -181,7 +181,7 @@ if (!class_exists('CustomContactFormsAdmin')) {
181
  'more_options' => __('More Options', 'custom-contact-forms'),
182
  'expand' => __('Expand', 'custom-contact-forms'),
183
  'click_to_confirm' => __('Click to Confirm', 'custom-contact-forms'),
184
- 'selected_tab' => ($_POST['selected_tab']) ? $_POST['selected_tab'] : 0,
185
  'delete_confirm' => __('Are you sure you want to delete this', 'custom-contact-forms'),
186
  'error' => __('An error has occured. Please try again later.', 'custom-contact-forms'),
187
  'nothing_to_show' => __('Nothing to show.', 'custom-contact-forms'),
@@ -220,7 +220,7 @@ if (!class_exists('CustomContactFormsAdmin')) {
220
 
221
  function handleAdminPostRequests() {
222
  $out = array('success' => true);
223
- if ($_POST['object_create']) {
224
  if ($_POST['object_type'] == 'form') {
225
  if (parent::insertForm($_POST['object']) != false)
226
  $this->action_complete = __('A new form was successfully created!', 'custom-contact-forms');
@@ -237,7 +237,7 @@ if (!class_exists('CustomContactFormsAdmin')) {
237
  return $out;
238
  }
239
 
240
- if ($_POST['object_attach']) {
241
  if ($_POST['object_type'] == 'form') {
242
  if (parent::addFieldToForm($_POST['attach_object_id'], $_POST['object_id']) != false)
243
  $this->action_complete = __('A field was successful attached!', 'custom-contact-forms');
@@ -248,7 +248,7 @@ if (!class_exists('CustomContactFormsAdmin')) {
248
  return $out;
249
  }
250
 
251
- if ($_POST['object_detach']) {
252
  if ($_POST['object_type'] == 'form') {
253
  if (parent::detachField($_POST['detach_object_id'], $_POST['object_id']) != false)
254
  $this->action_complete = __('A field was successful detached!', 'custom-contact-forms');
@@ -263,19 +263,19 @@ if (!class_exists('CustomContactFormsAdmin')) {
263
  $out['object_bulk_action'] = $_POST['object_bulk_action'];
264
  if ($_POST['object_bulk_action'] == 'edit') {
265
  foreach ($_POST['objects'] as $obj) {
266
- if ($obj['object_do'] == 1) {
267
  if ($obj['object_type'] == 'form') {
268
  parent::updateForm($obj['values'], $obj['object_id']);
269
- if ($obj['detach_confirm'] == 1 && $obj['detach'] > 0) {
270
  parent::detachField($obj['detach'], $obj['object_id']);
271
- } if ($obj['attach_confirm'] == 1 && $obj['attach'] > 0) {
272
  parent::addFieldToForm($obj['attach'], $obj['object_id']);
273
  }
274
  } elseif ($obj['object_type'] == 'field') {
275
  parent::updateField($obj['values'], $obj['object_id']);
276
- if ($obj['detach_confirm'] == 1 && $obj['detach'] > 0) {
277
  parent::detachFieldOption($obj['detach'], $obj['object_id']);
278
- } if ($obj['attach_confirm'] == 1 && $obj['attach'] > 0) {
279
  parent::addFieldOptionToField($obj['attach'], $obj['object_id']);
280
  }
281
  } elseif ($obj['object_type'] == 'field_option') parent::updateFieldOption($obj['values'], $obj['object_id']);
@@ -288,7 +288,7 @@ if (!class_exists('CustomContactFormsAdmin')) {
288
 
289
  elseif ($_POST['object_bulk_action'] == 'delete') {
290
  foreach ($_POST['objects'] as $obj) {
291
- if ($obj['object_do'] == 1) {
292
  if ($obj['object_type'] == 'form') parent::deleteForm($obj['object_id']);
293
  elseif ($obj['object_type'] == 'field') parent::deleteField($obj['object_id']);
294
  elseif ($obj['object_type'] == 'field_option') parent::deleteFieldOption($obj['object_id']);
@@ -334,15 +334,15 @@ if (!class_exists('CustomContactFormsAdmin')) {
334
  update_option(parent::getAdminOptionsName(), $admin_options);
335
  }
336
  $this->handleAdminPostRequests();
337
- if ($_POST['insert_default_content']) {
338
  ccf_utils::load_module('db/custom-contact-forms-default-db.php');
339
  $this->action_complete = __('Default content has been inserted!', 'custom-contact-forms');
340
  new CustomContactFormsDefaultDB();
341
- } elseif ($_POST['contact_author']) {
342
  $this->action_complete = __('Your message has been sent!', 'custom-contact-forms');
343
  $this_url = (!empty($_SERVER['HTTP_REFERER'])) ? $_SERVER['HTTP_REFERER'] : $_SERVER['SERVER_NAME'];
344
  $this->contactAuthor($_POST['name'], $_POST['email'], $this_url, $_POST['message'], $_POST['type'], $_POST['host'], $_POST['ccf-version'], $_POST['wp-version']);
345
- } elseif ($_GET['clear_tables'] == 1) {
346
  parent::emptyAllTables();
347
  }
348
  $styles = parent::selectAllStyles();
@@ -538,7 +538,10 @@ if (!class_exists('CustomContactFormsAdmin')) {
538
  $form_methods = str_replace('<option>'.$forms[$i]->form_method.'</option>', '<option selected="selected">'.$forms[$i]->form_method.'</option>', $form_methods);
539
  $add_fields = $this->getFieldsForm();
540
  $this_style = parent::selectStyle($forms[$i]->form_style, '');
541
- $sty_opt = str_replace('<option value="'.$forms[$i]->form_style.'">'.$this_style->style_slug.'</option>', '<option value="'.$forms[$i]->form_style.'" selected="selected">'.$this_style->style_slug.'</option>', $style_options);
 
 
 
542
  ?>
543
  <tr class="row-form-<?php echo $forms[$i]->id; ?> <?php if ($i % 2 == 0) echo 'ccf-evenrow'; ?>">
544
  <td><input type="checkbox" class="object-check" value="1" name="objects[<?php echo $i; ?>][object_do]" /></td>
@@ -632,7 +635,7 @@ if (!class_exists('CustomContactFormsAdmin')) {
632
  ?>
633
  <span class="form-detach-check">
634
  <input type="checkbox" class="detach-check" value="1" name="objects[<?php echo $i; ?>][detach_confirm]" />
635
- <span class="detach-lang">(Check to detach field)</span>
636
  </span>
637
  <br />
638
  <span class="ccf-red ccf-bold">*</span>
@@ -647,7 +650,7 @@ if (!class_exists('CustomContactFormsAdmin')) {
647
  </select>
648
  <span class="form-attach-check">
649
  <input class="attach-check" type="checkbox" name="objects[<?php echo $i; ?>][attach_confirm]" value="1" />
650
- <span class="attach-lang">((Check to attach field)</span>
651
  </span>
652
  <br />
653
  <span class="ccf-red ccf-bold">*</span>
@@ -1909,7 +1912,7 @@ if (!class_exists('CustomContactFormsAdmin')) {
1909
 
1910
  function printFormSubmissionsPage() {
1911
  $this->handleAdminPostRequests();
1912
- if ($admin_options['show_install_popover'] == 1) {
1913
  $admin_options['show_install_popover'] = 0;
1914
  ?>
1915
  <script type="text/javascript" language="javascript">
@@ -2051,17 +2054,17 @@ if (!class_exists('CustomContactFormsAdmin')) {
2051
  </script>
2052
  <?php
2053
  update_option(parent::getAdminOptionsName(), $admin_options);
2054
- } if ($_POST['general_settings']) {
2055
  $_POST['settings'] = array_map(array('ccf_utils', 'encodeOption'), $_POST['settings']);
2056
  $admin_options = array_merge($admin_options, $_POST['settings']);
2057
- $admin_options[show_widget_categories] = $_POST['settings']['show_widget_categories'];
2058
- $admin_options[show_widget_singles] = $_POST['settings']['show_widget_singles'];
2059
- $admin_options[show_widget_pages] = $_POST['settings']['show_widget_pages'];
2060
- $admin_options[show_widget_archives] = $_POST['settings']['show_widget_archives'];
2061
- $admin_options[show_widget_home] = $_POST['settings']['show_widget_home'];
2062
  $this->action_complete = __('Your settings have been successfully saved!', 'custom-contact-forms');
2063
  update_option(parent::getAdminOptionsName(), $admin_options);
2064
- } elseif ($_POST['configure_mail']) {
2065
  $_POST['mail_config'] = array_map(array('ccf_utils', 'encodeOption'), $_POST['mail_config']);
2066
  $admin_options = array_merge($admin_options, $_POST['mail_config']);
2067
  $this->action_complete = __('Your mail settings have been successfully saved!', 'custom-contact-forms');
@@ -2336,7 +2339,7 @@ if (!class_exists('CustomContactFormsAdmin')) {
2336
  </select>
2337
  </li>
2338
  <li class="descrip">
2339
- <?php _e("The form access manager within each form allows you to control who can view your form. However, that will take effect on any of your forms unless this is enabled.", 'custom-contact-forms'); ?>
2340
  </li>
2341
  <li>
2342
  <label for="max_file_upload_size">
37
  }
38
 
39
  function downloadExportFile() {
40
+ if (isset($_POST['ccf_export'])) {
41
  //chmod('modules/export/', 0777);
42
  ccf_utils::load_module('export/custom-contact-forms-export.php');
43
  $transit = new CustomContactFormsExport(parent::getAdminOptionsName());
48
  }
49
 
50
  function runImport() {
51
+ if (isset($_POST['ccf_clear_import']) || isset($_POST['ccf_merge_import'])) {
52
  //chmod('modules/export/', 0777);
53
  ccf_utils::load_module('export/custom-contact-forms-export.php');
54
  $transit = new CustomContactFormsExport(parent::getAdminOptionsName());
181
  'more_options' => __('More Options', 'custom-contact-forms'),
182
  'expand' => __('Expand', 'custom-contact-forms'),
183
  'click_to_confirm' => __('Click to Confirm', 'custom-contact-forms'),
184
+ 'selected_tab' => (isset($_POST['selected_tab'])) ? $_POST['selected_tab'] : 0,
185
  'delete_confirm' => __('Are you sure you want to delete this', 'custom-contact-forms'),
186
  'error' => __('An error has occured. Please try again later.', 'custom-contact-forms'),
187
  'nothing_to_show' => __('Nothing to show.', 'custom-contact-forms'),
220
 
221
  function handleAdminPostRequests() {
222
  $out = array('success' => true);
223
+ if (isset($_POST['object_create'])) {
224
  if ($_POST['object_type'] == 'form') {
225
  if (parent::insertForm($_POST['object']) != false)
226
  $this->action_complete = __('A new form was successfully created!', 'custom-contact-forms');
237
  return $out;
238
  }
239
 
240
+ if (isset($_POST['object_attach'])) {
241
  if ($_POST['object_type'] == 'form') {
242
  if (parent::addFieldToForm($_POST['attach_object_id'], $_POST['object_id']) != false)
243
  $this->action_complete = __('A field was successful attached!', 'custom-contact-forms');
248
  return $out;
249
  }
250
 
251
+ if (isset($_POST['object_detach'])) {
252
  if ($_POST['object_type'] == 'form') {
253
  if (parent::detachField($_POST['detach_object_id'], $_POST['object_id']) != false)
254
  $this->action_complete = __('A field was successful detached!', 'custom-contact-forms');
263
  $out['object_bulk_action'] = $_POST['object_bulk_action'];
264
  if ($_POST['object_bulk_action'] == 'edit') {
265
  foreach ($_POST['objects'] as $obj) {
266
+ if (isset($obj['object_do']) && $obj['object_do'] == 1) {
267
  if ($obj['object_type'] == 'form') {
268
  parent::updateForm($obj['values'], $obj['object_id']);
269
+ if (isset($obj['detach_confirm']) && $obj['detach_confirm'] == 1 && $obj['detach'] > 0) {
270
  parent::detachField($obj['detach'], $obj['object_id']);
271
+ } if (isset($obj['attach_confirm']) && $obj['attach_confirm'] == 1 && $obj['attach'] > 0) {
272
  parent::addFieldToForm($obj['attach'], $obj['object_id']);
273
  }
274
  } elseif ($obj['object_type'] == 'field') {
275
  parent::updateField($obj['values'], $obj['object_id']);
276
+ if (isset($obj['detach_confirm']) && $obj['detach_confirm'] == 1 && $obj['detach'] > 0) {
277
  parent::detachFieldOption($obj['detach'], $obj['object_id']);
278
+ } if (isset($obj['attach_confirm']) && $obj['attach_confirm'] == 1 && $obj['attach'] > 0) {
279
  parent::addFieldOptionToField($obj['attach'], $obj['object_id']);
280
  }
281
  } elseif ($obj['object_type'] == 'field_option') parent::updateFieldOption($obj['values'], $obj['object_id']);
288
 
289
  elseif ($_POST['object_bulk_action'] == 'delete') {
290
  foreach ($_POST['objects'] as $obj) {
291
+ if (isset($obj['object_do']) && $obj['object_do'] == 1) {
292
  if ($obj['object_type'] == 'form') parent::deleteForm($obj['object_id']);
293
  elseif ($obj['object_type'] == 'field') parent::deleteField($obj['object_id']);
294
  elseif ($obj['object_type'] == 'field_option') parent::deleteFieldOption($obj['object_id']);
334
  update_option(parent::getAdminOptionsName(), $admin_options);
335
  }
336
  $this->handleAdminPostRequests();
337
+ if (isset($_POST['insert_default_content'])) {
338
  ccf_utils::load_module('db/custom-contact-forms-default-db.php');
339
  $this->action_complete = __('Default content has been inserted!', 'custom-contact-forms');
340
  new CustomContactFormsDefaultDB();
341
+ } elseif (isset($_POST['contact_author'])) {
342
  $this->action_complete = __('Your message has been sent!', 'custom-contact-forms');
343
  $this_url = (!empty($_SERVER['HTTP_REFERER'])) ? $_SERVER['HTTP_REFERER'] : $_SERVER['SERVER_NAME'];
344
  $this->contactAuthor($_POST['name'], $_POST['email'], $this_url, $_POST['message'], $_POST['type'], $_POST['host'], $_POST['ccf-version'], $_POST['wp-version']);
345
+ } elseif (isset($_GET['clear_tables']) && $_GET['clear_tables'] == 1) {
346
  parent::emptyAllTables();
347
  }
348
  $styles = parent::selectAllStyles();
538
  $form_methods = str_replace('<option>'.$forms[$i]->form_method.'</option>', '<option selected="selected">'.$forms[$i]->form_method.'</option>', $form_methods);
539
  $add_fields = $this->getFieldsForm();
540
  $this_style = parent::selectStyle($forms[$i]->form_style, '');
541
+ if ($this_style != NULL)
542
+ $sty_opt = str_replace('<option value="'.$forms[$i]->form_style.'">'.$this_style->style_slug.'</option>', '<option value="'.$forms[$i]->form_style.'" selected="selected">'.$this_style->style_slug.'</option>', $style_options);
543
+ else
544
+ $sty_opt = $style_options;
545
  ?>
546
  <tr class="row-form-<?php echo $forms[$i]->id; ?> <?php if ($i % 2 == 0) echo 'ccf-evenrow'; ?>">
547
  <td><input type="checkbox" class="object-check" value="1" name="objects[<?php echo $i; ?>][object_do]" /></td>
635
  ?>
636
  <span class="form-detach-check">
637
  <input type="checkbox" class="detach-check" value="1" name="objects[<?php echo $i; ?>][detach_confirm]" />
638
+ <span class="detach-lang"><?php _e('(Check to detach field)', 'custom-contact-forms'); ?></span>
639
  </span>
640
  <br />
641
  <span class="ccf-red ccf-bold">*</span>
650
  </select>
651
  <span class="form-attach-check">
652
  <input class="attach-check" type="checkbox" name="objects[<?php echo $i; ?>][attach_confirm]" value="1" />
653
+ <span class="attach-lang"><?php _e("(Check to attach field)", "custom-contact-forms"); ?></span>
654
  </span>
655
  <br />
656
  <span class="ccf-red ccf-bold">*</span>
1912
 
1913
  function printFormSubmissionsPage() {
1914
  $this->handleAdminPostRequests();
1915
+ if (isset($admin_options['show_install_popover']) && $admin_options['show_install_popover'] == 1) {
1916
  $admin_options['show_install_popover'] = 0;
1917
  ?>
1918
  <script type="text/javascript" language="javascript">
2054
  </script>
2055
  <?php
2056
  update_option(parent::getAdminOptionsName(), $admin_options);
2057
+ } if (isset($_POST['general_settings'])) {
2058
  $_POST['settings'] = array_map(array('ccf_utils', 'encodeOption'), $_POST['settings']);
2059
  $admin_options = array_merge($admin_options, $_POST['settings']);
2060
+ $admin_options['show_widget_categories'] = $_POST['settings']['show_widget_categories'];
2061
+ $admin_options['show_widget_singles'] = $_POST['settings']['show_widget_singles'];
2062
+ $admin_options['show_widget_pages'] = $_POST['settings']['show_widget_pages'];
2063
+ $admin_options['show_widget_archives'] = $_POST['settings']['show_widget_archives'];
2064
+ $admin_options['show_widget_home'] = $_POST['settings']['show_widget_home'];
2065
  $this->action_complete = __('Your settings have been successfully saved!', 'custom-contact-forms');
2066
  update_option(parent::getAdminOptionsName(), $admin_options);
2067
+ } elseif (isset($_POST['configure_mail'])) {
2068
  $_POST['mail_config'] = array_map(array('ccf_utils', 'encodeOption'), $_POST['mail_config']);
2069
  $admin_options = array_merge($admin_options, $_POST['mail_config']);
2070
  $this->action_complete = __('Your mail settings have been successfully saved!', 'custom-contact-forms');
2339
  </select>
2340
  </li>
2341
  <li class="descrip">
2342
+ <?php _e("The form access manager within each form allows you to control who can view your form. However, that will not take effect on any of your forms unless this is enabled.", 'custom-contact-forms'); ?>
2343
  </li>
2344
  <li>
2345
  <label for="max_file_upload_size">
custom-contact-forms-front.php CHANGED
@@ -230,7 +230,7 @@ if (!class_exists('CustomContactFormsFront')) {
230
  $instructions = (empty($field->field_instructions)) ? '' : 'title="' . $field->field_instructions . $req_long . '" ';
231
  $tooltip_class = (empty($field->field_instructions)) ? '' : 'ccf-tooltip-field';
232
  if ($admin_options['enable_widget_tooltips'] == 0 && $is_widget_form) $instructions = '';
233
- if ($_SESSION['ccf_fields'][$field->field_slug]) {
234
  if ($admin_options['remember_field_values'] == 1)
235
  $field_value = $_SESSION['ccf_fields'][$field->field_slug];
236
  } if ($field->field_slug == 'captcha') {
@@ -309,7 +309,6 @@ if (!class_exists('CustomContactFormsFront')) {
309
  $out .= '<input name="form_page" value="'.$_SERVER['REQUEST_URI'].'" type="hidden"'.$code_type.'>'."\n".'<input type="hidden" name="fid" value="'.$form->id.'"'.$code_type.'>'."\n".$hiddens."\n".'<input type="submit" id="submit-' . $form->id . '-'.$form_key.'" class="submit" value="' . $submit_text . '" name="customcontactforms_submit"'.$code_type.'>';
310
  if (!empty($add_reset)) $out .= $add_reset;
311
  $out .= "\n" . '</form>';
312
- if ($admin_options['author_link'] == 1) $out .= "\n".'<a style="display:none;" href="http://www.taylorlovett.com" title="Rockville Web Developer, Wordpress Plugins">Wordpress plugin expert and Maryland Web Developer Taylor Lovett</a>';
313
 
314
  if ($form->form_style != 0) {
315
  $no_border = array('', '0', '0px', '0%', '0pt', '0em');
@@ -379,14 +378,14 @@ if (!class_exists('CustomContactFormsFront')) {
379
  }
380
 
381
  function processForms() {
382
- if ($_POST['ccf_customhtml'] || $_POST['customcontactforms_submit']) {
383
  // BEGIN define common language vars
384
  $lang = array();
385
  $lang['field_blank'] = __('You left this field blank: ', 'custom-contact-forms');
386
  $lang['form_page'] = __('Form Displayed on Page: ', 'custom-contact-forms');
387
  $lang['sender_ip'] = __('Sender IP: ', 'custom-contact-forms');
388
  // END define common language vars
389
- } if ($_POST['ccf_customhtml']) {
390
  $admin_options = parent::getAdminOptions();
391
  $fixed_customhtml_fields = array('required_fields', 'success_message', 'thank_you_page', 'destination_email', 'ccf_customhtml');
392
  $req_fields = $this->requiredFieldsArrayFromList($_POST['required_fields']);
@@ -444,7 +443,7 @@ if (!class_exists('CustomContactFormsFront')) {
444
  add_action('wp_footer', array(&$this, 'insertFormSuccessCode'), 1);
445
  }
446
  unset($_POST);
447
- } elseif ($_POST['customcontactforms_submit']) {
448
  ccf_utils::startSession();
449
  $this->error_return = $_POST['form_page'];
450
  $admin_options = parent::getAdminOptions();
@@ -453,7 +452,7 @@ if (!class_exists('CustomContactFormsFront')) {
453
  $form = parent::selectForm($_POST['fid']);
454
  $checks = array();
455
  $reply = ($_POST['fixedEmail']) ? $_POST['fixedEmail'] : NULL;
456
- $fixed_subject = ($_POST['emailSubject']) ? $_POST['emailSubject'] : NULL;
457
  $cap_name = 'ccf_captcha_' . $_POST['fid'];
458
  foreach ($fields as $field_id) {
459
  $field = parent::selectField($field_id, '');
230
  $instructions = (empty($field->field_instructions)) ? '' : 'title="' . $field->field_instructions . $req_long . '" ';
231
  $tooltip_class = (empty($field->field_instructions)) ? '' : 'ccf-tooltip-field';
232
  if ($admin_options['enable_widget_tooltips'] == 0 && $is_widget_form) $instructions = '';
233
+ if (isset($_SESSION['ccf_fields'][$field->field_slug])) {
234
  if ($admin_options['remember_field_values'] == 1)
235
  $field_value = $_SESSION['ccf_fields'][$field->field_slug];
236
  } if ($field->field_slug == 'captcha') {
309
  $out .= '<input name="form_page" value="'.$_SERVER['REQUEST_URI'].'" type="hidden"'.$code_type.'>'."\n".'<input type="hidden" name="fid" value="'.$form->id.'"'.$code_type.'>'."\n".$hiddens."\n".'<input type="submit" id="submit-' . $form->id . '-'.$form_key.'" class="submit" value="' . $submit_text . '" name="customcontactforms_submit"'.$code_type.'>';
310
  if (!empty($add_reset)) $out .= $add_reset;
311
  $out .= "\n" . '</form>';
 
312
 
313
  if ($form->form_style != 0) {
314
  $no_border = array('', '0', '0px', '0%', '0pt', '0em');
378
  }
379
 
380
  function processForms() {
381
+ if (isset($_POST['ccf_customhtml']) || isset($_POST['customcontactforms_submit'])) {
382
  // BEGIN define common language vars
383
  $lang = array();
384
  $lang['field_blank'] = __('You left this field blank: ', 'custom-contact-forms');
385
  $lang['form_page'] = __('Form Displayed on Page: ', 'custom-contact-forms');
386
  $lang['sender_ip'] = __('Sender IP: ', 'custom-contact-forms');
387
  // END define common language vars
388
+ } if (isset($_POST['ccf_customhtml'])) {
389
  $admin_options = parent::getAdminOptions();
390
  $fixed_customhtml_fields = array('required_fields', 'success_message', 'thank_you_page', 'destination_email', 'ccf_customhtml');
391
  $req_fields = $this->requiredFieldsArrayFromList($_POST['required_fields']);
443
  add_action('wp_footer', array(&$this, 'insertFormSuccessCode'), 1);
444
  }
445
  unset($_POST);
446
+ } elseif (isset($_POST['customcontactforms_submit'])) {
447
  ccf_utils::startSession();
448
  $this->error_return = $_POST['form_page'];
449
  $admin_options = parent::getAdminOptions();
452
  $form = parent::selectForm($_POST['fid']);
453
  $checks = array();
454
  $reply = ($_POST['fixedEmail']) ? $_POST['fixedEmail'] : NULL;
455
+ $fixed_subject = (isset($_POST['emailSubject'])) ? $_POST['emailSubject'] : NULL;
456
  $cap_name = 'ccf_captcha_' . $_POST['fid'];
457
  foreach ($fields as $field_id) {
458
  $field = parent::selectField($field_id, '');
custom-contact-forms.php CHANGED
@@ -3,7 +3,7 @@
3
  Plugin Name: Custom Contact Forms
4
  Plugin URI: http://taylorlovett.com/wordpress-plugins
5
  Description: Guaranteed to be 1000X more customizable and intuitive than Fast Secure Contact Forms or Contact Form 7. Customize every aspect of your forms without any knowledge of CSS: borders, padding, sizes, colors. Ton's of great features. Required fields, form submissions saved to database, captchas, tooltip popovers, unlimited fields/forms/form styles, import/export, use a custom thank you page or built-in popover with a custom success message set for each form.
6
- Version: 4.7.0.4
7
  Author: Taylor Lovett
8
  Author URI: http://www.taylorlovett.com
9
  */
@@ -59,7 +59,7 @@ if (!class_exists('CustomContactForms')) {
59
  foreach ($customcontactOptions as $key => $option)
60
  $customcontactAdminOptions[$key] = $option;
61
  }
62
- update_option($this->getAdminOptionsName, $customcontactAdminOptions);
63
  return $customcontactAdminOptions;
64
  }
65
  }
@@ -88,7 +88,7 @@ if (!is_admin()) { /* is front */
88
 
89
  add_filter('the_content', array(&$custom_contact_front, 'contentFilter'));
90
  } else { /* is admin */
91
- $GLOBALS['ccf_current_page'] = ($_GET['page']) ? $_GET['page'] : '';
92
  require_once('custom-contact-forms-admin.php');
93
  $custom_contact_admin = new CustomContactFormsAdmin();
94
  if (!function_exists('CustomContactForms_ap')) {
@@ -104,7 +104,7 @@ if (!is_admin()) { /* is front */
104
  }
105
  }
106
  $admin_options = $custom_contact_admin->getAdminOptions();
107
- if ($admin_options['enable_dashboard_widget'] == 1) {
108
  ccf_utils::load_module('widget/custom-contact-forms-dashboard.php');
109
  $ccf_dashboard = new CustomContactFormsDashboard();
110
  if ($ccf_dashboard->isDashboardPage()) {
3
  Plugin Name: Custom Contact Forms
4
  Plugin URI: http://taylorlovett.com/wordpress-plugins
5
  Description: Guaranteed to be 1000X more customizable and intuitive than Fast Secure Contact Forms or Contact Form 7. Customize every aspect of your forms without any knowledge of CSS: borders, padding, sizes, colors. Ton's of great features. Required fields, form submissions saved to database, captchas, tooltip popovers, unlimited fields/forms/form styles, import/export, use a custom thank you page or built-in popover with a custom success message set for each form.
6
+ Version: 4.7.0.5
7
  Author: Taylor Lovett
8
  Author URI: http://www.taylorlovett.com
9
  */
59
  foreach ($customcontactOptions as $key => $option)
60
  $customcontactAdminOptions[$key] = $option;
61
  }
62
+ update_option($this->getAdminOptionsName(), $customcontactAdminOptions);
63
  return $customcontactAdminOptions;
64
  }
65
  }
88
 
89
  add_filter('the_content', array(&$custom_contact_front, 'contentFilter'));
90
  } else { /* is admin */
91
+ $GLOBALS['ccf_current_page'] = (isset($_GET['page'])) ? $_GET['page'] : '';
92
  require_once('custom-contact-forms-admin.php');
93
  $custom_contact_admin = new CustomContactFormsAdmin();
94
  if (!function_exists('CustomContactForms_ap')) {
104
  }
105
  }
106
  $admin_options = $custom_contact_admin->getAdminOptions();
107
+ if (isset($admin_options['enable_dashboard_widget']) && $admin_options['enable_dashboard_widget'] == 1) {
108
  ccf_utils::load_module('widget/custom-contact-forms-dashboard.php');
109
  $ccf_dashboard = new CustomContactFormsDashboard();
110
  if ($ccf_dashboard->isDashboardPage()) {
lang/custom-contact-forms.mo CHANGED
Binary file
lang/custom-contact-forms.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: custom-contact-forms\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2011-09-01 08:29-0800\n"
6
- "PO-Revision-Date: 2011-09-01 08:39-0800\n"
7
  "Last-Translator: Taylor Lovett <admin@taylorlovett.com>\n"
8
  "Language-Team: TaylorLovett.com <admin@taylorlovett.com>\n"
9
  "MIME-Version: 1.0\n"
@@ -135,39 +135,32 @@ msgid "Your message has been sent!"
135
  msgstr ""
136
 
137
  #: ../custom-contact-forms-admin.php:356
138
- #: ../custom-contact-forms-admin.php:1932
139
- #: ../custom-contact-forms-admin.php:2075
140
- #: ../custom-contact-forms-front.php:567
141
  #: ../custom-contact-forms.php:99
142
  #: ../custom-contact-forms.php:100
143
  msgid "Custom Contact Forms"
144
  msgstr ""
145
 
146
  #: ../custom-contact-forms-admin.php:364
147
- #: ../custom-contact-forms-admin.php:2455
148
- #: ../custom-contact-forms-admin.php:2473
149
- #: ../modules/usage_popover/custom-contact-forms-usage-popover.php:5
150
- #: ../modules/usage_popover/custom-contact-forms-usage-popover.php:242
151
  msgid "Forms"
152
  msgstr ""
153
 
154
  #: ../custom-contact-forms-admin.php:365
155
- #: ../custom-contact-forms-admin.php:2467
156
- #: ../modules/usage_popover/custom-contact-forms-usage-popover.php:8
157
- #: ../modules/usage_popover/custom-contact-forms-usage-popover.php:49
158
  msgid "Fields"
159
  msgstr ""
160
 
161
  #: ../custom-contact-forms-admin.php:366
162
- #: ../custom-contact-forms-admin.php:2479
163
- #: ../modules/usage_popover/custom-contact-forms-usage-popover.php:14
164
- #: ../modules/usage_popover/custom-contact-forms-usage-popover.php:209
165
  msgid "Field Options"
166
  msgstr ""
167
 
168
  #: ../custom-contact-forms-admin.php:367
169
- #: ../custom-contact-forms-admin.php:2485
170
- #: ../modules/usage_popover/custom-contact-forms-usage-popover.php:17
171
  msgid "Styles"
172
  msgstr ""
173
 
@@ -220,7 +213,6 @@ msgid "This is just a unique way for CCF to refer to your form. Must be unique f
220
  msgstr ""
221
 
222
  #: ../custom-contact-forms-admin.php:418
223
- #: ../modules/usage_popover/custom-contact-forms-usage-popover.php:254
224
  msgid "Form Title:"
225
  msgstr ""
226
 
@@ -229,17 +221,14 @@ msgid "This text is displayed above the form as the heading."
229
  msgstr ""
230
 
231
  #: ../custom-contact-forms-admin.php:425
232
- #: ../modules/usage_popover/custom-contact-forms-usage-popover.php:269
233
  msgid "Form Style:"
234
  msgstr ""
235
 
236
  #: ../custom-contact-forms-admin.php:432
237
- #: ../modules/usage_popover/custom-contact-forms-usage-popover.php:274
238
  msgid "Submit Button Text:"
239
  msgstr ""
240
 
241
  #: ../custom-contact-forms-admin.php:438
242
- #: ../modules/usage_popover/custom-contact-forms-usage-popover.php:284
243
  msgid "Form Destination Email:"
244
  msgstr ""
245
 
@@ -264,23 +253,19 @@ msgid "When submitted and configured accordingly, the form will send an email wi
264
  msgstr ""
265
 
266
  #: ../custom-contact-forms-admin.php:464
267
- #: ../modules/usage_popover/custom-contact-forms-usage-popover.php:289
268
  msgid "Form Success Message:"
269
  msgstr ""
270
 
271
  #: ../custom-contact-forms-admin.php:468
272
  #: ../custom-contact-forms-admin.php:476
273
- #: ../modules/usage_popover/custom-contact-forms-usage-popover.php:296
274
  msgid "Will be displayed in a popover when the form is filled out successfully when no custom success page is specified; if left blank it will use the default specified in general settings."
275
  msgstr ""
276
 
277
  #: ../custom-contact-forms-admin.php:472
278
- #: ../modules/usage_popover/custom-contact-forms-usage-popover.php:294
279
  msgid "Form Success Message Title:"
280
  msgstr ""
281
 
282
  #: ../custom-contact-forms-admin.php:480
283
- #: ../modules/usage_popover/custom-contact-forms-usage-popover.php:299
284
  msgid "Custom Success URL:"
285
  msgstr ""
286
 
@@ -313,1305 +298,1298 @@ msgid "Form Display Code"
313
  msgstr ""
314
 
315
  #: ../custom-contact-forms-admin.php:525
316
- #: ../custom-contact-forms-admin.php:677
317
- #: ../custom-contact-forms-admin.php:836
318
- #: ../custom-contact-forms-admin.php:970
319
- #: ../custom-contact-forms-admin.php:996
320
- #: ../custom-contact-forms-admin.php:1084
321
- #: ../custom-contact-forms-admin.php:1113
322
- #: ../custom-contact-forms-admin.php:1122
323
  msgid "Slug"
324
  msgstr ""
325
 
326
  #: ../custom-contact-forms-admin.php:526
327
- #: ../custom-contact-forms-admin.php:678
328
  msgid "Destination Email"
329
  msgstr ""
330
 
331
  #: ../custom-contact-forms-admin.php:527
332
- #: ../custom-contact-forms-admin.php:679
333
  msgid "Title"
334
  msgstr ""
335
 
336
  #: ../custom-contact-forms-admin.php:528
337
- #: ../custom-contact-forms-admin.php:680
338
  msgid "Button Text"
339
  msgstr ""
340
 
341
  #: ../custom-contact-forms-admin.php:529
342
- #: ../custom-contact-forms-admin.php:681
343
  msgid "Style"
344
  msgstr ""
345
 
346
- #: ../custom-contact-forms-admin.php:562
347
  msgid "Method"
348
  msgstr ""
349
 
350
- #: ../custom-contact-forms-admin.php:563
351
  msgid "Form Action"
352
  msgstr ""
353
 
354
- #: ../custom-contact-forms-admin.php:564
355
  #: ../modules/db/custom-contact-forms-activate-db.php:226
356
  msgid "Email Subject"
357
  msgstr ""
358
 
359
- #: ../custom-contact-forms-admin.php:565
360
  msgid "Email From Name"
361
  msgstr ""
362
 
363
- #: ../custom-contact-forms-admin.php:566
364
  msgid "Success Message Title"
365
  msgstr ""
366
 
367
- #: ../custom-contact-forms-admin.php:567
368
  msgid "Success Message"
369
  msgstr ""
370
 
371
- #: ../custom-contact-forms-admin.php:568
372
  msgid "Custom Success URL"
373
  msgstr ""
374
 
375
- #: ../custom-contact-forms-admin.php:571
376
  msgid "The Form Method is the method by which information is transfer through your form. If you aren't an expert with HTML and PHP, leave this as Post."
377
  msgstr ""
378
 
379
- #: ../custom-contact-forms-admin.php:575
380
  msgid "This lets you process your forms through alternate scripts. If you use a service like InfusionSoft or Aweber, set this to be the same form action as the code provided to you by that service, otherwise leave this blank."
381
  msgstr ""
382
 
383
- #: ../custom-contact-forms-admin.php:577
384
  msgid "This is the form email subject sent to the destination email address. If left blank, the default from General Settings will be used."
385
  msgstr ""
386
 
387
- #: ../custom-contact-forms-admin.php:579
388
  msgid "This is the from name of the email sent on successful form submission. If left blank, the default from General Settings will be used."
389
  msgstr ""
390
 
391
- #: ../custom-contact-forms-admin.php:581
392
  msgid "This will be displayed as the header in a popover when the form is filled out successfully when no custom success page is specified; if left blank it will use the default specified in general settings."
393
  msgstr ""
394
 
395
- #: ../custom-contact-forms-admin.php:583
396
  msgid "This will be displayed in a popover when the form is filled out successfully when no custom success page is specified; if left blank it will use the default specified in general settings."
397
  msgstr ""
398
 
399
- #: ../custom-contact-forms-admin.php:585
400
  msgid "If this is filled out, users will be sent to this thank you page when they successfully fill out this form. If it is left blank, a popover showing the form's 'success message' will be displayed on form success."
401
  msgstr ""
402
 
403
- #: ../custom-contact-forms-admin.php:589
404
  msgid "The form display code above ([customcontact form=x]) will only work in Wordpress pages and posts. If you want to display this form in a theme file such as page.php, header.php, index.php, category.php, etc, then insert this PHP snippet."
405
  msgstr ""
406
 
407
- #: ../custom-contact-forms-admin.php:590
408
  msgid "Code to Display Form in Theme Files:"
409
  msgstr ""
410
 
411
- #: ../custom-contact-forms-admin.php:593
412
  msgid "This field allows you to insert HTML directly after the starting <form> tag."
413
  msgstr ""
414
 
415
- #: ../custom-contact-forms-admin.php:594
416
- #: ../modules/usage_popover/custom-contact-forms-usage-popover.php:279
417
  msgid "Custom Code:"
418
  msgstr ""
419
 
420
- #: ../custom-contact-forms-admin.php:596
421
  msgid "Insert the page id's that your form will be used on. This will make it so the plugin will only load JS and CSS files on these select pages. This will improve your site's load time."
422
  msgstr ""
423
 
424
- #: ../custom-contact-forms-admin.php:597
425
  msgid "Form Pages:"
426
  msgstr ""
427
 
428
- #: ../custom-contact-forms-admin.php:600
429
  msgid "If you want to show this form to only certain types of users, you can uncheck boxes accordingly. To show this form to anyone, check all the boxes. This will only take effect if 'Form Access Capabilities' is enabled in general settings."
430
  msgstr ""
431
 
432
- #: ../custom-contact-forms-admin.php:619
433
  msgid "Attached Fields:"
434
  msgstr ""
435
 
436
- #: ../custom-contact-forms-admin.php:639
 
 
 
 
437
  msgid "Attach fields in the order you want them displayed."
438
  msgstr ""
439
 
440
- #: ../custom-contact-forms-admin.php:643
441
  msgid "Attach Field:"
442
  msgstr ""
443
 
444
- #: ../custom-contact-forms-admin.php:654
445
- msgid "Attach fixed fields or ones you"
446
  msgstr ""
447
 
448
- #: ../custom-contact-forms-admin.php:656
449
- #: ../custom-contact-forms-admin.php:939
450
- msgid "create"
451
  msgstr ""
452
 
453
- #: ../custom-contact-forms-admin.php:665
454
- #: ../custom-contact-forms-admin.php:769
455
- #: ../custom-contact-forms-admin.php:865
456
- #: ../custom-contact-forms-admin.php:1031
457
- #: ../custom-contact-forms-admin.php:1041
458
- #: ../custom-contact-forms-admin.php:1144
459
- #: ../custom-contact-forms-admin.php:1203
460
- #: ../custom-contact-forms-admin.php:2116
461
- #: ../custom-contact-forms-admin.php:2229
462
- #: ../custom-contact-forms-admin.php:2274
463
- #: ../modules/db/custom-contact-forms-default-db.php:39
464
- msgid "Yes"
465
  msgstr ""
466
 
467
- #: ../custom-contact-forms-admin.php:665
468
- #: ../custom-contact-forms-admin.php:766
469
  #: ../custom-contact-forms-admin.php:868
470
  #: ../custom-contact-forms-admin.php:1034
471
- #: ../custom-contact-forms-admin.php:1144
472
- #: ../custom-contact-forms-admin.php:1203
 
473
  #: ../custom-contact-forms-admin.php:2119
474
  #: ../custom-contact-forms-admin.php:2232
475
  #: ../custom-contact-forms-admin.php:2277
 
 
 
 
 
 
 
 
 
 
 
 
 
476
  msgid "No"
477
  msgstr ""
478
 
479
- #: ../custom-contact-forms-admin.php:676
480
  msgid "Form Code"
481
  msgstr ""
482
 
483
- #: ../custom-contact-forms-admin.php:689
484
- #: ../custom-contact-forms-admin.php:981
485
- #: ../custom-contact-forms-admin.php:1095
486
- #: ../custom-contact-forms-admin.php:1160
487
- #: ../custom-contact-forms-admin.php:1784
488
- #: ../custom-contact-forms-admin.php:2029
489
  msgid "Bulk Actions"
490
  msgstr ""
491
 
492
- #: ../custom-contact-forms-admin.php:690
493
- #: ../custom-contact-forms-admin.php:982
494
- #: ../custom-contact-forms-admin.php:1096
495
- #: ../custom-contact-forms-admin.php:1161
496
- #: ../custom-contact-forms-admin.php:1785
497
  msgid "Save"
498
  msgstr ""
499
 
500
- #: ../custom-contact-forms-admin.php:691
501
- #: ../custom-contact-forms-admin.php:983
502
- #: ../custom-contact-forms-admin.php:1162
503
- #: ../custom-contact-forms-admin.php:1786
504
- #: ../custom-contact-forms-admin.php:2030
505
  msgid "Delete"
506
  msgstr ""
507
 
508
- #: ../custom-contact-forms-admin.php:692
509
- #: ../custom-contact-forms-admin.php:984
510
- #: ../custom-contact-forms-admin.php:1097
511
- #: ../custom-contact-forms-admin.php:1163
512
- #: ../custom-contact-forms-admin.php:1787
513
- #: ../custom-contact-forms-admin.php:2031
514
  msgid "Apply"
515
  msgstr ""
516
 
517
- #: ../custom-contact-forms-admin.php:700
518
  msgid "Create A Form Field"
519
  msgstr ""
520
 
521
- #: ../custom-contact-forms-admin.php:708
522
  msgid "Field Slug:"
523
  msgstr ""
524
 
525
- #: ../custom-contact-forms-admin.php:712
526
  msgid "This is just a unique way for CCF to refer to your field. Must be unique from other slugs and contain only underscores and alphanumeric characters."
527
  msgstr ""
528
 
529
- #: ../custom-contact-forms-admin.php:716
530
- #: ../modules/usage_popover/custom-contact-forms-usage-popover.php:144
531
  msgid "Field Label:"
532
  msgstr ""
533
 
534
- #: ../custom-contact-forms-admin.php:720
535
- #: ../modules/usage_popover/custom-contact-forms-usage-popover.php:146
536
  msgid "The field label is displayed next to the field and is visible to the user."
537
  msgstr ""
538
 
539
- #: ../custom-contact-forms-admin.php:724
540
- #: ../modules/usage_popover/custom-contact-forms-usage-popover.php:149
541
  msgid "Field Type:"
542
  msgstr ""
543
 
544
- #: ../custom-contact-forms-admin.php:739
545
- #: ../modules/usage_popover/custom-contact-forms-usage-popover.php:154
546
  msgid "Initial Value:"
547
  msgstr ""
548
 
549
- #: ../custom-contact-forms-admin.php:744
550
  msgid ""
551
  "This is the initial value of the field. If you set the type as checkbox, it is recommend you set this to what the checkbox is implying. For example if I were creating the checkbox \n"
552
  "\t\t\t\t\t\t'Are you human?', I would set the initial value to 'Yes'."
553
  msgstr ""
554
 
555
- #: ../custom-contact-forms-admin.php:746
556
  msgid "If you set the field type as 'Dropdown' or 'Radio', you should enter the slug of the"
557
  msgstr ""
558
 
559
- #: ../custom-contact-forms-admin.php:747
560
  msgid "Create a Field Option"
561
  msgstr ""
562
 
563
- #: ../custom-contact-forms-admin.php:747
564
  msgid "field option"
565
  msgstr ""
566
 
567
- #: ../custom-contact-forms-admin.php:748
568
  msgid "you would like initially selected."
569
  msgstr ""
570
 
571
- #: ../custom-contact-forms-admin.php:752
572
- #: ../modules/usage_popover/custom-contact-forms-usage-popover.php:159
573
  msgid "Max Length:"
574
  msgstr ""
575
 
576
- #: ../custom-contact-forms-admin.php:756
577
  msgid "0 for no limit; only applies to Text fields"
578
  msgstr ""
579
 
580
- #: ../custom-contact-forms-admin.php:762
581
- #: ../modules/usage_popover/custom-contact-forms-usage-popover.php:164
582
  msgid "Required Field:"
583
  msgstr ""
584
 
585
- #: ../custom-contact-forms-admin.php:773
586
  msgid "If a field is required and a user leaves it blank, the plugin will display an error message (which you can customize using 'Field Error') explaining the problem."
587
  msgstr ""
588
 
589
- #: ../custom-contact-forms-admin.php:777
590
- #: ../custom-contact-forms-admin.php:887
591
- #: ../custom-contact-forms-admin.php:1064
592
- #: ../modules/usage_popover/custom-contact-forms-usage-popover.php:169
593
  msgid "Field Instructions:"
594
  msgstr ""
595
 
596
- #: ../custom-contact-forms-admin.php:781
597
- #: ../custom-contact-forms-admin.php:885
598
- #: ../custom-contact-forms-admin.php:1062
599
  msgid "If this is filled out, a tooltip popover displaying this text will show when the field is selected."
600
  msgstr ""
601
 
602
- #: ../custom-contact-forms-admin.php:785
603
- #: ../custom-contact-forms-admin.php:892
604
- #: ../custom-contact-forms-admin.php:1058
605
  msgid "Field Class:"
606
  msgstr ""
607
 
608
- #: ../custom-contact-forms-admin.php:789
609
  msgid "If you manage your own .css stylesheet, you can use this to attach a class to this field. Leaving this blank will do nothing."
610
  msgstr ""
611
 
612
- #: ../custom-contact-forms-admin.php:793
613
- #: ../custom-contact-forms-admin.php:897
614
- #: ../custom-contact-forms-admin.php:1069
615
- #: ../modules/usage_popover/custom-contact-forms-usage-popover.php:174
616
  msgid "Field Error:"
617
  msgstr ""
618
 
619
- #: ../custom-contact-forms-admin.php:797
620
- #: ../modules/usage_popover/custom-contact-forms-usage-popover.php:176
621
  msgid "If a user leaves this field blank and the field is required, this error message will be shown. A generic default will show if left blank."
622
  msgstr ""
623
 
624
- #: ../custom-contact-forms-admin.php:801
625
  msgid "Max File Size Allowed:"
626
  msgstr ""
627
 
628
- #: ../custom-contact-forms-admin.php:803
629
- #: ../custom-contact-forms-admin.php:905
630
  msgid "KB"
631
  msgstr ""
632
 
633
- #: ../custom-contact-forms-admin.php:805
634
  msgid "If a user tries to upload a file larger than the max upload size, an error message will be displayed."
635
  msgstr ""
636
 
637
- #: ../custom-contact-forms-admin.php:809
638
  msgid "Allowed File Extensions for Upload:"
639
  msgstr ""
640
 
641
- #: ../custom-contact-forms-admin.php:813
642
  msgid "If a user tries to upload a file with an extension not in this list, an error will be shown. Separate file extensions with a comma. Ex: doc, jpg, jpeg, txt"
643
  msgstr ""
644
 
645
- #: ../custom-contact-forms-admin.php:818
646
  msgid "Create Field"
647
  msgstr ""
648
 
649
- #: ../custom-contact-forms-admin.php:820
650
  msgid "If this is a dropdown or radio field, you should go to the field manager below to attach field options after you create it."
651
  msgstr ""
652
 
653
- #: ../custom-contact-forms-admin.php:828
654
  msgid "Manage User Fields"
655
  msgstr ""
656
 
657
- #: ../custom-contact-forms-admin.php:837
658
- #: ../custom-contact-forms-admin.php:971
659
- #: ../custom-contact-forms-admin.php:997
660
- #: ../custom-contact-forms-admin.php:1085
661
- #: ../custom-contact-forms-admin.php:1114
662
- #: ../custom-contact-forms-admin.php:1123
663
  msgid "Label"
664
  msgstr ""
665
 
666
- #: ../custom-contact-forms-admin.php:838
667
- #: ../custom-contact-forms-admin.php:972
668
- #: ../custom-contact-forms-admin.php:998
669
- #: ../custom-contact-forms-admin.php:1086
670
  msgid "Type"
671
  msgstr ""
672
 
673
- #: ../custom-contact-forms-admin.php:839
674
- #: ../custom-contact-forms-admin.php:973
675
- #: ../custom-contact-forms-admin.php:999
676
- #: ../custom-contact-forms-admin.php:1087
677
  msgid "Initial Value"
678
  msgstr ""
679
 
680
- #: ../custom-contact-forms-admin.php:840
681
- #: ../custom-contact-forms-admin.php:974
682
- #: ../custom-contact-forms-admin.php:1000
683
- #: ../custom-contact-forms-admin.php:1088
684
  msgid "Required"
685
  msgstr ""
686
 
687
- #: ../custom-contact-forms-admin.php:841
688
- #: ../custom-contact-forms-admin.php:975
689
- #: ../custom-contact-forms-admin.php:1001
690
- #: ../custom-contact-forms-admin.php:1089
691
  msgid "Maxlength"
692
  msgstr ""
693
 
694
- #: ../custom-contact-forms-admin.php:890
695
- #: ../custom-contact-forms-admin.php:1056
696
  msgid "If you manage a .CSS file for your theme, you could create a class in that file and add it to this field. If the form attaching this field is using a \"Form Style\" other than the default, styles inherited from the \"Field Class\" might be overwritten."
697
  msgstr ""
698
 
699
- #: ../custom-contact-forms-admin.php:895
700
- #: ../custom-contact-forms-admin.php:1067
701
  msgid "This lets you customize the error message displayed when this field is required and left blank."
702
  msgstr ""
703
 
704
- #: ../custom-contact-forms-admin.php:903
705
  msgid "If a user tries to upload a file greater than the value in this field, an error will be shown. Upload size is in KB. If this is left blank or set to 0, then there will be no maximum file size for this field."
706
  msgstr ""
707
 
708
- #: ../custom-contact-forms-admin.php:904
709
  msgid "Max Upload Size"
710
  msgstr ""
711
 
712
- #: ../custom-contact-forms-admin.php:906
713
  msgid "If a user tries to upload a file with an extension not in this list, an error will be shown. If this is left blank, then all file extensions will be accepted. Separate file extensions with a comma. Ex: doc, jpg, jpeg, bmp, gif, txt"
714
  msgstr ""
715
 
716
- #: ../custom-contact-forms-admin.php:907
717
  msgid "Allowed File Extensions"
718
  msgstr ""
719
 
720
- #: ../custom-contact-forms-admin.php:937
721
  msgid "Detach field options you"
722
  msgstr ""
723
 
724
- #: ../custom-contact-forms-admin.php:956
725
  msgid "Attach field options in the order you want them to display."
726
  msgstr ""
727
 
728
- #: ../custom-contact-forms-admin.php:988
729
  msgid "Manage Fixed Fields"
730
  msgstr ""
731
 
732
- #: ../custom-contact-forms-admin.php:1017
733
- #: ../custom-contact-forms-admin.php:1048
734
- #: ../custom-contact-forms-admin.php:2402
735
  msgid "None"
736
  msgstr ""
737
 
738
- #: ../custom-contact-forms-admin.php:1104
739
  msgid "Manage Field Options"
740
  msgstr ""
741
 
742
- #: ../custom-contact-forms-admin.php:1115
743
- #: ../custom-contact-forms-admin.php:1124
744
  msgid "Value"
745
  msgstr ""
746
 
747
- #: ../custom-contact-forms-admin.php:1116
748
- #: ../custom-contact-forms-admin.php:1125
749
  msgid "Is Dead"
750
  msgstr ""
751
 
752
- #: ../custom-contact-forms-admin.php:1152
753
  msgid "No field options have been created."
754
  msgstr ""
755
 
756
- #: ../custom-contact-forms-admin.php:1171
757
  msgid "Create A Field Option"
758
  msgstr ""
759
 
760
- #: ../custom-contact-forms-admin.php:1179
761
  msgid "Option Slug:"
762
  msgstr ""
763
 
764
- #: ../custom-contact-forms-admin.php:1183
765
  msgid "Used to identify this option, solely for admin purposes; must be unique, and contain only letters, numbers, and underscores. Example: 'slug_one'"
766
  msgstr ""
767
 
768
- #: ../custom-contact-forms-admin.php:1187
769
- #: ../modules/usage_popover/custom-contact-forms-usage-popover.php:221
770
  msgid "Option Label:"
771
  msgstr ""
772
 
773
- #: ../custom-contact-forms-admin.php:1191
774
  msgid "This is what is shown to the user in the dropdown or radio field. Example: 'United States'"
775
  msgstr ""
776
 
777
- #: ../custom-contact-forms-admin.php:1195
778
- #: ../modules/usage_popover/custom-contact-forms-usage-popover.php:226
779
  msgid "Option Value:"
780
  msgstr ""
781
 
782
- #: ../custom-contact-forms-admin.php:1197
783
  msgid "This is the actual value of the option which is not shown to the user. This can be the same thing as the label. An example pairing of label => value is: 'The color green' => 'green' or 'Yes' => '1'."
784
  msgstr ""
785
 
786
- #: ../custom-contact-forms-admin.php:1199
787
  msgid "This is the actual value of the option which is not shown to the user. This can be the same thing as the label. An example pairing of label => value is: \"The color green\" => \"green\" or \"Yes\" => \"1\"."
788
  msgstr ""
789
 
790
- #: ../custom-contact-forms-admin.php:1202
791
- #: ../modules/usage_popover/custom-contact-forms-usage-popover.php:231
792
  msgid "Is Dead Option:"
793
  msgstr ""
794
 
795
- #: ../custom-contact-forms-admin.php:1204
796
  msgid "A dead option is something like 'Please Select One'. This is a useful tool for required dropdown fields. If a dead option is submitted by a user for a required dropdown field, then the user will have to go back and fill out the field again."
797
  msgstr ""
798
 
799
- #: ../custom-contact-forms-admin.php:1208
800
  msgid "Create Field Option"
801
  msgstr ""
802
 
803
- #: ../custom-contact-forms-admin.php:1221
804
  msgid "Create A Style for Your Forms"
805
  msgstr ""
806
 
807
- #: ../custom-contact-forms-admin.php:1225
808
  msgid "Use this manager to create styles for your forms. Each field is already filled out with nice look defaults. It is recommended you simply input a slug and click create to see the defaults before you start changing values."
809
  msgstr ""
810
 
811
- #: ../custom-contact-forms-admin.php:1232
812
  msgid "Style Slug:"
813
  msgstr ""
814
 
815
- #: ../custom-contact-forms-admin.php:1235
816
  msgid "(Must be unique)"
817
  msgstr ""
818
 
819
- #: ../custom-contact-forms-admin.php:1239
820
- #: ../custom-contact-forms-admin.php:1638
821
- #: ../custom-contact-forms-admin.php:1647
822
  msgid "Title Font Size:"
823
  msgstr ""
824
 
825
- #: ../custom-contact-forms-admin.php:1242
826
  msgid "(ex: 10pt, 10px, 1em)"
827
  msgstr ""
828
 
829
- #: ../custom-contact-forms-admin.php:1246
830
- #: ../custom-contact-forms-admin.php:1686
831
- #: ../custom-contact-forms-admin.php:1754
832
  msgid "Title Font Color:"
833
  msgstr ""
834
 
835
- #: ../custom-contact-forms-admin.php:1249
836
- #: ../custom-contact-forms-admin.php:1270
837
- #: ../custom-contact-forms-admin.php:1334
838
- #: ../custom-contact-forms-admin.php:1435
839
- #: ../custom-contact-forms-admin.php:1442
840
- #: ../custom-contact-forms-admin.php:1470
841
  msgid "(ex: FF0000)"
842
  msgstr ""
843
 
844
- #: ../custom-contact-forms-admin.php:1253
845
- #: ../custom-contact-forms-admin.php:1611
846
  msgid "Label Width:"
847
  msgstr ""
848
 
849
- #: ../custom-contact-forms-admin.php:1256
850
  msgid "(ex: 100px or 20%)"
851
  msgstr ""
852
 
853
- #: ../custom-contact-forms-admin.php:1260
854
- #: ../custom-contact-forms-admin.php:1652
855
  msgid "Label Font Size:"
856
  msgstr ""
857
 
858
- #: ../custom-contact-forms-admin.php:1263
859
- #: ../custom-contact-forms-admin.php:1428
860
  msgid "(ex: 10px, 10pt, 1em)"
861
  msgstr ""
862
 
863
- #: ../custom-contact-forms-admin.php:1267
864
- #: ../custom-contact-forms-admin.php:1691
865
  msgid "Label Font Color:"
866
  msgstr ""
867
 
868
- #: ../custom-contact-forms-admin.php:1274
869
- #: ../custom-contact-forms-admin.php:1578
870
  msgid "Text Field Width:"
871
  msgstr ""
872
 
873
- #: ../custom-contact-forms-admin.php:1277
874
- #: ../custom-contact-forms-admin.php:1284
875
- #: ../custom-contact-forms-admin.php:1291
876
- #: ../custom-contact-forms-admin.php:1371
877
  msgid "(ex: 100px or 100%)"
878
  msgstr ""
879
 
880
- #: ../custom-contact-forms-admin.php:1281
881
  msgid "Textarea Field Width:"
882
  msgstr ""
883
 
884
- #: ../custom-contact-forms-admin.php:1288
885
  msgid "Textarea Field Height:"
886
  msgstr ""
887
 
888
- #: ../custom-contact-forms-admin.php:1295
889
- #: ../custom-contact-forms-admin.php:1657
890
  msgid "Field Font Size:"
891
  msgstr ""
892
 
893
- #: ../custom-contact-forms-admin.php:1298
894
  msgid "(ex: 10px, 10pt, 1em"
895
  msgstr ""
896
 
897
- #: ../custom-contact-forms-admin.php:1302
898
- #: ../custom-contact-forms-admin.php:1696
899
  msgid "Field Font Color:"
900
  msgstr ""
901
 
902
- #: ../custom-contact-forms-admin.php:1305
903
- #: ../custom-contact-forms-admin.php:1341
904
  msgid "(ex: 333333)"
905
  msgstr ""
906
 
907
- #: ../custom-contact-forms-admin.php:1309
908
- #: ../custom-contact-forms-admin.php:1745
909
  msgid "Field Border Style:"
910
  msgstr ""
911
 
912
- #: ../custom-contact-forms-admin.php:1317
913
- #: ../custom-contact-forms-admin.php:1706
914
  msgid "Form Margin:"
915
  msgstr ""
916
 
917
- #: ../custom-contact-forms-admin.php:1320
918
- #: ../custom-contact-forms-admin.php:1327
919
- #: ../custom-contact-forms-admin.php:1449
920
- #: ../custom-contact-forms-admin.php:1456
921
  msgid "(ex: 5px or 1em)"
922
  msgstr ""
923
 
924
- #: ../custom-contact-forms-admin.php:1324
925
- #: ../custom-contact-forms-admin.php:1598
926
  msgid "Label Margin:"
927
  msgstr ""
928
 
929
- #: ../custom-contact-forms-admin.php:1331
930
  msgid "Textarea Background Color:"
931
  msgstr ""
932
 
933
- #: ../custom-contact-forms-admin.php:1338
934
  msgid "Success Popover Font Color:"
935
  msgstr ""
936
 
937
- #: ../custom-contact-forms-admin.php:1345
938
  msgid "Success Popover Title Font Size:"
939
  msgstr ""
940
 
941
- #: ../custom-contact-forms-admin.php:1348
942
- #: ../custom-contact-forms-admin.php:1355
943
- #: ../custom-contact-forms-admin.php:1477
944
- #: ../custom-contact-forms-admin.php:1500
945
  msgid "(ex: 12px, 1em, 100%)"
946
  msgstr ""
947
 
948
- #: ../custom-contact-forms-admin.php:1352
949
- #: ../custom-contact-forms-admin.php:1642
950
  msgid "Form Background Color:"
951
  msgstr ""
952
 
953
- #: ../custom-contact-forms-admin.php:1359
954
  msgid "Tooltip Background Color:"
955
  msgstr ""
956
 
957
- #: ../custom-contact-forms-admin.php:1362
958
  msgid "(ex: 000000 or black)"
959
  msgstr ""
960
 
961
- #: ../custom-contact-forms-admin.php:1368
962
- #: ../custom-contact-forms-admin.php:1740
963
  msgid "Field Border Color:"
964
  msgstr ""
965
 
966
- #: ../custom-contact-forms-admin.php:1375
967
- #: ../custom-contact-forms-admin.php:1723
968
  msgid "Form Border Style:"
969
  msgstr ""
970
 
971
- #: ../custom-contact-forms-admin.php:1383
972
- #: ../custom-contact-forms-admin.php:1735
973
  msgid "Form Border Color:"
974
  msgstr ""
975
 
976
- #: ../custom-contact-forms-admin.php:1386
977
  msgid "(ex: 000000)"
978
  msgstr ""
979
 
980
- #: ../custom-contact-forms-admin.php:1390
981
- #: ../custom-contact-forms-admin.php:1730
982
  msgid "Form Border Width:"
983
  msgstr ""
984
 
985
- #: ../custom-contact-forms-admin.php:1393
986
  msgid "(ex: 1px)"
987
  msgstr ""
988
 
989
- #: ../custom-contact-forms-admin.php:1397
990
- #: ../custom-contact-forms-admin.php:1573
991
  msgid "Form Width:"
992
  msgstr ""
993
 
994
- #: ../custom-contact-forms-admin.php:1400
995
  msgid "(ex: 100px or 50%)"
996
  msgstr ""
997
 
998
- #: ../custom-contact-forms-admin.php:1404
999
  msgid "Form Font Family:"
1000
  msgstr ""
1001
 
1002
- #: ../custom-contact-forms-admin.php:1407
1003
  msgid "(ex: Verdana, Tahoma, Arial)"
1004
  msgstr ""
1005
 
1006
- #: ../custom-contact-forms-admin.php:1411
1007
- #: ../custom-contact-forms-admin.php:1616
1008
  msgid "Button Width:"
1009
  msgstr ""
1010
 
1011
- #: ../custom-contact-forms-admin.php:1414
1012
  msgid "(ex: 100px, 30%, auto)"
1013
  msgstr ""
1014
 
1015
- #: ../custom-contact-forms-admin.php:1418
1016
- #: ../custom-contact-forms-admin.php:1621
1017
  msgid "Button Height:"
1018
  msgstr ""
1019
 
1020
- #: ../custom-contact-forms-admin.php:1421
1021
  msgid "(ex: 100px or 30%)"
1022
  msgstr ""
1023
 
1024
- #: ../custom-contact-forms-admin.php:1425
1025
- #: ../custom-contact-forms-admin.php:1662
1026
  msgid "Button Font Size:"
1027
  msgstr ""
1028
 
1029
- #: ../custom-contact-forms-admin.php:1432
1030
- #: ../custom-contact-forms-admin.php:1701
1031
  msgid "Button Font Color:"
1032
  msgstr ""
1033
 
1034
- #: ../custom-contact-forms-admin.php:1439
1035
- #: ../custom-contact-forms-admin.php:1626
1036
  msgid "Field Background Color:"
1037
  msgstr ""
1038
 
1039
- #: ../custom-contact-forms-admin.php:1446
1040
- #: ../custom-contact-forms-admin.php:1667
1041
  msgid "Form Padding:"
1042
  msgstr ""
1043
 
1044
- #: ../custom-contact-forms-admin.php:1453
1045
- #: ../custom-contact-forms-admin.php:1631
1046
  msgid "Title Margin:"
1047
  msgstr ""
1048
 
1049
- #: ../custom-contact-forms-admin.php:1460
1050
- #: ../custom-contact-forms-admin.php:1593
1051
  msgid "Dropdown Width:"
1052
  msgstr ""
1053
 
1054
- #: ../custom-contact-forms-admin.php:1463
1055
  msgid "(ex: 30px, 20%, or auto)"
1056
  msgstr ""
1057
 
1058
- #: ../custom-contact-forms-admin.php:1467
1059
  msgid "Success Popover Border Color:"
1060
  msgstr ""
1061
 
1062
- #: ../custom-contact-forms-admin.php:1474
1063
  msgid "Success Popover Font Size:"
1064
  msgstr ""
1065
 
1066
- #: ../custom-contact-forms-admin.php:1481
1067
  msgid "Success Popover Height:"
1068
  msgstr ""
1069
 
1070
- #: ../custom-contact-forms-admin.php:1484
1071
  msgid "(ex: 200px, 6em, 50%)"
1072
  msgstr ""
1073
 
1074
- #: ../custom-contact-forms-admin.php:1488
1075
- #: ../custom-contact-forms-admin.php:1759
1076
  msgid "Field Border Roundness:"
1077
  msgstr ""
1078
 
1079
- #: ../custom-contact-forms-admin.php:1491
1080
  msgid "(ex: 6px, or 0px)"
1081
  msgstr ""
1082
 
1083
- #: ../custom-contact-forms-admin.php:1495
1084
- #: ../custom-contact-forms-admin.php:1566
1085
- #: ../custom-contact-forms-admin.php:1679
1086
  msgid "Tooltip"
1087
  msgstr ""
1088
 
1089
- #: ../custom-contact-forms-admin.php:1496
1090
- #: ../custom-contact-forms-admin.php:1567
1091
- #: ../custom-contact-forms-admin.php:1680
1092
  msgid "A tooltip is the little box that fades in displaying 'Field Instructions' when a user selects a particular field."
1093
  msgstr ""
1094
 
1095
- #: ../custom-contact-forms-admin.php:1497
1096
- #: ../custom-contact-forms-admin.php:1674
1097
  msgid "Font Size:"
1098
  msgstr ""
1099
 
1100
- #: ../custom-contact-forms-admin.php:1504
1101
  msgid "Tooltip Font Color:"
1102
  msgstr ""
1103
 
1104
- #: ../custom-contact-forms-admin.php:1507
1105
  msgid "(ex: ffffff or white)"
1106
  msgstr ""
1107
 
1108
- #: ../custom-contact-forms-admin.php:1511
1109
  msgid "Create Style"
1110
  msgstr ""
1111
 
1112
- #: ../custom-contact-forms-admin.php:1519
1113
  msgid "Manage Form Styles"
1114
  msgstr ""
1115
 
1116
- #: ../custom-contact-forms-admin.php:1542
1117
- #: ../modules/usage_popover/custom-contact-forms-usage-popover.php:139
1118
- #: ../modules/usage_popover/custom-contact-forms-usage-popover.php:216
1119
- #: ../modules/usage_popover/custom-contact-forms-usage-popover.php:249
1120
  msgid "Slug:"
1121
  msgstr ""
1122
 
1123
- #: ../custom-contact-forms-admin.php:1547
1124
  msgid "Font Family:"
1125
  msgstr ""
1126
 
1127
- #: ../custom-contact-forms-admin.php:1552
1128
  msgid "Textarea Background"
1129
  msgstr ""
1130
 
1131
- #: ../custom-contact-forms-admin.php:1554
1132
  msgid "Color:"
1133
  msgstr ""
1134
 
1135
- #: ../custom-contact-forms-admin.php:1559
1136
- #: ../custom-contact-forms-admin.php:1603
1137
- #: ../custom-contact-forms-admin.php:1636
1138
- #: ../custom-contact-forms-admin.php:1672
1139
- #: ../custom-contact-forms-admin.php:1711
1140
- #: ../custom-contact-forms-admin.php:1752
1141
  msgid "Success Popover"
1142
  msgstr ""
1143
 
1144
- #: ../custom-contact-forms-admin.php:1561
1145
  msgid "Border Color:"
1146
  msgstr ""
1147
 
1148
- #: ../custom-contact-forms-admin.php:1568
1149
- #: ../custom-contact-forms-admin.php:1713
1150
  msgid "Font Color:"
1151
  msgstr ""
1152
 
1153
- #: ../custom-contact-forms-admin.php:1583
1154
  msgid "Textarea Width:"
1155
  msgstr ""
1156
 
1157
- #: ../custom-contact-forms-admin.php:1588
1158
  msgid "Textarea Height:"
1159
  msgstr ""
1160
 
1161
- #: ../custom-contact-forms-admin.php:1605
1162
  msgid "Height:"
1163
  msgstr ""
1164
 
1165
- #: ../custom-contact-forms-admin.php:1681
1166
  msgid "Background Color:"
1167
  msgstr ""
1168
 
1169
- #: ../custom-contact-forms-admin.php:1718
1170
  msgid "Tooltip Font Size:"
1171
  msgstr ""
1172
 
1173
- #: ../custom-contact-forms-admin.php:1793
1174
  msgid "Report a Bug/Suggest a Feature"
1175
  msgstr ""
1176
 
1177
- #: ../custom-contact-forms-admin.php:1801
1178
  #: ../modules/db/custom-contact-forms-default-db.php:25
1179
  msgid "Your Name:"
1180
  msgstr ""
1181
 
1182
- #: ../custom-contact-forms-admin.php:1807
1183
  msgid "Your Email:"
1184
  msgstr ""
1185
 
1186
- #: ../custom-contact-forms-admin.php:1815
1187
  msgid "Who Hosts Your Website?"
1188
  msgstr ""
1189
 
1190
- #: ../custom-contact-forms-admin.php:1821
1191
  msgid "Purpose of this message:"
1192
  msgstr ""
1193
 
1194
- #: ../custom-contact-forms-admin.php:1825
1195
  msgid "Bug Report"
1196
  msgstr ""
1197
 
1198
- #: ../custom-contact-forms-admin.php:1828
1199
  msgid "Suggest a Feature"
1200
  msgstr ""
1201
 
1202
- #: ../custom-contact-forms-admin.php:1831
1203
  msgid "Plugin Question"
1204
  msgstr ""
1205
 
1206
- #: ../custom-contact-forms-admin.php:1839
1207
  msgid "Version of Custom Contact Forms?"
1208
  msgstr ""
1209
 
1210
- #: ../custom-contact-forms-admin.php:1845
1211
  msgid "Version of WordPress?"
1212
  msgstr ""
1213
 
1214
- #: ../custom-contact-forms-admin.php:1853
1215
  #: ../modules/db/custom-contact-forms-default-db.php:31
1216
  msgid "Your Message:"
1217
  msgstr ""
1218
 
1219
- #: ../custom-contact-forms-admin.php:1859
1220
  #: ../modules/db/custom-contact-forms-default-db.php:53
1221
  msgid "Send Message"
1222
  msgstr ""
1223
 
1224
- #: ../custom-contact-forms-admin.php:1869
1225
  msgid "Custom HTML Forms (Advanced)"
1226
  msgstr ""
1227
 
1228
- #: ../custom-contact-forms-admin.php:1873
1229
  msgid ""
1230
  "If you know HTML and simply want to use this plugin to process form requests, this feature is for you. \n"
1231
  "\t\t\t\t\tThe following HTML is a the framework to which you must adhere. In order for your form to work you MUST do the following: a) Keep the form action/method the same (yes the action is supposed to be empty), b) Include all the hidden fields shown below, c) provide a \n"
1232
  "\t\t\t\t\thidden field with a success message or thank you page (both hidden fields are included below, you must choose one or the other and fill in the value part of the input field appropriately."
1233
  msgstr ""
1234
 
1235
- #: ../custom-contact-forms-admin.php:1880
1236
  msgid "Thank you for filling out our form!"
1237
  msgstr ""
1238
 
1239
- #: ../custom-contact-forms-admin.php:1885
1240
  msgid "Paste all this code into a page or post and edit it to your liking. It is recommended you only use this feature if you are experienced with HTML. The destination_email field specifies where emails will be sent on successful submission; you can have the form send to multiple addresses by separating email's with semi-colons (i.e. email@google.com; email2@google.com). The success_message field will add a popover containing the message when the form is completed successfully, the thank_you_page field will force the user to be redirected to that specific page on successful form completion. The required_fields hidden field is optional; to use it separate the field names you want required by commas. Remember to use underscores instead of spaces in field names!"
1241
  msgstr ""
1242
 
1243
- #: ../custom-contact-forms-admin.php:1895
1244
  msgid "Custom Contact Forms Plugin News"
1245
  msgstr ""
1246
 
1247
- #: ../custom-contact-forms-admin.php:1959
1248
  #: ../custom-contact-forms.php:101
1249
- #: ../modules/usage_popover/custom-contact-forms-usage-popover.php:365
1250
  msgid "Saved Form Submissions"
1251
  msgstr ""
1252
 
1253
- #: ../custom-contact-forms-admin.php:1966
1254
- #: ../custom-contact-forms-admin.php:2020
1255
  msgid "Date Submitted"
1256
  msgstr ""
1257
 
1258
- #: ../custom-contact-forms-admin.php:1967
1259
- #: ../custom-contact-forms-admin.php:2021
1260
  msgid "Form Submitted"
1261
  msgstr ""
1262
 
1263
- #: ../custom-contact-forms-admin.php:1968
1264
- #: ../custom-contact-forms-admin.php:2022
1265
  msgid "Form Page"
1266
  msgstr ""
1267
 
1268
- #: ../custom-contact-forms-admin.php:1987
1269
- #: ../modules/widget/custom-contact-forms-dashboard.php:90
1270
  msgid "Custom HTML Form"
1271
  msgstr ""
1272
 
1273
- #: ../custom-contact-forms-admin.php:2062
1274
  msgid "Your settings have been successfully saved!"
1275
  msgstr ""
1276
 
1277
- #: ../custom-contact-forms-admin.php:2067
1278
  msgid "Your mail settings have been successfully saved!"
1279
  msgstr ""
1280
 
1281
- #: ../custom-contact-forms-admin.php:2105
1282
  #: ../custom-contact-forms.php:102
1283
  msgid "General Settings"
1284
  msgstr ""
1285
 
1286
- #: ../custom-contact-forms-admin.php:2112
1287
  msgid "Email Form Submissions:"
1288
  msgstr ""
1289
 
1290
- #: ../custom-contact-forms-admin.php:2124
1291
  msgid "When a user fills out one of your forms, the info submitted is saved in the Saved Form Submission section of the admin panel for you to view. If this is enabled, you will also be sent an email containing the submission info."
1292
  msgstr ""
1293
 
1294
- #: ../custom-contact-forms-admin.php:2128
1295
  msgid "Default Email:"
1296
  msgstr ""
1297
 
1298
- #: ../custom-contact-forms-admin.php:2133
1299
  msgid "Form emails will be sent <span>to</span> this address, if no destination email is specified by the form."
1300
  msgstr ""
1301
 
1302
- #: ../custom-contact-forms-admin.php:2137
1303
  msgid "Front End JQuery:"
1304
  msgstr ""
1305
 
1306
- #: ../custom-contact-forms-admin.php:2141
1307
- #: ../custom-contact-forms-admin.php:2184
1308
- #: ../custom-contact-forms-admin.php:2290
1309
- #: ../custom-contact-forms-admin.php:2306
1310
- #: ../custom-contact-forms-admin.php:2334
1311
- msgid "Enabled"
1312
- msgstr ""
1313
-
1314
  #: ../custom-contact-forms-admin.php:2144
1315
  #: ../custom-contact-forms-admin.php:2187
1316
  #: ../custom-contact-forms-admin.php:2293
1317
  #: ../custom-contact-forms-admin.php:2309
1318
- #: ../custom-contact-forms-admin.php:2331
 
 
 
 
 
 
 
 
1319
  msgid "Disabled"
1320
  msgstr ""
1321
 
1322
- #: ../custom-contact-forms-admin.php:2149
1323
  #, php-format
1324
  msgid "Some plugins don't setup JQuery correctly, so when any other plugin uses JQuery (whether correctly or not), JQuery works for neither plugin. This plugin uses JQuery correctly. If another plugin isn't using JQuery correctly but is more important to you than this one: disable this option. 99% of this plugin's functionality will work without JQuery, just no field instruction tooltips."
1325
  msgstr ""
1326
 
1327
- #: ../custom-contact-forms-admin.php:2153
1328
  msgid "Default From Email:"
1329
  msgstr ""
1330
 
1331
- #: ../custom-contact-forms-admin.php:2158
1332
  msgid "Form emails will be sent <span>from</span> this address. It is recommended you provide a real email address that has been created through your host."
1333
  msgstr ""
1334
 
1335
- #: ../custom-contact-forms-admin.php:2162
1336
  msgid "Default From Name:"
1337
  msgstr ""
1338
 
1339
- #: ../custom-contact-forms-admin.php:2167
1340
  msgid "This setting allows you to specify the name under which form emails are sent. The default is 'Custom Contact Forms'."
1341
  msgstr ""
1342
 
1343
- #: ../custom-contact-forms-admin.php:2171
1344
  msgid "Default Email Subject:"
1345
  msgstr ""
1346
 
1347
- #: ../custom-contact-forms-admin.php:2176
1348
  msgid "Default subject to be included in all form emails."
1349
  msgstr ""
1350
 
1351
- #: ../custom-contact-forms-admin.php:2180
1352
  msgid "Enable Dashboard Widget:"
1353
  msgstr ""
1354
 
1355
- #: ../custom-contact-forms-admin.php:2191
1356
  msgid "Enabling this will display a widget on your dashboard that shows the latest form submissions."
1357
  msgstr ""
1358
 
1359
- #: ../custom-contact-forms-admin.php:2195
1360
  msgid "Dashboard Widget Accessibility:"
1361
  msgstr ""
1362
 
1363
- #: ../custom-contact-forms-admin.php:2199
1364
  msgid "Only admins can view"
1365
  msgstr ""
1366
 
1367
- #: ../custom-contact-forms-admin.php:2202
1368
  msgid "All roles except subscribers can view"
1369
  msgstr ""
1370
 
1371
- #: ../custom-contact-forms-admin.php:2205
1372
  msgid "All roles can view"
1373
  msgstr ""
1374
 
1375
- #: ../custom-contact-forms-admin.php:2209
1376
  msgid "If you are using the dashboard widget, this allows you to disallow certain users from viewing it."
1377
  msgstr ""
1378
 
1379
- #: ../custom-contact-forms-admin.php:2213
1380
  msgid "Use Code Type:"
1381
  msgstr ""
1382
 
1383
- #: ../custom-contact-forms-admin.php:2221
1384
  msgid "This lets you switch the form code between HTML and XHTML."
1385
  msgstr ""
1386
 
1387
- #: ../custom-contact-forms-admin.php:2225
1388
  msgid "Restrict Frontend JS and CSS to Form Pages Only:"
1389
  msgstr ""
1390
 
1391
- #: ../custom-contact-forms-admin.php:2236
1392
  msgid "Within each form in the form manager, you can specify the page id's on which that form will be used. If you set this to 'Yes', the plugin will only include CSS and JS files on pages/posts where a CCF form is inserted. If this is set to 'No', CSS and JS files for this plugin will be included on every page of your site except in the admin area."
1393
  msgstr ""
1394
 
1395
- #: ../custom-contact-forms-admin.php:2242
1396
  msgid "Default Form Success Message Title:"
1397
  msgstr ""
1398
 
1399
- #: ../custom-contact-forms-admin.php:2247
1400
  msgid "If someone fills out a form for which a success message title is not provided and a custom success page is not provided, the plugin will show a popover using this field as the window title."
1401
  msgstr ""
1402
 
1403
- #: ../custom-contact-forms-admin.php:2252
1404
  msgid "Default Form Success Message:"
1405
  msgstr ""
1406
 
1407
- #: ../custom-contact-forms-admin.php:2257
1408
  msgid "If someone fills out a form for which a success message is not provided and a custom success page is not provided, the plugin will show a popover containing this message."
1409
  msgstr ""
1410
 
1411
- #: ../custom-contact-forms-admin.php:2261
1412
  msgid "Default Form Error Header:"
1413
  msgstr ""
1414
 
1415
- #: ../custom-contact-forms-admin.php:2266
1416
  msgid "When a form is filled out incorrectly, this message will be displayed followed by the individual field error messages."
1417
  msgstr ""
1418
 
1419
- #: ../custom-contact-forms-admin.php:2270
1420
  msgid "Remember Field Values:"
1421
  msgstr ""
1422
 
1423
- #: ../custom-contact-forms-admin.php:2282
1424
  msgid "Selecting yes will make form fields remember how they were last filled out."
1425
  msgstr ""
1426
 
1427
- #: ../custom-contact-forms-admin.php:2286
1428
  msgid "Tooltips in Widget:"
1429
  msgstr ""
1430
 
1431
- #: ../custom-contact-forms-admin.php:2298
1432
  msgid "Enabling this shows tooltips containing field instructions on forms in the widget."
1433
  msgstr ""
1434
 
1435
- #: ../custom-contact-forms-admin.php:2302
1436
  msgid "Fancy Admin AJAX Abilities:"
1437
  msgstr ""
1438
 
1439
- #: ../custom-contact-forms-admin.php:2314
1440
  msgid "If you enable this, creating, editing and modifying forms, fields, styles, etc in the admin panel will be done using AJAX. This means that clicking things like 'Edit' or 'Delete' will not cause the page to reload thus managing your forms will be much smoother and quicker. If you are having problems with things not saving, deleting, or inserting correctly, then disable this and fill out a bug report below."
1441
  msgstr ""
1442
 
1443
- #: ../custom-contact-forms-admin.php:2318
1444
  msgid "Default Permissions Error:"
1445
  msgstr ""
1446
 
1447
- #: ../custom-contact-forms-admin.php:2323
1448
  msgid "When someone doesn't have the proper permissions to use a form, this message is displayed in place of the form. You control who can view each form with the form access manager which is located inside the form manager."
1449
  msgstr ""
1450
 
1451
- #: ../custom-contact-forms-admin.php:2327
1452
  msgid "Form Access Capabilities:"
1453
  msgstr ""
1454
 
1455
- #: ../custom-contact-forms-admin.php:2339
1456
- msgid "The form access manager within each form allows you to control who can view your form. However, that will take effect on any of your forms unless this is enabled."
1457
  msgstr ""
1458
 
1459
- #: ../custom-contact-forms-admin.php:2343
1460
  msgid "Maximum File Upload Size:"
1461
  msgstr ""
1462
 
1463
- #: ../custom-contact-forms-admin.php:2345
1464
  msgid "MB"
1465
  msgstr ""
1466
 
1467
- #: ../custom-contact-forms-admin.php:2349
1468
  msgid "When creating file fields, you can specify maximum upload sizes for each individual field. This setting lets you set an overall cap for security reasons. It is recommended you leave this at 10 MB."
1469
  msgstr ""
1470
 
1471
- #: ../custom-contact-forms-admin.php:2352
1472
  msgid "Show Sidebar Widget:"
1473
  msgstr ""
1474
 
1475
- #: ../custom-contact-forms-admin.php:2357
1476
  msgid "On Homepage"
1477
  msgstr ""
1478
 
1479
- #: ../custom-contact-forms-admin.php:2361
1480
  msgid "On Pages"
1481
  msgstr ""
1482
 
1483
- #: ../custom-contact-forms-admin.php:2365
1484
  msgid "On Single Posts"
1485
  msgstr ""
1486
 
1487
- #: ../custom-contact-forms-admin.php:2370
1488
  msgid "On Categories"
1489
  msgstr ""
1490
 
1491
- #: ../custom-contact-forms-admin.php:2374
1492
  msgid "On Archives"
1493
  msgstr ""
1494
 
1495
- #: ../custom-contact-forms-admin.php:2379
1496
  msgid "Update"
1497
  msgstr ""
1498
 
1499
- #: ../custom-contact-forms-admin.php:2387
1500
  msgid "Mail Settings"
1501
  msgstr ""
1502
 
1503
- #: ../custom-contact-forms-admin.php:2391
1504
  msgid "There are two ways you can send emails: using the PHP mail() function or using SMTP (secure/insecure). If you choose to use the PHP mail() function you can ignore all the other options. For some people Wordpress's default way of sending mail does not work; if for some reason your mail is being sent you should try the SMTP option."
1505
  msgstr ""
1506
 
1507
- #: ../custom-contact-forms-admin.php:2392
1508
  msgid "* Send My Emails Using the Following:"
1509
  msgstr ""
1510
 
1511
- #: ../custom-contact-forms-admin.php:2394
1512
  msgid "Wordpress Default"
1513
  msgstr ""
1514
 
1515
- #: ../custom-contact-forms-admin.php:2395
1516
  msgid "SMTP"
1517
  msgstr ""
1518
 
1519
- #: ../custom-contact-forms-admin.php:2396
1520
  msgid "(If mail isn't sending, try toggling this option.)"
1521
  msgstr ""
1522
 
1523
- #: ../custom-contact-forms-admin.php:2399
1524
  msgid "SMTP Host:"
1525
  msgstr ""
1526
 
1527
- #: ../custom-contact-forms-admin.php:2400
1528
  msgid "SMTP Port:"
1529
  msgstr ""
1530
 
1531
- #: ../custom-contact-forms-admin.php:2401
1532
  msgid "Encryption:"
1533
  msgstr ""
1534
 
1535
- #: ../custom-contact-forms-admin.php:2403
1536
  msgid "SSL"
1537
  msgstr ""
1538
 
1539
- #: ../custom-contact-forms-admin.php:2404
1540
  msgid "TLS"
1541
  msgstr ""
1542
 
1543
- #: ../custom-contact-forms-admin.php:2408
1544
  msgid "SMTP Authentication:"
1545
  msgstr ""
1546
 
1547
- #: ../custom-contact-forms-admin.php:2408
1548
  msgid "None Needed"
1549
  msgstr ""
1550
 
1551
- #: ../custom-contact-forms-admin.php:2408
1552
  msgid "Use SMTP Username/Password"
1553
  msgstr ""
1554
 
1555
- #: ../custom-contact-forms-admin.php:2409
1556
  msgid "SMTP Username:"
1557
  msgstr ""
1558
 
1559
- #: ../custom-contact-forms-admin.php:2410
1560
  msgid "SMTP Password:"
1561
  msgstr ""
1562
 
1563
- #: ../custom-contact-forms-admin.php:2413
1564
  msgid "Save Mail Sending Options"
1565
  msgstr ""
1566
 
1567
- #: ../custom-contact-forms-admin.php:2419
1568
  msgid "Export"
1569
  msgstr ""
1570
 
1571
- #: ../custom-contact-forms-admin.php:2424
1572
  msgid ""
1573
  "Preforming a Custom Contact Forms export will create a file of the form \n"
1574
  "\t\t\t\t\t\tccf-export-xxxx.sql on your web server. The file created contains SQL that \n"
1575
  "\t\t\t\t\t\twill recreate all the plugin data on any Wordpress installation. After Custom Contact Forms creates the export file, you will be prompted to download it. You can use this file as a backup in case your Wordpress database gets ruined."
1576
  msgstr ""
1577
 
1578
- #: ../custom-contact-forms-admin.php:2428
1579
  msgid "Export All CCF Plugin Content"
1580
  msgstr ""
1581
 
1582
- #: ../custom-contact-forms-admin.php:2434
1583
  msgid "Import"
1584
  msgstr ""
1585
 
1586
- #: ../custom-contact-forms-admin.php:2440
1587
  msgid "Browse to a CCF .sql export file to import Custom Contact Form data from another Wordpress installation to this one. Pressing the 'Clear and Import' button deletes all current data and then imports the selected file; this will not work for merging to data!. Clearing all CCF data before importing prevents any conflicts from occuring. Before you attempt an import, you should always download a backup, by clicking the 'Export All' button."
1588
  msgstr ""
1589
 
1590
- #: ../custom-contact-forms-admin.php:2443
1591
  msgid "Choose What You Want to Use from the Import File:"
1592
  msgstr ""
1593
 
1594
- #: ../custom-contact-forms-admin.php:2449
1595
  msgid "Use General Settings"
1596
  msgstr ""
1597
 
1598
- #: ../custom-contact-forms-admin.php:2461
1599
- #: ../modules/usage_popover/custom-contact-forms-usage-popover.php:26
1600
  msgid "Form Submissions"
1601
  msgstr ""
1602
 
1603
- #: ../custom-contact-forms-admin.php:2491
1604
  msgid "Choose an Import File:"
1605
  msgstr ""
1606
 
1607
- #: ../custom-contact-forms-admin.php:2495
1608
  msgid "Clear and Import"
1609
  msgstr ""
1610
 
1611
- #: ../custom-contact-forms-admin.php:2497
1612
  msgid "Yes, I want to do this and have created a backup."
1613
  msgstr ""
1614
 
 
 
 
 
1615
  #: ../custom-contact-forms-front.php:134
1616
  msgid "Go Back to Form."
1617
  msgstr ""
@@ -1620,56 +1598,60 @@ msgstr ""
1620
  msgid "(required)"
1621
  msgstr ""
1622
 
1623
- #: ../custom-contact-forms-front.php:350
1624
- #: ../custom-contact-forms-front.php:376
1625
- msgid "Any error occured while uploading "
1626
  msgstr ""
1627
 
1628
- #: ../custom-contact-forms-front.php:352
1629
  msgid " is too large of a file. The maximum file size for that field is "
1630
  msgstr ""
1631
 
1632
- #: ../custom-contact-forms-front.php:355
 
 
 
 
1633
  msgid " is an invalid file extension."
1634
  msgstr ""
1635
 
1636
- #: ../custom-contact-forms-front.php:385
1637
  msgid "You left this field blank: "
1638
  msgstr ""
1639
 
1640
- #: ../custom-contact-forms-front.php:386
1641
  msgid "Form Displayed on Page: "
1642
  msgstr ""
1643
 
1644
- #: ../custom-contact-forms-front.php:387
1645
  msgid "Sender IP: "
1646
  msgstr ""
1647
 
1648
- #: ../custom-contact-forms-front.php:463
1649
  msgid "Only humans can use this form."
1650
  msgstr ""
1651
 
1652
- #: ../custom-contact-forms-front.php:469
1653
  msgid "You copied the number from the captcha field incorrectly."
1654
  msgstr ""
1655
 
1656
- #: ../custom-contact-forms-front.php:475
1657
  msgid "The email address you provided is not valid."
1658
  msgstr ""
1659
 
1660
- #: ../custom-contact-forms-front.php:481
1661
  msgid "The website address you provided is not valid."
1662
  msgstr ""
1663
 
1664
- #: ../custom-contact-forms-front.php:538
1665
  msgid "Not Checked"
1666
  msgstr ""
1667
 
1668
- #: ../custom-contact-forms-front.php:584
1669
  msgid "To view the message, please use an HTML compatible email viewer."
1670
  msgstr ""
1671
 
1672
- #: ../custom-contact-forms-front.php:609
1673
  msgid "Captcha image for Custom Contact Forms plugin. You must type the numbers shown in the image"
1674
  msgstr ""
1675
 
@@ -1737,18 +1719,38 @@ msgstr ""
1737
  msgid "Type the numbers."
1738
  msgstr ""
1739
 
 
 
 
 
1740
  #: ../modules/db/custom-contact-forms-activate-db.php:223
1741
  msgid "Check if you are human."
1742
  msgstr ""
1743
 
 
 
 
 
1744
  #: ../modules/db/custom-contact-forms-activate-db.php:224
1745
  msgid "Your Email"
1746
  msgstr ""
1747
 
 
 
 
 
1748
  #: ../modules/db/custom-contact-forms-activate-db.php:225
1749
  msgid "Your Website"
1750
  msgstr ""
1751
 
 
 
 
 
 
 
 
 
1752
  #: ../modules/db/custom-contact-forms-activate-db.php:227
1753
  msgid "Reset Form"
1754
  msgstr ""
@@ -1806,7 +1808,6 @@ msgid "By which method we should contact you?"
1806
  msgstr ""
1807
 
1808
  #: ../modules/db/custom-contact-forms-default-db.php:47
1809
- #: ../modules/usage_popover/custom-contact-forms-usage-popover.php:232
1810
  msgid "Please Select:"
1811
  msgstr ""
1812
 
@@ -1875,7 +1876,6 @@ msgid "First insert some default content by clicking the button below. This will
1875
  msgstr ""
1876
 
1877
  #: ../modules/usage_popover/custom-contact-forms-quick-start-popover.php:8
1878
- #: ../modules/usage_popover/custom-contact-forms-usage-popover.php:41
1879
  msgid "Insert Default Content"
1880
  msgstr ""
1881
 
2
  msgstr ""
3
  "Project-Id-Version: custom-contact-forms\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2011-12-22 12:04-0500\n"
6
+ "PO-Revision-Date: 2011-12-22 12:04-0500\n"
7
  "Last-Translator: Taylor Lovett <admin@taylorlovett.com>\n"
8
  "Language-Team: TaylorLovett.com <admin@taylorlovett.com>\n"
9
  "MIME-Version: 1.0\n"
135
  msgstr ""
136
 
137
  #: ../custom-contact-forms-admin.php:356
138
+ #: ../custom-contact-forms-admin.php:1935
139
+ #: ../custom-contact-forms-admin.php:2078
140
+ #: ../custom-contact-forms-front.php:566
141
  #: ../custom-contact-forms.php:99
142
  #: ../custom-contact-forms.php:100
143
  msgid "Custom Contact Forms"
144
  msgstr ""
145
 
146
  #: ../custom-contact-forms-admin.php:364
147
+ #: ../custom-contact-forms-admin.php:2458
148
+ #: ../custom-contact-forms-admin.php:2476
 
 
149
  msgid "Forms"
150
  msgstr ""
151
 
152
  #: ../custom-contact-forms-admin.php:365
153
+ #: ../custom-contact-forms-admin.php:2470
 
 
154
  msgid "Fields"
155
  msgstr ""
156
 
157
  #: ../custom-contact-forms-admin.php:366
158
+ #: ../custom-contact-forms-admin.php:2482
 
 
159
  msgid "Field Options"
160
  msgstr ""
161
 
162
  #: ../custom-contact-forms-admin.php:367
163
+ #: ../custom-contact-forms-admin.php:2488
 
164
  msgid "Styles"
165
  msgstr ""
166
 
213
  msgstr ""
214
 
215
  #: ../custom-contact-forms-admin.php:418
 
216
  msgid "Form Title:"
217
  msgstr ""
218
 
221
  msgstr ""
222
 
223
  #: ../custom-contact-forms-admin.php:425
 
224
  msgid "Form Style:"
225
  msgstr ""
226
 
227
  #: ../custom-contact-forms-admin.php:432
 
228
  msgid "Submit Button Text:"
229
  msgstr ""
230
 
231
  #: ../custom-contact-forms-admin.php:438
 
232
  msgid "Form Destination Email:"
233
  msgstr ""
234
 
253
  msgstr ""
254
 
255
  #: ../custom-contact-forms-admin.php:464
 
256
  msgid "Form Success Message:"
257
  msgstr ""
258
 
259
  #: ../custom-contact-forms-admin.php:468
260
  #: ../custom-contact-forms-admin.php:476
 
261
  msgid "Will be displayed in a popover when the form is filled out successfully when no custom success page is specified; if left blank it will use the default specified in general settings."
262
  msgstr ""
263
 
264
  #: ../custom-contact-forms-admin.php:472
 
265
  msgid "Form Success Message Title:"
266
  msgstr ""
267
 
268
  #: ../custom-contact-forms-admin.php:480
 
269
  msgid "Custom Success URL:"
270
  msgstr ""
271
 
298
  msgstr ""
299
 
300
  #: ../custom-contact-forms-admin.php:525
301
+ #: ../custom-contact-forms-admin.php:680
302
+ #: ../custom-contact-forms-admin.php:839
303
+ #: ../custom-contact-forms-admin.php:973
304
+ #: ../custom-contact-forms-admin.php:999
305
+ #: ../custom-contact-forms-admin.php:1087
306
+ #: ../custom-contact-forms-admin.php:1116
307
+ #: ../custom-contact-forms-admin.php:1125
308
  msgid "Slug"
309
  msgstr ""
310
 
311
  #: ../custom-contact-forms-admin.php:526
312
+ #: ../custom-contact-forms-admin.php:681
313
  msgid "Destination Email"
314
  msgstr ""
315
 
316
  #: ../custom-contact-forms-admin.php:527
317
+ #: ../custom-contact-forms-admin.php:682
318
  msgid "Title"
319
  msgstr ""
320
 
321
  #: ../custom-contact-forms-admin.php:528
322
+ #: ../custom-contact-forms-admin.php:683
323
  msgid "Button Text"
324
  msgstr ""
325
 
326
  #: ../custom-contact-forms-admin.php:529
327
+ #: ../custom-contact-forms-admin.php:684
328
  msgid "Style"
329
  msgstr ""
330
 
331
+ #: ../custom-contact-forms-admin.php:565
332
  msgid "Method"
333
  msgstr ""
334
 
335
+ #: ../custom-contact-forms-admin.php:566
336
  msgid "Form Action"
337
  msgstr ""
338
 
339
+ #: ../custom-contact-forms-admin.php:567
340
  #: ../modules/db/custom-contact-forms-activate-db.php:226
341
  msgid "Email Subject"
342
  msgstr ""
343
 
344
+ #: ../custom-contact-forms-admin.php:568
345
  msgid "Email From Name"
346
  msgstr ""
347
 
348
+ #: ../custom-contact-forms-admin.php:569
349
  msgid "Success Message Title"
350
  msgstr ""
351
 
352
+ #: ../custom-contact-forms-admin.php:570
353
  msgid "Success Message"
354
  msgstr ""
355
 
356
+ #: ../custom-contact-forms-admin.php:571
357
  msgid "Custom Success URL"
358
  msgstr ""
359
 
360
+ #: ../custom-contact-forms-admin.php:574
361
  msgid "The Form Method is the method by which information is transfer through your form. If you aren't an expert with HTML and PHP, leave this as Post."
362
  msgstr ""
363
 
364
+ #: ../custom-contact-forms-admin.php:578
365
  msgid "This lets you process your forms through alternate scripts. If you use a service like InfusionSoft or Aweber, set this to be the same form action as the code provided to you by that service, otherwise leave this blank."
366
  msgstr ""
367
 
368
+ #: ../custom-contact-forms-admin.php:580
369
  msgid "This is the form email subject sent to the destination email address. If left blank, the default from General Settings will be used."
370
  msgstr ""
371
 
372
+ #: ../custom-contact-forms-admin.php:582
373
  msgid "This is the from name of the email sent on successful form submission. If left blank, the default from General Settings will be used."
374
  msgstr ""
375
 
376
+ #: ../custom-contact-forms-admin.php:584
377
  msgid "This will be displayed as the header in a popover when the form is filled out successfully when no custom success page is specified; if left blank it will use the default specified in general settings."
378
  msgstr ""
379
 
380
+ #: ../custom-contact-forms-admin.php:586
381
  msgid "This will be displayed in a popover when the form is filled out successfully when no custom success page is specified; if left blank it will use the default specified in general settings."
382
  msgstr ""
383
 
384
+ #: ../custom-contact-forms-admin.php:588
385
  msgid "If this is filled out, users will be sent to this thank you page when they successfully fill out this form. If it is left blank, a popover showing the form's 'success message' will be displayed on form success."
386
  msgstr ""
387
 
388
+ #: ../custom-contact-forms-admin.php:592
389
  msgid "The form display code above ([customcontact form=x]) will only work in Wordpress pages and posts. If you want to display this form in a theme file such as page.php, header.php, index.php, category.php, etc, then insert this PHP snippet."
390
  msgstr ""
391
 
392
+ #: ../custom-contact-forms-admin.php:593
393
  msgid "Code to Display Form in Theme Files:"
394
  msgstr ""
395
 
396
+ #: ../custom-contact-forms-admin.php:596
397
  msgid "This field allows you to insert HTML directly after the starting <form> tag."
398
  msgstr ""
399
 
400
+ #: ../custom-contact-forms-admin.php:597
 
401
  msgid "Custom Code:"
402
  msgstr ""
403
 
404
+ #: ../custom-contact-forms-admin.php:599
405
  msgid "Insert the page id's that your form will be used on. This will make it so the plugin will only load JS and CSS files on these select pages. This will improve your site's load time."
406
  msgstr ""
407
 
408
+ #: ../custom-contact-forms-admin.php:600
409
  msgid "Form Pages:"
410
  msgstr ""
411
 
412
+ #: ../custom-contact-forms-admin.php:603
413
  msgid "If you want to show this form to only certain types of users, you can uncheck boxes accordingly. To show this form to anyone, check all the boxes. This will only take effect if 'Form Access Capabilities' is enabled in general settings."
414
  msgstr ""
415
 
416
+ #: ../custom-contact-forms-admin.php:622
417
  msgid "Attached Fields:"
418
  msgstr ""
419
 
420
+ #: ../custom-contact-forms-admin.php:638
421
+ msgid "(Check to detach field)"
422
+ msgstr ""
423
+
424
+ #: ../custom-contact-forms-admin.php:642
425
  msgid "Attach fields in the order you want them displayed."
426
  msgstr ""
427
 
428
+ #: ../custom-contact-forms-admin.php:646
429
  msgid "Attach Field:"
430
  msgstr ""
431
 
432
+ #: ../custom-contact-forms-admin.php:653
433
+ msgid "(Check to attach field)"
434
  msgstr ""
435
 
436
+ #: ../custom-contact-forms-admin.php:657
437
+ msgid "Attach fixed fields or ones you"
 
438
  msgstr ""
439
 
440
+ #: ../custom-contact-forms-admin.php:659
441
+ #: ../custom-contact-forms-admin.php:942
442
+ msgid "create"
 
 
 
 
 
 
 
 
 
443
  msgstr ""
444
 
445
+ #: ../custom-contact-forms-admin.php:668
446
+ #: ../custom-contact-forms-admin.php:772
447
  #: ../custom-contact-forms-admin.php:868
448
  #: ../custom-contact-forms-admin.php:1034
449
+ #: ../custom-contact-forms-admin.php:1044
450
+ #: ../custom-contact-forms-admin.php:1147
451
+ #: ../custom-contact-forms-admin.php:1206
452
  #: ../custom-contact-forms-admin.php:2119
453
  #: ../custom-contact-forms-admin.php:2232
454
  #: ../custom-contact-forms-admin.php:2277
455
+ #: ../modules/db/custom-contact-forms-default-db.php:39
456
+ msgid "Yes"
457
+ msgstr ""
458
+
459
+ #: ../custom-contact-forms-admin.php:668
460
+ #: ../custom-contact-forms-admin.php:769
461
+ #: ../custom-contact-forms-admin.php:871
462
+ #: ../custom-contact-forms-admin.php:1037
463
+ #: ../custom-contact-forms-admin.php:1147
464
+ #: ../custom-contact-forms-admin.php:1206
465
+ #: ../custom-contact-forms-admin.php:2122
466
+ #: ../custom-contact-forms-admin.php:2235
467
+ #: ../custom-contact-forms-admin.php:2280
468
  msgid "No"
469
  msgstr ""
470
 
471
+ #: ../custom-contact-forms-admin.php:679
472
  msgid "Form Code"
473
  msgstr ""
474
 
475
+ #: ../custom-contact-forms-admin.php:692
476
+ #: ../custom-contact-forms-admin.php:984
477
+ #: ../custom-contact-forms-admin.php:1098
478
+ #: ../custom-contact-forms-admin.php:1163
479
+ #: ../custom-contact-forms-admin.php:1787
480
+ #: ../custom-contact-forms-admin.php:2032
481
  msgid "Bulk Actions"
482
  msgstr ""
483
 
484
+ #: ../custom-contact-forms-admin.php:693
485
+ #: ../custom-contact-forms-admin.php:985
486
+ #: ../custom-contact-forms-admin.php:1099
487
+ #: ../custom-contact-forms-admin.php:1164
488
+ #: ../custom-contact-forms-admin.php:1788
489
  msgid "Save"
490
  msgstr ""
491
 
492
+ #: ../custom-contact-forms-admin.php:694
493
+ #: ../custom-contact-forms-admin.php:986
494
+ #: ../custom-contact-forms-admin.php:1165
495
+ #: ../custom-contact-forms-admin.php:1789
496
+ #: ../custom-contact-forms-admin.php:2033
497
  msgid "Delete"
498
  msgstr ""
499
 
500
+ #: ../custom-contact-forms-admin.php:695
501
+ #: ../custom-contact-forms-admin.php:987
502
+ #: ../custom-contact-forms-admin.php:1100
503
+ #: ../custom-contact-forms-admin.php:1166
504
+ #: ../custom-contact-forms-admin.php:1790
505
+ #: ../custom-contact-forms-admin.php:2034
506
  msgid "Apply"
507
  msgstr ""
508
 
509
+ #: ../custom-contact-forms-admin.php:703
510
  msgid "Create A Form Field"
511
  msgstr ""
512
 
513
+ #: ../custom-contact-forms-admin.php:711
514
  msgid "Field Slug:"
515
  msgstr ""
516
 
517
+ #: ../custom-contact-forms-admin.php:715
518
  msgid "This is just a unique way for CCF to refer to your field. Must be unique from other slugs and contain only underscores and alphanumeric characters."
519
  msgstr ""
520
 
521
+ #: ../custom-contact-forms-admin.php:719
 
522
  msgid "Field Label:"
523
  msgstr ""
524
 
525
+ #: ../custom-contact-forms-admin.php:723
 
526
  msgid "The field label is displayed next to the field and is visible to the user."
527
  msgstr ""
528
 
529
+ #: ../custom-contact-forms-admin.php:727
 
530
  msgid "Field Type:"
531
  msgstr ""
532
 
533
+ #: ../custom-contact-forms-admin.php:742
 
534
  msgid "Initial Value:"
535
  msgstr ""
536
 
537
+ #: ../custom-contact-forms-admin.php:747
538
  msgid ""
539
  "This is the initial value of the field. If you set the type as checkbox, it is recommend you set this to what the checkbox is implying. For example if I were creating the checkbox \n"
540
  "\t\t\t\t\t\t'Are you human?', I would set the initial value to 'Yes'."
541
  msgstr ""
542
 
543
+ #: ../custom-contact-forms-admin.php:749
544
  msgid "If you set the field type as 'Dropdown' or 'Radio', you should enter the slug of the"
545
  msgstr ""
546
 
547
+ #: ../custom-contact-forms-admin.php:750
548
  msgid "Create a Field Option"
549
  msgstr ""
550
 
551
+ #: ../custom-contact-forms-admin.php:750
552
  msgid "field option"
553
  msgstr ""
554
 
555
+ #: ../custom-contact-forms-admin.php:751
556
  msgid "you would like initially selected."
557
  msgstr ""
558
 
559
+ #: ../custom-contact-forms-admin.php:755
 
560
  msgid "Max Length:"
561
  msgstr ""
562
 
563
+ #: ../custom-contact-forms-admin.php:759
564
  msgid "0 for no limit; only applies to Text fields"
565
  msgstr ""
566
 
567
+ #: ../custom-contact-forms-admin.php:765
 
568
  msgid "Required Field:"
569
  msgstr ""
570
 
571
+ #: ../custom-contact-forms-admin.php:776
572
  msgid "If a field is required and a user leaves it blank, the plugin will display an error message (which you can customize using 'Field Error') explaining the problem."
573
  msgstr ""
574
 
575
+ #: ../custom-contact-forms-admin.php:780
576
+ #: ../custom-contact-forms-admin.php:890
577
+ #: ../custom-contact-forms-admin.php:1067
 
578
  msgid "Field Instructions:"
579
  msgstr ""
580
 
581
+ #: ../custom-contact-forms-admin.php:784
582
+ #: ../custom-contact-forms-admin.php:888
583
+ #: ../custom-contact-forms-admin.php:1065
584
  msgid "If this is filled out, a tooltip popover displaying this text will show when the field is selected."
585
  msgstr ""
586
 
587
+ #: ../custom-contact-forms-admin.php:788
588
+ #: ../custom-contact-forms-admin.php:895
589
+ #: ../custom-contact-forms-admin.php:1061
590
  msgid "Field Class:"
591
  msgstr ""
592
 
593
+ #: ../custom-contact-forms-admin.php:792
594
  msgid "If you manage your own .css stylesheet, you can use this to attach a class to this field. Leaving this blank will do nothing."
595
  msgstr ""
596
 
597
+ #: ../custom-contact-forms-admin.php:796
598
+ #: ../custom-contact-forms-admin.php:900
599
+ #: ../custom-contact-forms-admin.php:1072
 
600
  msgid "Field Error:"
601
  msgstr ""
602
 
603
+ #: ../custom-contact-forms-admin.php:800
 
604
  msgid "If a user leaves this field blank and the field is required, this error message will be shown. A generic default will show if left blank."
605
  msgstr ""
606
 
607
+ #: ../custom-contact-forms-admin.php:804
608
  msgid "Max File Size Allowed:"
609
  msgstr ""
610
 
611
+ #: ../custom-contact-forms-admin.php:806
612
+ #: ../custom-contact-forms-admin.php:908
613
  msgid "KB"
614
  msgstr ""
615
 
616
+ #: ../custom-contact-forms-admin.php:808
617
  msgid "If a user tries to upload a file larger than the max upload size, an error message will be displayed."
618
  msgstr ""
619
 
620
+ #: ../custom-contact-forms-admin.php:812
621
  msgid "Allowed File Extensions for Upload:"
622
  msgstr ""
623
 
624
+ #: ../custom-contact-forms-admin.php:816
625
  msgid "If a user tries to upload a file with an extension not in this list, an error will be shown. Separate file extensions with a comma. Ex: doc, jpg, jpeg, txt"
626
  msgstr ""
627
 
628
+ #: ../custom-contact-forms-admin.php:821
629
  msgid "Create Field"
630
  msgstr ""
631
 
632
+ #: ../custom-contact-forms-admin.php:823
633
  msgid "If this is a dropdown or radio field, you should go to the field manager below to attach field options after you create it."
634
  msgstr ""
635
 
636
+ #: ../custom-contact-forms-admin.php:831
637
  msgid "Manage User Fields"
638
  msgstr ""
639
 
640
+ #: ../custom-contact-forms-admin.php:840
641
+ #: ../custom-contact-forms-admin.php:974
642
+ #: ../custom-contact-forms-admin.php:1000
643
+ #: ../custom-contact-forms-admin.php:1088
644
+ #: ../custom-contact-forms-admin.php:1117
645
+ #: ../custom-contact-forms-admin.php:1126
646
  msgid "Label"
647
  msgstr ""
648
 
649
+ #: ../custom-contact-forms-admin.php:841
650
+ #: ../custom-contact-forms-admin.php:975
651
+ #: ../custom-contact-forms-admin.php:1001
652
+ #: ../custom-contact-forms-admin.php:1089
653
  msgid "Type"
654
  msgstr ""
655
 
656
+ #: ../custom-contact-forms-admin.php:842
657
+ #: ../custom-contact-forms-admin.php:976
658
+ #: ../custom-contact-forms-admin.php:1002
659
+ #: ../custom-contact-forms-admin.php:1090
660
  msgid "Initial Value"
661
  msgstr ""
662
 
663
+ #: ../custom-contact-forms-admin.php:843
664
+ #: ../custom-contact-forms-admin.php:977
665
+ #: ../custom-contact-forms-admin.php:1003
666
+ #: ../custom-contact-forms-admin.php:1091
667
  msgid "Required"
668
  msgstr ""
669
 
670
+ #: ../custom-contact-forms-admin.php:844
671
+ #: ../custom-contact-forms-admin.php:978
672
+ #: ../custom-contact-forms-admin.php:1004
673
+ #: ../custom-contact-forms-admin.php:1092
674
  msgid "Maxlength"
675
  msgstr ""
676
 
677
+ #: ../custom-contact-forms-admin.php:893
678
+ #: ../custom-contact-forms-admin.php:1059
679
  msgid "If you manage a .CSS file for your theme, you could create a class in that file and add it to this field. If the form attaching this field is using a \"Form Style\" other than the default, styles inherited from the \"Field Class\" might be overwritten."
680
  msgstr ""
681
 
682
+ #: ../custom-contact-forms-admin.php:898
683
+ #: ../custom-contact-forms-admin.php:1070
684
  msgid "This lets you customize the error message displayed when this field is required and left blank."
685
  msgstr ""
686
 
687
+ #: ../custom-contact-forms-admin.php:906
688
  msgid "If a user tries to upload a file greater than the value in this field, an error will be shown. Upload size is in KB. If this is left blank or set to 0, then there will be no maximum file size for this field."
689
  msgstr ""
690
 
691
+ #: ../custom-contact-forms-admin.php:907
692
  msgid "Max Upload Size"
693
  msgstr ""
694
 
695
+ #: ../custom-contact-forms-admin.php:909
696
  msgid "If a user tries to upload a file with an extension not in this list, an error will be shown. If this is left blank, then all file extensions will be accepted. Separate file extensions with a comma. Ex: doc, jpg, jpeg, bmp, gif, txt"
697
  msgstr ""
698
 
699
+ #: ../custom-contact-forms-admin.php:910
700
  msgid "Allowed File Extensions"
701
  msgstr ""
702
 
703
+ #: ../custom-contact-forms-admin.php:940
704
  msgid "Detach field options you"
705
  msgstr ""
706
 
707
+ #: ../custom-contact-forms-admin.php:959
708
  msgid "Attach field options in the order you want them to display."
709
  msgstr ""
710
 
711
+ #: ../custom-contact-forms-admin.php:991
712
  msgid "Manage Fixed Fields"
713
  msgstr ""
714
 
715
+ #: ../custom-contact-forms-admin.php:1020
716
+ #: ../custom-contact-forms-admin.php:1051
717
+ #: ../custom-contact-forms-admin.php:2405
718
  msgid "None"
719
  msgstr ""
720
 
721
+ #: ../custom-contact-forms-admin.php:1107
722
  msgid "Manage Field Options"
723
  msgstr ""
724
 
725
+ #: ../custom-contact-forms-admin.php:1118
726
+ #: ../custom-contact-forms-admin.php:1127
727
  msgid "Value"
728
  msgstr ""
729
 
730
+ #: ../custom-contact-forms-admin.php:1119
731
+ #: ../custom-contact-forms-admin.php:1128
732
  msgid "Is Dead"
733
  msgstr ""
734
 
735
+ #: ../custom-contact-forms-admin.php:1155
736
  msgid "No field options have been created."
737
  msgstr ""
738
 
739
+ #: ../custom-contact-forms-admin.php:1174
740
  msgid "Create A Field Option"
741
  msgstr ""
742
 
743
+ #: ../custom-contact-forms-admin.php:1182
744
  msgid "Option Slug:"
745
  msgstr ""
746
 
747
+ #: ../custom-contact-forms-admin.php:1186
748
  msgid "Used to identify this option, solely for admin purposes; must be unique, and contain only letters, numbers, and underscores. Example: 'slug_one'"
749
  msgstr ""
750
 
751
+ #: ../custom-contact-forms-admin.php:1190
 
752
  msgid "Option Label:"
753
  msgstr ""
754
 
755
+ #: ../custom-contact-forms-admin.php:1194
756
  msgid "This is what is shown to the user in the dropdown or radio field. Example: 'United States'"
757
  msgstr ""
758
 
759
+ #: ../custom-contact-forms-admin.php:1198
 
760
  msgid "Option Value:"
761
  msgstr ""
762
 
763
+ #: ../custom-contact-forms-admin.php:1200
764
  msgid "This is the actual value of the option which is not shown to the user. This can be the same thing as the label. An example pairing of label => value is: 'The color green' => 'green' or 'Yes' => '1'."
765
  msgstr ""
766
 
767
+ #: ../custom-contact-forms-admin.php:1202
768
  msgid "This is the actual value of the option which is not shown to the user. This can be the same thing as the label. An example pairing of label => value is: \"The color green\" => \"green\" or \"Yes\" => \"1\"."
769
  msgstr ""
770
 
771
+ #: ../custom-contact-forms-admin.php:1205
 
772
  msgid "Is Dead Option:"
773
  msgstr ""
774
 
775
+ #: ../custom-contact-forms-admin.php:1207
776
  msgid "A dead option is something like 'Please Select One'. This is a useful tool for required dropdown fields. If a dead option is submitted by a user for a required dropdown field, then the user will have to go back and fill out the field again."
777
  msgstr ""
778
 
779
+ #: ../custom-contact-forms-admin.php:1211
780
  msgid "Create Field Option"
781
  msgstr ""
782
 
783
+ #: ../custom-contact-forms-admin.php:1224
784
  msgid "Create A Style for Your Forms"
785
  msgstr ""
786
 
787
+ #: ../custom-contact-forms-admin.php:1228
788
  msgid "Use this manager to create styles for your forms. Each field is already filled out with nice look defaults. It is recommended you simply input a slug and click create to see the defaults before you start changing values."
789
  msgstr ""
790
 
791
+ #: ../custom-contact-forms-admin.php:1235
792
  msgid "Style Slug:"
793
  msgstr ""
794
 
795
+ #: ../custom-contact-forms-admin.php:1238
796
  msgid "(Must be unique)"
797
  msgstr ""
798
 
799
+ #: ../custom-contact-forms-admin.php:1242
800
+ #: ../custom-contact-forms-admin.php:1641
801
+ #: ../custom-contact-forms-admin.php:1650
802
  msgid "Title Font Size:"
803
  msgstr ""
804
 
805
+ #: ../custom-contact-forms-admin.php:1245
806
  msgid "(ex: 10pt, 10px, 1em)"
807
  msgstr ""
808
 
809
+ #: ../custom-contact-forms-admin.php:1249
810
+ #: ../custom-contact-forms-admin.php:1689
811
+ #: ../custom-contact-forms-admin.php:1757
812
  msgid "Title Font Color:"
813
  msgstr ""
814
 
815
+ #: ../custom-contact-forms-admin.php:1252
816
+ #: ../custom-contact-forms-admin.php:1273
817
+ #: ../custom-contact-forms-admin.php:1337
818
+ #: ../custom-contact-forms-admin.php:1438
819
+ #: ../custom-contact-forms-admin.php:1445
820
+ #: ../custom-contact-forms-admin.php:1473
821
  msgid "(ex: FF0000)"
822
  msgstr ""
823
 
824
+ #: ../custom-contact-forms-admin.php:1256
825
+ #: ../custom-contact-forms-admin.php:1614
826
  msgid "Label Width:"
827
  msgstr ""
828
 
829
+ #: ../custom-contact-forms-admin.php:1259
830
  msgid "(ex: 100px or 20%)"
831
  msgstr ""
832
 
833
+ #: ../custom-contact-forms-admin.php:1263
834
+ #: ../custom-contact-forms-admin.php:1655
835
  msgid "Label Font Size:"
836
  msgstr ""
837
 
838
+ #: ../custom-contact-forms-admin.php:1266
839
+ #: ../custom-contact-forms-admin.php:1431
840
  msgid "(ex: 10px, 10pt, 1em)"
841
  msgstr ""
842
 
843
+ #: ../custom-contact-forms-admin.php:1270
844
+ #: ../custom-contact-forms-admin.php:1694
845
  msgid "Label Font Color:"
846
  msgstr ""
847
 
848
+ #: ../custom-contact-forms-admin.php:1277
849
+ #: ../custom-contact-forms-admin.php:1581
850
  msgid "Text Field Width:"
851
  msgstr ""
852
 
853
+ #: ../custom-contact-forms-admin.php:1280
854
+ #: ../custom-contact-forms-admin.php:1287
855
+ #: ../custom-contact-forms-admin.php:1294
856
+ #: ../custom-contact-forms-admin.php:1374
857
  msgid "(ex: 100px or 100%)"
858
  msgstr ""
859
 
860
+ #: ../custom-contact-forms-admin.php:1284
861
  msgid "Textarea Field Width:"
862
  msgstr ""
863
 
864
+ #: ../custom-contact-forms-admin.php:1291
865
  msgid "Textarea Field Height:"
866
  msgstr ""
867
 
868
+ #: ../custom-contact-forms-admin.php:1298
869
+ #: ../custom-contact-forms-admin.php:1660
870
  msgid "Field Font Size:"
871
  msgstr ""
872
 
873
+ #: ../custom-contact-forms-admin.php:1301
874
  msgid "(ex: 10px, 10pt, 1em"
875
  msgstr ""
876
 
877
+ #: ../custom-contact-forms-admin.php:1305
878
+ #: ../custom-contact-forms-admin.php:1699
879
  msgid "Field Font Color:"
880
  msgstr ""
881
 
882
+ #: ../custom-contact-forms-admin.php:1308
883
+ #: ../custom-contact-forms-admin.php:1344
884
  msgid "(ex: 333333)"
885
  msgstr ""
886
 
887
+ #: ../custom-contact-forms-admin.php:1312
888
+ #: ../custom-contact-forms-admin.php:1748
889
  msgid "Field Border Style:"
890
  msgstr ""
891
 
892
+ #: ../custom-contact-forms-admin.php:1320
893
+ #: ../custom-contact-forms-admin.php:1709
894
  msgid "Form Margin:"
895
  msgstr ""
896
 
897
+ #: ../custom-contact-forms-admin.php:1323
898
+ #: ../custom-contact-forms-admin.php:1330
899
+ #: ../custom-contact-forms-admin.php:1452
900
+ #: ../custom-contact-forms-admin.php:1459
901
  msgid "(ex: 5px or 1em)"
902
  msgstr ""
903
 
904
+ #: ../custom-contact-forms-admin.php:1327
905
+ #: ../custom-contact-forms-admin.php:1601
906
  msgid "Label Margin:"
907
  msgstr ""
908
 
909
+ #: ../custom-contact-forms-admin.php:1334
910
  msgid "Textarea Background Color:"
911
  msgstr ""
912
 
913
+ #: ../custom-contact-forms-admin.php:1341
914
  msgid "Success Popover Font Color:"
915
  msgstr ""
916
 
917
+ #: ../custom-contact-forms-admin.php:1348
918
  msgid "Success Popover Title Font Size:"
919
  msgstr ""
920
 
921
+ #: ../custom-contact-forms-admin.php:1351
922
+ #: ../custom-contact-forms-admin.php:1358
923
+ #: ../custom-contact-forms-admin.php:1480
924
+ #: ../custom-contact-forms-admin.php:1503
925
  msgid "(ex: 12px, 1em, 100%)"
926
  msgstr ""
927
 
928
+ #: ../custom-contact-forms-admin.php:1355
929
+ #: ../custom-contact-forms-admin.php:1645
930
  msgid "Form Background Color:"
931
  msgstr ""
932
 
933
+ #: ../custom-contact-forms-admin.php:1362
934
  msgid "Tooltip Background Color:"
935
  msgstr ""
936
 
937
+ #: ../custom-contact-forms-admin.php:1365
938
  msgid "(ex: 000000 or black)"
939
  msgstr ""
940
 
941
+ #: ../custom-contact-forms-admin.php:1371
942
+ #: ../custom-contact-forms-admin.php:1743
943
  msgid "Field Border Color:"
944
  msgstr ""
945
 
946
+ #: ../custom-contact-forms-admin.php:1378
947
+ #: ../custom-contact-forms-admin.php:1726
948
  msgid "Form Border Style:"
949
  msgstr ""
950
 
951
+ #: ../custom-contact-forms-admin.php:1386
952
+ #: ../custom-contact-forms-admin.php:1738
953
  msgid "Form Border Color:"
954
  msgstr ""
955
 
956
+ #: ../custom-contact-forms-admin.php:1389
957
  msgid "(ex: 000000)"
958
  msgstr ""
959
 
960
+ #: ../custom-contact-forms-admin.php:1393
961
+ #: ../custom-contact-forms-admin.php:1733
962
  msgid "Form Border Width:"
963
  msgstr ""
964
 
965
+ #: ../custom-contact-forms-admin.php:1396
966
  msgid "(ex: 1px)"
967
  msgstr ""
968
 
969
+ #: ../custom-contact-forms-admin.php:1400
970
+ #: ../custom-contact-forms-admin.php:1576
971
  msgid "Form Width:"
972
  msgstr ""
973
 
974
+ #: ../custom-contact-forms-admin.php:1403
975
  msgid "(ex: 100px or 50%)"
976
  msgstr ""
977
 
978
+ #: ../custom-contact-forms-admin.php:1407
979
  msgid "Form Font Family:"
980
  msgstr ""
981
 
982
+ #: ../custom-contact-forms-admin.php:1410
983
  msgid "(ex: Verdana, Tahoma, Arial)"
984
  msgstr ""
985
 
986
+ #: ../custom-contact-forms-admin.php:1414
987
+ #: ../custom-contact-forms-admin.php:1619
988
  msgid "Button Width:"
989
  msgstr ""
990
 
991
+ #: ../custom-contact-forms-admin.php:1417
992
  msgid "(ex: 100px, 30%, auto)"
993
  msgstr ""
994
 
995
+ #: ../custom-contact-forms-admin.php:1421
996
+ #: ../custom-contact-forms-admin.php:1624
997
  msgid "Button Height:"
998
  msgstr ""
999
 
1000
+ #: ../custom-contact-forms-admin.php:1424
1001
  msgid "(ex: 100px or 30%)"
1002
  msgstr ""
1003
 
1004
+ #: ../custom-contact-forms-admin.php:1428
1005
+ #: ../custom-contact-forms-admin.php:1665
1006
  msgid "Button Font Size:"
1007
  msgstr ""
1008
 
1009
+ #: ../custom-contact-forms-admin.php:1435
1010
+ #: ../custom-contact-forms-admin.php:1704
1011
  msgid "Button Font Color:"
1012
  msgstr ""
1013
 
1014
+ #: ../custom-contact-forms-admin.php:1442
1015
+ #: ../custom-contact-forms-admin.php:1629
1016
  msgid "Field Background Color:"
1017
  msgstr ""
1018
 
1019
+ #: ../custom-contact-forms-admin.php:1449
1020
+ #: ../custom-contact-forms-admin.php:1670
1021
  msgid "Form Padding:"
1022
  msgstr ""
1023
 
1024
+ #: ../custom-contact-forms-admin.php:1456
1025
+ #: ../custom-contact-forms-admin.php:1634
1026
  msgid "Title Margin:"
1027
  msgstr ""
1028
 
1029
+ #: ../custom-contact-forms-admin.php:1463
1030
+ #: ../custom-contact-forms-admin.php:1596
1031
  msgid "Dropdown Width:"
1032
  msgstr ""
1033
 
1034
+ #: ../custom-contact-forms-admin.php:1466
1035
  msgid "(ex: 30px, 20%, or auto)"
1036
  msgstr ""
1037
 
1038
+ #: ../custom-contact-forms-admin.php:1470
1039
  msgid "Success Popover Border Color:"
1040
  msgstr ""
1041
 
1042
+ #: ../custom-contact-forms-admin.php:1477
1043
  msgid "Success Popover Font Size:"
1044
  msgstr ""
1045
 
1046
+ #: ../custom-contact-forms-admin.php:1484
1047
  msgid "Success Popover Height:"
1048
  msgstr ""
1049
 
1050
+ #: ../custom-contact-forms-admin.php:1487
1051
  msgid "(ex: 200px, 6em, 50%)"
1052
  msgstr ""
1053
 
1054
+ #: ../custom-contact-forms-admin.php:1491
1055
+ #: ../custom-contact-forms-admin.php:1762
1056
  msgid "Field Border Roundness:"
1057
  msgstr ""
1058
 
1059
+ #: ../custom-contact-forms-admin.php:1494
1060
  msgid "(ex: 6px, or 0px)"
1061
  msgstr ""
1062
 
1063
+ #: ../custom-contact-forms-admin.php:1498
1064
+ #: ../custom-contact-forms-admin.php:1569
1065
+ #: ../custom-contact-forms-admin.php:1682
1066
  msgid "Tooltip"
1067
  msgstr ""
1068
 
1069
+ #: ../custom-contact-forms-admin.php:1499
1070
+ #: ../custom-contact-forms-admin.php:1570
1071
+ #: ../custom-contact-forms-admin.php:1683
1072
  msgid "A tooltip is the little box that fades in displaying 'Field Instructions' when a user selects a particular field."
1073
  msgstr ""
1074
 
1075
+ #: ../custom-contact-forms-admin.php:1500
1076
+ #: ../custom-contact-forms-admin.php:1677
1077
  msgid "Font Size:"
1078
  msgstr ""
1079
 
1080
+ #: ../custom-contact-forms-admin.php:1507
1081
  msgid "Tooltip Font Color:"
1082
  msgstr ""
1083
 
1084
+ #: ../custom-contact-forms-admin.php:1510
1085
  msgid "(ex: ffffff or white)"
1086
  msgstr ""
1087
 
1088
+ #: ../custom-contact-forms-admin.php:1514
1089
  msgid "Create Style"
1090
  msgstr ""
1091
 
1092
+ #: ../custom-contact-forms-admin.php:1522
1093
  msgid "Manage Form Styles"
1094
  msgstr ""
1095
 
1096
+ #: ../custom-contact-forms-admin.php:1545
 
 
 
1097
  msgid "Slug:"
1098
  msgstr ""
1099
 
1100
+ #: ../custom-contact-forms-admin.php:1550
1101
  msgid "Font Family:"
1102
  msgstr ""
1103
 
1104
+ #: ../custom-contact-forms-admin.php:1555
1105
  msgid "Textarea Background"
1106
  msgstr ""
1107
 
1108
+ #: ../custom-contact-forms-admin.php:1557
1109
  msgid "Color:"
1110
  msgstr ""
1111
 
1112
+ #: ../custom-contact-forms-admin.php:1562
1113
+ #: ../custom-contact-forms-admin.php:1606
1114
+ #: ../custom-contact-forms-admin.php:1639
1115
+ #: ../custom-contact-forms-admin.php:1675
1116
+ #: ../custom-contact-forms-admin.php:1714
1117
+ #: ../custom-contact-forms-admin.php:1755
1118
  msgid "Success Popover"
1119
  msgstr ""
1120
 
1121
+ #: ../custom-contact-forms-admin.php:1564
1122
  msgid "Border Color:"
1123
  msgstr ""
1124
 
1125
+ #: ../custom-contact-forms-admin.php:1571
1126
+ #: ../custom-contact-forms-admin.php:1716
1127
  msgid "Font Color:"
1128
  msgstr ""
1129
 
1130
+ #: ../custom-contact-forms-admin.php:1586
1131
  msgid "Textarea Width:"
1132
  msgstr ""
1133
 
1134
+ #: ../custom-contact-forms-admin.php:1591
1135
  msgid "Textarea Height:"
1136
  msgstr ""
1137
 
1138
+ #: ../custom-contact-forms-admin.php:1608
1139
  msgid "Height:"
1140
  msgstr ""
1141
 
1142
+ #: ../custom-contact-forms-admin.php:1684
1143
  msgid "Background Color:"
1144
  msgstr ""
1145
 
1146
+ #: ../custom-contact-forms-admin.php:1721
1147
  msgid "Tooltip Font Size:"
1148
  msgstr ""
1149
 
1150
+ #: ../custom-contact-forms-admin.php:1796
1151
  msgid "Report a Bug/Suggest a Feature"
1152
  msgstr ""
1153
 
1154
+ #: ../custom-contact-forms-admin.php:1804
1155
  #: ../modules/db/custom-contact-forms-default-db.php:25
1156
  msgid "Your Name:"
1157
  msgstr ""
1158
 
1159
+ #: ../custom-contact-forms-admin.php:1810
1160
  msgid "Your Email:"
1161
  msgstr ""
1162
 
1163
+ #: ../custom-contact-forms-admin.php:1818
1164
  msgid "Who Hosts Your Website?"
1165
  msgstr ""
1166
 
1167
+ #: ../custom-contact-forms-admin.php:1824
1168
  msgid "Purpose of this message:"
1169
  msgstr ""
1170
 
1171
+ #: ../custom-contact-forms-admin.php:1828
1172
  msgid "Bug Report"
1173
  msgstr ""
1174
 
1175
+ #: ../custom-contact-forms-admin.php:1831
1176
  msgid "Suggest a Feature"
1177
  msgstr ""
1178
 
1179
+ #: ../custom-contact-forms-admin.php:1834
1180
  msgid "Plugin Question"
1181
  msgstr ""
1182
 
1183
+ #: ../custom-contact-forms-admin.php:1842
1184
  msgid "Version of Custom Contact Forms?"
1185
  msgstr ""
1186
 
1187
+ #: ../custom-contact-forms-admin.php:1848
1188
  msgid "Version of WordPress?"
1189
  msgstr ""
1190
 
1191
+ #: ../custom-contact-forms-admin.php:1856
1192
  #: ../modules/db/custom-contact-forms-default-db.php:31
1193
  msgid "Your Message:"
1194
  msgstr ""
1195
 
1196
+ #: ../custom-contact-forms-admin.php:1862
1197
  #: ../modules/db/custom-contact-forms-default-db.php:53
1198
  msgid "Send Message"
1199
  msgstr ""
1200
 
1201
+ #: ../custom-contact-forms-admin.php:1872
1202
  msgid "Custom HTML Forms (Advanced)"
1203
  msgstr ""
1204
 
1205
+ #: ../custom-contact-forms-admin.php:1876
1206
  msgid ""
1207
  "If you know HTML and simply want to use this plugin to process form requests, this feature is for you. \n"
1208
  "\t\t\t\t\tThe following HTML is a the framework to which you must adhere. In order for your form to work you MUST do the following: a) Keep the form action/method the same (yes the action is supposed to be empty), b) Include all the hidden fields shown below, c) provide a \n"
1209
  "\t\t\t\t\thidden field with a success message or thank you page (both hidden fields are included below, you must choose one or the other and fill in the value part of the input field appropriately."
1210
  msgstr ""
1211
 
1212
+ #: ../custom-contact-forms-admin.php:1883
1213
  msgid "Thank you for filling out our form!"
1214
  msgstr ""
1215
 
1216
+ #: ../custom-contact-forms-admin.php:1888
1217
  msgid "Paste all this code into a page or post and edit it to your liking. It is recommended you only use this feature if you are experienced with HTML. The destination_email field specifies where emails will be sent on successful submission; you can have the form send to multiple addresses by separating email's with semi-colons (i.e. email@google.com; email2@google.com). The success_message field will add a popover containing the message when the form is completed successfully, the thank_you_page field will force the user to be redirected to that specific page on successful form completion. The required_fields hidden field is optional; to use it separate the field names you want required by commas. Remember to use underscores instead of spaces in field names!"
1218
  msgstr ""
1219
 
1220
+ #: ../custom-contact-forms-admin.php:1898
1221
  msgid "Custom Contact Forms Plugin News"
1222
  msgstr ""
1223
 
1224
+ #: ../custom-contact-forms-admin.php:1962
1225
  #: ../custom-contact-forms.php:101
 
1226
  msgid "Saved Form Submissions"
1227
  msgstr ""
1228
 
1229
+ #: ../custom-contact-forms-admin.php:1969
1230
+ #: ../custom-contact-forms-admin.php:2023
1231
  msgid "Date Submitted"
1232
  msgstr ""
1233
 
1234
+ #: ../custom-contact-forms-admin.php:1970
1235
+ #: ../custom-contact-forms-admin.php:2024
1236
  msgid "Form Submitted"
1237
  msgstr ""
1238
 
1239
+ #: ../custom-contact-forms-admin.php:1971
1240
+ #: ../custom-contact-forms-admin.php:2025
1241
  msgid "Form Page"
1242
  msgstr ""
1243
 
1244
+ #: ../custom-contact-forms-admin.php:1990
 
1245
  msgid "Custom HTML Form"
1246
  msgstr ""
1247
 
1248
+ #: ../custom-contact-forms-admin.php:2065
1249
  msgid "Your settings have been successfully saved!"
1250
  msgstr ""
1251
 
1252
+ #: ../custom-contact-forms-admin.php:2070
1253
  msgid "Your mail settings have been successfully saved!"
1254
  msgstr ""
1255
 
1256
+ #: ../custom-contact-forms-admin.php:2108
1257
  #: ../custom-contact-forms.php:102
1258
  msgid "General Settings"
1259
  msgstr ""
1260
 
1261
+ #: ../custom-contact-forms-admin.php:2115
1262
  msgid "Email Form Submissions:"
1263
  msgstr ""
1264
 
1265
+ #: ../custom-contact-forms-admin.php:2127
1266
  msgid "When a user fills out one of your forms, the info submitted is saved in the Saved Form Submission section of the admin panel for you to view. If this is enabled, you will also be sent an email containing the submission info."
1267
  msgstr ""
1268
 
1269
+ #: ../custom-contact-forms-admin.php:2131
1270
  msgid "Default Email:"
1271
  msgstr ""
1272
 
1273
+ #: ../custom-contact-forms-admin.php:2136
1274
  msgid "Form emails will be sent <span>to</span> this address, if no destination email is specified by the form."
1275
  msgstr ""
1276
 
1277
+ #: ../custom-contact-forms-admin.php:2140
1278
  msgid "Front End JQuery:"
1279
  msgstr ""
1280
 
 
 
 
 
 
 
 
 
1281
  #: ../custom-contact-forms-admin.php:2144
1282
  #: ../custom-contact-forms-admin.php:2187
1283
  #: ../custom-contact-forms-admin.php:2293
1284
  #: ../custom-contact-forms-admin.php:2309
1285
+ #: ../custom-contact-forms-admin.php:2337
1286
+ msgid "Enabled"
1287
+ msgstr ""
1288
+
1289
+ #: ../custom-contact-forms-admin.php:2147
1290
+ #: ../custom-contact-forms-admin.php:2190
1291
+ #: ../custom-contact-forms-admin.php:2296
1292
+ #: ../custom-contact-forms-admin.php:2312
1293
+ #: ../custom-contact-forms-admin.php:2334
1294
  msgid "Disabled"
1295
  msgstr ""
1296
 
1297
+ #: ../custom-contact-forms-admin.php:2152
1298
  #, php-format
1299
  msgid "Some plugins don't setup JQuery correctly, so when any other plugin uses JQuery (whether correctly or not), JQuery works for neither plugin. This plugin uses JQuery correctly. If another plugin isn't using JQuery correctly but is more important to you than this one: disable this option. 99% of this plugin's functionality will work without JQuery, just no field instruction tooltips."
1300
  msgstr ""
1301
 
1302
+ #: ../custom-contact-forms-admin.php:2156
1303
  msgid "Default From Email:"
1304
  msgstr ""
1305
 
1306
+ #: ../custom-contact-forms-admin.php:2161
1307
  msgid "Form emails will be sent <span>from</span> this address. It is recommended you provide a real email address that has been created through your host."
1308
  msgstr ""
1309
 
1310
+ #: ../custom-contact-forms-admin.php:2165
1311
  msgid "Default From Name:"
1312
  msgstr ""
1313
 
1314
+ #: ../custom-contact-forms-admin.php:2170
1315
  msgid "This setting allows you to specify the name under which form emails are sent. The default is 'Custom Contact Forms'."
1316
  msgstr ""
1317
 
1318
+ #: ../custom-contact-forms-admin.php:2174
1319
  msgid "Default Email Subject:"
1320
  msgstr ""
1321
 
1322
+ #: ../custom-contact-forms-admin.php:2179
1323
  msgid "Default subject to be included in all form emails."
1324
  msgstr ""
1325
 
1326
+ #: ../custom-contact-forms-admin.php:2183
1327
  msgid "Enable Dashboard Widget:"
1328
  msgstr ""
1329
 
1330
+ #: ../custom-contact-forms-admin.php:2194
1331
  msgid "Enabling this will display a widget on your dashboard that shows the latest form submissions."
1332
  msgstr ""
1333
 
1334
+ #: ../custom-contact-forms-admin.php:2198
1335
  msgid "Dashboard Widget Accessibility:"
1336
  msgstr ""
1337
 
1338
+ #: ../custom-contact-forms-admin.php:2202
1339
  msgid "Only admins can view"
1340
  msgstr ""
1341
 
1342
+ #: ../custom-contact-forms-admin.php:2205
1343
  msgid "All roles except subscribers can view"
1344
  msgstr ""
1345
 
1346
+ #: ../custom-contact-forms-admin.php:2208
1347
  msgid "All roles can view"
1348
  msgstr ""
1349
 
1350
+ #: ../custom-contact-forms-admin.php:2212
1351
  msgid "If you are using the dashboard widget, this allows you to disallow certain users from viewing it."
1352
  msgstr ""
1353
 
1354
+ #: ../custom-contact-forms-admin.php:2216
1355
  msgid "Use Code Type:"
1356
  msgstr ""
1357
 
1358
+ #: ../custom-contact-forms-admin.php:2224
1359
  msgid "This lets you switch the form code between HTML and XHTML."
1360
  msgstr ""
1361
 
1362
+ #: ../custom-contact-forms-admin.php:2228
1363
  msgid "Restrict Frontend JS and CSS to Form Pages Only:"
1364
  msgstr ""
1365
 
1366
+ #: ../custom-contact-forms-admin.php:2239
1367
  msgid "Within each form in the form manager, you can specify the page id's on which that form will be used. If you set this to 'Yes', the plugin will only include CSS and JS files on pages/posts where a CCF form is inserted. If this is set to 'No', CSS and JS files for this plugin will be included on every page of your site except in the admin area."
1368
  msgstr ""
1369
 
1370
+ #: ../custom-contact-forms-admin.php:2245
1371
  msgid "Default Form Success Message Title:"
1372
  msgstr ""
1373
 
1374
+ #: ../custom-contact-forms-admin.php:2250
1375
  msgid "If someone fills out a form for which a success message title is not provided and a custom success page is not provided, the plugin will show a popover using this field as the window title."
1376
  msgstr ""
1377
 
1378
+ #: ../custom-contact-forms-admin.php:2255
1379
  msgid "Default Form Success Message:"
1380
  msgstr ""
1381
 
1382
+ #: ../custom-contact-forms-admin.php:2260
1383
  msgid "If someone fills out a form for which a success message is not provided and a custom success page is not provided, the plugin will show a popover containing this message."
1384
  msgstr ""
1385
 
1386
+ #: ../custom-contact-forms-admin.php:2264
1387
  msgid "Default Form Error Header:"
1388
  msgstr ""
1389
 
1390
+ #: ../custom-contact-forms-admin.php:2269
1391
  msgid "When a form is filled out incorrectly, this message will be displayed followed by the individual field error messages."
1392
  msgstr ""
1393
 
1394
+ #: ../custom-contact-forms-admin.php:2273
1395
  msgid "Remember Field Values:"
1396
  msgstr ""
1397
 
1398
+ #: ../custom-contact-forms-admin.php:2285
1399
  msgid "Selecting yes will make form fields remember how they were last filled out."
1400
  msgstr ""
1401
 
1402
+ #: ../custom-contact-forms-admin.php:2289
1403
  msgid "Tooltips in Widget:"
1404
  msgstr ""
1405
 
1406
+ #: ../custom-contact-forms-admin.php:2301
1407
  msgid "Enabling this shows tooltips containing field instructions on forms in the widget."
1408
  msgstr ""
1409
 
1410
+ #: ../custom-contact-forms-admin.php:2305
1411
  msgid "Fancy Admin AJAX Abilities:"
1412
  msgstr ""
1413
 
1414
+ #: ../custom-contact-forms-admin.php:2317
1415
  msgid "If you enable this, creating, editing and modifying forms, fields, styles, etc in the admin panel will be done using AJAX. This means that clicking things like 'Edit' or 'Delete' will not cause the page to reload thus managing your forms will be much smoother and quicker. If you are having problems with things not saving, deleting, or inserting correctly, then disable this and fill out a bug report below."
1416
  msgstr ""
1417
 
1418
+ #: ../custom-contact-forms-admin.php:2321
1419
  msgid "Default Permissions Error:"
1420
  msgstr ""
1421
 
1422
+ #: ../custom-contact-forms-admin.php:2326
1423
  msgid "When someone doesn't have the proper permissions to use a form, this message is displayed in place of the form. You control who can view each form with the form access manager which is located inside the form manager."
1424
  msgstr ""
1425
 
1426
+ #: ../custom-contact-forms-admin.php:2330
1427
  msgid "Form Access Capabilities:"
1428
  msgstr ""
1429
 
1430
+ #: ../custom-contact-forms-admin.php:2342
1431
+ msgid "The form access manager within each form allows you to control who can view your form. However, that will not take effect on any of your forms unless this is enabled."
1432
  msgstr ""
1433
 
1434
+ #: ../custom-contact-forms-admin.php:2346
1435
  msgid "Maximum File Upload Size:"
1436
  msgstr ""
1437
 
1438
+ #: ../custom-contact-forms-admin.php:2348
1439
  msgid "MB"
1440
  msgstr ""
1441
 
1442
+ #: ../custom-contact-forms-admin.php:2352
1443
  msgid "When creating file fields, you can specify maximum upload sizes for each individual field. This setting lets you set an overall cap for security reasons. It is recommended you leave this at 10 MB."
1444
  msgstr ""
1445
 
1446
+ #: ../custom-contact-forms-admin.php:2355
1447
  msgid "Show Sidebar Widget:"
1448
  msgstr ""
1449
 
1450
+ #: ../custom-contact-forms-admin.php:2360
1451
  msgid "On Homepage"
1452
  msgstr ""
1453
 
1454
+ #: ../custom-contact-forms-admin.php:2364
1455
  msgid "On Pages"
1456
  msgstr ""
1457
 
1458
+ #: ../custom-contact-forms-admin.php:2368
1459
  msgid "On Single Posts"
1460
  msgstr ""
1461
 
1462
+ #: ../custom-contact-forms-admin.php:2373
1463
  msgid "On Categories"
1464
  msgstr ""
1465
 
1466
+ #: ../custom-contact-forms-admin.php:2377
1467
  msgid "On Archives"
1468
  msgstr ""
1469
 
1470
+ #: ../custom-contact-forms-admin.php:2382
1471
  msgid "Update"
1472
  msgstr ""
1473
 
1474
+ #: ../custom-contact-forms-admin.php:2390
1475
  msgid "Mail Settings"
1476
  msgstr ""
1477
 
1478
+ #: ../custom-contact-forms-admin.php:2394
1479
  msgid "There are two ways you can send emails: using the PHP mail() function or using SMTP (secure/insecure). If you choose to use the PHP mail() function you can ignore all the other options. For some people Wordpress's default way of sending mail does not work; if for some reason your mail is being sent you should try the SMTP option."
1480
  msgstr ""
1481
 
1482
+ #: ../custom-contact-forms-admin.php:2395
1483
  msgid "* Send My Emails Using the Following:"
1484
  msgstr ""
1485
 
1486
+ #: ../custom-contact-forms-admin.php:2397
1487
  msgid "Wordpress Default"
1488
  msgstr ""
1489
 
1490
+ #: ../custom-contact-forms-admin.php:2398
1491
  msgid "SMTP"
1492
  msgstr ""
1493
 
1494
+ #: ../custom-contact-forms-admin.php:2399
1495
  msgid "(If mail isn't sending, try toggling this option.)"
1496
  msgstr ""
1497
 
1498
+ #: ../custom-contact-forms-admin.php:2402
1499
  msgid "SMTP Host:"
1500
  msgstr ""
1501
 
1502
+ #: ../custom-contact-forms-admin.php:2403
1503
  msgid "SMTP Port:"
1504
  msgstr ""
1505
 
1506
+ #: ../custom-contact-forms-admin.php:2404
1507
  msgid "Encryption:"
1508
  msgstr ""
1509
 
1510
+ #: ../custom-contact-forms-admin.php:2406
1511
  msgid "SSL"
1512
  msgstr ""
1513
 
1514
+ #: ../custom-contact-forms-admin.php:2407
1515
  msgid "TLS"
1516
  msgstr ""
1517
 
1518
+ #: ../custom-contact-forms-admin.php:2411
1519
  msgid "SMTP Authentication:"
1520
  msgstr ""
1521
 
1522
+ #: ../custom-contact-forms-admin.php:2411
1523
  msgid "None Needed"
1524
  msgstr ""
1525
 
1526
+ #: ../custom-contact-forms-admin.php:2411
1527
  msgid "Use SMTP Username/Password"
1528
  msgstr ""
1529
 
1530
+ #: ../custom-contact-forms-admin.php:2412
1531
  msgid "SMTP Username:"
1532
  msgstr ""
1533
 
1534
+ #: ../custom-contact-forms-admin.php:2413
1535
  msgid "SMTP Password:"
1536
  msgstr ""
1537
 
1538
+ #: ../custom-contact-forms-admin.php:2416
1539
  msgid "Save Mail Sending Options"
1540
  msgstr ""
1541
 
1542
+ #: ../custom-contact-forms-admin.php:2422
1543
  msgid "Export"
1544
  msgstr ""
1545
 
1546
+ #: ../custom-contact-forms-admin.php:2427
1547
  msgid ""
1548
  "Preforming a Custom Contact Forms export will create a file of the form \n"
1549
  "\t\t\t\t\t\tccf-export-xxxx.sql on your web server. The file created contains SQL that \n"
1550
  "\t\t\t\t\t\twill recreate all the plugin data on any Wordpress installation. After Custom Contact Forms creates the export file, you will be prompted to download it. You can use this file as a backup in case your Wordpress database gets ruined."
1551
  msgstr ""
1552
 
1553
+ #: ../custom-contact-forms-admin.php:2431
1554
  msgid "Export All CCF Plugin Content"
1555
  msgstr ""
1556
 
1557
+ #: ../custom-contact-forms-admin.php:2437
1558
  msgid "Import"
1559
  msgstr ""
1560
 
1561
+ #: ../custom-contact-forms-admin.php:2443
1562
  msgid "Browse to a CCF .sql export file to import Custom Contact Form data from another Wordpress installation to this one. Pressing the 'Clear and Import' button deletes all current data and then imports the selected file; this will not work for merging to data!. Clearing all CCF data before importing prevents any conflicts from occuring. Before you attempt an import, you should always download a backup, by clicking the 'Export All' button."
1563
  msgstr ""
1564
 
1565
+ #: ../custom-contact-forms-admin.php:2446
1566
  msgid "Choose What You Want to Use from the Import File:"
1567
  msgstr ""
1568
 
1569
+ #: ../custom-contact-forms-admin.php:2452
1570
  msgid "Use General Settings"
1571
  msgstr ""
1572
 
1573
+ #: ../custom-contact-forms-admin.php:2464
 
1574
  msgid "Form Submissions"
1575
  msgstr ""
1576
 
1577
+ #: ../custom-contact-forms-admin.php:2494
1578
  msgid "Choose an Import File:"
1579
  msgstr ""
1580
 
1581
+ #: ../custom-contact-forms-admin.php:2498
1582
  msgid "Clear and Import"
1583
  msgstr ""
1584
 
1585
+ #: ../custom-contact-forms-admin.php:2500
1586
  msgid "Yes, I want to do this and have created a backup."
1587
  msgstr ""
1588
 
1589
+ #: ../custom-contact-forms-front.php:134
1590
+ msgid "Go Back"
1591
+ msgstr ""
1592
+
1593
  #: ../custom-contact-forms-front.php:134
1594
  msgid "Go Back to Form."
1595
  msgstr ""
1598
  msgid "(required)"
1599
  msgstr ""
1600
 
1601
+ #: ../custom-contact-forms-front.php:349
1602
+ #: ../custom-contact-forms-front.php:375
1603
+ msgid "An error occured while uploading: "
1604
  msgstr ""
1605
 
1606
+ #: ../custom-contact-forms-front.php:351
1607
  msgid " is too large of a file. The maximum file size for that field is "
1608
  msgstr ""
1609
 
1610
+ #: ../custom-contact-forms-front.php:351
1611
+ msgid " KB."
1612
+ msgstr ""
1613
+
1614
+ #: ../custom-contact-forms-front.php:354
1615
  msgid " is an invalid file extension."
1616
  msgstr ""
1617
 
1618
+ #: ../custom-contact-forms-front.php:384
1619
  msgid "You left this field blank: "
1620
  msgstr ""
1621
 
1622
+ #: ../custom-contact-forms-front.php:385
1623
  msgid "Form Displayed on Page: "
1624
  msgstr ""
1625
 
1626
+ #: ../custom-contact-forms-front.php:386
1627
  msgid "Sender IP: "
1628
  msgstr ""
1629
 
1630
+ #: ../custom-contact-forms-front.php:462
1631
  msgid "Only humans can use this form."
1632
  msgstr ""
1633
 
1634
+ #: ../custom-contact-forms-front.php:468
1635
  msgid "You copied the number from the captcha field incorrectly."
1636
  msgstr ""
1637
 
1638
+ #: ../custom-contact-forms-front.php:474
1639
  msgid "The email address you provided is not valid."
1640
  msgstr ""
1641
 
1642
+ #: ../custom-contact-forms-front.php:480
1643
  msgid "The website address you provided is not valid."
1644
  msgstr ""
1645
 
1646
+ #: ../custom-contact-forms-front.php:537
1647
  msgid "Not Checked"
1648
  msgstr ""
1649
 
1650
+ #: ../custom-contact-forms-front.php:583
1651
  msgid "To view the message, please use an HTML compatible email viewer."
1652
  msgstr ""
1653
 
1654
+ #: ../custom-contact-forms-front.php:608
1655
  msgid "Captcha image for Custom Contact Forms plugin. You must type the numbers shown in the image"
1656
  msgstr ""
1657
 
1719
  msgid "Type the numbers."
1720
  msgstr ""
1721
 
1722
+ #: ../modules/db/custom-contact-forms-activate-db.php:222
1723
+ msgid "Type the numbers displayed in the image above."
1724
+ msgstr ""
1725
+
1726
  #: ../modules/db/custom-contact-forms-activate-db.php:223
1727
  msgid "Check if you are human."
1728
  msgstr ""
1729
 
1730
+ #: ../modules/db/custom-contact-forms-activate-db.php:223
1731
+ msgid "This helps us prevent spam."
1732
+ msgstr ""
1733
+
1734
  #: ../modules/db/custom-contact-forms-activate-db.php:224
1735
  msgid "Your Email"
1736
  msgstr ""
1737
 
1738
+ #: ../modules/db/custom-contact-forms-activate-db.php:224
1739
+ msgid "Please enter your email address."
1740
+ msgstr ""
1741
+
1742
  #: ../modules/db/custom-contact-forms-activate-db.php:225
1743
  msgid "Your Website"
1744
  msgstr ""
1745
 
1746
+ #: ../modules/db/custom-contact-forms-activate-db.php:225
1747
+ msgid "Please enter your website."
1748
+ msgstr ""
1749
+
1750
+ #: ../modules/db/custom-contact-forms-activate-db.php:226
1751
+ msgid "Please enter a subject for the email."
1752
+ msgstr ""
1753
+
1754
  #: ../modules/db/custom-contact-forms-activate-db.php:227
1755
  msgid "Reset Form"
1756
  msgstr ""
1808
  msgstr ""
1809
 
1810
  #: ../modules/db/custom-contact-forms-default-db.php:47
 
1811
  msgid "Please Select:"
1812
  msgstr ""
1813
 
1876
  msgstr ""
1877
 
1878
  #: ../modules/usage_popover/custom-contact-forms-quick-start-popover.php:8
 
1879
  msgid "Insert Default Content"
1880
  msgstr ""
1881
 
modules/db/custom-contact-forms-activate-db.php CHANGED
@@ -219,11 +219,11 @@ if (!class_exists('CustomContactFormsActivateDB')) {
219
  }
220
 
221
  function insertFixedFields() {
222
- $captcha = array('field_slug' => 'captcha', 'field_label' => __('Type the numbers.', 'custom-contact-forms'), 'field_type' => 'Text', 'field_value' => '', 'field_maxlength' => '100', 'user_field' => 0, 'field_instructions' => 'Type the numbers displayed in the image above.');
223
- $ishuman = array('field_slug' => 'ishuman', 'field_label' => __('Check if you are human.', 'custom-contact-forms'), 'field_type' => 'Checkbox', 'field_value' => '1', 'field_maxlength' => '0', 'user_field' => 0, 'field_instructions' => 'This helps us prevent spam.');
224
- $fixedEmail = array('field_slug' => 'fixedEmail', 'field_required' => 1, 'field_label' => __('Your Email', 'custom-contact-forms'), 'field_type' => 'Text', 'field_value' => '', 'field_maxlength' => '100', 'user_field' => 0, 'field_instructions' => 'Please enter your email address.');
225
- $fixedWebsite = array('field_slug' => 'fixedWebsite', 'field_required' => 1, 'field_label' => __('Your Website', 'custom-contact-forms'), 'field_type' => 'Text', 'field_value' => '', 'field_maxlength' => '200', 'user_field' => 0, 'field_instructions' => 'Please enter your website.');
226
- $emailSubject = array('field_slug' => 'emailSubject', 'field_required' => 1, 'field_label' => __('Email Subject', 'custom-contact-forms'), 'field_type' => 'Text', 'field_value' => '', 'field_maxlength' => '200', 'user_field' => 0, 'field_instructions' => 'Please enter a subject for the email.');
227
  $reset = array('field_slug' => 'resetButton', 'field_type' => 'Reset', 'field_value' => __('Reset Form', 'custom-contact-forms'), 'user_field' => 0);
228
  $states = array('field_slug' => 'usaStates', 'field_label' => __('Select a State', 'custom-contact-forms'), 'field_type' => 'Dropdown', 'user_field' => 0);
229
  $countries = array('field_slug' => 'allCountries', 'field_label' => __('Select a Country', 'custom-contact-forms'), 'field_type' => 'Dropdown', 'user_field' => 0);
@@ -247,7 +247,7 @@ if (!class_exists('CustomContactFormsActivateDB')) {
247
 
248
  function columnExists($column, $table) {
249
  global $wpdb;
250
- if (!is_array($this->cache[$table]))
251
  $this->cache[$table] = array();
252
  if (empty($this->cache[$table]['columns']))
253
  $this->cache[$table]['columns'] = $wpdb->get_results('SHOW COLUMNS FROM ' . $table, ARRAY_A);
219
  }
220
 
221
  function insertFixedFields() {
222
+ $captcha = array('field_slug' => 'captcha', 'field_label' => __('Type the numbers.', 'custom-contact-forms'), 'field_type' => 'Text', 'field_value' => '', 'field_maxlength' => '100', 'user_field' => 0, 'field_instructions' => __('Type the numbers displayed in the image above.', 'custom-contact-forms'));
223
+ $ishuman = array('field_slug' => 'ishuman', 'field_label' => __('Check if you are human.', 'custom-contact-forms'), 'field_type' => 'Checkbox', 'field_value' => '1', 'field_maxlength' => '0', 'user_field' => 0, 'field_instructions' => __('This helps us prevent spam.', 'custom-contact-forms'));
224
+ $fixedEmail = array('field_slug' => 'fixedEmail', 'field_required' => 1, 'field_label' => __('Your Email', 'custom-contact-forms'), 'field_type' => 'Text', 'field_value' => '', 'field_maxlength' => '100', 'user_field' => 0, 'field_instructions' => __('Please enter your email address.', 'custom-contact-forms'));
225
+ $fixedWebsite = array('field_slug' => 'fixedWebsite', 'field_required' => 1, 'field_label' => __('Your Website', 'custom-contact-forms'), 'field_type' => 'Text', 'field_value' => '', 'field_maxlength' => '200', 'user_field' => 0, 'field_instructions' => __('Please enter your website.', 'custom-contact-forms'));
226
+ $emailSubject = array('field_slug' => 'emailSubject', 'field_required' => 1, 'field_label' => __('Email Subject', 'custom-contact-forms'), 'field_type' => 'Text', 'field_value' => '', 'field_maxlength' => '200', 'user_field' => 0, 'field_instructions' => __('Please enter a subject for the email.', 'custom-contact-forms'));
227
  $reset = array('field_slug' => 'resetButton', 'field_type' => 'Reset', 'field_value' => __('Reset Form', 'custom-contact-forms'), 'user_field' => 0);
228
  $states = array('field_slug' => 'usaStates', 'field_label' => __('Select a State', 'custom-contact-forms'), 'field_type' => 'Dropdown', 'user_field' => 0);
229
  $countries = array('field_slug' => 'allCountries', 'field_label' => __('Select a Country', 'custom-contact-forms'), 'field_type' => 'Dropdown', 'user_field' => 0);
247
 
248
  function columnExists($column, $table) {
249
  global $wpdb;
250
+ if (isset($this->cache[$table]) && !is_array($this->cache[$table]))
251
  $this->cache[$table] = array();
252
  if (empty($this->cache[$table]['columns']))
253
  $this->cache[$table]['columns'] = $wpdb->get_results('SHOW COLUMNS FROM ' . $table, ARRAY_A);
modules/db/custom-contact-forms-db.php CHANGED
@@ -86,7 +86,7 @@ if (!class_exists('CustomContactFormsDB')) {
86
  $form['form_slug'] = $this->formatSlug($form['form_slug']);
87
  }
88
  if (!empty($form['form_access_update'])) {
89
- $form['form_access'] = serialize($form['form_access']);
90
  unset($form['form_access_update']);
91
  } elseif (!empty($form['form_access'])) unset($form['form_access']);
92
 
@@ -423,7 +423,8 @@ if (!class_exists('CustomContactFormsDB')) {
423
  }
424
 
425
  function getFormAccessArray($form_access_string) {
426
- $arr = unserialize(strtolower($form_access_string));
 
427
  if ($arr == false || empty($form_access_string)) $arr = array();
428
  return $arr;
429
  }
86
  $form['form_slug'] = $this->formatSlug($form['form_slug']);
87
  }
88
  if (!empty($form['form_access_update'])) {
89
+ if (isset($form['form_access'])) $form['form_access'] = serialize($form['form_access']);
90
  unset($form['form_access_update']);
91
  } elseif (!empty($form['form_access'])) unset($form['form_access']);
92
 
423
  }
424
 
425
  function getFormAccessArray($form_access_string) {
426
+ $arr = unserialize($form_access_string);
427
+ if (!empty($arr)) $arr = array_map('strtolower', $arr);
428
  if ($arr == false || empty($form_access_string)) $arr = array();
429
  return $arr;
430
  }
modules/extra_fields/countries_field.php CHANGED
@@ -19,7 +19,7 @@ if (!class_exists('ccf_countries_field')) {
19
  $instructions_attr = ' title="'.$field_instructions.'" ';
20
  $tooltip_class = 'ccf_tooltip_field';
21
  }
22
- $this->field_code .= '<select name="allCountries" class="'.tooltip_class.' ' . $class_attr . '" ' . $id_attr . $instructions_attr . '>' . "\n";
23
  $countries = array('Afghanistan', 'Albania', 'Algeria', 'American Samoa', 'Andorra', 'Angola', 'Anguilla', 'Antarctica', 'Antigua And Barbuda', 'Argentina', 'Armenia', 'Aruba', 'Australia', 'Austria', 'Azerbaijan', 'Bahamas', 'Bahrain', 'Bangladesh', 'Barbados', 'Belarus', 'Belgium', 'Belize', 'Benin', 'Bermuda', 'Bhutan', 'Bolivia', 'Bosnia And Herzegowina', 'Botswana',
24
  'Bouvet Island', 'Brazil', 'British Indian Ocean Territory', 'Brunei Darussalam', 'Bulgaria', 'Burkina Faso', 'Burundi', 'Cambodia', 'Cameroon', 'Canada', 'Cape Verde', 'Cayman Islands', 'Central African Republic', 'Chad', 'Chile', 'China', 'Christmas Island', 'Cocos (Keeling) Islands', 'Colombia', 'Comoros', 'Congo', 'Cook Islands', 'Costa Rica', "Cote D'Ivoire",
25
  'Croatia (Hrvatska)', 'Cuba', 'Cyprus', 'Czech Republic', 'Denmark', 'Djibouti', 'Dominica', 'Dominican Republic', 'East Timor', 'Ecuador', 'Egypt', 'El Salvador', 'Equatorial Guinea', 'Eritrea', 'Estonia', 'Ethiopia', 'Falkland Islands (Malvinas)', 'Faroe Islands', 'Fiji', 'Finland', 'France', 'French Guiana', 'French Polynesia', 'French Southern Territories', 'Gabon',
19
  $instructions_attr = ' title="'.$field_instructions.'" ';
20
  $tooltip_class = 'ccf_tooltip_field';
21
  }
22
+ $this->field_code .= '<select name="allCountries" class="'.$tooltip_class.' ' . $class_attr . '" ' . $id_attr . $instructions_attr . '>' . "\n";
23
  $countries = array('Afghanistan', 'Albania', 'Algeria', 'American Samoa', 'Andorra', 'Angola', 'Anguilla', 'Antarctica', 'Antigua And Barbuda', 'Argentina', 'Armenia', 'Aruba', 'Australia', 'Austria', 'Azerbaijan', 'Bahamas', 'Bahrain', 'Bangladesh', 'Barbados', 'Belarus', 'Belgium', 'Belize', 'Benin', 'Bermuda', 'Bhutan', 'Bolivia', 'Bosnia And Herzegowina', 'Botswana',
24
  'Bouvet Island', 'Brazil', 'British Indian Ocean Territory', 'Brunei Darussalam', 'Bulgaria', 'Burkina Faso', 'Burundi', 'Cambodia', 'Cameroon', 'Canada', 'Cape Verde', 'Cayman Islands', 'Central African Republic', 'Chad', 'Chile', 'China', 'Christmas Island', 'Cocos (Keeling) Islands', 'Colombia', 'Comoros', 'Congo', 'Cook Islands', 'Costa Rica', "Cote D'Ivoire",
25
  'Croatia (Hrvatska)', 'Cuba', 'Cyprus', 'Czech Republic', 'Denmark', 'Djibouti', 'Dominica', 'Dominican Republic', 'East Timor', 'Ecuador', 'Egypt', 'El Salvador', 'Equatorial Guinea', 'Eritrea', 'Estonia', 'Ethiopia', 'Falkland Islands (Malvinas)', 'Faroe Islands', 'Fiji', 'Finland', 'France', 'French Guiana', 'French Polynesia', 'French Southern Territories', 'Gabon',
modules/extra_fields/languages_field.php CHANGED
@@ -19,7 +19,7 @@ if (!class_exists('ccf_languages_field')) {
19
  $instructions_attr = ' title="'.$field_instructions.'" ';
20
  $tooltip_class = 'ccf_tooltip_field';
21
  }
22
- $this->field_code .= '<select name="alllanguages" class="'.tooltip_class.' ' . $class_attr . '" ' . $id_attr . $instructions_attr . '>' . "\n";
23
  $languages = array('Afghanistan', 'Albania', 'Algeria', 'American Samoa', 'Andorra', 'Angola', 'Anguilla', 'Antarctica', 'Antigua And Barbuda', 'Argentina', 'Armenia', 'Aruba', 'Australia', 'Austria', 'Azerbaijan', 'Bahamas', 'Bahrain', 'Bangladesh', 'Barbados', 'Belarus', 'Belgium', 'Belize', 'Benin', 'Bermuda', 'Bhutan', 'Bolivia', 'Bosnia And Herzegowina', 'Botswana',
24
  'Bouvet Island', 'Brazil', 'British Indian Ocean Territory', 'Brunei Darussalam', 'Bulgaria', 'Burkina Faso', 'Burundi', 'Cambodia', 'Cameroon', 'Canada', 'Cape Verde', 'Cayman Islands', 'Central African Republic', 'Chad', 'Chile', 'China', 'Christmas Island', 'Cocos (Keeling) Islands', 'Colombia', 'Comoros', 'Congo', 'Cook Islands', 'Costa Rica', "Cote D'Ivoire",
25
  'Croatia (Hrvatska)', 'Cuba', 'Cyprus', 'Czech Republic', 'Denmark', 'Djibouti', 'Dominica', 'Dominican Republic', 'East Timor', 'Ecuador', 'Egypt', 'El Salvador', 'Equatorial Guinea', 'Eritrea', 'Estonia', 'Ethiopia', 'Falkland Islands (Malvinas)', 'Faroe Islands', 'Fiji', 'Finland', 'France', 'French Guiana', 'French Polynesia', 'French Southern Territories', 'Gabon',
19
  $instructions_attr = ' title="'.$field_instructions.'" ';
20
  $tooltip_class = 'ccf_tooltip_field';
21
  }
22
+ $this->field_code .= '<select name="alllanguages" class="'.$tooltip_class.' ' . $class_attr . '" ' . $id_attr . $instructions_attr . '>' . "\n";
23
  $languages = array('Afghanistan', 'Albania', 'Algeria', 'American Samoa', 'Andorra', 'Angola', 'Anguilla', 'Antarctica', 'Antigua And Barbuda', 'Argentina', 'Armenia', 'Aruba', 'Australia', 'Austria', 'Azerbaijan', 'Bahamas', 'Bahrain', 'Bangladesh', 'Barbados', 'Belarus', 'Belgium', 'Belize', 'Benin', 'Bermuda', 'Bhutan', 'Bolivia', 'Bosnia And Herzegowina', 'Botswana',
24
  'Bouvet Island', 'Brazil', 'British Indian Ocean Territory', 'Brunei Darussalam', 'Bulgaria', 'Burkina Faso', 'Burundi', 'Cambodia', 'Cameroon', 'Canada', 'Cape Verde', 'Cayman Islands', 'Central African Republic', 'Chad', 'Chile', 'China', 'Christmas Island', 'Cocos (Keeling) Islands', 'Colombia', 'Comoros', 'Congo', 'Cook Islands', 'Costa Rica', "Cote D'Ivoire",
25
  'Croatia (Hrvatska)', 'Cuba', 'Cyprus', 'Czech Republic', 'Denmark', 'Djibouti', 'Dominica', 'Dominican Republic', 'East Timor', 'Ecuador', 'Egypt', 'El Salvador', 'Equatorial Guinea', 'Eritrea', 'Estonia', 'Ethiopia', 'Falkland Islands (Malvinas)', 'Faroe Islands', 'Fiji', 'Finland', 'France', 'French Guiana', 'French Polynesia', 'French Southern Territories', 'Gabon',
modules/extra_fields/states_field.php CHANGED
@@ -19,7 +19,7 @@ if (!class_exists('ccf_states_field')) {
19
  $instructions_attr = ' title="'.$field_instructions.'" ';
20
  $tooltip_class = 'ccf_tooltip_field';
21
  }
22
- $this->field_code .= '<select name="usaStates" class="'.tooltip_class.' ' . $class_attr . '" ' . $id_attr . $instructions_attr . '>' . "\n";
23
  $states = array('Alabama', 'Alaska', 'Arizona', 'Arkansas', 'California', 'Colorado', 'Connecticut', 'Delaware', 'District of Columbia', 'Florida',
24
  'Georgia', 'Hawaii', 'Idaho', 'Illinois', 'Indiana', 'Iowa', 'Kansas', 'Kentucky', 'Louisiana',
25
  'Maine', 'Maryland', 'Massachusetts', 'Michigan', 'Minnesota', 'Mississippi', 'Missouri', 'Montana', 'Nebraska',
19
  $instructions_attr = ' title="'.$field_instructions.'" ';
20
  $tooltip_class = 'ccf_tooltip_field';
21
  }
22
+ $this->field_code .= '<select name="usaStates" class="'.$tooltip_class.' ' . $class_attr . '" ' . $id_attr . $instructions_attr . '>' . "\n";
23
  $states = array('Alabama', 'Alaska', 'Arizona', 'Arkansas', 'California', 'Colorado', 'Connecticut', 'Delaware', 'District of Columbia', 'Florida',
24
  'Georgia', 'Hawaii', 'Idaho', 'Illinois', 'Indiana', 'Iowa', 'Kansas', 'Kentucky', 'Louisiana',
25
  'Maine', 'Maryland', 'Massachusetts', 'Michigan', 'Minnesota', 'Mississippi', 'Missouri', 'Montana', 'Nebraska',
modules/widget/custom-contact-forms-widget.php CHANGED
@@ -38,7 +38,7 @@ if (!class_exists('CustomContactFormsWidget')) {
38
  function form($instance) {
39
  global $custom_contact_admin;
40
  $forms = $custom_contact_admin->selectAllForms();
41
- $form_id = esc_attr($instance['form_id']);
42
  ?>
43
  <p><label for="<?php echo $this->get_field_id('form_id'); ?>">
44
  <?php _e('Choose a Form:', 'custom-contact-forms'); ?><br />
@@ -52,7 +52,7 @@ if (!class_exists('CustomContactFormsWidget')) {
52
  ?>
53
  </select>
54
  </label></p>
55
- <p><a href="options-general.php?page=custom-contact-forms#create-forms"><?php _e('Create a Form', 'custom-contact-forms'); ?></a></p>
56
  <?php
57
  }
58
  }
38
  function form($instance) {
39
  global $custom_contact_admin;
40
  $forms = $custom_contact_admin->selectAllForms();
41
+ $form_id = (isset($instance['form_id'])) ? esc_attr($instance['form_id']) : 0;
42
  ?>
43
  <p><label for="<?php echo $this->get_field_id('form_id'); ?>">
44
  <?php _e('Choose a Form:', 'custom-contact-forms'); ?><br />
52
  ?>
53
  </select>
54
  </label></p>
55
+ <p><a href="options-general.php?page=custom-contact-forms#forms"><?php _e('Create a Form', 'custom-contact-forms'); ?></a></p>
56
  <?php
57
  }
58
  }
readme.txt CHANGED
@@ -4,7 +4,7 @@ Donate link: http://www.taylorlovett.com
4
  Tags: contact form, web form, custom contact form, custom forms, captcha form, contact fields, form mailers
5
  Requires at least: 2.8.1
6
  Tested up to: 3.2.1
7
- Stable tag: 4.7.0.4
8
 
9
  Gauranteed to be the most customizable and intuitive contact form plugin for Wordpress.
10
 
@@ -142,6 +142,15 @@ Visit http://www.taylorlovett.com/wordpress-plugins for screenshots. Right now a
142
 
143
  == Changelog ==
144
 
 
 
 
 
 
 
 
 
 
145
  = 4.7.0.4 =
146
  * custom-contact-forms-front.php - Language stuff changed
147
 
4
  Tags: contact form, web form, custom contact form, custom forms, captcha form, contact fields, form mailers
5
  Requires at least: 2.8.1
6
  Tested up to: 3.2.1
7
+ Stable tag: 4.7.0.5
8
 
9
  Gauranteed to be the most customizable and intuitive contact form plugin for Wordpress.
10
 
142
 
143
  == Changelog ==
144
 
145
+ = 4.7.0.5 =
146
+ * custom-contact-forms-front.php - Notice bugs fixed
147
+ * custom-contact-forms.php - Notice bugs fixed
148
+ * modules/db/custom-contact-forms-activate-db.php - Notice bugs fixed
149
+ * modules/db/custom-contact-forms-db.php - Notice bugs fixed
150
+ * modules/extra_fields/countries_field.php - Notice bugs fixed
151
+ * modules/extra_fields/states_field.php - Notice bugs fixed
152
+ * custom-contact-forms-admin.php - Notice bugs fixed, new language phrases added
153
+
154
  = 4.7.0.4 =
155
  * custom-contact-forms-front.php - Language stuff changed
156