Custom Contact Forms - Version 4.7.0.1

Version Description

  • custom-contact-forms-front.php - Look and feel changed
  • css/custom-contact-forms.css - Look and feel changed
  • js/custom-contact-forms-admin-ajax.js - IE detach field/field option bug fixed
Download this release

Release Info

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

Code changes from version 4.7.0.0 to 4.7.0.1

css/custom-contact-forms-admin.css CHANGED
@@ -516,7 +516,7 @@
516
  height:auto;
517
  padding:0px;
518
  margin:0 0 0 -75px;
519
- border:12px solid #efefef;
520
  background-color:#fff;
521
  -moz-border-radius:12px;
522
  -webkit-border-radius:12px;
516
  height:auto;
517
  padding:0px;
518
  margin:0 0 0 -75px;
519
+ border:12px solid #999999;
520
  background-color:#fff;
521
  -moz-border-radius:12px;
522
  -webkit-border-radius:12px;
css/custom-contact-forms-standards.css CHANGED
@@ -7,6 +7,7 @@
7
  .ccf-italic { font-style:italic; }
8
  .ccf-hide { display:none; }
9
  .ccf-clear { clear:both; }
 
10
  .ccf-floatleft { float:left; }
11
  .ccf-floatright { float:right; }
12
  .form-extra-options-table { margin:0 auto 0 auto; }
7
  .ccf-italic { font-style:italic; }
8
  .ccf-hide { display:none; }
9
  .ccf-clear { clear:both; }
10
+ .ccf-center { text-align:center; }
11
  .ccf-floatleft { float:left; }
12
  .ccf-floatright { float:right; }
13
  .form-extra-options-table { margin:0 auto 0 auto; }
css/custom-contact-forms.css CHANGED
@@ -22,8 +22,8 @@ form.customcontactform div, form.customcontactform-sidebar div {
22
  }
23
  form.customcontactform div div, form.customcontactform-sidebar div div { border-bottom:none; margin-bottom:0; padding:0; }
24
  form.customcontactform div input, form.customcontactform div select, form.customcontactform-sidebar div input, form.customcontactform-sidebar div select {
25
- width:16em;
26
- padding:2px;
27
  margin:0;
28
  font-size:1.3em;
29
  font-family:Verdana, Arial, Helvetica, sans-serif;
@@ -32,11 +32,11 @@ form.customcontactform div input, form.customcontactform div select, form.custom
32
  -webkit-border-radius:4px;
33
  border-radius:4px;
34
  }
35
- form.customcontactform div input[type=checkbox], form.customcontactform-sidebar div input[type=checkbox] { width:30px; margin:5px 6px 0 0; }
36
  form.customcontactform div input[type=radio], form.customcontactform-sidebar div input[type=radio] { width:20px; margin:5px 6px 0 0; }
37
  form.customcontactform input, form.customcontactform-sidebar input { margin: 7px 0 0 0; }
38
  form.customcontactform div textarea, form.customcontactform-sidebar div textarea {
39
- width:16em;
40
  padding:4px;
41
  margin:0;
42
  font-size:1.3em;
@@ -47,7 +47,7 @@ form.customcontactform div textarea, form.customcontactform-sidebar div textarea
47
  border-radius:6px;
48
  height:5em;
49
  }
50
- form.customcontactform div select { font-size:1.3em; width:auto; margin-right:9px; }
51
  form.customcontactform-sidebar div input[type=text],
52
  form.customcontactform-sidebar div select,
53
  form.customcontactform-sidebar div textarea { width:95%; max-width:16em; margin:2px 0 4px 0; }
22
  }
23
  form.customcontactform div div, form.customcontactform-sidebar div div { border-bottom:none; margin-bottom:0; padding:0; }
24
  form.customcontactform div input, form.customcontactform div select, form.customcontactform-sidebar div input, form.customcontactform-sidebar div select {
25
+ width:17em;
26
+ padding:4px;
27
  margin:0;
28
  font-size:1.3em;
29
  font-family:Verdana, Arial, Helvetica, sans-serif;
32
  -webkit-border-radius:4px;
33
  border-radius:4px;
34
  }
35
+ form.customcontactform div input[type=checkbox], form.customcontactform-sidebar div input[type=checkbox] { width:30px; margin:0px 5px 0 0; }
36
  form.customcontactform div input[type=radio], form.customcontactform-sidebar div input[type=radio] { width:20px; margin:5px 6px 0 0; }
37
  form.customcontactform input, form.customcontactform-sidebar input { margin: 7px 0 0 0; }
38
  form.customcontactform div textarea, form.customcontactform-sidebar div textarea {
39
+ width:17em;
40
  padding:4px;
41
  margin:0;
42
  font-size:1.3em;
47
  border-radius:6px;
48
  height:5em;
49
  }
50
+ form.customcontactform div select { font-size:1.3em; width:auto; margin-right:9px; min-width:17em; padding:2px; }
51
  form.customcontactform-sidebar div input[type=text],
52
  form.customcontactform-sidebar div select,
53
  form.customcontactform-sidebar div textarea { width:95%; max-width:16em; margin:2px 0 4px 0; }
custom-contact-forms-admin.php CHANGED
@@ -170,7 +170,7 @@ if (!class_exists('CustomContactFormsAdmin')) {
170
  }
171
 
172
  function insertAdminScripts() {
173
- $js_version = '2.0.1';
174
  $admin_options = parent::getAdminOptions();
175
  $js_lang = array(
176
  'attaching' => __('Attaching', 'custom-contact-forms'),
@@ -209,10 +209,10 @@ if (!class_exists('CustomContactFormsAdmin')) {
209
  wp_localize_script('ccf-admin-ajax', 'ccfLang', $js_lang);
210
  wp_localize_script('ccf-admin-ajax', 'ccfAjax', $js_ajax);
211
  }
212
- wp_enqueue_script('ccf-colorpicker', plugins_url() . '/custom-contact-forms/js/colorpicker.js');
213
  wp_enqueue_script('ccf-eye', plugins_url() . '/custom-contact-forms/js/eye.js');
214
  wp_enqueue_script('ccf-utils', plugins_url() . '/custom-contact-forms/js/utils.js');
215
- wp_enqueue_script('ccf-layout', plugins_url() . '/custom-contact-forms/js/layout.js?ver=1.0.2');
216
  wp_localize_script('ccf-admin-inc', 'ccfLang', $js_lang);
217
  wp_localize_script('ccf-admin-inc', 'ccfAjax', $js_ajax);
218
  wp_localize_script('ccf-admin', 'ccfLang', $js_lang);
@@ -625,7 +625,7 @@ if (!class_exists('CustomContactFormsAdmin')) {
625
  echo '<select name="objects['.$i.'][detach]" class="onObject' . $forms[$i]->id . ' detach-object detach-field objectTypeForm">';
626
  foreach($attached_fields as $attached_field) {
627
  $this_field = parent::selectField($attached_field, '');
628
- echo $this_field->field_slug . ' <option value="'.$this_field->id.'">'.$this_field->field_slug.'</option>';
629
  }
630
  echo '</select>';
631
  }
170
  }
171
 
172
  function insertAdminScripts() {
173
+ $js_version = '2.0.4';
174
  $admin_options = parent::getAdminOptions();
175
  $js_lang = array(
176
  'attaching' => __('Attaching', 'custom-contact-forms'),
209
  wp_localize_script('ccf-admin-ajax', 'ccfLang', $js_lang);
210
  wp_localize_script('ccf-admin-ajax', 'ccfAjax', $js_ajax);
211
  }
212
+ /*wp_enqueue_script('ccf-colorpicker', plugins_url() . '/custom-contact-forms/js/colorpicker.js');
213
  wp_enqueue_script('ccf-eye', plugins_url() . '/custom-contact-forms/js/eye.js');
214
  wp_enqueue_script('ccf-utils', plugins_url() . '/custom-contact-forms/js/utils.js');
215
+ wp_enqueue_script('ccf-layout', plugins_url() . '/custom-contact-forms/js/layout.js?ver=1.0.2');*/
216
  wp_localize_script('ccf-admin-inc', 'ccfLang', $js_lang);
217
  wp_localize_script('ccf-admin-inc', 'ccfAjax', $js_ajax);
218
  wp_localize_script('ccf-admin', 'ccfLang', $js_lang);
625
  echo '<select name="objects['.$i.'][detach]" class="onObject' . $forms[$i]->id . ' detach-object detach-field objectTypeForm">';
626
  foreach($attached_fields as $attached_field) {
627
  $this_field = parent::selectField($attached_field, '');
628
+ echo ' <option value="'.$this_field->id.'">'.$this_field->field_slug.'</option>';
629
  }
630
  echo '</select>';
631
  }
custom-contact-forms-front.php CHANGED
@@ -238,6 +238,9 @@ if (!class_exists('CustomContactFormsFront')) {
238
  } elseif ($field->field_slug == 'usaStates') {
239
  $field->field_value = $field_value;
240
  $out .= '<div>' . "\n" . $this->getStatesCode($field, $form->id) . "\n" . '</div>' . "\n";
 
 
 
241
  } elseif ($field->field_slug == 'allCountries') {
242
  $field->field_value = $field_value;
243
  $out .= '<div>' . "\n" . $this->getCountriesCode($field, $form->id) . "\n" . '</div>' . "\n";
@@ -270,7 +273,7 @@ if (!class_exists('CustomContactFormsFront')) {
270
  $field_options .= '<option'.$option_sel.''.$option_value.'>' . $option->option_label . '</option>' . "\n";
271
  }
272
  if (!empty($options)) {
273
- if (!$is_widget_form) $out .= '<div>'."\n".'<label class="select" for="'.ccf_utils::decodeOption($field->field_slug, 1, 1).'">'. $req .ccf_utils::decodeOption($field->field_label, 1, 1).'</label>'."\n".'<select '.$instructions.' '.$input_id.' name="'.ccf_utils::decodeOption($field->field_slug, 1, 1).'" class="'.$field->field_class.' '.$tooltip_class.'">'."\n".$field_options.'</select>'."\n".'</div>' . "\n";
274
  else $out .= '<div>'."\n".'<label for="'.ccf_utils::decodeOption($field->field_slug, 1, 1).'">'. $req .ccf_utils::decodeOption($field->field_label, 1, 1).'</label>'."\n".'<select class="'.$field->field_class.' '.$tooltip_class.'" '.$instructions.' '.$input_id.' name="'.ccf_utils::decodeOption($field->field_slug, 1, 1).'">'."\n".$field_options.'</select>'."\n".'</div>' . "\n";
275
  }
276
  } elseif ($field->field_type == 'Radio') {
@@ -409,6 +412,7 @@ if (!class_exists('CustomContactFormsFront')) {
409
  if (!class_exists('PHPMailer'))
410
  require_once(ABSPATH . "wp-includes/class-phpmailer.php");
411
  $mail = new PHPMailer();
 
412
  if ($admin_options['mail_function'] == 'smtp') {
413
  $mail->IsSMTP();
414
  $mail->Host = $admin_options['smtp_host'];
@@ -547,6 +551,7 @@ if (!class_exists('CustomContactFormsFront')) {
547
  if (!class_exists('PHPMailer'))
548
  require_once(ABSPATH . "wp-includes/class-phpmailer.php");
549
  $mail = new PHPMailer(false);
 
550
  if ($admin_options['mail_function'] == 'smtp') {
551
  $mail->IsSMTP();
552
  $mail->Host = $admin_options['smtp_host'];
@@ -606,6 +611,21 @@ if (!class_exists('CustomContactFormsFront')) {
606
  return $out;
607
  }
608
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
609
  function userCanViewForm($form_object) {
610
  if (is_user_logged_in()) {
611
  global $current_user;
@@ -621,7 +641,7 @@ if (!class_exists('CustomContactFormsFront')) {
621
  ccf_utils::load_module('extra_fields/states_field.php');
622
  $req = ($field_object->field_required == 1) ? '* ' : '';
623
  $states_field = new ccf_states_field($field_object->field_class, $form_id, $field_object->field_value, $field_object->field_instructions);
624
- return "\n".'<label class="select" for="'.ccf_utils::decodeOption($field_object->field_slug, 1, 1).'">'. $req .ccf_utils::decodeOption($field_object->field_label, 1, 1).'</label>'.$states_field->getCode();
625
  }
626
 
627
  function getDatePickerCode($field_object, $form_id, $xhtml_code) {
@@ -635,7 +655,7 @@ if (!class_exists('CustomContactFormsFront')) {
635
  ccf_utils::load_module('extra_fields/countries_field.php');
636
  $req = ($field_object->field_required == 1) ? '* ' : '';
637
  $countries_field = new ccf_countries_field($field_object->field_class, $form_id, $field_object->field_value, $field_object->field_instructions);
638
- return '<label class="select" for="'.ccf_utils::decodeOption($field_object->field_slug, 1, 1).'">'. $req .ccf_utils::decodeOption($field_object->field_label, 1, 1).'</label>' . "\n" . $countries_field->getCode();
639
  }
640
 
641
  function getDestinationEmailArray($str) {
238
  } elseif ($field->field_slug == 'usaStates') {
239
  $field->field_value = $field_value;
240
  $out .= '<div>' . "\n" . $this->getStatesCode($field, $form->id) . "\n" . '</div>' . "\n";
241
+ } elseif ($field->field_slug == 'ishuman') {
242
+ $field->field_value = $field_value;
243
+ $out .= '<div>' . "\n" . $this->getIsHumanCode($field, $form->id) . "\n" . '</div>' . "\n";
244
  } elseif ($field->field_slug == 'allCountries') {
245
  $field->field_value = $field_value;
246
  $out .= '<div>' . "\n" . $this->getCountriesCode($field, $form->id) . "\n" . '</div>' . "\n";
273
  $field_options .= '<option'.$option_sel.''.$option_value.'>' . $option->option_label . '</option>' . "\n";
274
  }
275
  if (!empty($options)) {
276
+ if (!$is_widget_form) $out .= '<div>'."\n".'<label for="'.ccf_utils::decodeOption($field->field_slug, 1, 1).'">'. $req .ccf_utils::decodeOption($field->field_label, 1, 1).'</label>'."\n".'<select '.$instructions.' '.$input_id.' name="'.ccf_utils::decodeOption($field->field_slug, 1, 1).'" class="'.$field->field_class.' '.$tooltip_class.'">'."\n".$field_options.'</select>'."\n".'</div>' . "\n";
277
  else $out .= '<div>'."\n".'<label for="'.ccf_utils::decodeOption($field->field_slug, 1, 1).'">'. $req .ccf_utils::decodeOption($field->field_label, 1, 1).'</label>'."\n".'<select class="'.$field->field_class.' '.$tooltip_class.'" '.$instructions.' '.$input_id.' name="'.ccf_utils::decodeOption($field->field_slug, 1, 1).'">'."\n".$field_options.'</select>'."\n".'</div>' . "\n";
278
  }
279
  } elseif ($field->field_type == 'Radio') {
412
  if (!class_exists('PHPMailer'))
413
  require_once(ABSPATH . "wp-includes/class-phpmailer.php");
414
  $mail = new PHPMailer();
415
+ $mail->MailerDebug = false;
416
  if ($admin_options['mail_function'] == 'smtp') {
417
  $mail->IsSMTP();
418
  $mail->Host = $admin_options['smtp_host'];
551
  if (!class_exists('PHPMailer'))
552
  require_once(ABSPATH . "wp-includes/class-phpmailer.php");
553
  $mail = new PHPMailer(false);
554
+ $mail->MailerDebug = false;
555
  if ($admin_options['mail_function'] == 'smtp') {
556
  $mail->IsSMTP();
557
  $mail->Host = $admin_options['smtp_host'];
611
  return $out;
612
  }
613
 
614
+ function getIsHumanCode($field_object, $form_id) {
615
+ $admin_options = parent::getAdminOptions();
616
+ $code_type = ($admin_options['code_type'] == 'XHTML') ? ' /' : '';
617
+ if (empty($field_object->field_instructions)) {
618
+ $instructions = '';
619
+ $tooltip_class = '';
620
+ } else {
621
+ $instructions = 'title="'.$field_object->field_instructions.'"';
622
+ $tooltip_class = 'ccf-tooltip-field';
623
+ }
624
+ $out = '
625
+ <div><input value="1" class="'.$field_object->field_class.' '.$tooltip_class.'" type="checkbox" '.$instructions.' name="ishuman" id="ishuman-'.$form_id.'"'.$code_type.'> <label for="ishuman-'.$form_id.'" class="checkbox">* '.$field_object->field_label.'</label></div>';
626
+ return $out;
627
+ }
628
+
629
  function userCanViewForm($form_object) {
630
  if (is_user_logged_in()) {
631
  global $current_user;
641
  ccf_utils::load_module('extra_fields/states_field.php');
642
  $req = ($field_object->field_required == 1) ? '* ' : '';
643
  $states_field = new ccf_states_field($field_object->field_class, $form_id, $field_object->field_value, $field_object->field_instructions);
644
+ return "\n".'<label for="'.ccf_utils::decodeOption($field_object->field_slug, 1, 1).'">'. $req .ccf_utils::decodeOption($field_object->field_label, 1, 1).'</label>'.$states_field->getCode();
645
  }
646
 
647
  function getDatePickerCode($field_object, $form_id, $xhtml_code) {
655
  ccf_utils::load_module('extra_fields/countries_field.php');
656
  $req = ($field_object->field_required == 1) ? '* ' : '';
657
  $countries_field = new ccf_countries_field($field_object->field_class, $form_id, $field_object->field_value, $field_object->field_instructions);
658
+ return '<label for="'.ccf_utils::decodeOption($field_object->field_slug, 1, 1).'">'. $req .ccf_utils::decodeOption($field_object->field_label, 1, 1).'</label>' . "\n" . $countries_field->getCode();
659
  }
660
 
661
  function getDestinationEmailArray($str) {
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.0
7
  Author: Taylor Lovett
8
  Author URI: http://www.taylorlovett.com
9
  */
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.1
7
  Author: Taylor Lovett
8
  Author URI: http://www.taylorlovett.com
9
  */
js/custom-contact-forms-admin-ajax.js CHANGED
@@ -236,8 +236,10 @@ $j(document).ready(function() {
236
  url: ccfAjax.url,
237
  data: "nonce=" + ccfLang.nonce + "&action=ccf-ajax&object_detach=1&detach_object_id=" + detach_object_id + "&object_id=" + object_id + "&object_type=" + object_type,
238
  success: function(data) {
239
- pattern = new RegExp('<option value="' + detach_object_id + '">.*?<\/option>', "i");
 
240
  new_options = detach_object_field.html().replace(pattern, '');
 
241
  var patt = /<\/option>/i;
242
  if (!new_options.match(patt)) new_options = '<option value="-1">Nothing Attached!</option>';
243
  detach_object_field.html(new_options);
236
  url: ccfAjax.url,
237
  data: "nonce=" + ccfLang.nonce + "&action=ccf-ajax&object_detach=1&detach_object_id=" + detach_object_id + "&object_id=" + object_id + "&object_type=" + object_type,
238
  success: function(data) {
239
+ pattern = new RegExp('<option .*?value="?' + detach_object_id + '"?>.*?<\/option>', "i");
240
+ //alert('<option value="' + detach_object_id + '">.*?<\/option>');
241
  new_options = detach_object_field.html().replace(pattern, '');
242
+ //alert(new_options);
243
  var patt = /<\/option>/i;
244
  if (!new_options.match(patt)) new_options = '<option value="-1">Nothing Attached!</option>';
245
  detach_object_field.html(new_options);
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-05-28 15:02-0500\n"
6
- "PO-Revision-Date: 2011-05-28 15:02-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"
@@ -20,1468 +20,1442 @@ msgstr ""
20
  "X-Poedit-SearchPath-4: ../modules/usage_popover\n"
21
  "X-Poedit-SearchPath-5: ../modules/widget\n"
22
 
23
- #: ../custom-contact-forms-admin.php:345
24
- #: ../custom-contact-forms-admin.php:1871
25
- #: ../custom-contact-forms-admin.php:2013
 
 
 
 
 
 
 
 
26
  msgid "Custom Contact Forms"
27
  msgstr ""
28
 
29
- #: ../custom-contact-forms-admin.php:347
30
- #: ../custom-contact-forms-admin.php:1873
31
- #: ../custom-contact-forms-admin.php:2015
32
- #: ../modules/usage_popover/custom-contact-forms-quick-start-popover.php:1
33
- msgid "Quick Start Guide"
34
  msgstr ""
35
 
36
- #: ../custom-contact-forms-admin.php:348
37
- #: ../custom-contact-forms-admin.php:1874
38
- #: ../custom-contact-forms-admin.php:2016
39
- msgid "Plugin Usage Manual"
40
  msgstr ""
41
 
42
- #: ../custom-contact-forms-admin.php:351
43
- msgid "Create Fields"
 
44
  msgstr ""
45
 
46
- #: ../custom-contact-forms-admin.php:352
47
- msgid "Create Forms"
 
48
  msgstr ""
49
 
50
- #: ../custom-contact-forms-admin.php:353
51
- msgid "Manage Fields"
52
  msgstr ""
53
 
54
- #: ../custom-contact-forms-admin.php:354
55
- #: ../custom-contact-forms-admin.php:760
56
- msgid "Manage Fixed Fields"
57
  msgstr ""
58
 
59
- #: ../custom-contact-forms-admin.php:355
60
- #: ../custom-contact-forms-admin.php:992
61
- msgid "Manage Forms"
62
  msgstr ""
63
 
64
- #: ../custom-contact-forms-admin.php:356
65
- msgid "Create Styles"
66
  msgstr ""
67
 
68
- #: ../custom-contact-forms-admin.php:357
69
- msgid "Manage Styles"
70
  msgstr ""
71
 
72
- #: ../custom-contact-forms-admin.php:358
73
- #: ../custom-contact-forms-admin.php:872
74
- msgid "Manage Field Options"
75
  msgstr ""
76
 
77
- #: ../custom-contact-forms-admin.php:359
78
- #: ../custom-contact-forms-admin.php:1780
79
- msgid "Suggest a Feature"
80
  msgstr ""
81
 
82
- #: ../custom-contact-forms-admin.php:360
83
- #: ../custom-contact-forms-admin.php:1777
84
- msgid "Bug Report"
85
  msgstr ""
86
 
87
- #: ../custom-contact-forms-admin.php:361
88
- #: ../modules/usage_popover/custom-contact-forms-usage-popover.php:20
89
- msgid "Custom HTML Forms"
90
  msgstr ""
91
 
92
- #: ../custom-contact-forms-admin.php:362
93
- msgid "Plugin News"
94
  msgstr ""
95
 
96
- #: ../custom-contact-forms-admin.php:365
97
- msgid "Custom Contact Forms works best with any of the 20+ "
98
  msgstr ""
99
 
100
- #: ../custom-contact-forms-admin.php:365
101
- msgid "Genesis"
102
  msgstr ""
103
 
104
- #: ../custom-contact-forms-admin.php:365
105
- msgid "Wordpress child themes. The"
106
  msgstr ""
107
 
108
- #: ../custom-contact-forms-admin.php:365
109
- msgid "Genesis Framework"
110
  msgstr ""
111
 
112
- #: ../custom-contact-forms-admin.php:365
113
- msgid "empowers you to quickly and easily build incredible websites with WordPress."
114
  msgstr ""
115
 
116
- #: ../custom-contact-forms-admin.php:375
117
- msgid "WP Blogging Tips, Downloads, SEO Tricks & Exclusive Tutorials"
118
  msgstr ""
119
 
120
- #: ../custom-contact-forms-admin.php:390
121
- msgid "Create A Form Field"
122
  msgstr ""
123
 
124
- #: ../custom-contact-forms-admin.php:397
125
- msgid "Field Slug:"
126
  msgstr ""
127
 
128
- #: ../custom-contact-forms-admin.php:401
129
- 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."
130
  msgstr ""
131
 
132
- #: ../custom-contact-forms-admin.php:405
133
- #: ../modules/usage_popover/custom-contact-forms-usage-popover.php:137
134
- msgid "Field Label:"
135
  msgstr ""
136
 
137
- #: ../custom-contact-forms-admin.php:409
138
- #: ../modules/usage_popover/custom-contact-forms-usage-popover.php:139
139
- msgid "The field label is displayed next to the field and is visible to the user."
140
  msgstr ""
141
 
142
- #: ../custom-contact-forms-admin.php:413
143
- #: ../modules/usage_popover/custom-contact-forms-usage-popover.php:142
144
- msgid "Field Type:"
145
  msgstr ""
146
 
147
- #: ../custom-contact-forms-admin.php:427
148
- #: ../modules/usage_popover/custom-contact-forms-usage-popover.php:147
149
- msgid "Initial Value:"
150
  msgstr ""
151
 
152
- #: ../custom-contact-forms-admin.php:432
153
- msgid ""
154
- "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"
155
- "\t\t\t\t\t\t'Are you human?', I would set the initial value to 'Yes'."
156
  msgstr ""
157
 
158
- #: ../custom-contact-forms-admin.php:434
159
- msgid "If you set the field type as 'Dropdown' or 'Radio', you should enter the slug of the"
160
  msgstr ""
161
 
162
- #: ../custom-contact-forms-admin.php:435
163
- msgid "Create a Field Option"
164
  msgstr ""
165
 
166
- #: ../custom-contact-forms-admin.php:435
167
- msgid "field option"
168
  msgstr ""
169
 
170
- #: ../custom-contact-forms-admin.php:436
171
- msgid "you would like initially selected."
172
  msgstr ""
173
 
174
- #: ../custom-contact-forms-admin.php:440
175
- #: ../modules/usage_popover/custom-contact-forms-usage-popover.php:152
176
- msgid "Max Length:"
177
  msgstr ""
178
 
179
- #: ../custom-contact-forms-admin.php:444
180
- msgid "0 for no limit; only applies to Text fields"
181
  msgstr ""
182
 
183
- #: ../custom-contact-forms-admin.php:448
184
- #: ../modules/usage_popover/custom-contact-forms-usage-popover.php:157
185
- msgid "Required Field:"
186
  msgstr ""
187
 
188
- #: ../custom-contact-forms-admin.php:452
189
- #: ../custom-contact-forms-admin.php:650
190
- #: ../custom-contact-forms-admin.php:805
191
- #: ../custom-contact-forms-admin.php:912
192
- #: ../custom-contact-forms-admin.php:969
193
- #: ../custom-contact-forms-admin.php:2056
194
- #: ../custom-contact-forms-admin.php:2169
195
- #: ../custom-contact-forms-admin.php:2215
196
- #: ../custom-contact-forms-admin.php:2247
197
- msgid "No"
198
  msgstr ""
199
 
200
- #: ../custom-contact-forms-admin.php:455
201
- #: ../custom-contact-forms-admin.php:647
202
- #: ../custom-contact-forms-admin.php:802
203
- #: ../custom-contact-forms-admin.php:812
204
- #: ../custom-contact-forms-admin.php:912
205
- #: ../custom-contact-forms-admin.php:969
206
- #: ../custom-contact-forms-admin.php:2053
207
- #: ../custom-contact-forms-admin.php:2166
208
- #: ../custom-contact-forms-admin.php:2212
209
- #: ../custom-contact-forms-admin.php:2244
210
- msgid "Yes"
211
  msgstr ""
212
 
213
- #: ../custom-contact-forms-admin.php:459
214
- 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."
 
 
 
 
 
 
 
215
  msgstr ""
216
 
217
- #: ../custom-contact-forms-admin.php:463
218
- #: ../custom-contact-forms-admin.php:669
219
- #: ../custom-contact-forms-admin.php:834
220
- #: ../modules/usage_popover/custom-contact-forms-usage-popover.php:162
221
- msgid "Field Instructions:"
222
  msgstr ""
223
 
224
- #: ../custom-contact-forms-admin.php:467
225
- #: ../custom-contact-forms-admin.php:667
226
- #: ../custom-contact-forms-admin.php:832
227
- msgid "If this is filled out, a tooltip popover displaying this text will show when the field is selected."
228
  msgstr ""
229
 
230
- #: ../custom-contact-forms-admin.php:471
231
- #: ../custom-contact-forms-admin.php:674
232
- #: ../custom-contact-forms-admin.php:828
233
- msgid "Field Class:"
234
  msgstr ""
235
 
236
- #: ../custom-contact-forms-admin.php:475
237
- 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."
 
238
  msgstr ""
239
 
240
- #: ../custom-contact-forms-admin.php:479
241
- #: ../custom-contact-forms-admin.php:679
242
- #: ../custom-contact-forms-admin.php:839
243
- #: ../modules/usage_popover/custom-contact-forms-usage-popover.php:167
244
- msgid "Field Error:"
245
  msgstr ""
246
 
247
- #: ../custom-contact-forms-admin.php:483
248
- #: ../modules/usage_popover/custom-contact-forms-usage-popover.php:169
249
- 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."
250
  msgstr ""
251
 
252
- #: ../custom-contact-forms-admin.php:488
253
- msgid "Create Field"
254
  msgstr ""
255
 
256
- #: ../custom-contact-forms-admin.php:490
257
- 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."
258
  msgstr ""
259
 
260
- #: ../custom-contact-forms-admin.php:499
261
- msgid "Create A Form"
262
  msgstr ""
263
 
264
- #: ../custom-contact-forms-admin.php:506
265
- msgid "Form Slug:"
266
  msgstr ""
267
 
268
- #: ../custom-contact-forms-admin.php:510
269
- msgid "This is just a unique way for CCF to refer to your form. Must be unique from other slugs and contain only underscores and alphanumeric characters."
270
  msgstr ""
271
 
272
- #: ../custom-contact-forms-admin.php:514
273
- #: ../modules/usage_popover/custom-contact-forms-usage-popover.php:247
274
- msgid "Form Title:"
275
  msgstr ""
276
 
277
- #: ../custom-contact-forms-admin.php:517
278
- msgid "This text is displayed above the form as the heading."
279
  msgstr ""
280
 
281
- #: ../custom-contact-forms-admin.php:521
282
- #: ../modules/usage_popover/custom-contact-forms-usage-popover.php:262
283
- msgid "Form Style:"
284
  msgstr ""
285
 
286
- #: ../custom-contact-forms-admin.php:526
287
- msgid "Click to create a style"
288
  msgstr ""
289
 
290
- #: ../custom-contact-forms-admin.php:529
291
- #: ../modules/usage_popover/custom-contact-forms-usage-popover.php:267
292
- msgid "Submit Button Text:"
293
  msgstr ""
294
 
295
- #: ../custom-contact-forms-admin.php:535
296
- #: ../modules/usage_popover/custom-contact-forms-usage-popover.php:277
297
- msgid "Form Destination Email:"
298
  msgstr ""
299
 
300
- #: ../custom-contact-forms-admin.php:539
301
- msgid "Will receive all submissions from this form; if left blank it will use the default specified in general settings."
302
  msgstr ""
303
 
304
- #: ../custom-contact-forms-admin.php:543
305
- msgid "Form Email Subject:"
306
  msgstr ""
307
 
308
- #: ../custom-contact-forms-admin.php:547
309
- msgid "When submitted and configured accordingly, the form will send an email with this subject."
310
  msgstr ""
311
 
312
- #: ../custom-contact-forms-admin.php:551
313
- msgid "Form Email Name:"
314
  msgstr ""
315
 
316
- #: ../custom-contact-forms-admin.php:555
317
- msgid "When submitted and configured accordingly, the form will send an email with this as the email 'from name'."
318
  msgstr ""
319
 
320
- #: ../custom-contact-forms-admin.php:559
321
- #: ../modules/usage_popover/custom-contact-forms-usage-popover.php:282
322
- msgid "Form Success Message:"
323
  msgstr ""
324
 
325
- #: ../custom-contact-forms-admin.php:563
326
- #: ../custom-contact-forms-admin.php:571
327
- #: ../modules/usage_popover/custom-contact-forms-usage-popover.php:289
328
- 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."
329
  msgstr ""
330
 
331
- #: ../custom-contact-forms-admin.php:567
332
- #: ../modules/usage_popover/custom-contact-forms-usage-popover.php:287
333
- msgid "Form Success Message Title:"
334
  msgstr ""
335
 
336
- #: ../custom-contact-forms-admin.php:575
337
- #: ../modules/usage_popover/custom-contact-forms-usage-popover.php:292
338
- msgid "Custom Success URL:"
339
  msgstr ""
340
 
341
- #: ../custom-contact-forms-admin.php:579
342
- msgid "If this is filled out, users will be sent to this 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."
343
  msgstr ""
344
 
345
- #: ../custom-contact-forms-admin.php:582
346
- msgid "Who Can View This Form:"
347
  msgstr ""
348
 
349
- #: ../custom-contact-forms-admin.php:598
350
- msgid "Choose which types of users should be able to view this form."
351
  msgstr ""
352
 
353
- #: ../custom-contact-forms-admin.php:602
354
- msgid "Create Form"
 
355
  msgstr ""
356
 
357
- #: ../custom-contact-forms-admin.php:604
358
- msgid "You should go to the form manager below to attach fields to this form after you create it."
359
  msgstr ""
360
 
361
- #: ../custom-contact-forms-admin.php:611
362
- msgid "Manage User Fields"
 
 
 
 
 
363
  msgstr ""
364
 
365
- #: ../custom-contact-forms-admin.php:618
366
- #: ../custom-contact-forms-admin.php:742
367
- #: ../custom-contact-forms-admin.php:767
368
- #: ../custom-contact-forms-admin.php:854
369
- #: ../custom-contact-forms-admin.php:881
370
- #: ../custom-contact-forms-admin.php:890
371
- #: ../custom-contact-forms-admin.php:1000
372
- #: ../custom-contact-forms-admin.php:1152
373
- msgid "Slug"
374
  msgstr ""
375
 
376
- #: ../custom-contact-forms-admin.php:619
377
- #: ../custom-contact-forms-admin.php:743
378
- #: ../custom-contact-forms-admin.php:768
379
- #: ../custom-contact-forms-admin.php:855
380
- #: ../custom-contact-forms-admin.php:882
381
- #: ../custom-contact-forms-admin.php:891
382
- msgid "Label"
383
  msgstr ""
384
 
385
- #: ../custom-contact-forms-admin.php:620
386
- #: ../custom-contact-forms-admin.php:744
387
- #: ../custom-contact-forms-admin.php:769
388
- #: ../custom-contact-forms-admin.php:856
389
- msgid "Type"
 
 
390
  msgstr ""
391
 
392
- #: ../custom-contact-forms-admin.php:621
393
- #: ../custom-contact-forms-admin.php:745
394
- #: ../custom-contact-forms-admin.php:770
395
- #: ../custom-contact-forms-admin.php:857
396
- msgid "Initial Value"
397
  msgstr ""
398
 
399
- #: ../custom-contact-forms-admin.php:622
400
- #: ../custom-contact-forms-admin.php:746
401
- #: ../custom-contact-forms-admin.php:771
402
- #: ../custom-contact-forms-admin.php:858
403
- msgid "Required"
404
  msgstr ""
405
 
406
- #: ../custom-contact-forms-admin.php:623
407
- #: ../custom-contact-forms-admin.php:747
408
- #: ../custom-contact-forms-admin.php:772
409
- #: ../custom-contact-forms-admin.php:859
410
- msgid "Maxlength"
411
  msgstr ""
412
 
413
- #: ../custom-contact-forms-admin.php:672
414
- #: ../custom-contact-forms-admin.php:827
415
- 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."
416
  msgstr ""
417
 
418
- #: ../custom-contact-forms-admin.php:677
419
- #: ../custom-contact-forms-admin.php:837
420
- msgid "This lets you customize the error message displayed when this field is required and left blank."
421
  msgstr ""
422
 
423
- #: ../custom-contact-forms-admin.php:709
424
- msgid "Detach field options you"
425
  msgstr ""
426
 
427
- #: ../custom-contact-forms-admin.php:711
428
- #: ../custom-contact-forms-admin.php:1131
429
- msgid "create"
430
  msgstr ""
431
 
432
- #: ../custom-contact-forms-admin.php:728
433
- msgid "Attach field options in the order you want them to display."
 
 
434
  msgstr ""
435
 
436
- #: ../custom-contact-forms-admin.php:753
437
- #: ../custom-contact-forms-admin.php:865
438
- #: ../custom-contact-forms-admin.php:928
439
- #: ../custom-contact-forms-admin.php:1164
440
- #: ../custom-contact-forms-admin.php:1734
441
- #: ../custom-contact-forms-admin.php:1967
442
- msgid "Bulk Actions"
443
  msgstr ""
444
 
445
- #: ../custom-contact-forms-admin.php:754
446
- #: ../custom-contact-forms-admin.php:866
447
- #: ../custom-contact-forms-admin.php:929
448
- #: ../custom-contact-forms-admin.php:1165
449
- #: ../custom-contact-forms-admin.php:1735
450
- msgid "Save"
451
  msgstr ""
452
 
453
- #: ../custom-contact-forms-admin.php:755
454
- #: ../custom-contact-forms-admin.php:930
455
- #: ../custom-contact-forms-admin.php:1166
456
- #: ../custom-contact-forms-admin.php:1736
457
- #: ../custom-contact-forms-admin.php:1968
458
- msgid "Delete"
 
 
 
 
459
  msgstr ""
460
 
461
  #: ../custom-contact-forms-admin.php:756
462
- #: ../custom-contact-forms-admin.php:867
463
- #: ../custom-contact-forms-admin.php:931
464
- #: ../custom-contact-forms-admin.php:1167
465
- #: ../custom-contact-forms-admin.php:1737
466
- #: ../custom-contact-forms-admin.php:1969
467
- msgid "Apply"
468
  msgstr ""
469
 
470
- #: ../custom-contact-forms-admin.php:788
471
- #: ../custom-contact-forms-admin.php:819
472
- #: ../custom-contact-forms-admin.php:2343
473
- msgid "None"
474
  msgstr ""
475
 
476
- #: ../custom-contact-forms-admin.php:883
477
- #: ../custom-contact-forms-admin.php:892
478
- msgid "Value"
 
 
 
 
 
 
479
  msgstr ""
480
 
481
- #: ../custom-contact-forms-admin.php:884
482
- #: ../custom-contact-forms-admin.php:893
483
- msgid "Is Dead"
 
 
 
 
 
 
 
484
  msgstr ""
485
 
486
- #: ../custom-contact-forms-admin.php:920
487
- msgid "No field options have been created."
488
  msgstr ""
489
 
490
- #: ../custom-contact-forms-admin.php:938
491
- msgid "Create A Field Option"
 
 
492
  msgstr ""
493
 
494
- #: ../custom-contact-forms-admin.php:945
495
- msgid "Option Slug:"
 
 
496
  msgstr ""
497
 
498
- #: ../custom-contact-forms-admin.php:949
499
- msgid "Used to identify this option, solely for admin purposes; must be unique, and contain only letters, numbers, and underscores. Example: 'slug_one'"
 
 
500
  msgstr ""
501
 
502
- #: ../custom-contact-forms-admin.php:953
503
- #: ../modules/usage_popover/custom-contact-forms-usage-popover.php:214
504
- msgid "Option Label:"
505
  msgstr ""
506
 
507
- #: ../custom-contact-forms-admin.php:957
508
- msgid "This is what is shown to the user in the dropdown or radio field. Example: 'United States'"
 
 
509
  msgstr ""
510
 
511
- #: ../custom-contact-forms-admin.php:961
512
- #: ../modules/usage_popover/custom-contact-forms-usage-popover.php:219
513
- msgid "Option Value:"
514
  msgstr ""
515
 
516
- #: ../custom-contact-forms-admin.php:963
517
- 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'."
518
  msgstr ""
519
 
520
- #: ../custom-contact-forms-admin.php:965
521
- 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\"."
 
522
  msgstr ""
523
 
524
- #: ../custom-contact-forms-admin.php:968
525
- #: ../modules/usage_popover/custom-contact-forms-usage-popover.php:224
526
- msgid "Is Dead Option:"
527
  msgstr ""
528
 
529
- #: ../custom-contact-forms-admin.php:970
530
- 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."
531
  msgstr ""
532
 
533
- #: ../custom-contact-forms-admin.php:974
534
- msgid "Create Field Option"
535
  msgstr ""
536
 
537
- #: ../custom-contact-forms-admin.php:984
538
- msgid "Rate This Plugin"
539
  msgstr ""
540
 
541
- #: ../custom-contact-forms-admin.php:985
542
- msgid "We need your help to continue development! Please <span>rate this plugin</span> to show your support."
543
  msgstr ""
544
 
545
- #: ../custom-contact-forms-admin.php:999
546
- msgid "Form Display Code"
547
  msgstr ""
548
 
549
- #: ../custom-contact-forms-admin.php:1001
550
- #: ../custom-contact-forms-admin.php:1153
551
- msgid "Destination Email"
 
 
 
 
552
  msgstr ""
553
 
554
- #: ../custom-contact-forms-admin.php:1002
555
- #: ../custom-contact-forms-admin.php:1154
556
- msgid "Title"
 
 
557
  msgstr ""
558
 
559
- #: ../custom-contact-forms-admin.php:1003
560
- #: ../custom-contact-forms-admin.php:1155
561
- msgid "Button Text"
 
 
562
  msgstr ""
563
 
564
- #: ../custom-contact-forms-admin.php:1004
565
- #: ../custom-contact-forms-admin.php:1156
566
- msgid "Style"
 
 
567
  msgstr ""
568
 
569
- #: ../custom-contact-forms-admin.php:1037
570
- msgid "Method"
 
 
 
571
  msgstr ""
572
 
573
- #: ../custom-contact-forms-admin.php:1038
574
- msgid "Form Action"
 
575
  msgstr ""
576
 
577
- #: ../custom-contact-forms-admin.php:1039
578
- msgid "Email Subject"
 
579
  msgstr ""
580
 
581
- #: ../custom-contact-forms-admin.php:1040
582
- msgid "Email From Name"
583
  msgstr ""
584
 
585
- #: ../custom-contact-forms-admin.php:1041
586
- msgid "Success Message Title"
587
  msgstr ""
588
 
589
- #: ../custom-contact-forms-admin.php:1042
590
- msgid "Success Message"
591
  msgstr ""
592
 
593
- #: ../custom-contact-forms-admin.php:1043
594
- msgid "Custom Success URL"
595
  msgstr ""
596
 
597
- #: ../custom-contact-forms-admin.php:1046
598
- 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."
599
  msgstr ""
600
 
601
- #: ../custom-contact-forms-admin.php:1050
602
- 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."
603
  msgstr ""
604
 
605
- #: ../custom-contact-forms-admin.php:1052
606
- msgid "This is the form email subject sent to the destination email address. If left blank, the default from General Settings will be used."
607
  msgstr ""
608
 
609
- #: ../custom-contact-forms-admin.php:1054
610
- 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."
 
 
611
  msgstr ""
612
 
613
- #: ../custom-contact-forms-admin.php:1056
614
- 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."
615
  msgstr ""
616
 
617
- #: ../custom-contact-forms-admin.php:1058
618
- 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."
 
619
  msgstr ""
620
 
621
- #: ../custom-contact-forms-admin.php:1060
622
- 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."
 
623
  msgstr ""
624
 
625
- #: ../custom-contact-forms-admin.php:1064
626
- 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."
627
  msgstr ""
628
 
629
- #: ../custom-contact-forms-admin.php:1065
630
- msgid "Code to Display Form in Theme Files:"
631
  msgstr ""
632
 
633
- #: ../custom-contact-forms-admin.php:1068
634
- msgid "This field allows you to insert HTML directly after the starting <form> tag."
635
  msgstr ""
636
 
637
- #: ../custom-contact-forms-admin.php:1069
638
- #: ../modules/usage_popover/custom-contact-forms-usage-popover.php:272
639
- msgid "Custom Code:"
640
  msgstr ""
641
 
642
- #: ../custom-contact-forms-admin.php:1071
643
- 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."
644
  msgstr ""
645
 
646
- #: ../custom-contact-forms-admin.php:1072
647
- msgid "Form Pages:"
648
  msgstr ""
649
 
650
- #: ../custom-contact-forms-admin.php:1075
651
- 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."
652
  msgstr ""
653
 
654
- #: ../custom-contact-forms-admin.php:1094
655
- msgid "Attached Fields:"
656
  msgstr ""
657
 
658
- #: ../custom-contact-forms-admin.php:1114
659
- msgid "Attach fields in the order you want them displayed."
660
  msgstr ""
661
 
662
- #: ../custom-contact-forms-admin.php:1118
663
- msgid "Attach Field:"
664
  msgstr ""
665
 
666
- #: ../custom-contact-forms-admin.php:1129
667
- msgid "Attach fixed fields or ones you"
668
  msgstr ""
669
 
670
- #: ../custom-contact-forms-admin.php:1151
671
- msgid "Form Code"
672
  msgstr ""
673
 
674
- #: ../custom-contact-forms-admin.php:1173
675
  msgid "Create A Style for Your Forms"
676
  msgstr ""
677
 
678
- #: ../custom-contact-forms-admin.php:1177
679
  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."
680
  msgstr ""
681
 
682
- #: ../custom-contact-forms-admin.php:1183
683
  msgid "Style Slug:"
684
  msgstr ""
685
 
686
- #: ../custom-contact-forms-admin.php:1186
687
  msgid "(Must be unique)"
688
  msgstr ""
689
 
690
- #: ../custom-contact-forms-admin.php:1190
691
- #: ../custom-contact-forms-admin.php:1588
692
- #: ../custom-contact-forms-admin.php:1597
693
  msgid "Title Font Size:"
694
  msgstr ""
695
 
696
- #: ../custom-contact-forms-admin.php:1193
697
  msgid "(ex: 10pt, 10px, 1em)"
698
  msgstr ""
699
 
700
- #: ../custom-contact-forms-admin.php:1197
701
- #: ../custom-contact-forms-admin.php:1636
702
- #: ../custom-contact-forms-admin.php:1704
703
  msgid "Title Font Color:"
704
  msgstr ""
705
 
706
- #: ../custom-contact-forms-admin.php:1200
707
- #: ../custom-contact-forms-admin.php:1221
708
- #: ../custom-contact-forms-admin.php:1285
709
- #: ../custom-contact-forms-admin.php:1386
710
- #: ../custom-contact-forms-admin.php:1393
711
- #: ../custom-contact-forms-admin.php:1421
712
  msgid "(ex: FF0000)"
713
  msgstr ""
714
 
715
- #: ../custom-contact-forms-admin.php:1204
716
- #: ../custom-contact-forms-admin.php:1561
717
  msgid "Label Width:"
718
  msgstr ""
719
 
720
- #: ../custom-contact-forms-admin.php:1207
721
  msgid "(ex: 100px or 20%)"
722
  msgstr ""
723
 
724
- #: ../custom-contact-forms-admin.php:1211
725
- #: ../custom-contact-forms-admin.php:1602
726
  msgid "Label Font Size:"
727
  msgstr ""
728
 
729
- #: ../custom-contact-forms-admin.php:1214
730
- #: ../custom-contact-forms-admin.php:1379
731
  msgid "(ex: 10px, 10pt, 1em)"
732
  msgstr ""
733
 
734
- #: ../custom-contact-forms-admin.php:1218
735
- #: ../custom-contact-forms-admin.php:1641
736
  msgid "Label Font Color:"
737
  msgstr ""
738
 
739
- #: ../custom-contact-forms-admin.php:1225
740
- #: ../custom-contact-forms-admin.php:1528
741
  msgid "Text Field Width:"
742
  msgstr ""
743
 
744
- #: ../custom-contact-forms-admin.php:1228
745
- #: ../custom-contact-forms-admin.php:1235
746
- #: ../custom-contact-forms-admin.php:1242
747
- #: ../custom-contact-forms-admin.php:1322
748
  msgid "(ex: 100px or 100%)"
749
  msgstr ""
750
 
751
- #: ../custom-contact-forms-admin.php:1232
752
  msgid "Textarea Field Width:"
753
  msgstr ""
754
 
755
- #: ../custom-contact-forms-admin.php:1239
756
  msgid "Textarea Field Height:"
757
  msgstr ""
758
 
759
- #: ../custom-contact-forms-admin.php:1246
760
- #: ../custom-contact-forms-admin.php:1607
761
  msgid "Field Font Size:"
762
  msgstr ""
763
 
764
- #: ../custom-contact-forms-admin.php:1249
765
  msgid "(ex: 10px, 10pt, 1em"
766
  msgstr ""
767
 
768
- #: ../custom-contact-forms-admin.php:1253
769
- #: ../custom-contact-forms-admin.php:1646
770
  msgid "Field Font Color:"
771
  msgstr ""
772
 
773
- #: ../custom-contact-forms-admin.php:1256
774
- #: ../custom-contact-forms-admin.php:1292
775
  msgid "(ex: 333333)"
776
  msgstr ""
777
 
778
- #: ../custom-contact-forms-admin.php:1260
779
- #: ../custom-contact-forms-admin.php:1695
780
  msgid "Field Border Style:"
781
  msgstr ""
782
 
783
- #: ../custom-contact-forms-admin.php:1268
784
- #: ../custom-contact-forms-admin.php:1656
785
  msgid "Form Margin:"
786
  msgstr ""
787
 
788
- #: ../custom-contact-forms-admin.php:1271
789
- #: ../custom-contact-forms-admin.php:1278
790
- #: ../custom-contact-forms-admin.php:1400
791
- #: ../custom-contact-forms-admin.php:1407
792
  msgid "(ex: 5px or 1em)"
793
  msgstr ""
794
 
795
- #: ../custom-contact-forms-admin.php:1275
796
- #: ../custom-contact-forms-admin.php:1548
797
  msgid "Label Margin:"
798
  msgstr ""
799
 
800
- #: ../custom-contact-forms-admin.php:1282
801
  msgid "Textarea Background Color:"
802
  msgstr ""
803
 
804
- #: ../custom-contact-forms-admin.php:1289
805
  msgid "Success Popover Font Color:"
806
  msgstr ""
807
 
808
- #: ../custom-contact-forms-admin.php:1296
809
  msgid "Success Popover Title Font Size:"
810
  msgstr ""
811
 
812
- #: ../custom-contact-forms-admin.php:1299
813
- #: ../custom-contact-forms-admin.php:1306
814
- #: ../custom-contact-forms-admin.php:1428
815
- #: ../custom-contact-forms-admin.php:1451
816
  msgid "(ex: 12px, 1em, 100%)"
817
  msgstr ""
818
 
819
- #: ../custom-contact-forms-admin.php:1303
820
- #: ../custom-contact-forms-admin.php:1592
821
  msgid "Form Background Color:"
822
  msgstr ""
823
 
824
- #: ../custom-contact-forms-admin.php:1310
825
  msgid "Tooltip Background Color:"
826
  msgstr ""
827
 
828
- #: ../custom-contact-forms-admin.php:1313
829
  msgid "(ex: 000000 or black)"
830
  msgstr ""
831
 
832
- #: ../custom-contact-forms-admin.php:1319
833
- #: ../custom-contact-forms-admin.php:1690
834
  msgid "Field Border Color:"
835
  msgstr ""
836
 
837
- #: ../custom-contact-forms-admin.php:1326
838
- #: ../custom-contact-forms-admin.php:1673
839
  msgid "Form Border Style:"
840
  msgstr ""
841
 
842
- #: ../custom-contact-forms-admin.php:1334
843
- #: ../custom-contact-forms-admin.php:1685
844
  msgid "Form Border Color:"
845
  msgstr ""
846
 
847
- #: ../custom-contact-forms-admin.php:1337
848
  msgid "(ex: 000000)"
849
  msgstr ""
850
 
851
- #: ../custom-contact-forms-admin.php:1341
852
- #: ../custom-contact-forms-admin.php:1680
853
  msgid "Form Border Width:"
854
  msgstr ""
855
 
856
- #: ../custom-contact-forms-admin.php:1344
857
  msgid "(ex: 1px)"
858
  msgstr ""
859
 
860
- #: ../custom-contact-forms-admin.php:1348
861
- #: ../custom-contact-forms-admin.php:1523
862
  msgid "Form Width:"
863
  msgstr ""
864
 
865
- #: ../custom-contact-forms-admin.php:1351
866
  msgid "(ex: 100px or 50%)"
867
  msgstr ""
868
 
869
- #: ../custom-contact-forms-admin.php:1355
870
  msgid "Form Font Family:"
871
  msgstr ""
872
 
873
- #: ../custom-contact-forms-admin.php:1358
874
  msgid "(ex: Verdana, Tahoma, Arial)"
875
  msgstr ""
876
 
877
- #: ../custom-contact-forms-admin.php:1362
878
- #: ../custom-contact-forms-admin.php:1566
879
  msgid "Button Width:"
880
  msgstr ""
881
 
882
- #: ../custom-contact-forms-admin.php:1365
883
  msgid "(ex: 100px, 30%, auto)"
884
  msgstr ""
885
 
886
- #: ../custom-contact-forms-admin.php:1369
887
- #: ../custom-contact-forms-admin.php:1571
888
  msgid "Button Height:"
889
  msgstr ""
890
 
891
- #: ../custom-contact-forms-admin.php:1372
892
  msgid "(ex: 100px or 30%)"
893
  msgstr ""
894
 
895
- #: ../custom-contact-forms-admin.php:1376
896
- #: ../custom-contact-forms-admin.php:1612
897
  msgid "Button Font Size:"
898
  msgstr ""
899
 
900
- #: ../custom-contact-forms-admin.php:1383
901
- #: ../custom-contact-forms-admin.php:1651
902
  msgid "Button Font Color:"
903
  msgstr ""
904
 
905
- #: ../custom-contact-forms-admin.php:1390
906
- #: ../custom-contact-forms-admin.php:1576
907
  msgid "Field Background Color:"
908
  msgstr ""
909
 
910
- #: ../custom-contact-forms-admin.php:1397
911
- #: ../custom-contact-forms-admin.php:1617
912
  msgid "Form Padding:"
913
  msgstr ""
914
 
915
- #: ../custom-contact-forms-admin.php:1404
916
- #: ../custom-contact-forms-admin.php:1581
917
  msgid "Title Margin:"
918
  msgstr ""
919
 
920
- #: ../custom-contact-forms-admin.php:1411
921
- #: ../custom-contact-forms-admin.php:1543
922
  msgid "Dropdown Width:"
923
  msgstr ""
924
 
925
- #: ../custom-contact-forms-admin.php:1414
926
  msgid "(ex: 30px, 20%, or auto)"
927
  msgstr ""
928
 
929
- #: ../custom-contact-forms-admin.php:1418
930
  msgid "Success Popover Border Color:"
931
  msgstr ""
932
 
933
- #: ../custom-contact-forms-admin.php:1425
934
  msgid "Success Popover Font Size:"
935
  msgstr ""
936
 
937
- #: ../custom-contact-forms-admin.php:1432
938
  msgid "Success Popover Height:"
939
  msgstr ""
940
 
941
- #: ../custom-contact-forms-admin.php:1435
942
  msgid "(ex: 200px, 6em, 50%)"
943
  msgstr ""
944
 
945
- #: ../custom-contact-forms-admin.php:1439
946
- #: ../custom-contact-forms-admin.php:1709
947
  msgid "Field Border Roundness:"
948
  msgstr ""
949
 
950
- #: ../custom-contact-forms-admin.php:1442
951
  msgid "(ex: 6px, or 0px)"
952
  msgstr ""
953
 
954
- #: ../custom-contact-forms-admin.php:1446
955
- #: ../custom-contact-forms-admin.php:1516
956
- #: ../custom-contact-forms-admin.php:1629
957
  msgid "Tooltip"
958
  msgstr ""
959
 
960
- #: ../custom-contact-forms-admin.php:1447
961
- #: ../custom-contact-forms-admin.php:1517
962
- #: ../custom-contact-forms-admin.php:1630
963
  msgid "A tooltip is the little box that fades in displaying 'Field Instructions' when a user selects a particular field."
964
  msgstr ""
965
 
966
- #: ../custom-contact-forms-admin.php:1448
967
- #: ../custom-contact-forms-admin.php:1624
968
  msgid "Font Size:"
969
  msgstr ""
970
 
971
- #: ../custom-contact-forms-admin.php:1455
972
  msgid "Tooltip Font Color:"
973
  msgstr ""
974
 
975
- #: ../custom-contact-forms-admin.php:1458
976
  msgid "(ex: ffffff or white)"
977
  msgstr ""
978
 
979
- #: ../custom-contact-forms-admin.php:1462
980
  msgid "Create Style"
981
  msgstr ""
982
 
983
- #: ../custom-contact-forms-admin.php:1470
984
  msgid "Manage Form Styles"
985
  msgstr ""
986
 
987
- #: ../custom-contact-forms-admin.php:1492
988
- #: ../modules/usage_popover/custom-contact-forms-usage-popover.php:132
989
- #: ../modules/usage_popover/custom-contact-forms-usage-popover.php:209
990
- #: ../modules/usage_popover/custom-contact-forms-usage-popover.php:242
991
  msgid "Slug:"
992
  msgstr ""
993
 
994
- #: ../custom-contact-forms-admin.php:1497
995
  msgid "Font Family:"
996
  msgstr ""
997
 
998
- #: ../custom-contact-forms-admin.php:1502
999
  msgid "Textarea Background"
1000
  msgstr ""
1001
 
1002
- #: ../custom-contact-forms-admin.php:1504
1003
  msgid "Color:"
1004
  msgstr ""
1005
 
1006
- #: ../custom-contact-forms-admin.php:1509
1007
- #: ../custom-contact-forms-admin.php:1553
1008
- #: ../custom-contact-forms-admin.php:1586
1009
- #: ../custom-contact-forms-admin.php:1622
1010
- #: ../custom-contact-forms-admin.php:1661
1011
- #: ../custom-contact-forms-admin.php:1702
1012
  msgid "Success Popover"
1013
  msgstr ""
1014
 
1015
- #: ../custom-contact-forms-admin.php:1511
1016
  msgid "Border Color:"
1017
  msgstr ""
1018
 
1019
- #: ../custom-contact-forms-admin.php:1518
1020
- #: ../custom-contact-forms-admin.php:1663
1021
  msgid "Font Color:"
1022
  msgstr ""
1023
 
1024
- #: ../custom-contact-forms-admin.php:1533
1025
  msgid "Textarea Width:"
1026
  msgstr ""
1027
 
1028
- #: ../custom-contact-forms-admin.php:1538
1029
  msgid "Textarea Height:"
1030
  msgstr ""
1031
 
1032
- #: ../custom-contact-forms-admin.php:1555
1033
  msgid "Height:"
1034
  msgstr ""
1035
 
1036
- #: ../custom-contact-forms-admin.php:1631
1037
  msgid "Background Color:"
1038
  msgstr ""
1039
 
1040
- #: ../custom-contact-forms-admin.php:1668
1041
  msgid "Tooltip Font Size:"
1042
  msgstr ""
1043
 
1044
- #: ../custom-contact-forms-admin.php:1742
1045
  msgid "Report a Bug/Suggest a Feature"
1046
  msgstr ""
1047
 
1048
- #: ../custom-contact-forms-admin.php:1749
1049
  msgid "Your Name:"
1050
  msgstr ""
1051
 
1052
- #: ../custom-contact-forms-admin.php:1755
1053
  msgid "Your Email:"
1054
  msgstr ""
1055
 
1056
- #: ../custom-contact-forms-admin.php:1761
1057
  msgid "Who Hosts Your Website?"
1058
  msgstr ""
1059
 
1060
- #: ../custom-contact-forms-admin.php:1767
1061
- msgid "Your Message:"
1062
  msgstr ""
1063
 
1064
- #: ../custom-contact-forms-admin.php:1773
1065
- msgid "Purpose of this message:"
 
 
 
 
1066
  msgstr ""
1067
 
1068
- #: ../custom-contact-forms-admin.php:1783
1069
  msgid "Plugin Question"
1070
  msgstr ""
1071
 
1072
- #: ../custom-contact-forms-admin.php:1789
1073
  msgid "Version of Custom Contact Forms?"
1074
  msgstr ""
1075
 
1076
- #: ../custom-contact-forms-admin.php:1795
1077
  msgid "Version of WordPress?"
1078
  msgstr ""
1079
 
1080
- #: ../custom-contact-forms-admin.php:1801
 
 
 
 
1081
  msgid "Send Message"
1082
  msgstr ""
1083
 
1084
- #: ../custom-contact-forms-admin.php:1809
1085
  msgid "Custom HTML Forms (Advanced)"
1086
  msgstr ""
1087
 
1088
- #: ../custom-contact-forms-admin.php:1813
1089
  msgid ""
1090
  "If you know HTML and simply want to use this plugin to process form requests, this feature is for you. \n"
1091
  "\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"
1092
  "\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."
1093
  msgstr ""
1094
 
1095
- #: ../custom-contact-forms-admin.php:1820
1096
  msgid "Thank you for filling out our form!"
1097
  msgstr ""
1098
 
1099
- #: ../custom-contact-forms-admin.php:1825
1100
- msgid ""
1101
- "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 \n"
1102
- "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). \n"
1103
- "The success_message field will add a popover containing the message when the form is completed successfully, the thank_you_page field will force \n"
1104
- "the user to be redirected to that specific page on successful form completion. The required_fields hidden field is optional; to use it seperate \n"
1105
- "the field names you want required by commas. Remember to use underscores instead of spaces in field names!"
1106
  msgstr ""
1107
 
1108
- #: ../custom-contact-forms-admin.php:1837
1109
  msgid "Custom Contact Forms Plugin News"
1110
  msgstr ""
1111
 
1112
- #: ../custom-contact-forms-admin.php:1897
1113
- #: ../modules/usage_popover/custom-contact-forms-usage-popover.php:358
1114
  msgid "Saved Form Submissions"
1115
  msgstr ""
1116
 
1117
- #: ../custom-contact-forms-admin.php:1904
1118
- #: ../custom-contact-forms-admin.php:1958
1119
  msgid "Date Submitted"
1120
  msgstr ""
1121
 
1122
- #: ../custom-contact-forms-admin.php:1905
1123
- #: ../custom-contact-forms-admin.php:1959
1124
  msgid "Form Submitted"
1125
  msgstr ""
1126
 
1127
- #: ../custom-contact-forms-admin.php:1906
1128
- #: ../custom-contact-forms-admin.php:1960
1129
  msgid "Form Page"
1130
  msgstr ""
1131
 
1132
- #: ../custom-contact-forms-admin.php:1925
1133
  msgid "Custom HTML Form"
1134
  msgstr ""
1135
 
1136
- #: ../custom-contact-forms-admin.php:2042
1137
  msgid "General Settings"
1138
  msgstr ""
1139
 
1140
- #: ../custom-contact-forms-admin.php:2049
1141
  msgid "Email Form Submissions:"
1142
  msgstr ""
1143
 
1144
- #: ../custom-contact-forms-admin.php:2061
1145
  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."
1146
  msgstr ""
1147
 
1148
- #: ../custom-contact-forms-admin.php:2065
1149
  msgid "Default Email:"
1150
  msgstr ""
1151
 
1152
- #: ../custom-contact-forms-admin.php:2070
1153
  msgid "Form emails will be sent <span>to</span> this address, if no destination email is specified by the form."
1154
  msgstr ""
1155
 
1156
- #: ../custom-contact-forms-admin.php:2074
1157
  msgid "Front End JQuery:"
1158
  msgstr ""
1159
 
1160
- #: ../custom-contact-forms-admin.php:2078
1161
- #: ../custom-contact-forms-admin.php:2121
1162
- #: ../custom-contact-forms-admin.php:2228
1163
- #: ../custom-contact-forms-admin.php:2257
1164
- #: ../custom-contact-forms-admin.php:2285
1165
  msgid "Enabled"
1166
  msgstr ""
1167
 
1168
- #: ../custom-contact-forms-admin.php:2081
1169
- #: ../custom-contact-forms-admin.php:2124
1170
- #: ../custom-contact-forms-admin.php:2231
1171
- #: ../custom-contact-forms-admin.php:2260
1172
- #: ../custom-contact-forms-admin.php:2282
1173
  msgid "Disabled"
1174
  msgstr ""
1175
 
1176
- #: ../custom-contact-forms-admin.php:2086
1177
  #, php-format
1178
  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."
1179
  msgstr ""
1180
 
1181
- #: ../custom-contact-forms-admin.php:2090
1182
  msgid "Default From Email:"
1183
  msgstr ""
1184
 
1185
- #: ../custom-contact-forms-admin.php:2095
1186
  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."
1187
  msgstr ""
1188
 
1189
- #: ../custom-contact-forms-admin.php:2099
1190
  msgid "Default From Name:"
1191
  msgstr ""
1192
 
1193
- #: ../custom-contact-forms-admin.php:2104
1194
  msgid "This setting allows you to specify the name under which form emails are sent. The default is 'Custom Contact Forms'."
1195
  msgstr ""
1196
 
1197
- #: ../custom-contact-forms-admin.php:2108
1198
  msgid "Default Email Subject:"
1199
  msgstr ""
1200
 
1201
- #: ../custom-contact-forms-admin.php:2113
1202
  msgid "Default subject to be included in all form emails."
1203
  msgstr ""
1204
 
1205
- #: ../custom-contact-forms-admin.php:2117
1206
  msgid "Enable Dashboard Widget:"
1207
  msgstr ""
1208
 
1209
- #: ../custom-contact-forms-admin.php:2128
1210
  msgid "Enabling this will display a widget on your dashboard that shows the latest form submissions."
1211
  msgstr ""
1212
 
1213
- #: ../custom-contact-forms-admin.php:2132
1214
  msgid "Dashboard Widget Accessibility:"
1215
  msgstr ""
1216
 
1217
- #: ../custom-contact-forms-admin.php:2136
1218
  msgid "Only admins can view"
1219
  msgstr ""
1220
 
1221
- #: ../custom-contact-forms-admin.php:2139
1222
  msgid "All roles except subscribers can view"
1223
  msgstr ""
1224
 
1225
- #: ../custom-contact-forms-admin.php:2142
1226
  msgid "All roles can view"
1227
  msgstr ""
1228
 
1229
- #: ../custom-contact-forms-admin.php:2146
1230
  msgid "If you are using the dashboard widget, this allows you to disallow certain users from viewing it."
1231
  msgstr ""
1232
 
1233
- #: ../custom-contact-forms-admin.php:2150
1234
  msgid "Use Code Type:"
1235
  msgstr ""
1236
 
1237
- #: ../custom-contact-forms-admin.php:2158
1238
  msgid "This lets you switch the form code between HTML and XHTML."
1239
  msgstr ""
1240
 
1241
- #: ../custom-contact-forms-admin.php:2162
1242
  msgid "Restrict Frontend JS and CSS to Form Pages Only:"
1243
  msgstr ""
1244
 
1245
- #: ../custom-contact-forms-admin.php:2173
1246
  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."
1247
  msgstr ""
1248
 
1249
- #: ../custom-contact-forms-admin.php:2180
1250
  msgid "Default Form Success Message Title:"
1251
  msgstr ""
1252
 
1253
- #: ../custom-contact-forms-admin.php:2185
1254
  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."
1255
  msgstr ""
1256
 
1257
- #: ../custom-contact-forms-admin.php:2190
1258
  msgid "Default Form Success Message:"
1259
  msgstr ""
1260
 
1261
- #: ../custom-contact-forms-admin.php:2195
1262
  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."
1263
  msgstr ""
1264
 
1265
- #: ../custom-contact-forms-admin.php:2199
1266
  msgid "Default Form Error Header:"
1267
  msgstr ""
1268
 
1269
- #: ../custom-contact-forms-admin.php:2204
1270
  msgid "When a form is filled out incorrectly, this message will be displayed followed by the individual field error messages."
1271
  msgstr ""
1272
 
1273
- #: ../custom-contact-forms-admin.php:2208
1274
  msgid "Remember Field Values:"
1275
  msgstr ""
1276
 
1277
- #: ../custom-contact-forms-admin.php:2220
1278
  msgid "Selecting yes will make form fields remember how they were last filled out."
1279
  msgstr ""
1280
 
1281
- #: ../custom-contact-forms-admin.php:2224
1282
  msgid "Tooltips in Widget:"
1283
  msgstr ""
1284
 
1285
- #: ../custom-contact-forms-admin.php:2236
1286
  msgid "Enabling this shows tooltips containing field instructions on forms in the widget."
1287
  msgstr ""
1288
 
1289
- #: ../custom-contact-forms-admin.php:2240
1290
- msgid "Hide Plugin Author Link in Code:"
1291
- msgstr ""
1292
-
1293
- #: ../custom-contact-forms-admin.php:2253
1294
  msgid "Fancy Admin AJAX Abilities:"
1295
  msgstr ""
1296
 
1297
- #: ../custom-contact-forms-admin.php:2265
1298
  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."
1299
  msgstr ""
1300
 
1301
- #: ../custom-contact-forms-admin.php:2269
1302
  msgid "Default Permissions Error:"
1303
  msgstr ""
1304
 
1305
- #: ../custom-contact-forms-admin.php:2274
1306
  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."
1307
  msgstr ""
1308
 
1309
- #: ../custom-contact-forms-admin.php:2278
1310
  msgid "Form Access Capabilities:"
1311
  msgstr ""
1312
 
1313
- #: ../custom-contact-forms-admin.php:2290
1314
  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."
1315
  msgstr ""
1316
 
1317
- #: ../custom-contact-forms-admin.php:2293
 
 
 
 
 
 
 
 
 
 
 
 
1318
  msgid "Show Sidebar Widget:"
1319
  msgstr ""
1320
 
1321
- #: ../custom-contact-forms-admin.php:2298
1322
  msgid "On Homepage"
1323
  msgstr ""
1324
 
1325
- #: ../custom-contact-forms-admin.php:2302
1326
  msgid "On Pages"
1327
  msgstr ""
1328
 
1329
- #: ../custom-contact-forms-admin.php:2306
1330
  msgid "On Single Posts"
1331
  msgstr ""
1332
 
1333
- #: ../custom-contact-forms-admin.php:2311
1334
  msgid "On Categories"
1335
  msgstr ""
1336
 
1337
- #: ../custom-contact-forms-admin.php:2315
1338
  msgid "On Archives"
1339
  msgstr ""
1340
 
1341
- #: ../custom-contact-forms-admin.php:2320
1342
  msgid "Update"
1343
  msgstr ""
1344
 
1345
- #: ../custom-contact-forms-admin.php:2328
1346
  msgid "Mail Settings"
1347
  msgstr ""
1348
 
1349
- #: ../custom-contact-forms-admin.php:2332
1350
  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."
1351
  msgstr ""
1352
 
1353
- #: ../custom-contact-forms-admin.php:2333
1354
  msgid "* Send My Emails Using the Following:"
1355
  msgstr ""
1356
 
1357
- #: ../custom-contact-forms-admin.php:2335
1358
  msgid "Wordpress Default"
1359
  msgstr ""
1360
 
1361
- #: ../custom-contact-forms-admin.php:2336
1362
  msgid "SMTP"
1363
  msgstr ""
1364
 
1365
- #: ../custom-contact-forms-admin.php:2337
1366
  msgid "(If mail isn't sending, try toggling this option.)"
1367
  msgstr ""
1368
 
1369
- #: ../custom-contact-forms-admin.php:2340
1370
  msgid "SMTP Host:"
1371
  msgstr ""
1372
 
1373
- #: ../custom-contact-forms-admin.php:2341
1374
  msgid "SMTP Port:"
1375
  msgstr ""
1376
 
1377
- #: ../custom-contact-forms-admin.php:2342
1378
  msgid "Encryption:"
1379
  msgstr ""
1380
 
1381
- #: ../custom-contact-forms-admin.php:2344
1382
  msgid "SSL"
1383
  msgstr ""
1384
 
1385
- #: ../custom-contact-forms-admin.php:2345
1386
  msgid "TLS"
1387
  msgstr ""
1388
 
1389
- #: ../custom-contact-forms-admin.php:2349
1390
  msgid "SMTP Authentication:"
1391
  msgstr ""
1392
 
1393
- #: ../custom-contact-forms-admin.php:2349
1394
  msgid "None Needed"
1395
  msgstr ""
1396
 
1397
- #: ../custom-contact-forms-admin.php:2349
1398
  msgid "Use SMTP Username/Password"
1399
  msgstr ""
1400
 
1401
- #: ../custom-contact-forms-admin.php:2350
1402
  msgid "SMTP Username:"
1403
  msgstr ""
1404
 
1405
- #: ../custom-contact-forms-admin.php:2351
1406
  msgid "SMTP Password:"
1407
  msgstr ""
1408
 
1409
- #: ../custom-contact-forms-admin.php:2354
1410
  msgid "Save Mail Sending Options"
1411
  msgstr ""
1412
 
1413
- #: ../custom-contact-forms-admin.php:2361
1414
  msgid "Export"
1415
  msgstr ""
1416
 
1417
- #: ../custom-contact-forms-admin.php:2366
1418
  msgid ""
1419
  "Preforming a Custom Contact Forms export will create a file of the form \n"
1420
  "\t\t\t\t\t\tccf-export-xxxx.sql on your web server. The file created contains SQL that \n"
1421
  "\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."
1422
  msgstr ""
1423
 
1424
- #: ../custom-contact-forms-admin.php:2370
1425
  msgid "Export All CCF Plugin Content"
1426
  msgstr ""
1427
 
1428
- #: ../custom-contact-forms-admin.php:2376
1429
  msgid "Import"
1430
  msgstr ""
1431
 
1432
- #: ../custom-contact-forms-admin.php:2382
1433
  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."
1434
  msgstr ""
1435
 
1436
- #: ../custom-contact-forms-admin.php:2385
1437
  msgid "Choose What You Want to Use from the Import File:"
1438
  msgstr ""
1439
 
1440
- #: ../custom-contact-forms-admin.php:2391
1441
  msgid "Use General Settings"
1442
  msgstr ""
1443
 
1444
- #: ../custom-contact-forms-admin.php:2397
1445
- #: ../custom-contact-forms-admin.php:2415
1446
- #: ../modules/usage_popover/custom-contact-forms-usage-popover.php:5
1447
- #: ../modules/usage_popover/custom-contact-forms-usage-popover.php:235
1448
- msgid "Forms"
1449
- msgstr ""
1450
-
1451
- #: ../custom-contact-forms-admin.php:2403
1452
- #: ../modules/usage_popover/custom-contact-forms-usage-popover.php:26
1453
  msgid "Form Submissions"
1454
  msgstr ""
1455
 
1456
- #: ../custom-contact-forms-admin.php:2409
1457
- #: ../modules/usage_popover/custom-contact-forms-usage-popover.php:8
1458
- #: ../modules/usage_popover/custom-contact-forms-usage-popover.php:49
1459
- msgid "Fields"
1460
- msgstr ""
1461
-
1462
- #: ../custom-contact-forms-admin.php:2421
1463
- #: ../modules/usage_popover/custom-contact-forms-usage-popover.php:14
1464
- #: ../modules/usage_popover/custom-contact-forms-usage-popover.php:202
1465
- msgid "Field Options"
1466
- msgstr ""
1467
-
1468
- #: ../custom-contact-forms-admin.php:2427
1469
- #: ../modules/usage_popover/custom-contact-forms-usage-popover.php:17
1470
- msgid "Styles"
1471
- msgstr ""
1472
-
1473
- #: ../custom-contact-forms-admin.php:2433
1474
  msgid "Choose an Import File:"
1475
  msgstr ""
1476
 
1477
- #: ../custom-contact-forms-admin.php:2437
1478
  msgid "Clear and Import"
1479
  msgstr ""
1480
 
1481
- #: ../custom-contact-forms-admin.php:2439
1482
  msgid "Yes, I want to do this and have created a backup."
1483
  msgstr ""
1484
 
 
 
 
 
1485
  #: ../modules/usage_popover/custom-contact-forms-quick-start-popover.php:3
1486
  msgid "If you want to quickly and easily create a form and insert it in to your WordPress site, then follow these simple instructions."
1487
  msgstr ""
@@ -1491,7 +1465,6 @@ msgid "First insert some default content by clicking the button below. This will
1491
  msgstr ""
1492
 
1493
  #: ../modules/usage_popover/custom-contact-forms-quick-start-popover.php:8
1494
- #: ../modules/usage_popover/custom-contact-forms-usage-popover.php:41
1495
  msgid "Insert Default Content"
1496
  msgstr ""
1497
 
@@ -1508,10 +1481,14 @@ msgid "Plugin Usage Popover"
1508
  msgstr ""
1509
 
1510
  #: ../modules/usage_popover/custom-contact-forms-usage-popover.php:11
1511
- #: ../modules/usage_popover/custom-contact-forms-usage-popover.php:184
1512
  msgid "Fixed Fields"
1513
  msgstr ""
1514
 
 
 
 
 
1515
  #: ../modules/usage_popover/custom-contact-forms-usage-popover.php:23
1516
  msgid "Import/Export"
1517
  msgstr ""
@@ -1547,7 +1524,7 @@ msgid "Text:"
1547
  msgstr ""
1548
 
1549
  #: ../modules/usage_popover/custom-contact-forms-usage-popover.php:59
1550
- #: ../modules/usage_popover/custom-contact-forms-usage-popover.php:73
1551
  msgid "This is a text field"
1552
  msgstr ""
1553
 
@@ -1560,350 +1537,358 @@ msgid "A Date field looks exactly the same as a Text field. But when a user clic
1560
  msgstr ""
1561
 
1562
  #: ../modules/usage_popover/custom-contact-forms-usage-popover.php:70
1563
- msgid "Textarea:"
 
 
 
 
1564
  msgstr ""
1565
 
1566
  #: ../modules/usage_popover/custom-contact-forms-usage-popover.php:77
 
 
 
 
1567
  msgid "Dropdown:"
1568
  msgstr ""
1569
 
1570
- #: ../modules/usage_popover/custom-contact-forms-usage-popover.php:82
1571
  msgid "This is a dropdown field"
1572
  msgstr ""
1573
 
1574
- #: ../modules/usage_popover/custom-contact-forms-usage-popover.php:85
1575
  msgid "Field Option 2!"
1576
  msgstr ""
1577
 
1578
- #: ../modules/usage_popover/custom-contact-forms-usage-popover.php:88
1579
  msgid "Field Option 3!"
1580
  msgstr ""
1581
 
1582
- #: ../modules/usage_popover/custom-contact-forms-usage-popover.php:91
1583
  msgid "Field Option 4!"
1584
  msgstr ""
1585
 
1586
- #: ../modules/usage_popover/custom-contact-forms-usage-popover.php:94
1587
  msgid "Unlimited # of options allowed"
1588
  msgstr ""
1589
 
1590
- #: ../modules/usage_popover/custom-contact-forms-usage-popover.php:100
1591
  msgid "Radio:"
1592
  msgstr ""
1593
 
1594
- #: ../modules/usage_popover/custom-contact-forms-usage-popover.php:104
1595
  msgid "A radio field"
1596
  msgstr ""
1597
 
1598
- #: ../modules/usage_popover/custom-contact-forms-usage-popover.php:106
1599
  msgid "Field Option 2"
1600
  msgstr ""
1601
 
1602
- #: ../modules/usage_popover/custom-contact-forms-usage-popover.php:108
1603
  msgid "Field Option 3"
1604
  msgstr ""
1605
 
1606
- #: ../modules/usage_popover/custom-contact-forms-usage-popover.php:112
1607
  msgid "Checkbox:"
1608
  msgstr ""
1609
 
1610
- #: ../modules/usage_popover/custom-contact-forms-usage-popover.php:116
1611
  msgid "This is a checkbox field"
1612
  msgstr ""
1613
 
1614
- #: ../modules/usage_popover/custom-contact-forms-usage-popover.php:120
1615
  msgid "(advanced) Hidden:"
1616
  msgstr ""
1617
 
1618
- #: ../modules/usage_popover/custom-contact-forms-usage-popover.php:122
1619
  msgid "These fields are hidden (obviously), they allow you to pass hidden information within your forms. Great for using other form processors like Aweber or InfusionSoft."
1620
  msgstr ""
1621
 
1622
- #: ../modules/usage_popover/custom-contact-forms-usage-popover.php:126
1623
  msgid "There are a variety of different options that you can use when creating a field,"
1624
  msgstr ""
1625
 
1626
- #: ../modules/usage_popover/custom-contact-forms-usage-popover.php:128
1627
  msgid "denotes something required:"
1628
  msgstr ""
1629
 
1630
- #: ../modules/usage_popover/custom-contact-forms-usage-popover.php:134
1631
  msgid "A slug is simply a way to identify your field. It can only contain underscores, letters, and numbers and must be unique."
1632
  msgstr ""
1633
 
1634
- #: ../modules/usage_popover/custom-contact-forms-usage-popover.php:144
1635
  msgid "The six field types you can choose from are explained above."
1636
  msgstr ""
1637
 
1638
- #: ../modules/usage_popover/custom-contact-forms-usage-popover.php:149
1639
  msgid "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 'Are you human?', I would set the initial value to 'Yes'. If you set the field type as 'Dropdown' or 'Radio', you should enter the slug of the field option you would like initially selected (or just leave it blank and the first option attached will be selected)."
1640
  msgstr ""
1641
 
1642
- #: ../modules/usage_popover/custom-contact-forms-usage-popover.php:154
1643
  msgid "This allows you to limit the amount of characters a user can enter in a field (does not apply to textareas as of version 3.5.5)"
1644
  msgstr ""
1645
 
1646
- #: ../modules/usage_popover/custom-contact-forms-usage-popover.php:159
1647
  msgid "If a field is required and a user leaves it blank, the plugin will display an error message explaining the problem. The user will then have to go back and fill in the field properly."
1648
  msgstr ""
1649
 
1650
- #: ../modules/usage_popover/custom-contact-forms-usage-popover.php:164
1651
  msgid "If this is filled out, a stylish tooltip popover displaying this text will show when the field is selected. This will only work if JQuery is enabled in general options."
1652
  msgstr ""
1653
 
1654
- #: ../modules/usage_popover/custom-contact-forms-usage-popover.php:172
1655
  msgid "(advanced) Field Class:"
1656
  msgstr ""
1657
 
1658
- #: ../modules/usage_popover/custom-contact-forms-usage-popover.php:174
1659
  msgid "This allows you to assign a CSS class to an individual field without affecting anything else. This is a great way to take the customization of your form to the next level."
1660
  msgstr ""
1661
 
1662
- #: ../modules/usage_popover/custom-contact-forms-usage-popover.php:177
1663
  msgid "Field Options:"
1664
  msgstr ""
1665
 
1666
- #: ../modules/usage_popover/custom-contact-forms-usage-popover.php:179
1667
  msgid "After you create a field, if it's field type is radio or dropdown, you can attach field options to the field. Field options are explained in the next section."
1668
  msgstr ""
1669
 
1670
- #: ../modules/usage_popover/custom-contact-forms-usage-popover.php:187
1671
  msgid "The last important thing related to fields are <span>Fixed Fields</span>. Fixed Fields are special fields that come already created within the plugin such as the captcha spam blocker and email field. Fixed Fields do special things that you wouldn't be able to accomplish with normal fields; they cannot be deleted or created. For example, if you use the fixedEmail field, as opposed to creating your own email field. the users email will be checked to make sure it is valid, if it isn't a form error will be displayed. Below is a list of fixed fields and their descriptions."
1672
  msgstr ""
1673
 
1674
- #: ../modules/usage_popover/custom-contact-forms-usage-popover.php:190
1675
  msgid "fixedEmail:"
1676
  msgstr ""
1677
 
1678
- #: ../modules/usage_popover/custom-contact-forms-usage-popover.php:190
1679
  msgid "When attached to a form and set to required, this field will validate a user's email addresses. If a user's email is not valid, an error will be shown."
1680
  msgstr ""
1681
 
1682
- #: ../modules/usage_popover/custom-contact-forms-usage-popover.php:191
1683
  msgid "captcha:"
1684
  msgstr ""
1685
 
1686
- #: ../modules/usage_popover/custom-contact-forms-usage-popover.php:191
1687
  msgid "This field helps prevent spam by prompting users to copy numbers displayed on an image. If a user copies the numbers incorrectly, the form will show an error."
1688
  msgstr ""
1689
 
1690
- #: ../modules/usage_popover/custom-contact-forms-usage-popover.php:192
1691
  msgid "fixedWebsite:"
1692
  msgstr ""
1693
 
1694
- #: ../modules/usage_popover/custom-contact-forms-usage-popover.php:192
1695
  msgid "When attached to a form and set to required, this field will validate a user's website. If a user's website is not valid, an error will be shown."
1696
  msgstr ""
1697
 
1698
- #: ../modules/usage_popover/custom-contact-forms-usage-popover.php:193
1699
  msgid "emailSubject:"
1700
  msgstr ""
1701
 
1702
- #: ../modules/usage_popover/custom-contact-forms-usage-popover.php:193
1703
  msgid "This lets a user enter in an email subject that will carry over as the subject of the email sent to you on form completion"
1704
  msgstr ""
1705
 
1706
- #: ../modules/usage_popover/custom-contact-forms-usage-popover.php:194
1707
  msgid "usaStates:"
1708
  msgstr ""
1709
 
1710
- #: ../modules/usage_popover/custom-contact-forms-usage-popover.php:194
1711
  msgid "This field displays a dropdown of all the states in the US."
1712
  msgstr ""
1713
 
1714
- #: ../modules/usage_popover/custom-contact-forms-usage-popover.php:195
1715
  msgid "allCountries:"
1716
  msgstr ""
1717
 
1718
- #: ../modules/usage_popover/custom-contact-forms-usage-popover.php:195
1719
  msgid "This field displays a dropdown of all the countries in the world."
1720
  msgstr ""
1721
 
1722
- #: ../modules/usage_popover/custom-contact-forms-usage-popover.php:196
1723
  msgid "resetButton:"
1724
  msgstr ""
1725
 
1726
- #: ../modules/usage_popover/custom-contact-forms-usage-popover.php:196
1727
  msgid "Attaching this field adds a reset button right next to the submit button in your form."
1728
  msgstr ""
1729
 
1730
- #: ../modules/usage_popover/custom-contact-forms-usage-popover.php:197
1731
  msgid "ishuman:"
1732
  msgstr ""
1733
 
1734
- #: ../modules/usage_popover/custom-contact-forms-usage-popover.php:197
1735
  msgid "This field helps prevent spam by prompting users to check a box to verify that they are human. If the box is left unchecked, an error will be displayed and the user will have to go back."
1736
  msgstr ""
1737
 
1738
- #: ../modules/usage_popover/custom-contact-forms-usage-popover.php:205
1739
  msgid "In the field section above, look at the radio or dropdown fields. See how they have multiple options within the field? Those are called Field Options. Field Options have their own manager. There are only three things you must fill in to create a field option."
1740
  msgstr ""
1741
 
1742
- #: ../modules/usage_popover/custom-contact-forms-usage-popover.php:211
1743
  msgid "Used to identify the field option, solely for admin purposes; must be unique, and contain only letters, numbers, and underscores. Example: 'slug_one'."
1744
  msgstr ""
1745
 
1746
- #: ../modules/usage_popover/custom-contact-forms-usage-popover.php:216
1747
  msgid "This is what is shown to the user in the dropdown or radio field."
1748
  msgstr ""
1749
 
1750
- #: ../modules/usage_popover/custom-contact-forms-usage-popover.php:221
1751
  msgid "This is the actual value of the option which isn't 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'. The option value is behind the scences; unseen by the user, but when a user fills out the form, the option value is what is actually emailed to you and stored in the database. For dropdown fields the option value is optional, <span>for radio fields it is required</span>."
1752
  msgstr ""
1753
 
1754
- #: ../modules/usage_popover/custom-contact-forms-usage-popover.php:225
1755
  msgid "Please Select:"
1756
  msgstr ""
1757
 
1758
- #: ../modules/usage_popover/custom-contact-forms-usage-popover.php:225
1759
  msgid "Option 1"
1760
  msgstr ""
1761
 
1762
- #: ../modules/usage_popover/custom-contact-forms-usage-popover.php:225
1763
  msgid "Option 2"
1764
  msgstr ""
1765
 
1766
- #: ../modules/usage_popover/custom-contact-forms-usage-popover.php:226
1767
  msgid "Dead options are only useful for required dropdown fields. The first field option \"Please Select\" would be a useful way to encorporate a dead option. Assume the field is required; if a user submitted that field and left it as \"Please Select:\", then the form would throw an error and the user would have to go back."
1768
  msgstr ""
1769
 
1770
- #: ../modules/usage_popover/custom-contact-forms-usage-popover.php:230
1771
  msgid "Once you create field options, you can attach them (in the field manager) to radio and dropdown fields (that are already created). It is important to remember that after you create a dropdown or radio field, they will not work until you attach one or more field options."
1772
  msgstr ""
1773
 
1774
- #: ../modules/usage_popover/custom-contact-forms-usage-popover.php:238
1775
  msgid "Forms bring everything together. Each form you create in the form manager shows a code to display that form in posts/pages as well as theme files. The post/page form display code looks like: [customcontact id=FORMID]. There are a number of parameters that you can fill out when creating and managing each of your forms."
1776
  msgstr ""
1777
 
1778
- #: ../modules/usage_popover/custom-contact-forms-usage-popover.php:244
1779
  msgid "A slug is simply a way to identify your form. It can only contain underscores, letters, and numbers and must be unique. Example 'my_contact_form'"
1780
  msgstr ""
1781
 
1782
- #: ../modules/usage_popover/custom-contact-forms-usage-popover.php:249
1783
  msgid "The form title is heading text shown at the top of the form to users. Here's an example: 'My Contact Form'."
1784
  msgstr ""
1785
 
1786
- #: ../modules/usage_popover/custom-contact-forms-usage-popover.php:252
1787
  msgid "Form Method:"
1788
  msgstr ""
1789
 
1790
- #: ../modules/usage_popover/custom-contact-forms-usage-popover.php:254
1791
  msgid "If you don't know what this is leave it as 'Post'. This allows you to change the way a form sends user information."
1792
  msgstr ""
1793
 
1794
- #: ../modules/usage_popover/custom-contact-forms-usage-popover.php:257
1795
  msgid "Form Action:"
1796
  msgstr ""
1797
 
1798
- #: ../modules/usage_popover/custom-contact-forms-usage-popover.php:259
1799
  msgid "This allows you to process your forms using 3rd party services or your own scripts. If you don't know what this is, then leave it blank. This is useful if you use a service like Aweber or InfusionSoft."
1800
  msgstr ""
1801
 
1802
- #: ../modules/usage_popover/custom-contact-forms-usage-popover.php:264
1803
  msgid "This allows you to apply styles you create in the style manager to your forms. If you haven't created a custom style yet, just choose 'Default'."
1804
  msgstr ""
1805
 
1806
- #: ../modules/usage_popover/custom-contact-forms-usage-popover.php:269
1807
  msgid "Here, you can specify the text that shows on the submit button."
1808
  msgstr ""
1809
 
1810
- #: ../modules/usage_popover/custom-contact-forms-usage-popover.php:274
1811
  msgid "If unsure, leave blank. This field allows you to insert custom HTML directly after the starting form tag."
1812
  msgstr ""
1813
 
1814
- #: ../modules/usage_popover/custom-contact-forms-usage-popover.php:279
1815
  msgid "Specify the email address(es) that should receive all form submissions. Seperate multiple email addresses with semi-colons (ex: email1@gmail.com;email2@gmail.com;email3@gmail.com). If you leave this blank it will revert to the default specified in general settings. You can set forms not to send email in General Settings."
1816
  msgstr ""
1817
 
1818
- #: ../modules/usage_popover/custom-contact-forms-usage-popover.php:284
1819
  msgid "Will be displayed in a popover after 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."
1820
  msgstr ""
1821
 
1822
- #: ../modules/usage_popover/custom-contact-forms-usage-popover.php:294
1823
  msgid "If this is filled out, users will be sent to this page when they successfully fill out the form. If it is left blank, a popover showing the form's 'success message' will be displayed on successful form submission."
1824
  msgstr ""
1825
 
1826
- #: ../modules/usage_popover/custom-contact-forms-usage-popover.php:297
1827
  msgid "Email From Name:"
1828
  msgstr ""
1829
 
1830
- #: ../modules/usage_popover/custom-contact-forms-usage-popover.php:299
1831
  msgid "The email sent to you on form completion will be from this name. If this is left blank, it will default to the 'Default From Name' provided in General Settings."
1832
  msgstr ""
1833
 
1834
- #: ../modules/usage_popover/custom-contact-forms-usage-popover.php:302
1835
  msgid "Email Subject:"
1836
  msgstr ""
1837
 
1838
- #: ../modules/usage_popover/custom-contact-forms-usage-popover.php:304
1839
  msgid "This is the subject of the email that will be sent to you on form completion. If this is left blank, it will default to the 'Default Email Subject' provided in General Settings."
1840
  msgstr ""
1841
 
1842
- #: ../modules/usage_popover/custom-contact-forms-usage-popover.php:307
1843
  msgid "Can View Form:"
1844
  msgstr ""
1845
 
1846
- #: ../modules/usage_popover/custom-contact-forms-usage-popover.php:309
1847
  msgid "This lets you choose which types of users can view your form. If you want everyone to see the form, check all the boxes. If a user doesn't have access to the form, they will not be able to see it."
1848
  msgstr ""
1849
 
1850
- #: ../modules/usage_popover/custom-contact-forms-usage-popover.php:312
1851
  msgid "Attach Fields:"
1852
  msgstr ""
1853
 
1854
- #: ../modules/usage_popover/custom-contact-forms-usage-popover.php:314
1855
  msgid "After creating a form you are given the option to attach (and detach) fields to that specific form. Forms are useless until you attach fields."
1856
  msgstr ""
1857
 
1858
- #: ../modules/usage_popover/custom-contact-forms-usage-popover.php:318
1859
  msgid "The form success message and success title apply to a popover that fades in after someone successfully completes a form (that does not have a custom success URL provided). The image below will help to give you a feel to how the popover will look and where the title and message actually show up."
1860
  msgstr ""
1861
 
1862
- #: ../modules/usage_popover/custom-contact-forms-usage-popover.php:324
1863
  msgid "Style Manager"
1864
  msgstr ""
1865
 
1866
- #: ../modules/usage_popover/custom-contact-forms-usage-popover.php:327
1867
  msgid "The style manager allows you to customize the appearance of forms without any knowledge of CSS. There are a ton of parameters you can fill out with each style and all of them are pretty self-explanitory. After you create a style, you need to go to the form manager and set the form style to the new style you created (the slug will be what shows in the 'Form Style' dropdown)."
1868
  msgstr ""
1869
 
1870
- #: ../modules/usage_popover/custom-contact-forms-usage-popover.php:330
1871
  msgid "The image below will help you better understand how each style option will change your forms."
1872
  msgstr ""
1873
 
1874
- #: ../modules/usage_popover/custom-contact-forms-usage-popover.php:336
1875
  msgid "Custom HTML Forms Feature (advanced)"
1876
  msgstr ""
1877
 
1878
- #: ../modules/usage_popover/custom-contact-forms-usage-popover.php:339
1879
  msgid "If you know HTML and simply want to use this plugin to process form requests, this feature is for you. The following HTML is a the framework to which you must adhere. In order for your form to work you MUST do the following:"
1880
  msgstr ""
1881
 
1882
- #: ../modules/usage_popover/custom-contact-forms-usage-popover.php:343
1883
  msgid "Keep the form action/method the same (yes the action is supposed to be empty)."
1884
  msgstr ""
1885
 
1886
- #: ../modules/usage_popover/custom-contact-forms-usage-popover.php:346
1887
  msgid "Include all the hidden fields shown below."
1888
  msgstr ""
1889
 
1890
- #: ../modules/usage_popover/custom-contact-forms-usage-popover.php:349
1891
  msgid "Provide a hidden 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)."
1892
  msgstr ""
1893
 
1894
- #: ../modules/usage_popover/custom-contact-forms-usage-popover.php:353
1895
  msgid "Just to be clear, you don't edit the code in the Custom HTML Forms feature within the admin panel. Instead, you copy the code in to the page, post, or theme file you want to display a form, then edit the code to look how you want following the guidelines provided above."
1896
  msgstr ""
1897
 
1898
- #: ../modules/usage_popover/custom-contact-forms-usage-popover.php:361
1899
  msgid "This features saves each user form submission. All the fields attached to the form along with the time of submission and form URL are saved in the database and displayed in a stylish format in the admin panel."
1900
  msgstr ""
1901
 
1902
- #: ../modules/usage_popover/custom-contact-forms-usage-popover.php:366
1903
  msgid "Import / Export"
1904
  msgstr ""
1905
 
1906
- #: ../modules/usage_popover/custom-contact-forms-usage-popover.php:369
1907
  msgid ""
1908
  "Import/export is a new feature that allows you to transfer forms, fields, field options, styles and everything else saved by the plugin between Wordpress installations. Clicking the Export All button will create a .SQL file for download. With the .SQL export file you can use the importer within the CCF plugin admin page to import the .SQL file. The built-in importer is completely safe as long as you only import files that have been generated by the CCF exporter. \n"
1909
  " You can also use PHPMyAdmin or any other MySQL database administration tool to run the import file. Importing a .SQL file will never overwrite any existing data. \n"
@@ -1911,52 +1896,56 @@ msgid ""
1911
  " If you are importing without using the built-in importer (such as PHPMyAdmin), then note the following: You should only run the import file on Wordpress installations that already have Custom Contact Forms installed; also you will need to change the table prefix for each query within the .SQL file."
1912
  msgstr ""
1913
 
1914
- #: ../modules/usage_popover/custom-contact-forms-usage-popover.php:374
1915
  msgid "Custom Contact Forms allows you to import data in different ways."
1916
  msgstr ""
1917
 
1918
- #: ../modules/usage_popover/custom-contact-forms-usage-popover.php:376
1919
  msgid "Clear and Import:"
1920
  msgstr ""
1921
 
1922
- #: ../modules/usage_popover/custom-contact-forms-usage-popover.php:376
1923
  msgid "This is the safest way to import because it deletes all current content before importing. This is important because it prevents occurences of conflicting data ID's or slugs."
1924
  msgstr ""
1925
 
1926
- #: ../modules/usage_popover/custom-contact-forms-usage-popover.php:378
1927
  msgid "You can also export data in different ways."
1928
  msgstr ""
1929
 
1930
- #: ../modules/usage_popover/custom-contact-forms-usage-popover.php:380
1931
  msgid "Export All:"
1932
  msgstr ""
1933
 
1934
- #: ../modules/usage_popover/custom-contact-forms-usage-popover.php:380
1935
  msgid "This exports all custom contact form data including your general settings in SQL format. This is allows you to easily create backups."
1936
  msgstr ""
1937
 
1938
- #: ../modules/usage_popover/custom-contact-forms-usage-popover.php:382
1939
  msgid "More import/export methods will be added in the future. Always create a backup before attempting an import! * Note: If you are having problems getting the importer/exporter to work, try CHMODing the import/ and export/ directories to 0777."
1940
  msgstr ""
1941
 
1942
- #: ../modules/widget/custom-contact-forms-dashboard.php:95
 
 
 
 
1943
  msgid "View"
1944
  msgstr ""
1945
 
1946
- #: ../modules/widget/custom-contact-forms-dashboard.php:96
1947
  msgid "CCF Saved Form Submission"
1948
  msgstr ""
1949
 
1950
- #: ../modules/widget/custom-contact-forms-dashboard.php:99
1951
  msgid "Form Submitted:"
1952
  msgstr ""
1953
 
1954
- #: ../modules/widget/custom-contact-forms-dashboard.php:100
1955
  msgid "Form Location:"
1956
  msgstr ""
1957
 
1958
- #: ../modules/widget/custom-contact-forms-dashboard.php:122
1959
- #: ../modules/widget/custom-contact-forms-dashboard.php:132
1960
  msgid "View All Submissions"
1961
  msgstr ""
1962
 
2
  msgstr ""
3
  "Project-Id-Version: custom-contact-forms\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2011-08-05 09:07-0800\n"
6
+ "PO-Revision-Date: 2011-08-05 09:07-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"
20
  "X-Poedit-SearchPath-4: ../modules/usage_popover\n"
21
  "X-Poedit-SearchPath-5: ../modules/widget\n"
22
 
23
+ #: ../custom-contact-forms-admin.php:313
24
+ msgid "Rate This Plugin"
25
+ msgstr ""
26
+
27
+ #: ../custom-contact-forms-admin.php:314
28
+ msgid "We need your help to continue development! Please <span>rate this plugin</span> to show your support."
29
+ msgstr ""
30
+
31
+ #: ../custom-contact-forms-admin.php:356
32
+ #: ../custom-contact-forms-admin.php:1932
33
+ #: ../custom-contact-forms-admin.php:2075
34
  msgid "Custom Contact Forms"
35
  msgstr ""
36
 
37
+ #: ../custom-contact-forms-admin.php:364
38
+ #: ../custom-contact-forms-admin.php:2455
39
+ #: ../custom-contact-forms-admin.php:2473
40
+ msgid "Forms"
 
41
  msgstr ""
42
 
43
+ #: ../custom-contact-forms-admin.php:365
44
+ #: ../custom-contact-forms-admin.php:2467
45
+ msgid "Fields"
 
46
  msgstr ""
47
 
48
+ #: ../custom-contact-forms-admin.php:366
49
+ #: ../custom-contact-forms-admin.php:2479
50
+ msgid "Field Options"
51
  msgstr ""
52
 
53
+ #: ../custom-contact-forms-admin.php:367
54
+ #: ../custom-contact-forms-admin.php:2485
55
+ msgid "Styles"
56
  msgstr ""
57
 
58
+ #: ../custom-contact-forms-admin.php:368
59
+ msgid "Support"
60
  msgstr ""
61
 
62
+ #: ../custom-contact-forms-admin.php:369
63
+ msgid "Advanced"
 
64
  msgstr ""
65
 
66
+ #: ../custom-contact-forms-admin.php:370
67
+ msgid "News"
 
68
  msgstr ""
69
 
70
+ #: ../custom-contact-forms-admin.php:372
71
+ msgid "Custom Contact Forms works best with any of the 20+ "
72
  msgstr ""
73
 
74
+ #: ../custom-contact-forms-admin.php:372
75
+ msgid "Genesis"
76
  msgstr ""
77
 
78
+ #: ../custom-contact-forms-admin.php:372
79
+ msgid "Wordpress child themes. The"
 
80
  msgstr ""
81
 
82
+ #: ../custom-contact-forms-admin.php:372
83
+ msgid "Genesis Framework"
 
84
  msgstr ""
85
 
86
+ #: ../custom-contact-forms-admin.php:372
87
+ msgid "empowers you to quickly and easily build incredible websites with WordPress."
 
88
  msgstr ""
89
 
90
+ #: ../custom-contact-forms-admin.php:382
91
+ msgid "WP Blogging Tips, Downloads, SEO Tricks & Exclusive Tutorials"
 
92
  msgstr ""
93
 
94
+ #: ../custom-contact-forms-admin.php:402
95
+ msgid "Create A Form"
96
  msgstr ""
97
 
98
+ #: ../custom-contact-forms-admin.php:410
99
+ msgid "Form Slug:"
100
  msgstr ""
101
 
102
+ #: ../custom-contact-forms-admin.php:414
103
+ msgid "This is just a unique way for CCF to refer to your form. Must be unique from other slugs and contain only underscores and alphanumeric characters."
104
  msgstr ""
105
 
106
+ #: ../custom-contact-forms-admin.php:418
107
+ msgid "Form Title:"
108
  msgstr ""
109
 
110
+ #: ../custom-contact-forms-admin.php:421
111
+ msgid "This text is displayed above the form as the heading."
112
  msgstr ""
113
 
114
+ #: ../custom-contact-forms-admin.php:425
115
+ msgid "Form Style:"
116
  msgstr ""
117
 
118
+ #: ../custom-contact-forms-admin.php:432
119
+ msgid "Submit Button Text:"
120
  msgstr ""
121
 
122
+ #: ../custom-contact-forms-admin.php:438
123
+ msgid "Form Destination Email:"
124
  msgstr ""
125
 
126
+ #: ../custom-contact-forms-admin.php:442
127
+ msgid "Will receive all submissions from this form; if left blank it will use the default specified in general settings."
128
  msgstr ""
129
 
130
+ #: ../custom-contact-forms-admin.php:446
131
+ msgid "Form Email Subject:"
132
  msgstr ""
133
 
134
+ #: ../custom-contact-forms-admin.php:450
135
+ msgid "When submitted and configured accordingly, the form will send an email with this subject."
 
136
  msgstr ""
137
 
138
+ #: ../custom-contact-forms-admin.php:454
139
+ msgid "Form Email Name:"
 
140
  msgstr ""
141
 
142
+ #: ../custom-contact-forms-admin.php:458
143
+ msgid "When submitted and configured accordingly, the form will send an email with this as the email 'from name'."
 
144
  msgstr ""
145
 
146
+ #: ../custom-contact-forms-admin.php:464
147
+ msgid "Form Success Message:"
 
148
  msgstr ""
149
 
150
+ #: ../custom-contact-forms-admin.php:468
151
+ #: ../custom-contact-forms-admin.php:476
152
+ 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."
 
153
  msgstr ""
154
 
155
+ #: ../custom-contact-forms-admin.php:472
156
+ msgid "Form Success Message Title:"
157
  msgstr ""
158
 
159
+ #: ../custom-contact-forms-admin.php:480
160
+ msgid "Custom Success URL:"
161
  msgstr ""
162
 
163
+ #: ../custom-contact-forms-admin.php:484
164
+ msgid "If this is filled out, users will be sent to this 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."
165
  msgstr ""
166
 
167
+ #: ../custom-contact-forms-admin.php:487
168
+ msgid "Who Can View This Form:"
169
  msgstr ""
170
 
171
+ #: ../custom-contact-forms-admin.php:503
172
+ msgid "Choose which types of users should be able to view this form."
 
173
  msgstr ""
174
 
175
+ #: ../custom-contact-forms-admin.php:507
176
+ msgid "Create Form"
177
  msgstr ""
178
 
179
+ #: ../custom-contact-forms-admin.php:509
180
+ msgid "You should go to the form manager to attach fields to this form after you create it."
 
181
  msgstr ""
182
 
183
+ #: ../custom-contact-forms-admin.php:516
184
+ msgid "Manage Forms"
 
 
 
 
 
 
 
 
185
  msgstr ""
186
 
187
+ #: ../custom-contact-forms-admin.php:524
188
+ msgid "Form Display Code"
 
 
 
 
 
 
 
 
 
189
  msgstr ""
190
 
191
+ #: ../custom-contact-forms-admin.php:525
192
+ #: ../custom-contact-forms-admin.php:677
193
+ #: ../custom-contact-forms-admin.php:836
194
+ #: ../custom-contact-forms-admin.php:970
195
+ #: ../custom-contact-forms-admin.php:996
196
+ #: ../custom-contact-forms-admin.php:1084
197
+ #: ../custom-contact-forms-admin.php:1113
198
+ #: ../custom-contact-forms-admin.php:1122
199
+ msgid "Slug"
200
  msgstr ""
201
 
202
+ #: ../custom-contact-forms-admin.php:526
203
+ #: ../custom-contact-forms-admin.php:678
204
+ msgid "Destination Email"
 
 
205
  msgstr ""
206
 
207
+ #: ../custom-contact-forms-admin.php:527
208
+ #: ../custom-contact-forms-admin.php:679
209
+ msgid "Title"
 
210
  msgstr ""
211
 
212
+ #: ../custom-contact-forms-admin.php:528
213
+ #: ../custom-contact-forms-admin.php:680
214
+ msgid "Button Text"
 
215
  msgstr ""
216
 
217
+ #: ../custom-contact-forms-admin.php:529
218
+ #: ../custom-contact-forms-admin.php:681
219
+ msgid "Style"
220
  msgstr ""
221
 
222
+ #: ../custom-contact-forms-admin.php:562
223
+ msgid "Method"
 
 
 
224
  msgstr ""
225
 
226
+ #: ../custom-contact-forms-admin.php:563
227
+ msgid "Form Action"
 
228
  msgstr ""
229
 
230
+ #: ../custom-contact-forms-admin.php:564
231
+ msgid "Email Subject"
232
  msgstr ""
233
 
234
+ #: ../custom-contact-forms-admin.php:565
235
+ msgid "Email From Name"
236
  msgstr ""
237
 
238
+ #: ../custom-contact-forms-admin.php:566
239
+ msgid "Success Message Title"
240
  msgstr ""
241
 
242
+ #: ../custom-contact-forms-admin.php:567
243
+ msgid "Success Message"
244
  msgstr ""
245
 
246
+ #: ../custom-contact-forms-admin.php:568
247
+ msgid "Custom Success URL"
248
  msgstr ""
249
 
250
+ #: ../custom-contact-forms-admin.php:571
251
+ 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."
 
252
  msgstr ""
253
 
254
+ #: ../custom-contact-forms-admin.php:575
255
+ 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."
256
  msgstr ""
257
 
258
+ #: ../custom-contact-forms-admin.php:577
259
+ msgid "This is the form email subject sent to the destination email address. If left blank, the default from General Settings will be used."
 
260
  msgstr ""
261
 
262
+ #: ../custom-contact-forms-admin.php:579
263
+ 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."
264
  msgstr ""
265
 
266
+ #: ../custom-contact-forms-admin.php:581
267
+ 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."
 
268
  msgstr ""
269
 
270
+ #: ../custom-contact-forms-admin.php:583
271
+ 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."
 
272
  msgstr ""
273
 
274
+ #: ../custom-contact-forms-admin.php:585
275
+ 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."
276
  msgstr ""
277
 
278
+ #: ../custom-contact-forms-admin.php:589
279
+ 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."
280
  msgstr ""
281
 
282
+ #: ../custom-contact-forms-admin.php:590
283
+ msgid "Code to Display Form in Theme Files:"
284
  msgstr ""
285
 
286
+ #: ../custom-contact-forms-admin.php:593
287
+ msgid "This field allows you to insert HTML directly after the starting <form> tag."
288
  msgstr ""
289
 
290
+ #: ../custom-contact-forms-admin.php:594
291
+ msgid "Custom Code:"
292
  msgstr ""
293
 
294
+ #: ../custom-contact-forms-admin.php:596
295
+ 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."
 
296
  msgstr ""
297
 
298
+ #: ../custom-contact-forms-admin.php:597
299
+ msgid "Form Pages:"
 
 
300
  msgstr ""
301
 
302
+ #: ../custom-contact-forms-admin.php:600
303
+ 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."
 
304
  msgstr ""
305
 
306
+ #: ../custom-contact-forms-admin.php:619
307
+ msgid "Attached Fields:"
 
308
  msgstr ""
309
 
310
+ #: ../custom-contact-forms-admin.php:639
311
+ msgid "Attach fields in the order you want them displayed."
312
  msgstr ""
313
 
314
+ #: ../custom-contact-forms-admin.php:643
315
+ msgid "Attach Field:"
316
  msgstr ""
317
 
318
+ #: ../custom-contact-forms-admin.php:654
319
+ msgid "Attach fixed fields or ones you"
320
  msgstr ""
321
 
322
+ #: ../custom-contact-forms-admin.php:656
323
+ #: ../custom-contact-forms-admin.php:939
324
+ msgid "create"
325
  msgstr ""
326
 
327
+ #: ../custom-contact-forms-admin.php:676
328
+ msgid "Form Code"
329
  msgstr ""
330
 
331
+ #: ../custom-contact-forms-admin.php:689
332
+ #: ../custom-contact-forms-admin.php:981
333
+ #: ../custom-contact-forms-admin.php:1095
334
+ #: ../custom-contact-forms-admin.php:1160
335
+ #: ../custom-contact-forms-admin.php:1784
336
+ #: ../custom-contact-forms-admin.php:2029
337
+ msgid "Bulk Actions"
338
  msgstr ""
339
 
340
+ #: ../custom-contact-forms-admin.php:690
341
+ #: ../custom-contact-forms-admin.php:982
342
+ #: ../custom-contact-forms-admin.php:1096
343
+ #: ../custom-contact-forms-admin.php:1161
344
+ #: ../custom-contact-forms-admin.php:1785
345
+ msgid "Save"
 
 
 
346
  msgstr ""
347
 
348
+ #: ../custom-contact-forms-admin.php:691
349
+ #: ../custom-contact-forms-admin.php:983
350
+ #: ../custom-contact-forms-admin.php:1162
351
+ #: ../custom-contact-forms-admin.php:1786
352
+ #: ../custom-contact-forms-admin.php:2030
353
+ msgid "Delete"
 
354
  msgstr ""
355
 
356
+ #: ../custom-contact-forms-admin.php:692
357
+ #: ../custom-contact-forms-admin.php:984
358
+ #: ../custom-contact-forms-admin.php:1097
359
+ #: ../custom-contact-forms-admin.php:1163
360
+ #: ../custom-contact-forms-admin.php:1787
361
+ #: ../custom-contact-forms-admin.php:2031
362
+ msgid "Apply"
363
  msgstr ""
364
 
365
+ #: ../custom-contact-forms-admin.php:700
366
+ msgid "Create A Form Field"
 
 
 
367
  msgstr ""
368
 
369
+ #: ../custom-contact-forms-admin.php:708
370
+ msgid "Field Slug:"
 
 
 
371
  msgstr ""
372
 
373
+ #: ../custom-contact-forms-admin.php:712
374
+ 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."
 
 
 
375
  msgstr ""
376
 
377
+ #: ../custom-contact-forms-admin.php:716
378
+ msgid "Field Label:"
 
379
  msgstr ""
380
 
381
+ #: ../custom-contact-forms-admin.php:720
382
+ msgid "The field label is displayed next to the field and is visible to the user."
 
383
  msgstr ""
384
 
385
+ #: ../custom-contact-forms-admin.php:724
386
+ msgid "Field Type:"
387
  msgstr ""
388
 
389
+ #: ../custom-contact-forms-admin.php:739
390
+ msgid "Initial Value:"
 
391
  msgstr ""
392
 
393
+ #: ../custom-contact-forms-admin.php:744
394
+ msgid ""
395
+ "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"
396
+ "\t\t\t\t\t\t'Are you human?', I would set the initial value to 'Yes'."
397
  msgstr ""
398
 
399
+ #: ../custom-contact-forms-admin.php:746
400
+ msgid "If you set the field type as 'Dropdown' or 'Radio', you should enter the slug of the"
 
 
 
 
 
401
  msgstr ""
402
 
403
+ #: ../custom-contact-forms-admin.php:747
404
+ msgid "Create a Field Option"
 
 
 
 
405
  msgstr ""
406
 
407
+ #: ../custom-contact-forms-admin.php:747
408
+ msgid "field option"
409
+ msgstr ""
410
+
411
+ #: ../custom-contact-forms-admin.php:748
412
+ msgid "you would like initially selected."
413
+ msgstr ""
414
+
415
+ #: ../custom-contact-forms-admin.php:752
416
+ msgid "Max Length:"
417
  msgstr ""
418
 
419
  #: ../custom-contact-forms-admin.php:756
420
+ msgid "0 for no limit; only applies to Text fields"
 
 
 
 
 
421
  msgstr ""
422
 
423
+ #: ../custom-contact-forms-admin.php:762
424
+ msgid "Required Field:"
 
 
425
  msgstr ""
426
 
427
+ #: ../custom-contact-forms-admin.php:766
428
+ #: ../custom-contact-forms-admin.php:868
429
+ #: ../custom-contact-forms-admin.php:1034
430
+ #: ../custom-contact-forms-admin.php:1144
431
+ #: ../custom-contact-forms-admin.php:1203
432
+ #: ../custom-contact-forms-admin.php:2119
433
+ #: ../custom-contact-forms-admin.php:2232
434
+ #: ../custom-contact-forms-admin.php:2277
435
+ msgid "No"
436
  msgstr ""
437
 
438
+ #: ../custom-contact-forms-admin.php:769
439
+ #: ../custom-contact-forms-admin.php:865
440
+ #: ../custom-contact-forms-admin.php:1031
441
+ #: ../custom-contact-forms-admin.php:1041
442
+ #: ../custom-contact-forms-admin.php:1144
443
+ #: ../custom-contact-forms-admin.php:1203
444
+ #: ../custom-contact-forms-admin.php:2116
445
+ #: ../custom-contact-forms-admin.php:2229
446
+ #: ../custom-contact-forms-admin.php:2274
447
+ msgid "Yes"
448
  msgstr ""
449
 
450
+ #: ../custom-contact-forms-admin.php:773
451
+ 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."
452
  msgstr ""
453
 
454
+ #: ../custom-contact-forms-admin.php:777
455
+ #: ../custom-contact-forms-admin.php:887
456
+ #: ../custom-contact-forms-admin.php:1064
457
+ msgid "Field Instructions:"
458
  msgstr ""
459
 
460
+ #: ../custom-contact-forms-admin.php:781
461
+ #: ../custom-contact-forms-admin.php:885
462
+ #: ../custom-contact-forms-admin.php:1062
463
+ msgid "If this is filled out, a tooltip popover displaying this text will show when the field is selected."
464
  msgstr ""
465
 
466
+ #: ../custom-contact-forms-admin.php:785
467
+ #: ../custom-contact-forms-admin.php:892
468
+ #: ../custom-contact-forms-admin.php:1058
469
+ msgid "Field Class:"
470
  msgstr ""
471
 
472
+ #: ../custom-contact-forms-admin.php:789
473
+ 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."
 
474
  msgstr ""
475
 
476
+ #: ../custom-contact-forms-admin.php:793
477
+ #: ../custom-contact-forms-admin.php:897
478
+ #: ../custom-contact-forms-admin.php:1069
479
+ msgid "Field Error:"
480
  msgstr ""
481
 
482
+ #: ../custom-contact-forms-admin.php:797
483
+ 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."
 
484
  msgstr ""
485
 
486
+ #: ../custom-contact-forms-admin.php:801
487
+ msgid "Max File Size Allowed:"
488
  msgstr ""
489
 
490
+ #: ../custom-contact-forms-admin.php:803
491
+ #: ../custom-contact-forms-admin.php:905
492
+ msgid "KB"
493
  msgstr ""
494
 
495
+ #: ../custom-contact-forms-admin.php:805
496
+ msgid "If a user tries to upload a file larger than the max upload size, an error message will be displayed."
 
497
  msgstr ""
498
 
499
+ #: ../custom-contact-forms-admin.php:809
500
+ msgid "Allowed File Extensions for Upload:"
501
  msgstr ""
502
 
503
+ #: ../custom-contact-forms-admin.php:813
504
+ 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"
505
  msgstr ""
506
 
507
+ #: ../custom-contact-forms-admin.php:818
508
+ msgid "Create Field"
509
  msgstr ""
510
 
511
+ #: ../custom-contact-forms-admin.php:820
512
+ 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."
513
  msgstr ""
514
 
515
+ #: ../custom-contact-forms-admin.php:828
516
+ msgid "Manage User Fields"
517
  msgstr ""
518
 
519
+ #: ../custom-contact-forms-admin.php:837
520
+ #: ../custom-contact-forms-admin.php:971
521
+ #: ../custom-contact-forms-admin.php:997
522
+ #: ../custom-contact-forms-admin.php:1085
523
+ #: ../custom-contact-forms-admin.php:1114
524
+ #: ../custom-contact-forms-admin.php:1123
525
+ msgid "Label"
526
  msgstr ""
527
 
528
+ #: ../custom-contact-forms-admin.php:838
529
+ #: ../custom-contact-forms-admin.php:972
530
+ #: ../custom-contact-forms-admin.php:998
531
+ #: ../custom-contact-forms-admin.php:1086
532
+ msgid "Type"
533
  msgstr ""
534
 
535
+ #: ../custom-contact-forms-admin.php:839
536
+ #: ../custom-contact-forms-admin.php:973
537
+ #: ../custom-contact-forms-admin.php:999
538
+ #: ../custom-contact-forms-admin.php:1087
539
+ msgid "Initial Value"
540
  msgstr ""
541
 
542
+ #: ../custom-contact-forms-admin.php:840
543
+ #: ../custom-contact-forms-admin.php:974
544
+ #: ../custom-contact-forms-admin.php:1000
545
+ #: ../custom-contact-forms-admin.php:1088
546
+ msgid "Required"
547
  msgstr ""
548
 
549
+ #: ../custom-contact-forms-admin.php:841
550
+ #: ../custom-contact-forms-admin.php:975
551
+ #: ../custom-contact-forms-admin.php:1001
552
+ #: ../custom-contact-forms-admin.php:1089
553
+ msgid "Maxlength"
554
  msgstr ""
555
 
556
+ #: ../custom-contact-forms-admin.php:890
557
+ #: ../custom-contact-forms-admin.php:1056
558
+ 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."
559
  msgstr ""
560
 
561
+ #: ../custom-contact-forms-admin.php:895
562
+ #: ../custom-contact-forms-admin.php:1067
563
+ msgid "This lets you customize the error message displayed when this field is required and left blank."
564
  msgstr ""
565
 
566
+ #: ../custom-contact-forms-admin.php:903
567
+ 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."
568
  msgstr ""
569
 
570
+ #: ../custom-contact-forms-admin.php:904
571
+ msgid "Max Upload Size"
572
  msgstr ""
573
 
574
+ #: ../custom-contact-forms-admin.php:906
575
+ 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"
576
  msgstr ""
577
 
578
+ #: ../custom-contact-forms-admin.php:907
579
+ msgid "Allowed File Extensions"
580
  msgstr ""
581
 
582
+ #: ../custom-contact-forms-admin.php:937
583
+ msgid "Detach field options you"
584
  msgstr ""
585
 
586
+ #: ../custom-contact-forms-admin.php:956
587
+ msgid "Attach field options in the order you want them to display."
588
  msgstr ""
589
 
590
+ #: ../custom-contact-forms-admin.php:988
591
+ msgid "Manage Fixed Fields"
592
  msgstr ""
593
 
594
+ #: ../custom-contact-forms-admin.php:1017
595
+ #: ../custom-contact-forms-admin.php:1048
596
+ #: ../custom-contact-forms-admin.php:2402
597
+ msgid "None"
598
  msgstr ""
599
 
600
+ #: ../custom-contact-forms-admin.php:1104
601
+ msgid "Manage Field Options"
602
  msgstr ""
603
 
604
+ #: ../custom-contact-forms-admin.php:1115
605
+ #: ../custom-contact-forms-admin.php:1124
606
+ msgid "Value"
607
  msgstr ""
608
 
609
+ #: ../custom-contact-forms-admin.php:1116
610
+ #: ../custom-contact-forms-admin.php:1125
611
+ msgid "Is Dead"
612
  msgstr ""
613
 
614
+ #: ../custom-contact-forms-admin.php:1152
615
+ msgid "No field options have been created."
616
  msgstr ""
617
 
618
+ #: ../custom-contact-forms-admin.php:1171
619
+ msgid "Create A Field Option"
620
  msgstr ""
621
 
622
+ #: ../custom-contact-forms-admin.php:1179
623
+ msgid "Option Slug:"
624
  msgstr ""
625
 
626
+ #: ../custom-contact-forms-admin.php:1183
627
+ msgid "Used to identify this option, solely for admin purposes; must be unique, and contain only letters, numbers, and underscores. Example: 'slug_one'"
 
628
  msgstr ""
629
 
630
+ #: ../custom-contact-forms-admin.php:1187
631
+ msgid "Option Label:"
632
  msgstr ""
633
 
634
+ #: ../custom-contact-forms-admin.php:1191
635
+ msgid "This is what is shown to the user in the dropdown or radio field. Example: 'United States'"
636
  msgstr ""
637
 
638
+ #: ../custom-contact-forms-admin.php:1195
639
+ msgid "Option Value:"
640
  msgstr ""
641
 
642
+ #: ../custom-contact-forms-admin.php:1197
643
+ 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'."
644
  msgstr ""
645
 
646
+ #: ../custom-contact-forms-admin.php:1199
647
+ 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\"."
648
  msgstr ""
649
 
650
+ #: ../custom-contact-forms-admin.php:1202
651
+ msgid "Is Dead Option:"
652
  msgstr ""
653
 
654
+ #: ../custom-contact-forms-admin.php:1204
655
+ 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."
656
  msgstr ""
657
 
658
+ #: ../custom-contact-forms-admin.php:1208
659
+ msgid "Create Field Option"
660
  msgstr ""
661
 
662
+ #: ../custom-contact-forms-admin.php:1221
663
  msgid "Create A Style for Your Forms"
664
  msgstr ""
665
 
666
+ #: ../custom-contact-forms-admin.php:1225
667
  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."
668
  msgstr ""
669
 
670
+ #: ../custom-contact-forms-admin.php:1232
671
  msgid "Style Slug:"
672
  msgstr ""
673
 
674
+ #: ../custom-contact-forms-admin.php:1235
675
  msgid "(Must be unique)"
676
  msgstr ""
677
 
678
+ #: ../custom-contact-forms-admin.php:1239
679
+ #: ../custom-contact-forms-admin.php:1638
680
+ #: ../custom-contact-forms-admin.php:1647
681
  msgid "Title Font Size:"
682
  msgstr ""
683
 
684
+ #: ../custom-contact-forms-admin.php:1242
685
  msgid "(ex: 10pt, 10px, 1em)"
686
  msgstr ""
687
 
688
+ #: ../custom-contact-forms-admin.php:1246
689
+ #: ../custom-contact-forms-admin.php:1686
690
+ #: ../custom-contact-forms-admin.php:1754
691
  msgid "Title Font Color:"
692
  msgstr ""
693
 
694
+ #: ../custom-contact-forms-admin.php:1249
695
+ #: ../custom-contact-forms-admin.php:1270
696
+ #: ../custom-contact-forms-admin.php:1334
697
+ #: ../custom-contact-forms-admin.php:1435
698
+ #: ../custom-contact-forms-admin.php:1442
699
+ #: ../custom-contact-forms-admin.php:1470
700
  msgid "(ex: FF0000)"
701
  msgstr ""
702
 
703
+ #: ../custom-contact-forms-admin.php:1253
704
+ #: ../custom-contact-forms-admin.php:1611
705
  msgid "Label Width:"
706
  msgstr ""
707
 
708
+ #: ../custom-contact-forms-admin.php:1256
709
  msgid "(ex: 100px or 20%)"
710
  msgstr ""
711
 
712
+ #: ../custom-contact-forms-admin.php:1260
713
+ #: ../custom-contact-forms-admin.php:1652
714
  msgid "Label Font Size:"
715
  msgstr ""
716
 
717
+ #: ../custom-contact-forms-admin.php:1263
718
+ #: ../custom-contact-forms-admin.php:1428
719
  msgid "(ex: 10px, 10pt, 1em)"
720
  msgstr ""
721
 
722
+ #: ../custom-contact-forms-admin.php:1267
723
+ #: ../custom-contact-forms-admin.php:1691
724
  msgid "Label Font Color:"
725
  msgstr ""
726
 
727
+ #: ../custom-contact-forms-admin.php:1274
728
+ #: ../custom-contact-forms-admin.php:1578
729
  msgid "Text Field Width:"
730
  msgstr ""
731
 
732
+ #: ../custom-contact-forms-admin.php:1277
733
+ #: ../custom-contact-forms-admin.php:1284
734
+ #: ../custom-contact-forms-admin.php:1291
735
+ #: ../custom-contact-forms-admin.php:1371
736
  msgid "(ex: 100px or 100%)"
737
  msgstr ""
738
 
739
+ #: ../custom-contact-forms-admin.php:1281
740
  msgid "Textarea Field Width:"
741
  msgstr ""
742
 
743
+ #: ../custom-contact-forms-admin.php:1288
744
  msgid "Textarea Field Height:"
745
  msgstr ""
746
 
747
+ #: ../custom-contact-forms-admin.php:1295
748
+ #: ../custom-contact-forms-admin.php:1657
749
  msgid "Field Font Size:"
750
  msgstr ""
751
 
752
+ #: ../custom-contact-forms-admin.php:1298
753
  msgid "(ex: 10px, 10pt, 1em"
754
  msgstr ""
755
 
756
+ #: ../custom-contact-forms-admin.php:1302
757
+ #: ../custom-contact-forms-admin.php:1696
758
  msgid "Field Font Color:"
759
  msgstr ""
760
 
761
+ #: ../custom-contact-forms-admin.php:1305
762
+ #: ../custom-contact-forms-admin.php:1341
763
  msgid "(ex: 333333)"
764
  msgstr ""
765
 
766
+ #: ../custom-contact-forms-admin.php:1309
767
+ #: ../custom-contact-forms-admin.php:1745
768
  msgid "Field Border Style:"
769
  msgstr ""
770
 
771
+ #: ../custom-contact-forms-admin.php:1317
772
+ #: ../custom-contact-forms-admin.php:1706
773
  msgid "Form Margin:"
774
  msgstr ""
775
 
776
+ #: ../custom-contact-forms-admin.php:1320
777
+ #: ../custom-contact-forms-admin.php:1327
778
+ #: ../custom-contact-forms-admin.php:1449
779
+ #: ../custom-contact-forms-admin.php:1456
780
  msgid "(ex: 5px or 1em)"
781
  msgstr ""
782
 
783
+ #: ../custom-contact-forms-admin.php:1324
784
+ #: ../custom-contact-forms-admin.php:1598
785
  msgid "Label Margin:"
786
  msgstr ""
787
 
788
+ #: ../custom-contact-forms-admin.php:1331
789
  msgid "Textarea Background Color:"
790
  msgstr ""
791
 
792
+ #: ../custom-contact-forms-admin.php:1338
793
  msgid "Success Popover Font Color:"
794
  msgstr ""
795
 
796
+ #: ../custom-contact-forms-admin.php:1345
797
  msgid "Success Popover Title Font Size:"
798
  msgstr ""
799
 
800
+ #: ../custom-contact-forms-admin.php:1348
801
+ #: ../custom-contact-forms-admin.php:1355
802
+ #: ../custom-contact-forms-admin.php:1477
803
+ #: ../custom-contact-forms-admin.php:1500
804
  msgid "(ex: 12px, 1em, 100%)"
805
  msgstr ""
806
 
807
+ #: ../custom-contact-forms-admin.php:1352
808
+ #: ../custom-contact-forms-admin.php:1642
809
  msgid "Form Background Color:"
810
  msgstr ""
811
 
812
+ #: ../custom-contact-forms-admin.php:1359
813
  msgid "Tooltip Background Color:"
814
  msgstr ""
815
 
816
+ #: ../custom-contact-forms-admin.php:1362
817
  msgid "(ex: 000000 or black)"
818
  msgstr ""
819
 
820
+ #: ../custom-contact-forms-admin.php:1368
821
+ #: ../custom-contact-forms-admin.php:1740
822
  msgid "Field Border Color:"
823
  msgstr ""
824
 
825
+ #: ../custom-contact-forms-admin.php:1375
826
+ #: ../custom-contact-forms-admin.php:1723
827
  msgid "Form Border Style:"
828
  msgstr ""
829
 
830
+ #: ../custom-contact-forms-admin.php:1383
831
+ #: ../custom-contact-forms-admin.php:1735
832
  msgid "Form Border Color:"
833
  msgstr ""
834
 
835
+ #: ../custom-contact-forms-admin.php:1386
836
  msgid "(ex: 000000)"
837
  msgstr ""
838
 
839
+ #: ../custom-contact-forms-admin.php:1390
840
+ #: ../custom-contact-forms-admin.php:1730
841
  msgid "Form Border Width:"
842
  msgstr ""
843
 
844
+ #: ../custom-contact-forms-admin.php:1393
845
  msgid "(ex: 1px)"
846
  msgstr ""
847
 
848
+ #: ../custom-contact-forms-admin.php:1397
849
+ #: ../custom-contact-forms-admin.php:1573
850
  msgid "Form Width:"
851
  msgstr ""
852
 
853
+ #: ../custom-contact-forms-admin.php:1400
854
  msgid "(ex: 100px or 50%)"
855
  msgstr ""
856
 
857
+ #: ../custom-contact-forms-admin.php:1404
858
  msgid "Form Font Family:"
859
  msgstr ""
860
 
861
+ #: ../custom-contact-forms-admin.php:1407
862
  msgid "(ex: Verdana, Tahoma, Arial)"
863
  msgstr ""
864
 
865
+ #: ../custom-contact-forms-admin.php:1411
866
+ #: ../custom-contact-forms-admin.php:1616
867
  msgid "Button Width:"
868
  msgstr ""
869
 
870
+ #: ../custom-contact-forms-admin.php:1414
871
  msgid "(ex: 100px, 30%, auto)"
872
  msgstr ""
873
 
874
+ #: ../custom-contact-forms-admin.php:1418
875
+ #: ../custom-contact-forms-admin.php:1621
876
  msgid "Button Height:"
877
  msgstr ""
878
 
879
+ #: ../custom-contact-forms-admin.php:1421
880
  msgid "(ex: 100px or 30%)"
881
  msgstr ""
882
 
883
+ #: ../custom-contact-forms-admin.php:1425
884
+ #: ../custom-contact-forms-admin.php:1662
885
  msgid "Button Font Size:"
886
  msgstr ""
887
 
888
+ #: ../custom-contact-forms-admin.php:1432
889
+ #: ../custom-contact-forms-admin.php:1701
890
  msgid "Button Font Color:"
891
  msgstr ""
892
 
893
+ #: ../custom-contact-forms-admin.php:1439
894
+ #: ../custom-contact-forms-admin.php:1626
895
  msgid "Field Background Color:"
896
  msgstr ""
897
 
898
+ #: ../custom-contact-forms-admin.php:1446
899
+ #: ../custom-contact-forms-admin.php:1667
900
  msgid "Form Padding:"
901
  msgstr ""
902
 
903
+ #: ../custom-contact-forms-admin.php:1453
904
+ #: ../custom-contact-forms-admin.php:1631
905
  msgid "Title Margin:"
906
  msgstr ""
907
 
908
+ #: ../custom-contact-forms-admin.php:1460
909
+ #: ../custom-contact-forms-admin.php:1593
910
  msgid "Dropdown Width:"
911
  msgstr ""
912
 
913
+ #: ../custom-contact-forms-admin.php:1463
914
  msgid "(ex: 30px, 20%, or auto)"
915
  msgstr ""
916
 
917
+ #: ../custom-contact-forms-admin.php:1467
918
  msgid "Success Popover Border Color:"
919
  msgstr ""
920
 
921
+ #: ../custom-contact-forms-admin.php:1474
922
  msgid "Success Popover Font Size:"
923
  msgstr ""
924
 
925
+ #: ../custom-contact-forms-admin.php:1481
926
  msgid "Success Popover Height:"
927
  msgstr ""
928
 
929
+ #: ../custom-contact-forms-admin.php:1484
930
  msgid "(ex: 200px, 6em, 50%)"
931
  msgstr ""
932
 
933
+ #: ../custom-contact-forms-admin.php:1488
934
+ #: ../custom-contact-forms-admin.php:1759
935
  msgid "Field Border Roundness:"
936
  msgstr ""
937
 
938
+ #: ../custom-contact-forms-admin.php:1491
939
  msgid "(ex: 6px, or 0px)"
940
  msgstr ""
941
 
942
+ #: ../custom-contact-forms-admin.php:1495
943
+ #: ../custom-contact-forms-admin.php:1566
944
+ #: ../custom-contact-forms-admin.php:1679
945
  msgid "Tooltip"
946
  msgstr ""
947
 
948
+ #: ../custom-contact-forms-admin.php:1496
949
+ #: ../custom-contact-forms-admin.php:1567
950
+ #: ../custom-contact-forms-admin.php:1680
951
  msgid "A tooltip is the little box that fades in displaying 'Field Instructions' when a user selects a particular field."
952
  msgstr ""
953
 
954
+ #: ../custom-contact-forms-admin.php:1497
955
+ #: ../custom-contact-forms-admin.php:1674
956
  msgid "Font Size:"
957
  msgstr ""
958
 
959
+ #: ../custom-contact-forms-admin.php:1504
960
  msgid "Tooltip Font Color:"
961
  msgstr ""
962
 
963
+ #: ../custom-contact-forms-admin.php:1507
964
  msgid "(ex: ffffff or white)"
965
  msgstr ""
966
 
967
+ #: ../custom-contact-forms-admin.php:1511
968
  msgid "Create Style"
969
  msgstr ""
970
 
971
+ #: ../custom-contact-forms-admin.php:1519
972
  msgid "Manage Form Styles"
973
  msgstr ""
974
 
975
+ #: ../custom-contact-forms-admin.php:1542
 
 
 
976
  msgid "Slug:"
977
  msgstr ""
978
 
979
+ #: ../custom-contact-forms-admin.php:1547
980
  msgid "Font Family:"
981
  msgstr ""
982
 
983
+ #: ../custom-contact-forms-admin.php:1552
984
  msgid "Textarea Background"
985
  msgstr ""
986
 
987
+ #: ../custom-contact-forms-admin.php:1554
988
  msgid "Color:"
989
  msgstr ""
990
 
991
+ #: ../custom-contact-forms-admin.php:1559
992
+ #: ../custom-contact-forms-admin.php:1603
993
+ #: ../custom-contact-forms-admin.php:1636
994
+ #: ../custom-contact-forms-admin.php:1672
995
+ #: ../custom-contact-forms-admin.php:1711
996
+ #: ../custom-contact-forms-admin.php:1752
997
  msgid "Success Popover"
998
  msgstr ""
999
 
1000
+ #: ../custom-contact-forms-admin.php:1561
1001
  msgid "Border Color:"
1002
  msgstr ""
1003
 
1004
+ #: ../custom-contact-forms-admin.php:1568
1005
+ #: ../custom-contact-forms-admin.php:1713
1006
  msgid "Font Color:"
1007
  msgstr ""
1008
 
1009
+ #: ../custom-contact-forms-admin.php:1583
1010
  msgid "Textarea Width:"
1011
  msgstr ""
1012
 
1013
+ #: ../custom-contact-forms-admin.php:1588
1014
  msgid "Textarea Height:"
1015
  msgstr ""
1016
 
1017
+ #: ../custom-contact-forms-admin.php:1605
1018
  msgid "Height:"
1019
  msgstr ""
1020
 
1021
+ #: ../custom-contact-forms-admin.php:1681
1022
  msgid "Background Color:"
1023
  msgstr ""
1024
 
1025
+ #: ../custom-contact-forms-admin.php:1718
1026
  msgid "Tooltip Font Size:"
1027
  msgstr ""
1028
 
1029
+ #: ../custom-contact-forms-admin.php:1793
1030
  msgid "Report a Bug/Suggest a Feature"
1031
  msgstr ""
1032
 
1033
+ #: ../custom-contact-forms-admin.php:1801
1034
  msgid "Your Name:"
1035
  msgstr ""
1036
 
1037
+ #: ../custom-contact-forms-admin.php:1807
1038
  msgid "Your Email:"
1039
  msgstr ""
1040
 
1041
+ #: ../custom-contact-forms-admin.php:1815
1042
  msgid "Who Hosts Your Website?"
1043
  msgstr ""
1044
 
1045
+ #: ../custom-contact-forms-admin.php:1821
1046
+ msgid "Purpose of this message:"
1047
  msgstr ""
1048
 
1049
+ #: ../custom-contact-forms-admin.php:1825
1050
+ msgid "Bug Report"
1051
+ msgstr ""
1052
+
1053
+ #: ../custom-contact-forms-admin.php:1828
1054
+ msgid "Suggest a Feature"
1055
  msgstr ""
1056
 
1057
+ #: ../custom-contact-forms-admin.php:1831
1058
  msgid "Plugin Question"
1059
  msgstr ""
1060
 
1061
+ #: ../custom-contact-forms-admin.php:1839
1062
  msgid "Version of Custom Contact Forms?"
1063
  msgstr ""
1064
 
1065
+ #: ../custom-contact-forms-admin.php:1845
1066
  msgid "Version of WordPress?"
1067
  msgstr ""
1068
 
1069
+ #: ../custom-contact-forms-admin.php:1853
1070
+ msgid "Your Message:"
1071
+ msgstr ""
1072
+
1073
+ #: ../custom-contact-forms-admin.php:1859
1074
  msgid "Send Message"
1075
  msgstr ""
1076
 
1077
+ #: ../custom-contact-forms-admin.php:1869
1078
  msgid "Custom HTML Forms (Advanced)"
1079
  msgstr ""
1080
 
1081
+ #: ../custom-contact-forms-admin.php:1873
1082
  msgid ""
1083
  "If you know HTML and simply want to use this plugin to process form requests, this feature is for you. \n"
1084
  "\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"
1085
  "\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."
1086
  msgstr ""
1087
 
1088
+ #: ../custom-contact-forms-admin.php:1880
1089
  msgid "Thank you for filling out our form!"
1090
  msgstr ""
1091
 
1092
+ #: ../custom-contact-forms-admin.php:1885
1093
+ 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!"
 
 
 
 
 
1094
  msgstr ""
1095
 
1096
+ #: ../custom-contact-forms-admin.php:1895
1097
  msgid "Custom Contact Forms Plugin News"
1098
  msgstr ""
1099
 
1100
+ #: ../custom-contact-forms-admin.php:1959
 
1101
  msgid "Saved Form Submissions"
1102
  msgstr ""
1103
 
1104
+ #: ../custom-contact-forms-admin.php:1966
1105
+ #: ../custom-contact-forms-admin.php:2020
1106
  msgid "Date Submitted"
1107
  msgstr ""
1108
 
1109
+ #: ../custom-contact-forms-admin.php:1967
1110
+ #: ../custom-contact-forms-admin.php:2021
1111
  msgid "Form Submitted"
1112
  msgstr ""
1113
 
1114
+ #: ../custom-contact-forms-admin.php:1968
1115
+ #: ../custom-contact-forms-admin.php:2022
1116
  msgid "Form Page"
1117
  msgstr ""
1118
 
1119
+ #: ../custom-contact-forms-admin.php:1987
1120
  msgid "Custom HTML Form"
1121
  msgstr ""
1122
 
1123
+ #: ../custom-contact-forms-admin.php:2105
1124
  msgid "General Settings"
1125
  msgstr ""
1126
 
1127
+ #: ../custom-contact-forms-admin.php:2112
1128
  msgid "Email Form Submissions:"
1129
  msgstr ""
1130
 
1131
+ #: ../custom-contact-forms-admin.php:2124
1132
  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."
1133
  msgstr ""
1134
 
1135
+ #: ../custom-contact-forms-admin.php:2128
1136
  msgid "Default Email:"
1137
  msgstr ""
1138
 
1139
+ #: ../custom-contact-forms-admin.php:2133
1140
  msgid "Form emails will be sent <span>to</span> this address, if no destination email is specified by the form."
1141
  msgstr ""
1142
 
1143
+ #: ../custom-contact-forms-admin.php:2137
1144
  msgid "Front End JQuery:"
1145
  msgstr ""
1146
 
1147
+ #: ../custom-contact-forms-admin.php:2141
1148
+ #: ../custom-contact-forms-admin.php:2184
1149
+ #: ../custom-contact-forms-admin.php:2290
1150
+ #: ../custom-contact-forms-admin.php:2306
1151
+ #: ../custom-contact-forms-admin.php:2334
1152
  msgid "Enabled"
1153
  msgstr ""
1154
 
1155
+ #: ../custom-contact-forms-admin.php:2144
1156
+ #: ../custom-contact-forms-admin.php:2187
1157
+ #: ../custom-contact-forms-admin.php:2293
1158
+ #: ../custom-contact-forms-admin.php:2309
1159
+ #: ../custom-contact-forms-admin.php:2331
1160
  msgid "Disabled"
1161
  msgstr ""
1162
 
1163
+ #: ../custom-contact-forms-admin.php:2149
1164
  #, php-format
1165
  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."
1166
  msgstr ""
1167
 
1168
+ #: ../custom-contact-forms-admin.php:2153
1169
  msgid "Default From Email:"
1170
  msgstr ""
1171
 
1172
+ #: ../custom-contact-forms-admin.php:2158
1173
  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."
1174
  msgstr ""
1175
 
1176
+ #: ../custom-contact-forms-admin.php:2162
1177
  msgid "Default From Name:"
1178
  msgstr ""
1179
 
1180
+ #: ../custom-contact-forms-admin.php:2167
1181
  msgid "This setting allows you to specify the name under which form emails are sent. The default is 'Custom Contact Forms'."
1182
  msgstr ""
1183
 
1184
+ #: ../custom-contact-forms-admin.php:2171
1185
  msgid "Default Email Subject:"
1186
  msgstr ""
1187
 
1188
+ #: ../custom-contact-forms-admin.php:2176
1189
  msgid "Default subject to be included in all form emails."
1190
  msgstr ""
1191
 
1192
+ #: ../custom-contact-forms-admin.php:2180
1193
  msgid "Enable Dashboard Widget:"
1194
  msgstr ""
1195
 
1196
+ #: ../custom-contact-forms-admin.php:2191
1197
  msgid "Enabling this will display a widget on your dashboard that shows the latest form submissions."
1198
  msgstr ""
1199
 
1200
+ #: ../custom-contact-forms-admin.php:2195
1201
  msgid "Dashboard Widget Accessibility:"
1202
  msgstr ""
1203
 
1204
+ #: ../custom-contact-forms-admin.php:2199
1205
  msgid "Only admins can view"
1206
  msgstr ""
1207
 
1208
+ #: ../custom-contact-forms-admin.php:2202
1209
  msgid "All roles except subscribers can view"
1210
  msgstr ""
1211
 
1212
+ #: ../custom-contact-forms-admin.php:2205
1213
  msgid "All roles can view"
1214
  msgstr ""
1215
 
1216
+ #: ../custom-contact-forms-admin.php:2209
1217
  msgid "If you are using the dashboard widget, this allows you to disallow certain users from viewing it."
1218
  msgstr ""
1219
 
1220
+ #: ../custom-contact-forms-admin.php:2213
1221
  msgid "Use Code Type:"
1222
  msgstr ""
1223
 
1224
+ #: ../custom-contact-forms-admin.php:2221
1225
  msgid "This lets you switch the form code between HTML and XHTML."
1226
  msgstr ""
1227
 
1228
+ #: ../custom-contact-forms-admin.php:2225
1229
  msgid "Restrict Frontend JS and CSS to Form Pages Only:"
1230
  msgstr ""
1231
 
1232
+ #: ../custom-contact-forms-admin.php:2236
1233
  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."
1234
  msgstr ""
1235
 
1236
+ #: ../custom-contact-forms-admin.php:2242
1237
  msgid "Default Form Success Message Title:"
1238
  msgstr ""
1239
 
1240
+ #: ../custom-contact-forms-admin.php:2247
1241
  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."
1242
  msgstr ""
1243
 
1244
+ #: ../custom-contact-forms-admin.php:2252
1245
  msgid "Default Form Success Message:"
1246
  msgstr ""
1247
 
1248
+ #: ../custom-contact-forms-admin.php:2257
1249
  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."
1250
  msgstr ""
1251
 
1252
+ #: ../custom-contact-forms-admin.php:2261
1253
  msgid "Default Form Error Header:"
1254
  msgstr ""
1255
 
1256
+ #: ../custom-contact-forms-admin.php:2266
1257
  msgid "When a form is filled out incorrectly, this message will be displayed followed by the individual field error messages."
1258
  msgstr ""
1259
 
1260
+ #: ../custom-contact-forms-admin.php:2270
1261
  msgid "Remember Field Values:"
1262
  msgstr ""
1263
 
1264
+ #: ../custom-contact-forms-admin.php:2282
1265
  msgid "Selecting yes will make form fields remember how they were last filled out."
1266
  msgstr ""
1267
 
1268
+ #: ../custom-contact-forms-admin.php:2286
1269
  msgid "Tooltips in Widget:"
1270
  msgstr ""
1271
 
1272
+ #: ../custom-contact-forms-admin.php:2298
1273
  msgid "Enabling this shows tooltips containing field instructions on forms in the widget."
1274
  msgstr ""
1275
 
1276
+ #: ../custom-contact-forms-admin.php:2302
 
 
 
 
1277
  msgid "Fancy Admin AJAX Abilities:"
1278
  msgstr ""
1279
 
1280
+ #: ../custom-contact-forms-admin.php:2314
1281
  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."
1282
  msgstr ""
1283
 
1284
+ #: ../custom-contact-forms-admin.php:2318
1285
  msgid "Default Permissions Error:"
1286
  msgstr ""
1287
 
1288
+ #: ../custom-contact-forms-admin.php:2323
1289
  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."
1290
  msgstr ""
1291
 
1292
+ #: ../custom-contact-forms-admin.php:2327
1293
  msgid "Form Access Capabilities:"
1294
  msgstr ""
1295
 
1296
+ #: ../custom-contact-forms-admin.php:2339
1297
  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."
1298
  msgstr ""
1299
 
1300
+ #: ../custom-contact-forms-admin.php:2343
1301
+ msgid "Maximum File Upload Size:"
1302
+ msgstr ""
1303
+
1304
+ #: ../custom-contact-forms-admin.php:2345
1305
+ msgid "MB"
1306
+ msgstr ""
1307
+
1308
+ #: ../custom-contact-forms-admin.php:2349
1309
+ 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."
1310
+ msgstr ""
1311
+
1312
+ #: ../custom-contact-forms-admin.php:2352
1313
  msgid "Show Sidebar Widget:"
1314
  msgstr ""
1315
 
1316
+ #: ../custom-contact-forms-admin.php:2357
1317
  msgid "On Homepage"
1318
  msgstr ""
1319
 
1320
+ #: ../custom-contact-forms-admin.php:2361
1321
  msgid "On Pages"
1322
  msgstr ""
1323
 
1324
+ #: ../custom-contact-forms-admin.php:2365
1325
  msgid "On Single Posts"
1326
  msgstr ""
1327
 
1328
+ #: ../custom-contact-forms-admin.php:2370
1329
  msgid "On Categories"
1330
  msgstr ""
1331
 
1332
+ #: ../custom-contact-forms-admin.php:2374
1333
  msgid "On Archives"
1334
  msgstr ""
1335
 
1336
+ #: ../custom-contact-forms-admin.php:2379
1337
  msgid "Update"
1338
  msgstr ""
1339
 
1340
+ #: ../custom-contact-forms-admin.php:2387
1341
  msgid "Mail Settings"
1342
  msgstr ""
1343
 
1344
+ #: ../custom-contact-forms-admin.php:2391
1345
  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."
1346
  msgstr ""
1347
 
1348
+ #: ../custom-contact-forms-admin.php:2392
1349
  msgid "* Send My Emails Using the Following:"
1350
  msgstr ""
1351
 
1352
+ #: ../custom-contact-forms-admin.php:2394
1353
  msgid "Wordpress Default"
1354
  msgstr ""
1355
 
1356
+ #: ../custom-contact-forms-admin.php:2395
1357
  msgid "SMTP"
1358
  msgstr ""
1359
 
1360
+ #: ../custom-contact-forms-admin.php:2396
1361
  msgid "(If mail isn't sending, try toggling this option.)"
1362
  msgstr ""
1363
 
1364
+ #: ../custom-contact-forms-admin.php:2399
1365
  msgid "SMTP Host:"
1366
  msgstr ""
1367
 
1368
+ #: ../custom-contact-forms-admin.php:2400
1369
  msgid "SMTP Port:"
1370
  msgstr ""
1371
 
1372
+ #: ../custom-contact-forms-admin.php:2401
1373
  msgid "Encryption:"
1374
  msgstr ""
1375
 
1376
+ #: ../custom-contact-forms-admin.php:2403
1377
  msgid "SSL"
1378
  msgstr ""
1379
 
1380
+ #: ../custom-contact-forms-admin.php:2404
1381
  msgid "TLS"
1382
  msgstr ""
1383
 
1384
+ #: ../custom-contact-forms-admin.php:2408
1385
  msgid "SMTP Authentication:"
1386
  msgstr ""
1387
 
1388
+ #: ../custom-contact-forms-admin.php:2408
1389
  msgid "None Needed"
1390
  msgstr ""
1391
 
1392
+ #: ../custom-contact-forms-admin.php:2408
1393
  msgid "Use SMTP Username/Password"
1394
  msgstr ""
1395
 
1396
+ #: ../custom-contact-forms-admin.php:2409
1397
  msgid "SMTP Username:"
1398
  msgstr ""
1399
 
1400
+ #: ../custom-contact-forms-admin.php:2410
1401
  msgid "SMTP Password:"
1402
  msgstr ""
1403
 
1404
+ #: ../custom-contact-forms-admin.php:2413
1405
  msgid "Save Mail Sending Options"
1406
  msgstr ""
1407
 
1408
+ #: ../custom-contact-forms-admin.php:2419
1409
  msgid "Export"
1410
  msgstr ""
1411
 
1412
+ #: ../custom-contact-forms-admin.php:2424
1413
  msgid ""
1414
  "Preforming a Custom Contact Forms export will create a file of the form \n"
1415
  "\t\t\t\t\t\tccf-export-xxxx.sql on your web server. The file created contains SQL that \n"
1416
  "\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."
1417
  msgstr ""
1418
 
1419
+ #: ../custom-contact-forms-admin.php:2428
1420
  msgid "Export All CCF Plugin Content"
1421
  msgstr ""
1422
 
1423
+ #: ../custom-contact-forms-admin.php:2434
1424
  msgid "Import"
1425
  msgstr ""
1426
 
1427
+ #: ../custom-contact-forms-admin.php:2440
1428
  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."
1429
  msgstr ""
1430
 
1431
+ #: ../custom-contact-forms-admin.php:2443
1432
  msgid "Choose What You Want to Use from the Import File:"
1433
  msgstr ""
1434
 
1435
+ #: ../custom-contact-forms-admin.php:2449
1436
  msgid "Use General Settings"
1437
  msgstr ""
1438
 
1439
+ #: ../custom-contact-forms-admin.php:2461
 
 
 
 
 
 
 
 
1440
  msgid "Form Submissions"
1441
  msgstr ""
1442
 
1443
+ #: ../custom-contact-forms-admin.php:2491
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1444
  msgid "Choose an Import File:"
1445
  msgstr ""
1446
 
1447
+ #: ../custom-contact-forms-admin.php:2495
1448
  msgid "Clear and Import"
1449
  msgstr ""
1450
 
1451
+ #: ../custom-contact-forms-admin.php:2497
1452
  msgid "Yes, I want to do this and have created a backup."
1453
  msgstr ""
1454
 
1455
+ #: ../modules/usage_popover/custom-contact-forms-quick-start-popover.php:1
1456
+ msgid "Quick Start Guide"
1457
+ msgstr ""
1458
+
1459
  #: ../modules/usage_popover/custom-contact-forms-quick-start-popover.php:3
1460
  msgid "If you want to quickly and easily create a form and insert it in to your WordPress site, then follow these simple instructions."
1461
  msgstr ""
1465
  msgstr ""
1466
 
1467
  #: ../modules/usage_popover/custom-contact-forms-quick-start-popover.php:8
 
1468
  msgid "Insert Default Content"
1469
  msgstr ""
1470
 
1481
  msgstr ""
1482
 
1483
  #: ../modules/usage_popover/custom-contact-forms-usage-popover.php:11
1484
+ #: ../modules/usage_popover/custom-contact-forms-usage-popover.php:191
1485
  msgid "Fixed Fields"
1486
  msgstr ""
1487
 
1488
+ #: ../modules/usage_popover/custom-contact-forms-usage-popover.php:20
1489
+ msgid "Custom HTML Forms"
1490
+ msgstr ""
1491
+
1492
  #: ../modules/usage_popover/custom-contact-forms-usage-popover.php:23
1493
  msgid "Import/Export"
1494
  msgstr ""
1524
  msgstr ""
1525
 
1526
  #: ../modules/usage_popover/custom-contact-forms-usage-popover.php:59
1527
+ #: ../modules/usage_popover/custom-contact-forms-usage-popover.php:80
1528
  msgid "This is a text field"
1529
  msgstr ""
1530
 
1537
  msgstr ""
1538
 
1539
  #: ../modules/usage_popover/custom-contact-forms-usage-popover.php:70
1540
+ msgid "File:"
1541
+ msgstr ""
1542
+
1543
+ #: ../modules/usage_popover/custom-contact-forms-usage-popover.php:73
1544
+ msgid "This is a file field. Attaching on of these to your forms allows users to send files to you (files are also stored on your server). You can set a max upload size as well as limit the allowed file types."
1545
  msgstr ""
1546
 
1547
  #: ../modules/usage_popover/custom-contact-forms-usage-popover.php:77
1548
+ msgid "Textarea:"
1549
+ msgstr ""
1550
+
1551
+ #: ../modules/usage_popover/custom-contact-forms-usage-popover.php:84
1552
  msgid "Dropdown:"
1553
  msgstr ""
1554
 
1555
+ #: ../modules/usage_popover/custom-contact-forms-usage-popover.php:89
1556
  msgid "This is a dropdown field"
1557
  msgstr ""
1558
 
1559
+ #: ../modules/usage_popover/custom-contact-forms-usage-popover.php:92
1560
  msgid "Field Option 2!"
1561
  msgstr ""
1562
 
1563
+ #: ../modules/usage_popover/custom-contact-forms-usage-popover.php:95
1564
  msgid "Field Option 3!"
1565
  msgstr ""
1566
 
1567
+ #: ../modules/usage_popover/custom-contact-forms-usage-popover.php:98
1568
  msgid "Field Option 4!"
1569
  msgstr ""
1570
 
1571
+ #: ../modules/usage_popover/custom-contact-forms-usage-popover.php:101
1572
  msgid "Unlimited # of options allowed"
1573
  msgstr ""
1574
 
1575
+ #: ../modules/usage_popover/custom-contact-forms-usage-popover.php:107
1576
  msgid "Radio:"
1577
  msgstr ""
1578
 
1579
+ #: ../modules/usage_popover/custom-contact-forms-usage-popover.php:111
1580
  msgid "A radio field"
1581
  msgstr ""
1582
 
1583
+ #: ../modules/usage_popover/custom-contact-forms-usage-popover.php:113
1584
  msgid "Field Option 2"
1585
  msgstr ""
1586
 
1587
+ #: ../modules/usage_popover/custom-contact-forms-usage-popover.php:115
1588
  msgid "Field Option 3"
1589
  msgstr ""
1590
 
1591
+ #: ../modules/usage_popover/custom-contact-forms-usage-popover.php:119
1592
  msgid "Checkbox:"
1593
  msgstr ""
1594
 
1595
+ #: ../modules/usage_popover/custom-contact-forms-usage-popover.php:123
1596
  msgid "This is a checkbox field"
1597
  msgstr ""
1598
 
1599
+ #: ../modules/usage_popover/custom-contact-forms-usage-popover.php:127
1600
  msgid "(advanced) Hidden:"
1601
  msgstr ""
1602
 
1603
+ #: ../modules/usage_popover/custom-contact-forms-usage-popover.php:129
1604
  msgid "These fields are hidden (obviously), they allow you to pass hidden information within your forms. Great for using other form processors like Aweber or InfusionSoft."
1605
  msgstr ""
1606
 
1607
+ #: ../modules/usage_popover/custom-contact-forms-usage-popover.php:133
1608
  msgid "There are a variety of different options that you can use when creating a field,"
1609
  msgstr ""
1610
 
1611
+ #: ../modules/usage_popover/custom-contact-forms-usage-popover.php:135
1612
  msgid "denotes something required:"
1613
  msgstr ""
1614
 
1615
+ #: ../modules/usage_popover/custom-contact-forms-usage-popover.php:141
1616
  msgid "A slug is simply a way to identify your field. It can only contain underscores, letters, and numbers and must be unique."
1617
  msgstr ""
1618
 
1619
+ #: ../modules/usage_popover/custom-contact-forms-usage-popover.php:151
1620
  msgid "The six field types you can choose from are explained above."
1621
  msgstr ""
1622
 
1623
+ #: ../modules/usage_popover/custom-contact-forms-usage-popover.php:156
1624
  msgid "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 'Are you human?', I would set the initial value to 'Yes'. If you set the field type as 'Dropdown' or 'Radio', you should enter the slug of the field option you would like initially selected (or just leave it blank and the first option attached will be selected)."
1625
  msgstr ""
1626
 
1627
+ #: ../modules/usage_popover/custom-contact-forms-usage-popover.php:161
1628
  msgid "This allows you to limit the amount of characters a user can enter in a field (does not apply to textareas as of version 3.5.5)"
1629
  msgstr ""
1630
 
1631
+ #: ../modules/usage_popover/custom-contact-forms-usage-popover.php:166
1632
  msgid "If a field is required and a user leaves it blank, the plugin will display an error message explaining the problem. The user will then have to go back and fill in the field properly."
1633
  msgstr ""
1634
 
1635
+ #: ../modules/usage_popover/custom-contact-forms-usage-popover.php:171
1636
  msgid "If this is filled out, a stylish tooltip popover displaying this text will show when the field is selected. This will only work if JQuery is enabled in general options."
1637
  msgstr ""
1638
 
1639
+ #: ../modules/usage_popover/custom-contact-forms-usage-popover.php:179
1640
  msgid "(advanced) Field Class:"
1641
  msgstr ""
1642
 
1643
+ #: ../modules/usage_popover/custom-contact-forms-usage-popover.php:181
1644
  msgid "This allows you to assign a CSS class to an individual field without affecting anything else. This is a great way to take the customization of your form to the next level."
1645
  msgstr ""
1646
 
1647
+ #: ../modules/usage_popover/custom-contact-forms-usage-popover.php:184
1648
  msgid "Field Options:"
1649
  msgstr ""
1650
 
1651
+ #: ../modules/usage_popover/custom-contact-forms-usage-popover.php:186
1652
  msgid "After you create a field, if it's field type is radio or dropdown, you can attach field options to the field. Field options are explained in the next section."
1653
  msgstr ""
1654
 
1655
+ #: ../modules/usage_popover/custom-contact-forms-usage-popover.php:194
1656
  msgid "The last important thing related to fields are <span>Fixed Fields</span>. Fixed Fields are special fields that come already created within the plugin such as the captcha spam blocker and email field. Fixed Fields do special things that you wouldn't be able to accomplish with normal fields; they cannot be deleted or created. For example, if you use the fixedEmail field, as opposed to creating your own email field. the users email will be checked to make sure it is valid, if it isn't a form error will be displayed. Below is a list of fixed fields and their descriptions."
1657
  msgstr ""
1658
 
1659
+ #: ../modules/usage_popover/custom-contact-forms-usage-popover.php:197
1660
  msgid "fixedEmail:"
1661
  msgstr ""
1662
 
1663
+ #: ../modules/usage_popover/custom-contact-forms-usage-popover.php:197
1664
  msgid "When attached to a form and set to required, this field will validate a user's email addresses. If a user's email is not valid, an error will be shown."
1665
  msgstr ""
1666
 
1667
+ #: ../modules/usage_popover/custom-contact-forms-usage-popover.php:198
1668
  msgid "captcha:"
1669
  msgstr ""
1670
 
1671
+ #: ../modules/usage_popover/custom-contact-forms-usage-popover.php:198
1672
  msgid "This field helps prevent spam by prompting users to copy numbers displayed on an image. If a user copies the numbers incorrectly, the form will show an error."
1673
  msgstr ""
1674
 
1675
+ #: ../modules/usage_popover/custom-contact-forms-usage-popover.php:199
1676
  msgid "fixedWebsite:"
1677
  msgstr ""
1678
 
1679
+ #: ../modules/usage_popover/custom-contact-forms-usage-popover.php:199
1680
  msgid "When attached to a form and set to required, this field will validate a user's website. If a user's website is not valid, an error will be shown."
1681
  msgstr ""
1682
 
1683
+ #: ../modules/usage_popover/custom-contact-forms-usage-popover.php:200
1684
  msgid "emailSubject:"
1685
  msgstr ""
1686
 
1687
+ #: ../modules/usage_popover/custom-contact-forms-usage-popover.php:200
1688
  msgid "This lets a user enter in an email subject that will carry over as the subject of the email sent to you on form completion"
1689
  msgstr ""
1690
 
1691
+ #: ../modules/usage_popover/custom-contact-forms-usage-popover.php:201
1692
  msgid "usaStates:"
1693
  msgstr ""
1694
 
1695
+ #: ../modules/usage_popover/custom-contact-forms-usage-popover.php:201
1696
  msgid "This field displays a dropdown of all the states in the US."
1697
  msgstr ""
1698
 
1699
+ #: ../modules/usage_popover/custom-contact-forms-usage-popover.php:202
1700
  msgid "allCountries:"
1701
  msgstr ""
1702
 
1703
+ #: ../modules/usage_popover/custom-contact-forms-usage-popover.php:202
1704
  msgid "This field displays a dropdown of all the countries in the world."
1705
  msgstr ""
1706
 
1707
+ #: ../modules/usage_popover/custom-contact-forms-usage-popover.php:203
1708
  msgid "resetButton:"
1709
  msgstr ""
1710
 
1711
+ #: ../modules/usage_popover/custom-contact-forms-usage-popover.php:203
1712
  msgid "Attaching this field adds a reset button right next to the submit button in your form."
1713
  msgstr ""
1714
 
1715
+ #: ../modules/usage_popover/custom-contact-forms-usage-popover.php:204
1716
  msgid "ishuman:"
1717
  msgstr ""
1718
 
1719
+ #: ../modules/usage_popover/custom-contact-forms-usage-popover.php:204
1720
  msgid "This field helps prevent spam by prompting users to check a box to verify that they are human. If the box is left unchecked, an error will be displayed and the user will have to go back."
1721
  msgstr ""
1722
 
1723
+ #: ../modules/usage_popover/custom-contact-forms-usage-popover.php:212
1724
  msgid "In the field section above, look at the radio or dropdown fields. See how they have multiple options within the field? Those are called Field Options. Field Options have their own manager. There are only three things you must fill in to create a field option."
1725
  msgstr ""
1726
 
1727
+ #: ../modules/usage_popover/custom-contact-forms-usage-popover.php:218
1728
  msgid "Used to identify the field option, solely for admin purposes; must be unique, and contain only letters, numbers, and underscores. Example: 'slug_one'."
1729
  msgstr ""
1730
 
1731
+ #: ../modules/usage_popover/custom-contact-forms-usage-popover.php:223
1732
  msgid "This is what is shown to the user in the dropdown or radio field."
1733
  msgstr ""
1734
 
1735
+ #: ../modules/usage_popover/custom-contact-forms-usage-popover.php:228
1736
  msgid "This is the actual value of the option which isn't 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'. The option value is behind the scences; unseen by the user, but when a user fills out the form, the option value is what is actually emailed to you and stored in the database. For dropdown fields the option value is optional, <span>for radio fields it is required</span>."
1737
  msgstr ""
1738
 
1739
+ #: ../modules/usage_popover/custom-contact-forms-usage-popover.php:232
1740
  msgid "Please Select:"
1741
  msgstr ""
1742
 
1743
+ #: ../modules/usage_popover/custom-contact-forms-usage-popover.php:232
1744
  msgid "Option 1"
1745
  msgstr ""
1746
 
1747
+ #: ../modules/usage_popover/custom-contact-forms-usage-popover.php:232
1748
  msgid "Option 2"
1749
  msgstr ""
1750
 
1751
+ #: ../modules/usage_popover/custom-contact-forms-usage-popover.php:233
1752
  msgid "Dead options are only useful for required dropdown fields. The first field option \"Please Select\" would be a useful way to encorporate a dead option. Assume the field is required; if a user submitted that field and left it as \"Please Select:\", then the form would throw an error and the user would have to go back."
1753
  msgstr ""
1754
 
1755
+ #: ../modules/usage_popover/custom-contact-forms-usage-popover.php:237
1756
  msgid "Once you create field options, you can attach them (in the field manager) to radio and dropdown fields (that are already created). It is important to remember that after you create a dropdown or radio field, they will not work until you attach one or more field options."
1757
  msgstr ""
1758
 
1759
+ #: ../modules/usage_popover/custom-contact-forms-usage-popover.php:245
1760
  msgid "Forms bring everything together. Each form you create in the form manager shows a code to display that form in posts/pages as well as theme files. The post/page form display code looks like: [customcontact id=FORMID]. There are a number of parameters that you can fill out when creating and managing each of your forms."
1761
  msgstr ""
1762
 
1763
+ #: ../modules/usage_popover/custom-contact-forms-usage-popover.php:251
1764
  msgid "A slug is simply a way to identify your form. It can only contain underscores, letters, and numbers and must be unique. Example 'my_contact_form'"
1765
  msgstr ""
1766
 
1767
+ #: ../modules/usage_popover/custom-contact-forms-usage-popover.php:256
1768
  msgid "The form title is heading text shown at the top of the form to users. Here's an example: 'My Contact Form'."
1769
  msgstr ""
1770
 
1771
+ #: ../modules/usage_popover/custom-contact-forms-usage-popover.php:259
1772
  msgid "Form Method:"
1773
  msgstr ""
1774
 
1775
+ #: ../modules/usage_popover/custom-contact-forms-usage-popover.php:261
1776
  msgid "If you don't know what this is leave it as 'Post'. This allows you to change the way a form sends user information."
1777
  msgstr ""
1778
 
1779
+ #: ../modules/usage_popover/custom-contact-forms-usage-popover.php:264
1780
  msgid "Form Action:"
1781
  msgstr ""
1782
 
1783
+ #: ../modules/usage_popover/custom-contact-forms-usage-popover.php:266
1784
  msgid "This allows you to process your forms using 3rd party services or your own scripts. If you don't know what this is, then leave it blank. This is useful if you use a service like Aweber or InfusionSoft."
1785
  msgstr ""
1786
 
1787
+ #: ../modules/usage_popover/custom-contact-forms-usage-popover.php:271
1788
  msgid "This allows you to apply styles you create in the style manager to your forms. If you haven't created a custom style yet, just choose 'Default'."
1789
  msgstr ""
1790
 
1791
+ #: ../modules/usage_popover/custom-contact-forms-usage-popover.php:276
1792
  msgid "Here, you can specify the text that shows on the submit button."
1793
  msgstr ""
1794
 
1795
+ #: ../modules/usage_popover/custom-contact-forms-usage-popover.php:281
1796
  msgid "If unsure, leave blank. This field allows you to insert custom HTML directly after the starting form tag."
1797
  msgstr ""
1798
 
1799
+ #: ../modules/usage_popover/custom-contact-forms-usage-popover.php:286
1800
  msgid "Specify the email address(es) that should receive all form submissions. Seperate multiple email addresses with semi-colons (ex: email1@gmail.com;email2@gmail.com;email3@gmail.com). If you leave this blank it will revert to the default specified in general settings. You can set forms not to send email in General Settings."
1801
  msgstr ""
1802
 
1803
+ #: ../modules/usage_popover/custom-contact-forms-usage-popover.php:291
1804
  msgid "Will be displayed in a popover after 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."
1805
  msgstr ""
1806
 
1807
+ #: ../modules/usage_popover/custom-contact-forms-usage-popover.php:301
1808
  msgid "If this is filled out, users will be sent to this page when they successfully fill out the form. If it is left blank, a popover showing the form's 'success message' will be displayed on successful form submission."
1809
  msgstr ""
1810
 
1811
+ #: ../modules/usage_popover/custom-contact-forms-usage-popover.php:304
1812
  msgid "Email From Name:"
1813
  msgstr ""
1814
 
1815
+ #: ../modules/usage_popover/custom-contact-forms-usage-popover.php:306
1816
  msgid "The email sent to you on form completion will be from this name. If this is left blank, it will default to the 'Default From Name' provided in General Settings."
1817
  msgstr ""
1818
 
1819
+ #: ../modules/usage_popover/custom-contact-forms-usage-popover.php:309
1820
  msgid "Email Subject:"
1821
  msgstr ""
1822
 
1823
+ #: ../modules/usage_popover/custom-contact-forms-usage-popover.php:311
1824
  msgid "This is the subject of the email that will be sent to you on form completion. If this is left blank, it will default to the 'Default Email Subject' provided in General Settings."
1825
  msgstr ""
1826
 
1827
+ #: ../modules/usage_popover/custom-contact-forms-usage-popover.php:314
1828
  msgid "Can View Form:"
1829
  msgstr ""
1830
 
1831
+ #: ../modules/usage_popover/custom-contact-forms-usage-popover.php:316
1832
  msgid "This lets you choose which types of users can view your form. If you want everyone to see the form, check all the boxes. If a user doesn't have access to the form, they will not be able to see it."
1833
  msgstr ""
1834
 
1835
+ #: ../modules/usage_popover/custom-contact-forms-usage-popover.php:319
1836
  msgid "Attach Fields:"
1837
  msgstr ""
1838
 
1839
+ #: ../modules/usage_popover/custom-contact-forms-usage-popover.php:321
1840
  msgid "After creating a form you are given the option to attach (and detach) fields to that specific form. Forms are useless until you attach fields."
1841
  msgstr ""
1842
 
1843
+ #: ../modules/usage_popover/custom-contact-forms-usage-popover.php:325
1844
  msgid "The form success message and success title apply to a popover that fades in after someone successfully completes a form (that does not have a custom success URL provided). The image below will help to give you a feel to how the popover will look and where the title and message actually show up."
1845
  msgstr ""
1846
 
1847
+ #: ../modules/usage_popover/custom-contact-forms-usage-popover.php:331
1848
  msgid "Style Manager"
1849
  msgstr ""
1850
 
1851
+ #: ../modules/usage_popover/custom-contact-forms-usage-popover.php:334
1852
  msgid "The style manager allows you to customize the appearance of forms without any knowledge of CSS. There are a ton of parameters you can fill out with each style and all of them are pretty self-explanitory. After you create a style, you need to go to the form manager and set the form style to the new style you created (the slug will be what shows in the 'Form Style' dropdown)."
1853
  msgstr ""
1854
 
1855
+ #: ../modules/usage_popover/custom-contact-forms-usage-popover.php:337
1856
  msgid "The image below will help you better understand how each style option will change your forms."
1857
  msgstr ""
1858
 
1859
+ #: ../modules/usage_popover/custom-contact-forms-usage-popover.php:343
1860
  msgid "Custom HTML Forms Feature (advanced)"
1861
  msgstr ""
1862
 
1863
+ #: ../modules/usage_popover/custom-contact-forms-usage-popover.php:346
1864
  msgid "If you know HTML and simply want to use this plugin to process form requests, this feature is for you. The following HTML is a the framework to which you must adhere. In order for your form to work you MUST do the following:"
1865
  msgstr ""
1866
 
1867
+ #: ../modules/usage_popover/custom-contact-forms-usage-popover.php:350
1868
  msgid "Keep the form action/method the same (yes the action is supposed to be empty)."
1869
  msgstr ""
1870
 
1871
+ #: ../modules/usage_popover/custom-contact-forms-usage-popover.php:353
1872
  msgid "Include all the hidden fields shown below."
1873
  msgstr ""
1874
 
1875
+ #: ../modules/usage_popover/custom-contact-forms-usage-popover.php:356
1876
  msgid "Provide a hidden 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)."
1877
  msgstr ""
1878
 
1879
+ #: ../modules/usage_popover/custom-contact-forms-usage-popover.php:360
1880
  msgid "Just to be clear, you don't edit the code in the Custom HTML Forms feature within the admin panel. Instead, you copy the code in to the page, post, or theme file you want to display a form, then edit the code to look how you want following the guidelines provided above."
1881
  msgstr ""
1882
 
1883
+ #: ../modules/usage_popover/custom-contact-forms-usage-popover.php:368
1884
  msgid "This features saves each user form submission. All the fields attached to the form along with the time of submission and form URL are saved in the database and displayed in a stylish format in the admin panel."
1885
  msgstr ""
1886
 
1887
+ #: ../modules/usage_popover/custom-contact-forms-usage-popover.php:373
1888
  msgid "Import / Export"
1889
  msgstr ""
1890
 
1891
+ #: ../modules/usage_popover/custom-contact-forms-usage-popover.php:376
1892
  msgid ""
1893
  "Import/export is a new feature that allows you to transfer forms, fields, field options, styles and everything else saved by the plugin between Wordpress installations. Clicking the Export All button will create a .SQL file for download. With the .SQL export file you can use the importer within the CCF plugin admin page to import the .SQL file. The built-in importer is completely safe as long as you only import files that have been generated by the CCF exporter. \n"
1894
  " You can also use PHPMyAdmin or any other MySQL database administration tool to run the import file. Importing a .SQL file will never overwrite any existing data. \n"
1896
  " If you are importing without using the built-in importer (such as PHPMyAdmin), then note the following: You should only run the import file on Wordpress installations that already have Custom Contact Forms installed; also you will need to change the table prefix for each query within the .SQL file."
1897
  msgstr ""
1898
 
1899
+ #: ../modules/usage_popover/custom-contact-forms-usage-popover.php:381
1900
  msgid "Custom Contact Forms allows you to import data in different ways."
1901
  msgstr ""
1902
 
1903
+ #: ../modules/usage_popover/custom-contact-forms-usage-popover.php:383
1904
  msgid "Clear and Import:"
1905
  msgstr ""
1906
 
1907
+ #: ../modules/usage_popover/custom-contact-forms-usage-popover.php:383
1908
  msgid "This is the safest way to import because it deletes all current content before importing. This is important because it prevents occurences of conflicting data ID's or slugs."
1909
  msgstr ""
1910
 
1911
+ #: ../modules/usage_popover/custom-contact-forms-usage-popover.php:385
1912
  msgid "You can also export data in different ways."
1913
  msgstr ""
1914
 
1915
+ #: ../modules/usage_popover/custom-contact-forms-usage-popover.php:387
1916
  msgid "Export All:"
1917
  msgstr ""
1918
 
1919
+ #: ../modules/usage_popover/custom-contact-forms-usage-popover.php:387
1920
  msgid "This exports all custom contact form data including your general settings in SQL format. This is allows you to easily create backups."
1921
  msgstr ""
1922
 
1923
+ #: ../modules/usage_popover/custom-contact-forms-usage-popover.php:389
1924
  msgid "More import/export methods will be added in the future. Always create a backup before attempting an import! * Note: If you are having problems getting the importer/exporter to work, try CHMODing the import/ and export/ directories to 0777."
1925
  msgstr ""
1926
 
1927
+ #: ../modules/widget/custom-contact-forms-dashboard.php:73
1928
+ msgid "No submissions to display."
1929
+ msgstr ""
1930
+
1931
+ #: ../modules/widget/custom-contact-forms-dashboard.php:102
1932
  msgid "View"
1933
  msgstr ""
1934
 
1935
+ #: ../modules/widget/custom-contact-forms-dashboard.php:103
1936
  msgid "CCF Saved Form Submission"
1937
  msgstr ""
1938
 
1939
+ #: ../modules/widget/custom-contact-forms-dashboard.php:106
1940
  msgid "Form Submitted:"
1941
  msgstr ""
1942
 
1943
+ #: ../modules/widget/custom-contact-forms-dashboard.php:107
1944
  msgid "Form Location:"
1945
  msgstr ""
1946
 
1947
+ #: ../modules/widget/custom-contact-forms-dashboard.php:129
1948
+ #: ../modules/widget/custom-contact-forms-dashboard.php:139
1949
  msgid "View All Submissions"
1950
  msgstr ""
1951
 
modules/widget/custom-contact-forms-dashboard.php CHANGED
@@ -67,6 +67,13 @@ if (!class_exists('CustomContactFormsDashboard')) {
67
  </thead>
68
  <tbody>
69
  <?php
 
 
 
 
 
 
 
70
  $i = 0;
71
  foreach ($user_data_array as $data_object) {
72
  if ($i > 3) break;
67
  </thead>
68
  <tbody>
69
  <?php
70
+ if (empty($user_data_array)) {
71
+ ?>
72
+ <tr>
73
+ <td colspan="4"><?php _e('No submissions to display.', 'custom-contact-forms'); ?></td>
74
+ </tr>
75
+ <?php
76
+ }
77
  $i = 0;
78
  foreach ($user_data_array as $data_object) {
79
  if ($i > 3) break;
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.0
8
 
9
  Gauranteed to be the most customizable and intuitive contact form plugin for Wordpress.
10
 
@@ -142,6 +142,12 @@ Visit http://www.taylorlovett.com/wordpress-plugins for screenshots. Right now a
142
 
143
  == Changelog ==
144
 
 
 
 
 
 
 
145
  = 4.7.0.0 =
146
  * All files have been 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.1
8
 
9
  Gauranteed to be the most customizable and intuitive contact form plugin for Wordpress.
10
 
142
 
143
  == Changelog ==
144
 
145
+ = 4.7.0.1 =
146
+ * custom-contact-forms-front.php - Look and feel changed
147
+ * css/custom-contact-forms.css - Look and feel changed
148
+ * js/custom-contact-forms-admin-ajax.js - IE detach field/field option bug fixed
149
+
150
+
151
  = 4.7.0.0 =
152
  * All files have been changed!
153