Form builder to get in touch with visitors, grow your email list and collect payments — Happyforms - Version 1.9.17

Version Description

  • Improvement: Improved tooltip display with collision detection.
Download this release

Release Info

Developer thethemefoundry
Plugin Icon 128x128 Form builder to get in touch with visitors, grow your email list and collect payments — Happyforms
Version 1.9.17
Comparing to
See all releases

Code changes from version 1.9.16 to 1.9.17

core/assets/css/color.css CHANGED
@@ -80,6 +80,7 @@
80
  }
81
 
82
  .happyforms-styles .happyforms-part__description {
 
83
  font-size: 14px;
84
  font-size: var(--happyforms-part-description-font-size);
85
  color: #454545;
@@ -275,47 +276,30 @@
275
 
276
  /* tooltips */
277
 
278
- .happyforms-styles .happyforms-tooltip .happyforms-part__description {
279
- border-radius: 6px;
280
- font-weight: normal;
281
- color: #000;
282
- color: var(--happyforms-color-primary);
283
- background-color: #fff;
284
- background-color: var(--happyforms-color-part-background);
285
- transition: opacity 0.2s;
286
- }
287
-
288
- .happyforms-styles .happyforms-part--label-below .happyforms-tooltip .happyforms-part__description {
289
- top: 5px;
290
- }
291
-
292
- .happyforms-styles .happyforms-part--choice .happyforms-tooltip .happyforms-part__description,
293
- .happyforms-styles .happyforms-part--select .happyforms-tooltip .happyforms-part__description {
294
- top: -10px;
295
- }
296
-
297
- .happyforms-styles .happyforms-part--multi_line_text .happyforms-tooltip .happyforms-part__description {
298
- top: 5px;
299
- transform: none;
300
- }
301
-
302
- .happyforms-styles .happyforms-part--label-inside .happyforms-tooltip .happyforms-part__description,
303
- .happyforms-styles .happyforms-part--label-as_placeholder .happyforms-tooltip .happyforms-part__description {
304
- transform: translate(0, -35px);
305
  }
306
 
307
- .happyforms-styles .happyforms-part--multi_line_text.happyforms-part--label-below .happyforms-tooltip .happyforms-part__description,
308
- .happyforms-styles .happyforms-part--label-inside.happyforms-part--multi_line_text .happyforms-tooltip .happyforms-part__description,
309
- .happyforms-styles .happyforms-part--label-as_placeholder.happyforms-part--multi_line_text .happyforms-tooltip .happyforms-part__description {
310
- top: 14px;
311
- transform: none;
 
 
 
312
  }
313
 
314
- .happyforms-styles .happyforms-tooltip .happyforms-part__description:after {
315
  border-top-color: #fff;
316
  border-top-color: var(--happyforms-color-part-background);
317
  }
318
 
 
 
 
 
 
319
  /* parts - radio, checkbox */
320
 
321
  .happyforms-styles .happyforms-part .checkmark {
80
  }
81
 
82
  .happyforms-styles .happyforms-part__description {
83
+ line-height: 1.4;
84
  font-size: 14px;
85
  font-size: var(--happyforms-part-description-font-size);
86
  color: #454545;
276
 
277
  /* tooltips */
278
 
279
+ .happyforms-tooltip-ui {
280
+ border-color: var(--happyforms-color-part-border);
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
281
  }
282
 
283
+ .happyforms-tooltip-ui .ui-tooltip-content {
284
+ line-height: 1.4;
285
+ font-size: 14px;
286
+ font-size: var(--happyforms-part-description-font-size);
287
+ color: #454545;
288
+ color: var(--happyforms-color-part-description);
289
+ background-color: #fff;
290
+ background-color: var(--happyforms-color-part-background);
291
  }
292
 
293
+ .happyforms-tooltip-ui .ui-tooltip-content:after {
294
  border-top-color: #fff;
295
  border-top-color: var(--happyforms-color-part-background);
296
  }
297
 
298
+ .happyforms-tooltip-ui--bottom .ui-tooltip-content:after {
299
+ border-bottom-color: #fff;
300
+ border-bottom-color: var(--happyforms-color-part-background);
301
+ }
302
+
303
  /* parts - radio, checkbox */
304
 
305
  .happyforms-styles .happyforms-part .checkmark {
core/assets/css/customize.css CHANGED
@@ -1097,6 +1097,11 @@ ul.happyforms-parts-list li[data-part-type="scale_dummy"] .happyforms-parts-list
1097
  background-image: url(../svg/icons/scale.svg);
1098
  }
1099
 
 
 
 
 
 
1100
  ul.happyforms-parts-list li[data-part-type="rating_dummy"] .happyforms-parts-list-item-title:before {
1101
  opacity: 0.5;
1102
  background-image: url(../svg/icons/rating.svg);
@@ -1488,6 +1493,10 @@ div.customize-section-description {
1488
  display: none;
1489
  }
1490
 
 
 
 
 
1491
  [class*='et-core-'] {
1492
  display: none !important;
1493
  }
@@ -1532,3 +1541,11 @@ ul.happyforms-parts-list li.happyforms-parts-list-item--group .happyforms-parts-
1532
  .min-max-wrapper > *:last-child {
1533
  padding-right: 0;
1534
  }
 
 
 
 
 
 
 
 
1097
  background-image: url(../svg/icons/scale.svg);
1098
  }
1099
 
1100
+ ul.happyforms-parts-list li[data-part-type="likert_scale_dummy"] .happyforms-parts-list-item-title:before {
1101
+ opacity: 0.5;
1102
+ background-image: url(../svg/icons/likert-scale.svg);
1103
+ }
1104
+
1105
  ul.happyforms-parts-list li[data-part-type="rating_dummy"] .happyforms-parts-list-item-title:before {
1106
  opacity: 0.5;
1107
  background-image: url(../svg/icons/rating.svg);
1493
  display: none;
1494
  }
1495
 
1496
+ #customize-control-confirm_submission[data-value="redirect"] ~ .happyforms-nested-settings[data-trigger="confirm_submission"] {
1497
+ display: block;
1498
+ }
1499
+
1500
  [class*='et-core-'] {
1501
  display: none !important;
1502
  }
1541
  .min-max-wrapper > *:last-child {
1542
  padding-right: 0;
1543
  }
1544
+
1545
+ #customize-control-send_confirmation_email {
1546
+ display: none;
1547
+ }
1548
+
1549
+ .has-email #customize-control-send_confirmation_email {
1550
+ display: block;
1551
+ }
core/assets/css/layout.css CHANGED
@@ -444,97 +444,62 @@ h3.happyforms-form__title {
444
  }
445
 
446
  /* tooltips */
447
-
448
- .happyforms-tooltip {
449
- display: inline-flex;
450
- align-items: center;
451
- margin-bottom: 3px;
452
- overflow: visible;
453
- pointer-events: none;
454
- vertical-align: middle;
455
- }
456
-
457
  .happyforms-tooltip__trigger {
458
  background-color: transparent;
459
  pointer-events: auto;
460
  cursor: pointer;
461
- }
462
-
463
- .happyforms-form--part-value-text-align-right .happyforms-tooltip__trigger {
464
- right: auto;
465
- left: 1px;
466
- }
467
-
468
- .happyforms-form--direction-rtl .happyforms-tooltip__trigger {
469
- left: 1px;
470
- right: auto;
471
- }
472
-
473
- .happyforms-tooltip__trigger {
474
  color: #000;
475
  color: var(--happyforms-color-part-title);
 
 
476
  }
477
 
478
  .happyforms-tooltip__trigger svg {
479
- width: 16px;
480
- height: 16px;
481
  vertical-align: middle;
482
  }
483
 
484
- .happyforms-tooltip .happyforms-part__description {
485
- position: absolute;
486
- z-index: 999;
487
- top: 0;
488
- transform: translate(0, -100%);
489
- opacity: 0;
490
- width: auto;
491
- max-width: 500px;
492
- visibility: hidden;
493
- margin-left: -10px;
494
- padding: 11px 15px;
495
- border: 1px solid #dbdbdb;
496
- border-radius: 6px;
497
- color: #000;
498
- text-align: left;
499
- background-color: #fff;
500
- transition: opacity 0.2s;
501
- word-wrap: break-word;
502
- }
503
-
504
- .happyforms-part--label-below .happyforms-tooltip .happyforms-part__description {
505
- top: auto;
506
- bottom: -25px;
507
- }
508
-
509
- .happyforms-tooltip .happyforms-part__description:before {
510
  content: '';
511
  position: absolute;
512
  top: 100%;
513
- left: 9px;
514
  width: 0;
515
  height: 0;
516
- border: 8px solid transparent;
517
  border-top-color: #dbdbdb;
518
  }
519
 
520
- .happyforms-tooltip .happyforms-part__description:after {
521
  content: '';
522
  position: absolute;
523
  top: calc(100% - 1px);
524
- left: 10px;
525
  width: 0;
526
  height: 0;
527
- border: 7px solid transparent;
528
  border-top-color: #fff;
529
  }
530
 
531
- .happyforms-tooltip:hover .happyforms-part__description {
532
- visibility: visible;
533
- opacity: 1;
534
  }
535
 
536
- .happyforms-part--has-tooltip .happyforms-input-group__suffix {
537
- padding-right: 35px;
 
 
 
 
 
 
 
 
 
 
538
  }
539
 
540
  /* parts - radio, checkbox */
@@ -1290,7 +1255,9 @@ input[type=submit][disabled].happyforms-button--submit {
1290
  }
1291
  .happyforms-input-group__suffix button.happyforms-plain-button {
1292
  outline: 0;
 
1293
  padding: 10px 15px;
 
1294
  font-weight: normal;
1295
  box-shadow: none;
1296
  border: 0;
@@ -1300,3 +1267,20 @@ input[type=submit][disabled].happyforms-button--submit {
1300
  .happyforms-input-group input {
1301
  width: 100%;
1302
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
444
  }
445
 
446
  /* tooltips */
 
 
 
 
 
 
 
 
 
 
447
  .happyforms-tooltip__trigger {
448
  background-color: transparent;
449
  pointer-events: auto;
450
  cursor: pointer;
451
+ margin-left: 3px;
452
+ border: 0 !important;
 
 
 
 
 
 
 
 
 
 
 
453
  color: #000;
454
  color: var(--happyforms-color-part-title);
455
+ background-color: transparent;
456
+ box-shadow: none !important;
457
  }
458
 
459
  .happyforms-tooltip__trigger svg {
460
+ width: 15px;
461
+ height: 15px;
462
  vertical-align: middle;
463
  }
464
 
465
+ .happyforms-tooltip-ui .ui-tooltip-content:before {
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
466
  content: '';
467
  position: absolute;
468
  top: 100%;
469
+ left: calc(25% + 6px);
470
  width: 0;
471
  height: 0;
472
+ border: 6px solid transparent;
473
  border-top-color: #dbdbdb;
474
  }
475
 
476
+ .happyforms-tooltip-ui .ui-tooltip-content:after {
477
  content: '';
478
  position: absolute;
479
  top: calc(100% - 1px);
480
+ left: calc(25% + 7px);
481
  width: 0;
482
  height: 0;
483
+ border: 5px solid transparent;
484
  border-top-color: #fff;
485
  }
486
 
487
+ .happyforms-tooltip-ui--bottom {
488
+ margin-top: 5px;
 
489
  }
490
 
491
+ .happyforms-tooltip-ui--bottom .ui-tooltip-content:before {
492
+ top: auto;
493
+ bottom: 100%;
494
+ border: 6px solid transparent;
495
+ border-bottom-color: #dbdbdb;
496
+ }
497
+
498
+ .happyforms-tooltip-ui--bottom .ui-tooltip-content:after {
499
+ top: auto;
500
+ bottom: calc(100% - 1px);
501
+ border: 5px solid transparent;
502
+ border-bottom-color: #fff;
503
  }
504
 
505
  /* parts - radio, checkbox */
1255
  }
1256
  .happyforms-input-group__suffix button.happyforms-plain-button {
1257
  outline: 0;
1258
+ margin: 0;
1259
  padding: 10px 15px;
1260
+ line-height: 1;
1261
  font-weight: normal;
1262
  box-shadow: none;
1263
  border: 0;
1267
  .happyforms-input-group input {
1268
  width: 100%;
1269
  }
1270
+
1271
+ .happyforms-tooltip-ui {
1272
+ padding: 8px;
1273
+ position: absolute;
1274
+ z-index: 9999;
1275
+ min-width: auto;
1276
+ max-width: 350px;
1277
+ border-radius: 6px;
1278
+ font-size: 14px;
1279
+ border: 1px solid #dbdbdb;
1280
+ background: #fff;
1281
+ }
1282
+
1283
+ .happyforms-tooltip-ui .ui-widget-content {
1284
+ background: #ffffff;
1285
+ color: #000;
1286
+ }
core/assets/js/frontend/email.js CHANGED
@@ -17,6 +17,8 @@
17
  this.$input.on( 'change', this.triggerChange.bind( this ) );
18
  this.$input.on( 'focus', this.onInputFocus.bind( this ) );
19
  this.$visualInput.on( 'blur', this.onBlur.bind( this ) );
 
 
20
  },
21
 
22
  initAutocomplete: function() {
17
  this.$input.on( 'change', this.triggerChange.bind( this ) );
18
  this.$input.on( 'focus', this.onInputFocus.bind( this ) );
19
  this.$visualInput.on( 'blur', this.onBlur.bind( this ) );
20
+
21
+ this.initTooltip();
22
  },
23
 
24
  initAutocomplete: function() {
core/assets/js/frontend/long-text.js CHANGED
@@ -14,6 +14,8 @@
14
 
15
  this.$el.on( 'keyup', this.refreshCounter.bind( this ) );
16
  this.refreshCounter();
 
 
17
  },
18
 
19
  getValueLength: function() {
14
 
15
  this.$el.on( 'keyup', this.refreshCounter.bind( this ) );
16
  this.refreshCounter();
17
+
18
+ this.initTooltip();
19
  },
20
 
21
  getValueLength: function() {
core/assets/js/frontend/number.js CHANGED
@@ -36,6 +36,7 @@
36
  } );
37
  }
38
 
 
39
  this.onBlur();
40
  },
41
 
36
  } );
37
  }
38
 
39
+ this.initTooltip();
40
  this.onBlur();
41
  },
42
 
core/assets/svg/icons/likert-scale.svg ADDED
@@ -0,0 +1 @@
 
1
+ <svg enable-background="new 0 0 24 24" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="m0 0h24v24h-24z" fill="none"/><path d="m13 11.3 5 6.7h-12l5-6.7v-5.3h2m3-2h-8c-.4 0-.6.5-.3.8l1.3 1.7v4.2l-5.8 7.7c-.5.7 0 1.6.8 1.6h16c.8 0 1.3-.9.8-1.6l-5.8-7.7v-4.2l1.4-1.7c.2-.3 0-.8-.4-.8z"/></svg>
core/classes/class-happyforms-core.php CHANGED
@@ -539,7 +539,7 @@ class HappyForms_Core {
539
 
540
  $dependencies = apply_filters(
541
  'happyforms_frontend_dependencies',
542
- array( 'jquery' ), $this->current_forms
543
  );
544
 
545
  $this->dependencies = $dependencies;
539
 
540
  $dependencies = apply_filters(
541
  'happyforms_frontend_dependencies',
542
+ array( 'jquery', 'jquery-ui-core', 'jquery-ui-tooltip' ), $this->current_forms
543
  );
544
 
545
  $this->dependencies = $dependencies;
core/classes/class-validation-messages.php CHANGED
@@ -30,6 +30,18 @@ class HappyForms_Validation_Messages {
30
  add_filter( 'happyforms_part_attributes', array( $this, 'add_accessibility_attributes' ), 10, 4 );
31
  }
32
 
 
 
 
 
 
 
 
 
 
 
 
 
33
  public function add_accessibility_attributes( $attributes, $part, $form, $component ) {
34
  $part_name = happyforms_get_part_name( $part, $form );
35
  $errors = happyforms_get_session()->get_messages( $part_name );
@@ -61,6 +73,15 @@ class HappyForms_Validation_Messages {
61
  return apply_filters( 'happyforms_default_validation_messages', $messages );
62
  }
63
 
 
 
 
 
 
 
 
 
 
64
  public function get_message( $message_key ) {
65
  $default_messages = $this->get_default_messages();
66
  $message = '';
30
  add_filter( 'happyforms_part_attributes', array( $this, 'add_accessibility_attributes' ), 10, 4 );
31
  }
32
 
33
+ /**
34
+ * Adds HTML attributes for better accessibility in case of form returns some errors.
35
+ *
36
+ * @hooked filter `happyforms_part_attributes`
37
+ *
38
+ * @param array $attributes Array of attributes.
39
+ * @param array $part Part data.
40
+ * @param array $form Form data.
41
+ * @param string $component Component if available.
42
+ *
43
+ * @return array Array of attributes.
44
+ */
45
  public function add_accessibility_attributes( $attributes, $part, $form, $component ) {
46
  $part_name = happyforms_get_part_name( $part, $form );
47
  $errors = happyforms_get_session()->get_messages( $part_name );
73
  return apply_filters( 'happyforms_default_validation_messages', $messages );
74
  }
75
 
76
+ /**
77
+ * Gets validation message from messages array key. Runs message through the filter which
78
+ * allows altering the message through code.
79
+ *
80
+ * @param string $message_key Array key of the message.
81
+ *
82
+ * @return string Empty string on failure (if array key is not found), message ran through the
83
+ * `happyforms_validation_message filter on success.
84
+ */
85
  public function get_message( $message_key ) {
86
  $default_messages = $this->get_default_messages();
87
  $message = '';
core/helpers/helper-form-templates.php CHANGED
@@ -194,12 +194,9 @@ if ( ! function_exists( 'happyforms_print_part_description' ) ):
194
  */
195
  function happyforms_print_part_description( $part_data ) {
196
  if ( happyforms_part_has_tooltip( $part_data ) || is_customize_preview() ) : ?>
197
- <span class="happyforms-part__tooltip happyforms-tooltip"<?php if ( ! happyforms_part_has_tooltip( $part_data ) ) : ?> style="display: none"<?php endif; ?>>
198
- <span class="happyforms-tooltip__trigger">
199
- <svg enable-background="new 0 0 15 15" viewBox="0 0 15 15" xmlns="http://www.w3.org/2000/svg"><path d="m-1.5-1.5h18v18h-18z" fill="none"/><path d="m6.8 12h1.5v-1.5h-1.5zm.7-12c-4.1 0-7.5 3.4-7.5 7.5s3.4 7.5 7.5 7.5 7.5-3.4 7.5-7.5-3.4-7.5-7.5-7.5zm0 13.5c-3.3 0-6-2.7-6-6s2.7-6 6-6 6 2.7 6 6-2.7 6-6 6zm0-10.5c-1.7 0-3 1.3-3 3h1.5c0-.8.7-1.5 1.5-1.5s1.5.7 1.5 1.5c0 1.5-2.2 1.3-2.2 3.8h1.5c0-1.7 2.2-1.9 2.2-3.8 0-1.7-1.3-3-3-3z" fill="currentColor"/></svg>
200
- </span>
201
- <span class="happyforms-part__description"><?php echo esc_html( $part_data['description'] ); ?></span>
202
- </span>
203
  <?php endif; ?>
204
  <?php if ( ! happyforms_part_has_tooltip( $part_data ) || is_customize_preview() ) : ?>
205
  <span class="happyforms-part__description"<?php if ( is_customize_preview() && happyforms_part_has_tooltip( $part_data ) ) : ?> style="display: none"<?php endif; ?>><?php echo esc_html( $part_data['description'] ); ?></span>
194
  */
195
  function happyforms_print_part_description( $part_data ) {
196
  if ( happyforms_part_has_tooltip( $part_data ) || is_customize_preview() ) : ?>
197
+ <a href="#" title="<?php echo esc_html( $part_data['description'] ); ?>" class="happyforms-tooltip__trigger"<?php if ( is_customize_preview() && ! happyforms_part_has_tooltip( $part_data ) ) : ?> style="display: none"<?php endif; ?>>
198
+ <svg enable-background="new 0 0 15 15" viewBox="0 0 15 15" xmlns="http://www.w3.org/2000/svg"><path d="m-1.5-1.5h18v18h-18z" fill="none"/><path d="m6.8 12h1.5v-1.5h-1.5zm.7-12c-4.1 0-7.5 3.4-7.5 7.5s3.4 7.5 7.5 7.5 7.5-3.4 7.5-7.5-3.4-7.5-7.5-7.5zm0 13.5c-3.3 0-6-2.7-6-6s2.7-6 6-6 6 2.7 6 6-2.7 6-6 6zm0-10.5c-1.7 0-3 1.3-3 3h1.5c0-.8.7-1.5 1.5-1.5s1.5.7 1.5 1.5c0 1.5-2.2 1.3-2.2 3.8h1.5c0-1.7 2.2-1.9 2.2-3.8 0-1.7-1.3-3-3-3z" fill="currentColor"/></svg>
199
+ </a>
 
 
 
200
  <?php endif; ?>
201
  <?php if ( ! happyforms_part_has_tooltip( $part_data ) || is_customize_preview() ) : ?>
202
  <span class="happyforms-part__description"<?php if ( is_customize_preview() && happyforms_part_has_tooltip( $part_data ) ) : ?> style="display: none"<?php endif; ?>><?php echo esc_html( $part_data['description'] ); ?></span>
core/templates/parts/customize-checkbox.php CHANGED
@@ -18,7 +18,7 @@
18
  <textarea id="<%= instance.id %>_description" data-bind="description"><%= instance.description %></textarea>
19
  </p>
20
  <p class="happyforms-description-options" style="display: <%= (instance.description != '') ? 'block' : 'none' %>">
21
- <label for="<%= instance.id %>_description_mode"><?php _e( 'Description appearance', 'happyforms' ); ?></label>
22
  <select id="<%= instance.id %>_description_mode" data-bind="description_mode">
23
  <option value=""><?php _e( 'Standard', 'happyforms' ); ?></option>
24
  <option value="tooltip"<%= (instance.description_mode == 'tooltip' || instance.tooltip_description ) ? ' selected' : '' %>><?php _e( 'Tooltip', 'happyforms' ); ?></option>
18
  <textarea id="<%= instance.id %>_description" data-bind="description"><%= instance.description %></textarea>
19
  </p>
20
  <p class="happyforms-description-options" style="display: <%= (instance.description != '') ? 'block' : 'none' %>">
21
+ <label for="<%= instance.id %>_description_mode"><?php _e( 'Description display', 'happyforms' ); ?></label>
22
  <select id="<%= instance.id %>_description_mode" data-bind="description_mode">
23
  <option value=""><?php _e( 'Standard', 'happyforms' ); ?></option>
24
  <option value="tooltip"<%= (instance.description_mode == 'tooltip' || instance.tooltip_description ) ? ' selected' : '' %>><?php _e( 'Tooltip', 'happyforms' ); ?></option>
core/templates/parts/customize-email.php CHANGED
@@ -23,7 +23,7 @@
23
  <textarea id="<%= instance.id %>_description" data-bind="description"><%= instance.description %></textarea>
24
  </p>
25
  <p class="happyforms-description-options" style="display: <%= (instance.description != '') ? 'block' : 'none' %>">
26
- <label for="<%= instance.id %>_description_mode"><?php _e( 'Description appearance', 'happyforms' ); ?></label>
27
  <select id="<%= instance.id %>_description_mode" data-bind="description_mode">
28
  <option value=""><?php _e( 'Standard', 'happyforms' ); ?></option>
29
  <option value="focus-reveal"<%= (instance.description_mode == 'focus-reveal') ? ' selected' : '' %>><?php _e( 'Reveal on focus', 'happyforms' ); ?></option>
23
  <textarea id="<%= instance.id %>_description" data-bind="description"><%= instance.description %></textarea>
24
  </p>
25
  <p class="happyforms-description-options" style="display: <%= (instance.description != '') ? 'block' : 'none' %>">
26
+ <label for="<%= instance.id %>_description_mode"><?php _e( 'Description display', 'happyforms' ); ?></label>
27
  <select id="<%= instance.id %>_description_mode" data-bind="description_mode">
28
  <option value=""><?php _e( 'Standard', 'happyforms' ); ?></option>
29
  <option value="focus-reveal"<%= (instance.description_mode == 'focus-reveal') ? ' selected' : '' %>><?php _e( 'Reveal on focus', 'happyforms' ); ?></option>
core/templates/parts/customize-multi-line-text.php CHANGED
@@ -23,7 +23,7 @@
23
  <textarea id="<%= instance.id %>_description" data-bind="description"><%= instance.description %></textarea>
24
  </p>
25
  <p class="happyforms-description-options" style="display: <%= (instance.description != '') ? 'block' : 'none' %>">
26
- <label for="<%= instance.id %>_description_mode"><?php _e( 'Description appearance', 'happyforms' ); ?></label>
27
  <select id="<%= instance.id %>_description_mode" data-bind="description_mode">
28
  <option value=""><?php _e( 'Standard', 'happyforms' ); ?></option>
29
  <option value="focus-reveal"<%= (instance.description_mode == 'focus-reveal') ? ' selected' : '' %>><?php _e( 'Reveal on focus', 'happyforms' ); ?></option>
23
  <textarea id="<%= instance.id %>_description" data-bind="description"><%= instance.description %></textarea>
24
  </p>
25
  <p class="happyforms-description-options" style="display: <%= (instance.description != '') ? 'block' : 'none' %>">
26
+ <label for="<%= instance.id %>_description_mode"><?php _e( 'Description display', 'happyforms' ); ?></label>
27
  <select id="<%= instance.id %>_description_mode" data-bind="description_mode">
28
  <option value=""><?php _e( 'Standard', 'happyforms' ); ?></option>
29
  <option value="focus-reveal"<%= (instance.description_mode == 'focus-reveal') ? ' selected' : '' %>><?php _e( 'Reveal on focus', 'happyforms' ); ?></option>
core/templates/parts/customize-number.php CHANGED
@@ -23,7 +23,7 @@
23
  <textarea id="<%= instance.id %>_description" data-bind="description"><%= instance.description %></textarea>
24
  </p>
25
  <p class="happyforms-description-options" style="display: <%= (instance.description != '') ? 'block' : 'none' %>">
26
- <label for="<%= instance.id %>_description_mode"><?php _e( 'Description appearance', 'happyforms' ); ?></label>
27
  <select id="<%= instance.id %>_description_mode" data-bind="description_mode">
28
  <option value=""><?php _e( 'Standard', 'happyforms' ); ?></option>
29
  <option value="focus-reveal"<%= (instance.description_mode == 'focus-reveal') ? ' selected' : '' %>><?php _e( 'Reveal on focus', 'happyforms' ); ?></option>
23
  <textarea id="<%= instance.id %>_description" data-bind="description"><%= instance.description %></textarea>
24
  </p>
25
  <p class="happyforms-description-options" style="display: <%= (instance.description != '') ? 'block' : 'none' %>">
26
+ <label for="<%= instance.id %>_description_mode"><?php _e( 'Description display', 'happyforms' ); ?></label>
27
  <select id="<%= instance.id %>_description_mode" data-bind="description_mode">
28
  <option value=""><?php _e( 'Standard', 'happyforms' ); ?></option>
29
  <option value="focus-reveal"<%= (instance.description_mode == 'focus-reveal') ? ' selected' : '' %>><?php _e( 'Reveal on focus', 'happyforms' ); ?></option>
core/templates/parts/customize-radio.php CHANGED
@@ -18,7 +18,7 @@
18
  <textarea id="<%= instance.id %>_description" data-bind="description"><%= instance.description %></textarea>
19
  </p>
20
  <p class="happyforms-description-options" style="display: <%= (instance.description != '') ? 'block' : 'none' %>">
21
- <label for="<%= instance.id %>_description_mode"><?php _e( 'Description appearance', 'happyforms' ); ?></label>
22
  <select id="<%= instance.id %>_description_mode" data-bind="description_mode">
23
  <option value=""><?php _e( 'Standard', 'happyforms' ); ?></option>
24
  <option value="tooltip"<%= (instance.description_mode == 'tooltip' || instance.tooltip_description ) ? ' selected' : '' %>><?php _e( 'Tooltip', 'happyforms' ); ?></option>
18
  <textarea id="<%= instance.id %>_description" data-bind="description"><%= instance.description %></textarea>
19
  </p>
20
  <p class="happyforms-description-options" style="display: <%= (instance.description != '') ? 'block' : 'none' %>">
21
+ <label for="<%= instance.id %>_description_mode"><?php _e( 'Description display', 'happyforms' ); ?></label>
22
  <select id="<%= instance.id %>_description_mode" data-bind="description_mode">
23
  <option value=""><?php _e( 'Standard', 'happyforms' ); ?></option>
24
  <option value="tooltip"<%= (instance.description_mode == 'tooltip' || instance.tooltip_description ) ? ' selected' : '' %>><?php _e( 'Tooltip', 'happyforms' ); ?></option>
core/templates/parts/customize-select.php CHANGED
@@ -22,7 +22,7 @@
22
  <textarea id="<%= instance.id %>_description" data-bind="description"><%= instance.description %></textarea>
23
  </p>
24
  <p class="happyforms-description-options" style="display: <%= (instance.description != '') ? 'block' : 'none' %>">
25
- <label for="<%= instance.id %>_description_mode"><?php _e( 'Description appearance', 'happyforms' ); ?></label>
26
  <select id="<%= instance.id %>_description_mode" data-bind="description_mode">
27
  <option value=""><?php _e( 'Standard', 'happyforms' ); ?></option>
28
  <option value="tooltip"<%= (instance.description_mode == 'tooltip' || instance.tooltip_description ) ? ' selected' : '' %>><?php _e( 'Tooltip', 'happyforms' ); ?></option>
22
  <textarea id="<%= instance.id %>_description" data-bind="description"><%= instance.description %></textarea>
23
  </p>
24
  <p class="happyforms-description-options" style="display: <%= (instance.description != '') ? 'block' : 'none' %>">
25
+ <label for="<%= instance.id %>_description_mode"><?php _e( 'Description display', 'happyforms' ); ?></label>
26
  <select id="<%= instance.id %>_description_mode" data-bind="description_mode">
27
  <option value=""><?php _e( 'Standard', 'happyforms' ); ?></option>
28
  <option value="tooltip"<%= (instance.description_mode == 'tooltip' || instance.tooltip_description ) ? ' selected' : '' %>><?php _e( 'Tooltip', 'happyforms' ); ?></option>
core/templates/parts/customize-single-line-text.php CHANGED
@@ -23,7 +23,7 @@
23
  <textarea id="<%= instance.id %>_description" data-bind="description"><%= instance.description %></textarea>
24
  </p>
25
  <p class="happyforms-description-options" style="display: <%= (instance.description != '') ? 'block' : 'none' %>">
26
- <label for="<%= instance.id %>_description_mode"><?php _e( 'Description appearance', 'happyforms' ); ?></label>
27
  <select id="<%= instance.id %>_description_mode" data-bind="description_mode">
28
  <option value=""><?php _e( 'Standard', 'happyforms' ); ?></option>
29
  <option value="focus-reveal"<%= (instance.description_mode == 'focus-reveal') ? ' selected' : '' %>><?php _e( 'Reveal on focus', 'happyforms' ); ?></option>
23
  <textarea id="<%= instance.id %>_description" data-bind="description"><%= instance.description %></textarea>
24
  </p>
25
  <p class="happyforms-description-options" style="display: <%= (instance.description != '') ? 'block' : 'none' %>">
26
+ <label for="<%= instance.id %>_description_mode"><?php _e( 'Description display', 'happyforms' ); ?></label>
27
  <select id="<%= instance.id %>_description_mode" data-bind="description_mode">
28
  <option value=""><?php _e( 'Standard', 'happyforms' ); ?></option>
29
  <option value="focus-reveal"<%= (instance.description_mode == 'focus-reveal') ? ' selected' : '' %>><?php _e( 'Reveal on focus', 'happyforms' ); ?></option>
happyforms.php CHANGED
@@ -5,7 +5,7 @@
5
  * Plugin URI: https://happyforms.me
6
  * Description: Your friendly drag and drop contact form builder for creating contact forms, lead generation forms, feedback forms, quote forms, survey forms and more!
7
  * Author: HappyForms
8
- * Version: 1.9.16
9
  * Author URI: https://happyforms.me
10
  * Upgrade URI: https://happyforms.me/upgrade
11
  */
@@ -13,7 +13,7 @@
13
  /**
14
  * The current version of the plugin.
15
  */
16
- define( 'HAPPYFORMS_VERSION', '1.9.16' );
17
 
18
  if ( ! function_exists( 'happyforms_plugin_file' ) ):
19
  /**
5
  * Plugin URI: https://happyforms.me
6
  * Description: Your friendly drag and drop contact form builder for creating contact forms, lead generation forms, feedback forms, quote forms, survey forms and more!
7
  * Author: HappyForms
8
+ * Version: 1.9.17
9
  * Author URI: https://happyforms.me
10
  * Upgrade URI: https://happyforms.me/upgrade
11
  */
13
  /**
14
  * The current version of the plugin.
15
  */
16
+ define( 'HAPPYFORMS_VERSION', '1.9.17' );
17
 
18
  if ( ! function_exists( 'happyforms_plugin_file' ) ):
19
  /**
inc/assets/js/customize.js CHANGED
@@ -1243,7 +1243,11 @@
1243
  var $select = $( '[data-bind=label_placement]', this.$el );
1244
 
1245
  if ( 'hidden' === value ) {
 
 
1246
  this.resetDescriptionMode();
 
 
1247
  }
1248
 
1249
  if ( $('option[value='+value+']', $select).length > 0 ) {
1243
  var $select = $( '[data-bind=label_placement]', this.$el );
1244
 
1245
  if ( 'hidden' === value ) {
1246
+ $( '[data-bind=description_mode] option[value=tooltip]', this.$el ).hide();
1247
+
1248
  this.resetDescriptionMode();
1249
+ } else {
1250
+ $( '[data-bind=description_mode] option[value=tooltip]', this.$el ).show();
1251
  }
1252
 
1253
  if ( $('option[value='+value+']', $select).length > 0 ) {
inc/assets/js/frontend.js CHANGED
@@ -11,6 +11,7 @@
11
  this.$input.on( 'blur', this.onBlur.bind( this ) );
12
  this.$input.on( 'focus', this.onInputFocus.bind( this ) );
13
 
 
14
  this.onBlur();
15
  },
16
 
@@ -128,6 +129,59 @@
128
  return valid;
129
  },
130
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
131
  destroy: function() {
132
  this.$el.data( 'HappyFormPart', false );
133
  }
11
  this.$input.on( 'blur', this.onBlur.bind( this ) );
12
  this.$input.on( 'focus', this.onInputFocus.bind( this ) );
13
 
14
+ this.initTooltip();
15
  this.onBlur();
16
  },
17
 
129
  return valid;
130
  },
131
 
132
+ initTooltip: function() {
133
+ var $form = this.$el.closest( 'form' );
134
+ var formStyles = getComputedStyle( $form[0] );
135
+
136
+ var descriptionProperties = [
137
+ '--happyforms-color-part-description',
138
+ '--happyforms-color-part-background',
139
+ '--happyforms-part-description-font-size',
140
+ '--happyforms-color-part-border',
141
+ 'font-family',
142
+ 'letter-spacing',
143
+ ];
144
+
145
+ $( '.happyforms-tooltip__trigger', this.$el ).click( function( e ) {
146
+ e.preventDefault();
147
+ } );
148
+
149
+ $( '.happyforms-tooltip__trigger', this.$el ).tooltip( {
150
+ tooltipClass: 'happyforms-tooltip-ui',
151
+ position: {
152
+ my: 'bottom',
153
+ at: 'center top',
154
+ },
155
+ open: function( event, ui ) {
156
+ if ( ! event.srcElement ) {
157
+ return;
158
+ }
159
+
160
+ var originalHeight = ui.tooltip.height();
161
+
162
+ descriptionProperties.forEach( function( variable ) {
163
+ var value = formStyles.getPropertyValue( variable );
164
+ ui.tooltip[0].style.setProperty( variable, value );
165
+ } );
166
+
167
+ var newHeight = ui.tooltip.height();
168
+ var heightDifference;
169
+
170
+ if ( originalHeight > newHeight ) {
171
+ heightDifference = originalHeight - newHeight;
172
+ ui.tooltip.css( 'top', '+=' + heightDifference );
173
+ } else {
174
+ heightDifference = newHeight - originalHeight;
175
+ ui.tooltip.css( 'top', '-=' + heightDifference );
176
+ }
177
+
178
+ if ( $( event.srcElement ).offset().top < ui.tooltip.offset().top ) {
179
+ ui.tooltip.addClass( 'happyforms-tooltip-ui--bottom' );
180
+ }
181
+ },
182
+ } );
183
+ },
184
+
185
  destroy: function() {
186
  this.$el.data( 'HappyFormPart', false );
187
  }
inc/classes/class-happyforms.php CHANGED
@@ -51,44 +51,47 @@ class HappyForms extends HappyForms_Core {
51
  require_once( happyforms_get_include_folder() . '/classes/parts/class-part-scale-dummy.php' );
52
  $part_library->register_part( 'HappyForms_Part_Scale_Dummy', 14 );
53
 
 
 
 
54
  require_once( happyforms_get_include_folder() . '/classes/parts/class-part-rich-text-dummy.php' );
55
- $part_library->register_part( 'HappyForms_Part_RichText_Dummy', 15 );
56
 
57
  require_once( happyforms_get_include_folder() . '/classes/parts/class-part-legal-dummy.php' );
58
- $part_library->register_part( 'HappyForms_Part_Legal_Dummy', 16 );
59
 
60
  require_once( happyforms_get_include_folder() . '/classes/parts/class-part-signature-dummy.php' );
61
- $part_library->register_part( 'HappyForms_Part_Signature_Dummy', 17 );
62
 
63
  require_once( happyforms_get_include_folder() . '/classes/parts/class-part-rating-dummy.php' );
64
- $part_library->register_part( 'HappyForms_Part_Rating_Dummy', 18 );
65
 
66
  require_once( happyforms_get_include_folder() . '/classes/parts/class-part-narrative-dummy.php' );
67
- $part_library->register_part( 'HappyForms_Part_Narrative_Dummy', 19 );
68
 
69
  require_once( happyforms_get_include_folder() . '/classes/parts/class-part-optin-dummy.php' );
70
- $part_library->register_part( 'HappyForms_Part_OptIn_Dummy', 20 );
71
 
72
  require_once( happyforms_get_include_folder() . '/classes/parts/class-part-payments-dummy.php' );
73
- $part_library->register_part( 'HappyForms_Part_Payments_Dummy', 21 );
74
 
75
  require_once( happyforms_get_include_folder() . '/classes/parts/class-part-layout-drawer-group.php' );
76
- $part_library->register_part( 'HappyForms_Part_LayoutDrawerGroup', 22 );
77
 
78
  require_once( happyforms_get_include_folder() . '/classes/parts/class-part-layout-title-dummy.php' );
79
- $part_library->register_part( 'HappyForms_Part_LayoutTitle_Dummy', 23 );
80
 
81
  require_once( happyforms_get_include_folder() . '/classes/parts/class-part-placeholder-dummy.php' );
82
- $part_library->register_part( 'HappyForms_Part_Placeholder_Dummy', 24 );
83
 
84
  require_once( happyforms_get_include_folder() . '/classes/parts/class-part-media-dummy.php' );
85
- $part_library->register_part( 'HappyForms_Part_Media_Dummy', 25 );
86
 
87
  require_once( happyforms_get_include_folder() . '/classes/parts/class-part-divider-dummy.php' );
88
- $part_library->register_part( 'HappyForms_Part_Divider_Dummy', 26 );
89
 
90
  require_once( happyforms_get_include_folder() . '/classes/parts/class-part-page-break-dummy.php' );
91
- $part_library->register_part( 'HappyForms_Part_PageBreak_Dummy', 27 );
92
  }
93
 
94
  public function add_dummy_setup_controls( $controls ) {
51
  require_once( happyforms_get_include_folder() . '/classes/parts/class-part-scale-dummy.php' );
52
  $part_library->register_part( 'HappyForms_Part_Scale_Dummy', 14 );
53
 
54
+ require_once( happyforms_get_include_folder() . '/classes/parts/class-part-likert-scale-dummy.php' );
55
+ $part_library->register_part( 'HappyForms_Part_LikertScale_Dummy', 15 );
56
+
57
  require_once( happyforms_get_include_folder() . '/classes/parts/class-part-rich-text-dummy.php' );
58
+ $part_library->register_part( 'HappyForms_Part_RichText_Dummy', 16 );
59
 
60
  require_once( happyforms_get_include_folder() . '/classes/parts/class-part-legal-dummy.php' );
61
+ $part_library->register_part( 'HappyForms_Part_Legal_Dummy', 17 );
62
 
63
  require_once( happyforms_get_include_folder() . '/classes/parts/class-part-signature-dummy.php' );
64
+ $part_library->register_part( 'HappyForms_Part_Signature_Dummy', 18 );
65
 
66
  require_once( happyforms_get_include_folder() . '/classes/parts/class-part-rating-dummy.php' );
67
+ $part_library->register_part( 'HappyForms_Part_Rating_Dummy', 19 );
68
 
69
  require_once( happyforms_get_include_folder() . '/classes/parts/class-part-narrative-dummy.php' );
70
+ $part_library->register_part( 'HappyForms_Part_Narrative_Dummy', 20 );
71
 
72
  require_once( happyforms_get_include_folder() . '/classes/parts/class-part-optin-dummy.php' );
73
+ $part_library->register_part( 'HappyForms_Part_OptIn_Dummy', 21 );
74
 
75
  require_once( happyforms_get_include_folder() . '/classes/parts/class-part-payments-dummy.php' );
76
+ $part_library->register_part( 'HappyForms_Part_Payments_Dummy', 22 );
77
 
78
  require_once( happyforms_get_include_folder() . '/classes/parts/class-part-layout-drawer-group.php' );
79
+ $part_library->register_part( 'HappyForms_Part_LayoutDrawerGroup', 23 );
80
 
81
  require_once( happyforms_get_include_folder() . '/classes/parts/class-part-layout-title-dummy.php' );
82
+ $part_library->register_part( 'HappyForms_Part_LayoutTitle_Dummy', 24 );
83
 
84
  require_once( happyforms_get_include_folder() . '/classes/parts/class-part-placeholder-dummy.php' );
85
+ $part_library->register_part( 'HappyForms_Part_Placeholder_Dummy', 25 );
86
 
87
  require_once( happyforms_get_include_folder() . '/classes/parts/class-part-media-dummy.php' );
88
+ $part_library->register_part( 'HappyForms_Part_Media_Dummy', 26 );
89
 
90
  require_once( happyforms_get_include_folder() . '/classes/parts/class-part-divider-dummy.php' );
91
+ $part_library->register_part( 'HappyForms_Part_Divider_Dummy', 27 );
92
 
93
  require_once( happyforms_get_include_folder() . '/classes/parts/class-part-page-break-dummy.php' );
94
+ $part_library->register_part( 'HappyForms_Part_PageBreak_Dummy', 28 );
95
  }
96
 
97
  public function add_dummy_setup_controls( $controls ) {
inc/classes/parts/class-part-likert-scale-dummy.php ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+
3
+ class HappyForms_Part_LikertScale_Dummy extends HappyForms_Form_Part {
4
+
5
+ public $type = 'likert_scale_dummy';
6
+
7
+ public function __construct() {
8
+ $this->label = __( 'Likert Scale', 'happyforms' );
9
+ $this->description = __( 'For collecting opinions using a numeric likert scale.', 'happyforms' );
10
+ }
11
+
12
+ }
languages/happyforms.pot CHANGED
@@ -2,9 +2,9 @@
2
  # This file is distributed under the same license as the HappyForms package.
3
  msgid ""
4
  msgstr ""
5
- "Project-Id-Version: HappyForms 1.9.16\n"
6
  "Report-Msgid-Bugs-To: https://thethemefoundry.com/support/\n"
7
- "POT-Creation-Date: 2020-07-20 06:42:28+00:00\n"
8
  "MIME-Version: 1.0\n"
9
  "Content-Type: text/plain; charset=utf-8\n"
10
  "Content-Transfer-Encoding: 8bit\n"
@@ -917,31 +917,31 @@ msgstr ""
917
  msgid "Error description"
918
  msgstr ""
919
 
920
- #: core/classes/class-validation-messages.php:52
921
  msgid "Please fill in this field"
922
  msgstr ""
923
 
924
- #: core/classes/class-validation-messages.php:53
925
  msgid "This is invalid"
926
  msgstr ""
927
 
928
- #: core/classes/class-validation-messages.php:54
929
  msgid "This doesn't match"
930
  msgstr ""
931
 
932
- #: core/classes/class-validation-messages.php:55
933
  msgid "Please select more choices"
934
  msgstr ""
935
 
936
- #: core/classes/class-validation-messages.php:56
937
  msgid "Please select less choices"
938
  msgstr ""
939
 
940
- #: core/classes/class-validation-messages.php:57
941
  msgid "This message is too long"
942
  msgstr ""
943
 
944
- #: core/classes/class-validation-messages.php:58
945
  msgid "This message is too short"
946
  msgstr ""
947
 
@@ -1130,927 +1130,927 @@ msgstr ""
1130
  msgid "Spam protection, skip this field"
1131
  msgstr ""
1132
 
1133
- #: core/helpers/helper-form-templates.php:1033
1134
  msgid "January"
1135
  msgstr ""
1136
 
1137
- #: core/helpers/helper-form-templates.php:1034
1138
  msgid "February"
1139
  msgstr ""
1140
 
1141
- #: core/helpers/helper-form-templates.php:1035
1142
  msgid "March"
1143
  msgstr ""
1144
 
1145
- #: core/helpers/helper-form-templates.php:1036
1146
  msgid "April"
1147
  msgstr ""
1148
 
1149
- #: core/helpers/helper-form-templates.php:1037
1150
  msgid "May"
1151
  msgstr ""
1152
 
1153
- #: core/helpers/helper-form-templates.php:1038
1154
  msgid "June"
1155
  msgstr ""
1156
 
1157
- #: core/helpers/helper-form-templates.php:1039
1158
  msgid "July"
1159
  msgstr ""
1160
 
1161
- #: core/helpers/helper-form-templates.php:1040
1162
  msgid "August"
1163
  msgstr ""
1164
 
1165
- #: core/helpers/helper-form-templates.php:1041
1166
  msgid "September"
1167
  msgstr ""
1168
 
1169
- #: core/helpers/helper-form-templates.php:1042
1170
  msgid "October"
1171
  msgstr ""
1172
 
1173
- #: core/helpers/helper-form-templates.php:1043
1174
  msgid "November"
1175
  msgstr ""
1176
 
1177
- #: core/helpers/helper-form-templates.php:1044
1178
  msgid "December"
1179
  msgstr ""
1180
 
1181
- #: core/helpers/helper-form-templates.php:1085 core/helpers/helper-misc.php:218
1182
  msgid "Andorra"
1183
  msgstr ""
1184
 
1185
- #: core/helpers/helper-form-templates.php:1086 core/helpers/helper-misc.php:436
1186
  msgid "United Arab Emirates"
1187
  msgstr ""
1188
 
1189
- #: core/helpers/helper-form-templates.php:1087 core/helpers/helper-misc.php:214
1190
  msgid "Afghanistan"
1191
  msgstr ""
1192
 
1193
- #: core/helpers/helper-form-templates.php:1088 core/helpers/helper-misc.php:222
1194
  msgid "Antigua and Barbuda"
1195
  msgstr ""
1196
 
1197
- #: core/helpers/helper-form-templates.php:1089 core/helpers/helper-misc.php:220
1198
  msgid "Anguilla"
1199
  msgstr ""
1200
 
1201
- #: core/helpers/helper-form-templates.php:1090 core/helpers/helper-misc.php:215
1202
  msgid "Albania"
1203
  msgstr ""
1204
 
1205
- #: core/helpers/helper-form-templates.php:1091 core/helpers/helper-misc.php:224
1206
  msgid "Armenia"
1207
  msgstr ""
1208
 
1209
- #: core/helpers/helper-form-templates.php:1092 core/helpers/helper-misc.php:219
1210
  msgid "Angola"
1211
  msgstr ""
1212
 
1213
- #: core/helpers/helper-form-templates.php:1093 core/helpers/helper-misc.php:221
1214
  msgid "Antarctica"
1215
  msgstr ""
1216
 
1217
- #: core/helpers/helper-form-templates.php:1094 core/helpers/helper-misc.php:223
1218
  msgid "Argentina"
1219
  msgstr ""
1220
 
1221
- #: core/helpers/helper-form-templates.php:1095 core/helpers/helper-misc.php:217
1222
  msgid "American Samoa"
1223
  msgstr ""
1224
 
1225
- #: core/helpers/helper-form-templates.php:1096 core/helpers/helper-misc.php:227
1226
  msgid "Austria"
1227
  msgstr ""
1228
 
1229
- #: core/helpers/helper-form-templates.php:1097 core/helpers/helper-misc.php:226
1230
  msgid "Australia"
1231
  msgstr ""
1232
 
1233
- #: core/helpers/helper-form-templates.php:1098 core/helpers/helper-misc.php:225
1234
  msgid "Aruba"
1235
  msgstr ""
1236
 
1237
- #: core/helpers/helper-form-templates.php:1099 core/helpers/helper-misc.php:228
1238
  msgid "Azerbaijan"
1239
  msgstr ""
1240
 
1241
- #: core/helpers/helper-form-templates.php:1100
1242
  msgid "Bosnia and Herzegovina"
1243
  msgstr ""
1244
 
1245
- #: core/helpers/helper-form-templates.php:1101 core/helpers/helper-misc.php:232
1246
  msgid "Barbados"
1247
  msgstr ""
1248
 
1249
- #: core/helpers/helper-form-templates.php:1102 core/helpers/helper-misc.php:231
1250
  msgid "Bangladesh"
1251
  msgstr ""
1252
 
1253
- #: core/helpers/helper-form-templates.php:1103 core/helpers/helper-misc.php:234
1254
  msgid "Belgium"
1255
  msgstr ""
1256
 
1257
- #: core/helpers/helper-form-templates.php:1104 core/helpers/helper-misc.php:247
1258
  msgid "Burkina Faso"
1259
  msgstr ""
1260
 
1261
- #: core/helpers/helper-form-templates.php:1105 core/helpers/helper-misc.php:246
1262
  msgid "Bulgaria"
1263
  msgstr ""
1264
 
1265
- #: core/helpers/helper-form-templates.php:1106 core/helpers/helper-misc.php:230
1266
  msgid "Bahrain"
1267
  msgstr ""
1268
 
1269
- #: core/helpers/helper-form-templates.php:1107 core/helpers/helper-misc.php:248
1270
  msgid "Burundi"
1271
  msgstr ""
1272
 
1273
- #: core/helpers/helper-form-templates.php:1108 core/helpers/helper-misc.php:236
1274
  msgid "Benin"
1275
  msgstr ""
1276
 
1277
- #: core/helpers/helper-form-templates.php:1109
1278
  msgid "Saint Barthelemy"
1279
  msgstr ""
1280
 
1281
- #: core/helpers/helper-form-templates.php:1110 core/helpers/helper-misc.php:237
1282
  msgid "Bermuda"
1283
  msgstr ""
1284
 
1285
- #: core/helpers/helper-form-templates.php:1111 core/helpers/helper-misc.php:245
1286
  msgid "Brunei Darussalam"
1287
  msgstr ""
1288
 
1289
- #: core/helpers/helper-form-templates.php:1112 core/helpers/helper-misc.php:239
1290
  msgid "Bolivia"
1291
  msgstr ""
1292
 
1293
- #: core/helpers/helper-form-templates.php:1113 core/helpers/helper-misc.php:243
1294
  msgid "Brazil"
1295
  msgstr ""
1296
 
1297
- #: core/helpers/helper-form-templates.php:1114 core/helpers/helper-misc.php:229
1298
  msgid "Bahamas"
1299
  msgstr ""
1300
 
1301
- #: core/helpers/helper-form-templates.php:1115 core/helpers/helper-misc.php:238
1302
  msgid "Bhutan"
1303
  msgstr ""
1304
 
1305
- #: core/helpers/helper-form-templates.php:1116 core/helpers/helper-misc.php:241
1306
  msgid "Botswana"
1307
  msgstr ""
1308
 
1309
- #: core/helpers/helper-form-templates.php:1117 core/helpers/helper-misc.php:233
1310
  msgid "Belarus"
1311
  msgstr ""
1312
 
1313
- #: core/helpers/helper-form-templates.php:1118 core/helpers/helper-misc.php:235
1314
  msgid "Belize"
1315
  msgstr ""
1316
 
1317
- #: core/helpers/helper-form-templates.php:1119 core/helpers/helper-misc.php:251
1318
  msgid "Canada"
1319
  msgstr ""
1320
 
1321
- #: core/helpers/helper-form-templates.php:1120
1322
  msgid "Congo, The Democratic Republic of the"
1323
  msgstr ""
1324
 
1325
- #: core/helpers/helper-form-templates.php:1121 core/helpers/helper-misc.php:254
1326
  msgid "Central African Republic"
1327
  msgstr ""
1328
 
1329
- #: core/helpers/helper-form-templates.php:1122 core/helpers/helper-misc.php:262
1330
  msgid "Congo"
1331
  msgstr ""
1332
 
1333
- #: core/helpers/helper-form-templates.php:1123 core/helpers/helper-misc.php:419
1334
  msgid "Switzerland"
1335
  msgstr ""
1336
 
1337
- #: core/helpers/helper-form-templates.php:1124 core/helpers/helper-misc.php:264
1338
  msgid "Cook Islands"
1339
  msgstr ""
1340
 
1341
- #: core/helpers/helper-form-templates.php:1125 core/helpers/helper-misc.php:256
1342
  msgid "Chile"
1343
  msgstr ""
1344
 
1345
- #: core/helpers/helper-form-templates.php:1126 core/helpers/helper-misc.php:250
1346
  msgid "Cameroon"
1347
  msgstr ""
1348
 
1349
- #: core/helpers/helper-form-templates.php:1127 core/helpers/helper-misc.php:257
1350
  msgid "China"
1351
  msgstr ""
1352
 
1353
- #: core/helpers/helper-form-templates.php:1128 core/helpers/helper-misc.php:260
1354
  msgid "Colombia"
1355
  msgstr ""
1356
 
1357
- #: core/helpers/helper-form-templates.php:1129 core/helpers/helper-misc.php:265
1358
  msgid "Costa Rica"
1359
  msgstr ""
1360
 
1361
- #: core/helpers/helper-form-templates.php:1130 core/helpers/helper-misc.php:268
1362
  msgid "Cuba"
1363
  msgstr ""
1364
 
1365
- #: core/helpers/helper-form-templates.php:1131 core/helpers/helper-misc.php:252
1366
  msgid "Cape Verde"
1367
  msgstr ""
1368
 
1369
- #: core/helpers/helper-form-templates.php:1132 core/helpers/helper-misc.php:269
1370
  msgid "Cyprus"
1371
  msgstr ""
1372
 
1373
- #: core/helpers/helper-form-templates.php:1133 core/helpers/helper-misc.php:270
1374
  msgid "Czech Republic"
1375
  msgstr ""
1376
 
1377
- #: core/helpers/helper-form-templates.php:1134 core/helpers/helper-misc.php:295
1378
  msgid "Germany"
1379
  msgstr ""
1380
 
1381
- #: core/helpers/helper-form-templates.php:1135 core/helpers/helper-misc.php:272
1382
  msgid "Djibouti"
1383
  msgstr ""
1384
 
1385
- #: core/helpers/helper-form-templates.php:1136 core/helpers/helper-misc.php:271
1386
  msgid "Denmark"
1387
  msgstr ""
1388
 
1389
- #: core/helpers/helper-form-templates.php:1137 core/helpers/helper-misc.php:273
1390
  msgid "Dominica"
1391
  msgstr ""
1392
 
1393
- #: core/helpers/helper-form-templates.php:1138 core/helpers/helper-misc.php:274
1394
  msgid "Dominican Republic"
1395
  msgstr ""
1396
 
1397
- #: core/helpers/helper-form-templates.php:1139 core/helpers/helper-misc.php:216
1398
  msgid "Algeria"
1399
  msgstr ""
1400
 
1401
- #: core/helpers/helper-form-templates.php:1140 core/helpers/helper-misc.php:276
1402
  msgid "Ecuador"
1403
  msgstr ""
1404
 
1405
- #: core/helpers/helper-form-templates.php:1141 core/helpers/helper-misc.php:281
1406
  msgid "Estonia"
1407
  msgstr ""
1408
 
1409
- #: core/helpers/helper-form-templates.php:1142 core/helpers/helper-misc.php:277
1410
  msgid "Egypt"
1411
  msgstr ""
1412
 
1413
- #: core/helpers/helper-form-templates.php:1143 core/helpers/helper-misc.php:280
1414
  msgid "Eritrea"
1415
  msgstr ""
1416
 
1417
- #: core/helpers/helper-form-templates.php:1144 core/helpers/helper-misc.php:410
1418
  msgid "Spain"
1419
  msgstr ""
1420
 
1421
- #: core/helpers/helper-form-templates.php:1145 core/helpers/helper-misc.php:282
1422
  msgid "Ethiopia"
1423
  msgstr ""
1424
 
1425
- #: core/helpers/helper-form-templates.php:1146 core/helpers/helper-misc.php:286
1426
  msgid "Finland"
1427
  msgstr ""
1428
 
1429
- #: core/helpers/helper-form-templates.php:1147 core/helpers/helper-misc.php:285
1430
  msgid "Fiji"
1431
  msgstr ""
1432
 
1433
- #: core/helpers/helper-form-templates.php:1148 core/helpers/helper-misc.php:283
1434
  msgid "Falkland Islands (Malvinas)"
1435
  msgstr ""
1436
 
1437
- #: core/helpers/helper-form-templates.php:1149 core/helpers/helper-misc.php:354
1438
  msgid "Micronesia, Federated States of"
1439
  msgstr ""
1440
 
1441
- #: core/helpers/helper-form-templates.php:1150 core/helpers/helper-misc.php:284
1442
  msgid "Faroe Islands"
1443
  msgstr ""
1444
 
1445
- #: core/helpers/helper-form-templates.php:1151 core/helpers/helper-misc.php:287
1446
  msgid "France"
1447
  msgstr ""
1448
 
1449
- #: core/helpers/helper-form-templates.php:1152 core/helpers/helper-misc.php:292
1450
  msgid "Gabon"
1451
  msgstr ""
1452
 
1453
- #: core/helpers/helper-form-templates.php:1153 core/helpers/helper-misc.php:437
1454
  msgid "United Kingdom"
1455
  msgstr ""
1456
 
1457
- #: core/helpers/helper-form-templates.php:1154 core/helpers/helper-misc.php:300
1458
  msgid "Grenada"
1459
  msgstr ""
1460
 
1461
- #: core/helpers/helper-form-templates.php:1155 core/helpers/helper-misc.php:294
1462
  msgid "Georgia"
1463
  msgstr ""
1464
 
1465
- #: core/helpers/helper-form-templates.php:1156 core/helpers/helper-misc.php:296
1466
  msgid "Ghana"
1467
  msgstr ""
1468
 
1469
- #: core/helpers/helper-form-templates.php:1157 core/helpers/helper-misc.php:297
1470
  msgid "Gibraltar"
1471
  msgstr ""
1472
 
1473
- #: core/helpers/helper-form-templates.php:1158 core/helpers/helper-misc.php:299
1474
  msgid "Greenland"
1475
  msgstr ""
1476
 
1477
- #: core/helpers/helper-form-templates.php:1159 core/helpers/helper-misc.php:293
1478
  msgid "Gambia"
1479
  msgstr ""
1480
 
1481
- #: core/helpers/helper-form-templates.php:1160 core/helpers/helper-misc.php:304
1482
  msgid "Guinea"
1483
  msgstr ""
1484
 
1485
- #: core/helpers/helper-form-templates.php:1161 core/helpers/helper-misc.php:298
1486
  msgid "Greece"
1487
  msgstr ""
1488
 
1489
- #: core/helpers/helper-form-templates.php:1162 core/helpers/helper-misc.php:303
1490
  msgid "Guatemala"
1491
  msgstr ""
1492
 
1493
- #: core/helpers/helper-form-templates.php:1163 core/helpers/helper-misc.php:302
1494
  msgid "Guam"
1495
  msgstr ""
1496
 
1497
- #: core/helpers/helper-form-templates.php:1164
1498
  msgid "Guinea-bissau"
1499
  msgstr ""
1500
 
1501
- #: core/helpers/helper-form-templates.php:1165 core/helpers/helper-misc.php:306
1502
  msgid "Guyana"
1503
  msgstr ""
1504
 
1505
- #: core/helpers/helper-form-templates.php:1166 core/helpers/helper-misc.php:311
1506
  msgid "Hong Kong"
1507
  msgstr ""
1508
 
1509
- #: core/helpers/helper-form-templates.php:1167 core/helpers/helper-misc.php:310
1510
  msgid "Honduras"
1511
  msgstr ""
1512
 
1513
- #: core/helpers/helper-form-templates.php:1168
1514
  msgid "Croatia"
1515
  msgstr ""
1516
 
1517
- #: core/helpers/helper-form-templates.php:1169 core/helpers/helper-misc.php:307
1518
  msgid "Haiti"
1519
  msgstr ""
1520
 
1521
- #: core/helpers/helper-form-templates.php:1170 core/helpers/helper-misc.php:312
1522
  msgid "Hungary"
1523
  msgstr ""
1524
 
1525
- #: core/helpers/helper-form-templates.php:1171 core/helpers/helper-misc.php:315
1526
  msgid "Indonesia"
1527
  msgstr ""
1528
 
1529
- #: core/helpers/helper-form-templates.php:1172 core/helpers/helper-misc.php:318
1530
  msgid "Ireland"
1531
  msgstr ""
1532
 
1533
- #: core/helpers/helper-form-templates.php:1173 core/helpers/helper-misc.php:319
1534
  msgid "Israel"
1535
  msgstr ""
1536
 
1537
- #: core/helpers/helper-form-templates.php:1174 core/helpers/helper-misc.php:314
1538
  msgid "India"
1539
  msgstr ""
1540
 
1541
- #: core/helpers/helper-form-templates.php:1175 core/helpers/helper-misc.php:317
1542
  msgid "Iraq"
1543
  msgstr ""
1544
 
1545
- #: core/helpers/helper-form-templates.php:1176
1546
  msgid "Iran, Islamic Republic of"
1547
  msgstr ""
1548
 
1549
- #: core/helpers/helper-form-templates.php:1177 core/helpers/helper-misc.php:313
1550
  msgid "Iceland"
1551
  msgstr ""
1552
 
1553
- #: core/helpers/helper-form-templates.php:1178 core/helpers/helper-misc.php:320
1554
  msgid "Italy"
1555
  msgstr ""
1556
 
1557
- #: core/helpers/helper-form-templates.php:1179 core/helpers/helper-misc.php:321
1558
  msgid "Jamaica"
1559
  msgstr ""
1560
 
1561
- #: core/helpers/helper-form-templates.php:1180 core/helpers/helper-misc.php:323
1562
  msgid "Jordan"
1563
  msgstr ""
1564
 
1565
- #: core/helpers/helper-form-templates.php:1181 core/helpers/helper-misc.php:322
1566
  msgid "Japan"
1567
  msgstr ""
1568
 
1569
- #: core/helpers/helper-form-templates.php:1182 core/helpers/helper-misc.php:325
1570
  msgid "Kenya"
1571
  msgstr ""
1572
 
1573
- #: core/helpers/helper-form-templates.php:1183 core/helpers/helper-misc.php:330
1574
  msgid "Kyrgyzstan"
1575
  msgstr ""
1576
 
1577
- #: core/helpers/helper-form-templates.php:1184 core/helpers/helper-misc.php:249
1578
  msgid "Cambodia"
1579
  msgstr ""
1580
 
1581
- #: core/helpers/helper-form-templates.php:1185 core/helpers/helper-misc.php:326
1582
  msgid "Kiribati"
1583
  msgstr ""
1584
 
1585
- #: core/helpers/helper-form-templates.php:1186 core/helpers/helper-misc.php:261
1586
  msgid "Comoros"
1587
  msgstr ""
1588
 
1589
- #: core/helpers/helper-form-templates.php:1187 core/helpers/helper-misc.php:393
1590
  msgid "Saint Kitts and Nevis"
1591
  msgstr ""
1592
 
1593
- #: core/helpers/helper-form-templates.php:1188
1594
  msgid "Korea Democratic Peoples Republic of"
1595
  msgstr ""
1596
 
1597
- #: core/helpers/helper-form-templates.php:1189
1598
  msgid "Korea Republic of"
1599
  msgstr ""
1600
 
1601
- #: core/helpers/helper-form-templates.php:1190 core/helpers/helper-misc.php:329
1602
  msgid "Kuwait"
1603
  msgstr ""
1604
 
1605
- #: core/helpers/helper-form-templates.php:1191 core/helpers/helper-misc.php:253
1606
  msgid "Cayman Islands"
1607
  msgstr ""
1608
 
1609
- #: core/helpers/helper-form-templates.php:1192
1610
  msgid "Lao Peoples Democratic Republic"
1611
  msgstr ""
1612
 
1613
- #: core/helpers/helper-form-templates.php:1193 core/helpers/helper-misc.php:333
1614
  msgid "Lebanon"
1615
  msgstr ""
1616
 
1617
- #: core/helpers/helper-form-templates.php:1194 core/helpers/helper-misc.php:394
1618
  msgid "Saint Lucia"
1619
  msgstr ""
1620
 
1621
- #: core/helpers/helper-form-templates.php:1195 core/helpers/helper-misc.php:337
1622
  msgid "Liechtenstein"
1623
  msgstr ""
1624
 
1625
- #: core/helpers/helper-form-templates.php:1196 core/helpers/helper-misc.php:411
1626
  msgid "Sri Lanka"
1627
  msgstr ""
1628
 
1629
- #: core/helpers/helper-form-templates.php:1197 core/helpers/helper-misc.php:335
1630
  msgid "Liberia"
1631
  msgstr ""
1632
 
1633
- #: core/helpers/helper-form-templates.php:1198 core/helpers/helper-misc.php:334
1634
  msgid "Lesotho"
1635
  msgstr ""
1636
 
1637
- #: core/helpers/helper-form-templates.php:1199 core/helpers/helper-misc.php:338
1638
  msgid "Lithuania"
1639
  msgstr ""
1640
 
1641
- #: core/helpers/helper-form-templates.php:1200 core/helpers/helper-misc.php:339
1642
  msgid "Luxembourg"
1643
  msgstr ""
1644
 
1645
- #: core/helpers/helper-form-templates.php:1201 core/helpers/helper-misc.php:332
1646
  msgid "Latvia"
1647
  msgstr ""
1648
 
1649
- #: core/helpers/helper-form-templates.php:1202 core/helpers/helper-misc.php:336
1650
  msgid "Libyan Arab Jamahiriya"
1651
  msgstr ""
1652
 
1653
- #: core/helpers/helper-form-templates.php:1203 core/helpers/helper-misc.php:359
1654
  msgid "Morocco"
1655
  msgstr ""
1656
 
1657
- #: core/helpers/helper-form-templates.php:1204 core/helpers/helper-misc.php:356
1658
  msgid "Monaco"
1659
  msgstr ""
1660
 
1661
- #: core/helpers/helper-form-templates.php:1205 core/helpers/helper-misc.php:355
1662
  msgid "Moldova, Republic of"
1663
  msgstr ""
1664
 
1665
- #: core/helpers/helper-form-templates.php:1206
1666
  msgid "Montenegro"
1667
  msgstr ""
1668
 
1669
- #: core/helpers/helper-form-templates.php:1207 core/helpers/helper-misc.php:342
1670
  msgid "Madagascar"
1671
  msgstr ""
1672
 
1673
- #: core/helpers/helper-form-templates.php:1208 core/helpers/helper-misc.php:348
1674
  msgid "Marshall Islands"
1675
  msgstr ""
1676
 
1677
- #: core/helpers/helper-form-templates.php:1209 core/helpers/helper-misc.php:341
1678
  msgid "Macedonia, The Former Yugoslav Republic of"
1679
  msgstr ""
1680
 
1681
- #: core/helpers/helper-form-templates.php:1210 core/helpers/helper-misc.php:346
1682
  msgid "Mali"
1683
  msgstr ""
1684
 
1685
- #: core/helpers/helper-form-templates.php:1211 core/helpers/helper-misc.php:361
1686
  msgid "Myanmar"
1687
  msgstr ""
1688
 
1689
- #: core/helpers/helper-form-templates.php:1212 core/helpers/helper-misc.php:357
1690
  msgid "Mongolia"
1691
  msgstr ""
1692
 
1693
- #: core/helpers/helper-form-templates.php:1213 core/helpers/helper-misc.php:340
1694
  msgid "Macau"
1695
  msgstr ""
1696
 
1697
- #: core/helpers/helper-form-templates.php:1214 core/helpers/helper-misc.php:374
1698
  msgid "Northern Mariana Islands"
1699
  msgstr ""
1700
 
1701
- #: core/helpers/helper-form-templates.php:1215 core/helpers/helper-misc.php:350
1702
  msgid "Mauritania"
1703
  msgstr ""
1704
 
1705
- #: core/helpers/helper-form-templates.php:1216 core/helpers/helper-misc.php:358
1706
  msgid "Montserrat"
1707
  msgstr ""
1708
 
1709
- #: core/helpers/helper-form-templates.php:1217 core/helpers/helper-misc.php:347
1710
  msgid "Malta"
1711
  msgstr ""
1712
 
1713
- #: core/helpers/helper-form-templates.php:1218 core/helpers/helper-misc.php:351
1714
  msgid "Mauritius"
1715
  msgstr ""
1716
 
1717
- #: core/helpers/helper-form-templates.php:1219 core/helpers/helper-misc.php:345
1718
  msgid "Maldives"
1719
  msgstr ""
1720
 
1721
- #: core/helpers/helper-form-templates.php:1220 core/helpers/helper-misc.php:343
1722
  msgid "Malawi"
1723
  msgstr ""
1724
 
1725
- #: core/helpers/helper-form-templates.php:1221 core/helpers/helper-misc.php:353
1726
  msgid "Mexico"
1727
  msgstr ""
1728
 
1729
- #: core/helpers/helper-form-templates.php:1222 core/helpers/helper-misc.php:344
1730
  msgid "Malaysia"
1731
  msgstr ""
1732
 
1733
- #: core/helpers/helper-form-templates.php:1223 core/helpers/helper-misc.php:360
1734
  msgid "Mozambique"
1735
  msgstr ""
1736
 
1737
- #: core/helpers/helper-form-templates.php:1224 core/helpers/helper-misc.php:362
1738
  msgid "Namibia"
1739
  msgstr ""
1740
 
1741
- #: core/helpers/helper-form-templates.php:1225 core/helpers/helper-misc.php:367
1742
  msgid "New Caledonia"
1743
  msgstr ""
1744
 
1745
- #: core/helpers/helper-form-templates.php:1226 core/helpers/helper-misc.php:370
1746
  msgid "Niger"
1747
  msgstr ""
1748
 
1749
- #: core/helpers/helper-form-templates.php:1227 core/helpers/helper-misc.php:371
1750
  msgid "Nigeria"
1751
  msgstr ""
1752
 
1753
- #: core/helpers/helper-form-templates.php:1228 core/helpers/helper-misc.php:369
1754
  msgid "Nicaragua"
1755
  msgstr ""
1756
 
1757
- #: core/helpers/helper-form-templates.php:1229 core/helpers/helper-misc.php:365
1758
  msgid "Netherlands"
1759
  msgstr ""
1760
 
1761
- #: core/helpers/helper-form-templates.php:1230 core/helpers/helper-misc.php:375
1762
  msgid "Norway"
1763
  msgstr ""
1764
 
1765
- #: core/helpers/helper-form-templates.php:1231 core/helpers/helper-misc.php:364
1766
  msgid "Nepal"
1767
  msgstr ""
1768
 
1769
- #: core/helpers/helper-form-templates.php:1232 core/helpers/helper-misc.php:363
1770
  msgid "Nauru"
1771
  msgstr ""
1772
 
1773
- #: core/helpers/helper-form-templates.php:1233 core/helpers/helper-misc.php:372
1774
  msgid "Niue"
1775
  msgstr ""
1776
 
1777
- #: core/helpers/helper-form-templates.php:1234 core/helpers/helper-misc.php:368
1778
  msgid "New Zealand"
1779
  msgstr ""
1780
 
1781
- #: core/helpers/helper-form-templates.php:1235 core/helpers/helper-misc.php:376
1782
  msgid "Oman"
1783
  msgstr ""
1784
 
1785
- #: core/helpers/helper-form-templates.php:1236 core/helpers/helper-misc.php:379
1786
  msgid "Panama"
1787
  msgstr ""
1788
 
1789
- #: core/helpers/helper-form-templates.php:1237 core/helpers/helper-misc.php:382
1790
  msgid "Peru"
1791
  msgstr ""
1792
 
1793
- #: core/helpers/helper-form-templates.php:1238 core/helpers/helper-misc.php:290
1794
  msgid "French Polynesia"
1795
  msgstr ""
1796
 
1797
- #: core/helpers/helper-form-templates.php:1239 core/helpers/helper-misc.php:380
1798
  msgid "Papua New Guinea"
1799
  msgstr ""
1800
 
1801
- #: core/helpers/helper-form-templates.php:1240 core/helpers/helper-misc.php:383
1802
  msgid "Philippines"
1803
  msgstr ""
1804
 
1805
- #: core/helpers/helper-form-templates.php:1241 core/helpers/helper-misc.php:377
1806
  msgid "Pakistan"
1807
  msgstr ""
1808
 
1809
- #: core/helpers/helper-form-templates.php:1242 core/helpers/helper-misc.php:385
1810
  msgid "Poland"
1811
  msgstr ""
1812
 
1813
- #: core/helpers/helper-form-templates.php:1243
1814
  msgid "Saint Pierre and Miquelon"
1815
  msgstr ""
1816
 
1817
- #: core/helpers/helper-form-templates.php:1244 core/helpers/helper-misc.php:384
1818
  msgid "Pitcairn"
1819
  msgstr ""
1820
 
1821
- #: core/helpers/helper-form-templates.php:1245 core/helpers/helper-misc.php:386
1822
  msgid "Portugal"
1823
  msgstr ""
1824
 
1825
- #: core/helpers/helper-form-templates.php:1246 core/helpers/helper-misc.php:378
1826
  msgid "Palau"
1827
  msgstr ""
1828
 
1829
- #: core/helpers/helper-form-templates.php:1247 core/helpers/helper-misc.php:381
1830
  msgid "Paraguay"
1831
  msgstr ""
1832
 
1833
- #: core/helpers/helper-form-templates.php:1248 core/helpers/helper-misc.php:388
1834
  msgid "Qatar"
1835
  msgstr ""
1836
 
1837
- #: core/helpers/helper-form-templates.php:1249 core/helpers/helper-misc.php:390
1838
  msgid "Romania"
1839
  msgstr ""
1840
 
1841
- #: core/helpers/helper-form-templates.php:1250
1842
  msgid "Serbia"
1843
  msgstr ""
1844
 
1845
- #: core/helpers/helper-form-templates.php:1251 core/helpers/helper-misc.php:391
1846
  msgid "Russian Federation"
1847
  msgstr ""
1848
 
1849
- #: core/helpers/helper-form-templates.php:1252 core/helpers/helper-misc.php:392
1850
  msgid "Rwanda"
1851
  msgstr ""
1852
 
1853
- #: core/helpers/helper-form-templates.php:1253 core/helpers/helper-misc.php:399
1854
  msgid "Saudi Arabia"
1855
  msgstr ""
1856
 
1857
- #: core/helpers/helper-form-templates.php:1254 core/helpers/helper-misc.php:406
1858
  msgid "Solomon Islands"
1859
  msgstr ""
1860
 
1861
- #: core/helpers/helper-form-templates.php:1255 core/helpers/helper-misc.php:401
1862
  msgid "Seychelles"
1863
  msgstr ""
1864
 
1865
- #: core/helpers/helper-form-templates.php:1256 core/helpers/helper-misc.php:414
1866
  msgid "Sudan"
1867
  msgstr ""
1868
 
1869
- #: core/helpers/helper-form-templates.php:1257 core/helpers/helper-misc.php:418
1870
  msgid "Sweden"
1871
  msgstr ""
1872
 
1873
- #: core/helpers/helper-form-templates.php:1258 core/helpers/helper-misc.php:403
1874
  msgid "Singapore"
1875
  msgstr ""
1876
 
1877
- #: core/helpers/helper-form-templates.php:1259
1878
  msgid "Saint Helena"
1879
  msgstr ""
1880
 
1881
- #: core/helpers/helper-form-templates.php:1260 core/helpers/helper-misc.php:405
1882
  msgid "Slovenia"
1883
  msgstr ""
1884
 
1885
- #: core/helpers/helper-form-templates.php:1261
1886
  msgid "Slovakia"
1887
  msgstr ""
1888
 
1889
- #: core/helpers/helper-form-templates.php:1262 core/helpers/helper-misc.php:402
1890
  msgid "Sierra Leone"
1891
  msgstr ""
1892
 
1893
- #: core/helpers/helper-form-templates.php:1263 core/helpers/helper-misc.php:397
1894
  msgid "San Marino"
1895
  msgstr ""
1896
 
1897
- #: core/helpers/helper-form-templates.php:1264 core/helpers/helper-misc.php:400
1898
  msgid "Senegal"
1899
  msgstr ""
1900
 
1901
- #: core/helpers/helper-form-templates.php:1265 core/helpers/helper-misc.php:407
1902
  msgid "Somalia"
1903
  msgstr ""
1904
 
1905
- #: core/helpers/helper-form-templates.php:1266 core/helpers/helper-misc.php:415
1906
  msgid "Suriname"
1907
  msgstr ""
1908
 
1909
- #: core/helpers/helper-form-templates.php:1267 core/helpers/helper-misc.php:398
1910
  msgid "Sao Tome and Principe"
1911
  msgstr ""
1912
 
1913
- #: core/helpers/helper-form-templates.php:1268 core/helpers/helper-misc.php:278
1914
  msgid "El Salvador"
1915
  msgstr ""
1916
 
1917
- #: core/helpers/helper-form-templates.php:1269 core/helpers/helper-misc.php:420
1918
  msgid "Syrian Arab Republic"
1919
  msgstr ""
1920
 
1921
- #: core/helpers/helper-form-templates.php:1270 core/helpers/helper-misc.php:417
1922
  msgid "Swaziland"
1923
  msgstr ""
1924
 
1925
- #: core/helpers/helper-form-templates.php:1271 core/helpers/helper-misc.php:432
1926
  msgid "Turks and Caicos Islands"
1927
  msgstr ""
1928
 
1929
- #: core/helpers/helper-form-templates.php:1272 core/helpers/helper-misc.php:255
1930
  msgid "Chad"
1931
  msgstr ""
1932
 
1933
- #: core/helpers/helper-form-templates.php:1273 core/helpers/helper-misc.php:425
1934
  msgid "Togo"
1935
  msgstr ""
1936
 
1937
- #: core/helpers/helper-form-templates.php:1274 core/helpers/helper-misc.php:424
1938
  msgid "Thailand"
1939
  msgstr ""
1940
 
1941
- #: core/helpers/helper-form-templates.php:1275 core/helpers/helper-misc.php:422
1942
  msgid "Tajikistan"
1943
  msgstr ""
1944
 
1945
- #: core/helpers/helper-form-templates.php:1276 core/helpers/helper-misc.php:426
1946
  msgid "Tokelau"
1947
  msgstr ""
1948
 
1949
- #: core/helpers/helper-form-templates.php:1277
1950
  msgid "Timor-leste"
1951
  msgstr ""
1952
 
1953
- #: core/helpers/helper-form-templates.php:1278 core/helpers/helper-misc.php:431
1954
  msgid "Turkmenistan"
1955
  msgstr ""
1956
 
1957
- #: core/helpers/helper-form-templates.php:1279 core/helpers/helper-misc.php:429
1958
  msgid "Tunisia"
1959
  msgstr ""
1960
 
1961
- #: core/helpers/helper-form-templates.php:1280 core/helpers/helper-misc.php:427
1962
  msgid "Tonga"
1963
  msgstr ""
1964
 
1965
- #: core/helpers/helper-form-templates.php:1281 core/helpers/helper-misc.php:430
1966
  msgid "Turkey"
1967
  msgstr ""
1968
 
1969
- #: core/helpers/helper-form-templates.php:1282 core/helpers/helper-misc.php:428
1970
  msgid "Trinidad and Tobago"
1971
  msgstr ""
1972
 
1973
- #: core/helpers/helper-form-templates.php:1283 core/helpers/helper-misc.php:433
1974
  msgid "Tuvalu"
1975
  msgstr ""
1976
 
1977
- #: core/helpers/helper-form-templates.php:1284 core/helpers/helper-misc.php:421
1978
  msgid "Taiwan, Province of China"
1979
  msgstr ""
1980
 
1981
- #: core/helpers/helper-form-templates.php:1285 core/helpers/helper-misc.php:423
1982
  msgid "Tanzania, United Republic of"
1983
  msgstr ""
1984
 
1985
- #: core/helpers/helper-form-templates.php:1286 core/helpers/helper-misc.php:435
1986
  msgid "Ukraine"
1987
  msgstr ""
1988
 
1989
- #: core/helpers/helper-form-templates.php:1287 core/helpers/helper-misc.php:434
1990
  msgid "Uganda"
1991
  msgstr ""
1992
 
1993
- #: core/helpers/helper-form-templates.php:1288 core/helpers/helper-misc.php:438
1994
  msgid "United States"
1995
  msgstr ""
1996
 
1997
- #: core/helpers/helper-form-templates.php:1289 core/helpers/helper-misc.php:440
1998
  msgid "Uruguay"
1999
  msgstr ""
2000
 
2001
- #: core/helpers/helper-form-templates.php:1290 core/helpers/helper-misc.php:441
2002
  msgid "Uzbekistan"
2003
  msgstr ""
2004
 
2005
- #: core/helpers/helper-form-templates.php:1291 core/helpers/helper-misc.php:395
2006
  msgid "Saint Vincent and the Grenadines"
2007
  msgstr ""
2008
 
2009
- #: core/helpers/helper-form-templates.php:1292 core/helpers/helper-misc.php:443
2010
  msgid "Venezuela"
2011
  msgstr ""
2012
 
2013
- #: core/helpers/helper-form-templates.php:1293
2014
  msgid "Virgin Islands, British"
2015
  msgstr ""
2016
 
2017
- #: core/helpers/helper-form-templates.php:1294
2018
  msgid "Virgin Islands, U.S."
2019
  msgstr ""
2020
 
2021
- #: core/helpers/helper-form-templates.php:1295 core/helpers/helper-misc.php:444
2022
  msgid "Vietnam"
2023
  msgstr ""
2024
 
2025
- #: core/helpers/helper-form-templates.php:1296 core/helpers/helper-misc.php:442
2026
  msgid "Vanuatu"
2027
  msgstr ""
2028
 
2029
- #: core/helpers/helper-form-templates.php:1297
2030
  msgid "Wallis and Futuna"
2031
  msgstr ""
2032
 
2033
- #: core/helpers/helper-form-templates.php:1298 core/helpers/helper-misc.php:396
2034
  msgid "Samoa"
2035
  msgstr ""
2036
 
2037
- #: core/helpers/helper-form-templates.php:1299 core/helpers/helper-misc.php:449
2038
  msgid "Yemen"
2039
  msgstr ""
2040
 
2041
- #: core/helpers/helper-form-templates.php:1300 core/helpers/helper-misc.php:352
2042
  msgid "Mayotte"
2043
  msgstr ""
2044
 
2045
- #: core/helpers/helper-form-templates.php:1301 core/helpers/helper-misc.php:408
2046
  msgid "South Africa"
2047
  msgstr ""
2048
 
2049
- #: core/helpers/helper-form-templates.php:1302 core/helpers/helper-misc.php:451
2050
  msgid "Zambia"
2051
  msgstr ""
2052
 
2053
- #: core/helpers/helper-form-templates.php:1303 core/helpers/helper-misc.php:452
2054
  msgid "Zimbabwe"
2055
  msgstr ""
2056
 
@@ -2998,7 +2998,7 @@ msgstr ""
2998
  #: core/templates/parts/customize-radio.php:21
2999
  #: core/templates/parts/customize-select.php:25
3000
  #: core/templates/parts/customize-single-line-text.php:26
3001
- msgid "Description appearance"
3002
  msgstr ""
3003
 
3004
  #: core/templates/parts/customize-checkbox.php:23
@@ -3224,155 +3224,155 @@ msgstr ""
3224
  msgid "Click to edit this part."
3225
  msgstr ""
3226
 
3227
- #: inc/classes/class-happyforms.php:98
3228
  msgid "Randomize parts"
3229
  msgstr ""
3230
 
3231
- #: inc/classes/class-happyforms.php:99
3232
  msgid "Randomize the order of all form parts to avoid biases in your responses."
3233
  msgstr ""
3234
 
3235
- #: inc/classes/class-happyforms.php:105
3236
  msgid "Use reCAPTCHA"
3237
  msgstr ""
3238
 
3239
- #: inc/classes/class-happyforms.php:106
3240
  msgid "Protect your form against bots using your Google ReCaptcha credentials."
3241
  msgstr ""
3242
 
3243
- #: inc/classes/class-happyforms.php:112
3244
  msgid "Require password"
3245
  msgstr ""
3246
 
3247
- #: inc/classes/class-happyforms.php:113
3248
  msgid "Only users with password will be able to view and submit the form."
3249
  msgstr ""
3250
 
3251
- #: inc/classes/class-happyforms.php:119
3252
  msgid "Open in overlay window"
3253
  msgstr ""
3254
 
3255
- #: inc/classes/class-happyforms.php:120
3256
  msgid "Generate a link that can be clicked to open an overlay window for this form."
3257
  msgstr ""
3258
 
3259
- #: inc/classes/class-happyforms.php:126
3260
  msgid "Save user's meta data"
3261
  msgstr ""
3262
 
3263
- #: inc/classes/class-happyforms.php:127
3264
  msgid ""
3265
  "User meta data like IP address, browser language, local time, and platform "
3266
  "will be saved with each submission when checked."
3267
  msgstr ""
3268
 
3269
- #: inc/classes/class-happyforms.php:133
3270
  msgid "Save abandoned forms"
3271
  msgstr ""
3272
 
3273
- #: inc/classes/class-happyforms.php:134
3274
  msgid "Keep incomplete users responses stored in your WordPress database."
3275
  msgstr ""
3276
 
3277
- #: inc/classes/class-happyforms.php:140
3278
  msgid "Allow save and resume"
3279
  msgstr ""
3280
 
3281
- #: inc/classes/class-happyforms.php:141
3282
  msgid ""
3283
  "Let users temporarily save their incomplete response and continue filling "
3284
  "out the form at a later time."
3285
  msgstr ""
3286
 
3287
- #: inc/classes/class-happyforms.php:147
3288
  msgid "Add submission identifier"
3289
  msgstr ""
3290
 
3291
- #: inc/classes/class-happyforms.php:148
3292
  msgid "Tag responses with a unique, incremental identifier."
3293
  msgstr ""
3294
 
3295
- #: inc/classes/class-happyforms.php:154
3296
  msgid "Preview before submit"
3297
  msgstr ""
3298
 
3299
- #: inc/classes/class-happyforms.php:155
3300
  msgid "Let your users review their submission before confirming it."
3301
  msgstr ""
3302
 
3303
- #: inc/classes/class-happyforms.php:161
3304
  msgid "Disable buttons until required fields are answered"
3305
  msgstr ""
3306
 
3307
- #: inc/classes/class-happyforms.php:162
3308
  msgid ""
3309
  "Reduce the opacity of the submit button until all required form parts are "
3310
  "valid."
3311
  msgstr ""
3312
 
3313
- #: inc/classes/class-happyforms.php:168
3314
  msgid "Limit submissions"
3315
  msgstr ""
3316
 
3317
- #: inc/classes/class-happyforms.php:169
3318
  msgid "Set limit on number of allowed form submission in general or per user."
3319
  msgstr ""
3320
 
3321
- #: inc/classes/class-happyforms.php:175
3322
  msgid "Schedule visibility"
3323
  msgstr ""
3324
 
3325
- #: inc/classes/class-happyforms.php:176
3326
  msgid ""
3327
  "Show or hide this form during a chosen time and day. Go to Settings > "
3328
  "Timezone to set your city offset."
3329
  msgstr ""
3330
 
3331
- #: inc/classes/class-happyforms.php:186
3332
  msgid "Include reply link"
3333
  msgstr ""
3334
 
3335
- #: inc/classes/class-happyforms.php:187
3336
  msgid "Reply to your users and mark their submission as read in one click."
3337
  msgstr ""
3338
 
3339
- #: inc/classes/class-happyforms.php:193
3340
  msgid "Include referral link"
3341
  msgstr ""
3342
 
3343
- #: inc/classes/class-happyforms.php:194
3344
  msgid "Include the page link your form was submitted from."
3345
  msgstr ""
3346
 
3347
- #: inc/classes/class-happyforms.php:200 inc/classes/class-happyforms.php:214
3348
  msgid "Attach .pdf"
3349
  msgstr ""
3350
 
3351
- #: inc/classes/class-happyforms.php:201
3352
  msgid "Attach a PDF to your submission alert."
3353
  msgstr ""
3354
 
3355
- #: inc/classes/class-happyforms.php:207
3356
  msgid "To email address"
3357
  msgstr ""
3358
 
3359
- #: inc/classes/class-happyforms.php:208
3360
  msgid "The Email field used to send this confirmation."
3361
  msgstr ""
3362
 
3363
- #: inc/classes/class-happyforms.php:215
3364
  msgid "Attach a PDF to the recipient's confirmation email."
3365
  msgstr ""
3366
 
3367
- #: inc/classes/class-happyforms.php:221
3368
  msgid "Send abandonment email"
3369
  msgstr ""
3370
 
3371
- #: inc/classes/class-happyforms.php:222
3372
  msgid "Notify users when they abandon your form before submitting it."
3373
  msgstr ""
3374
 
3375
- #: inc/classes/class-happyforms.php:232
3376
  msgid "Use theme styles"
3377
  msgstr ""
3378
 
@@ -3424,6 +3424,14 @@ msgstr ""
3424
  msgid "For requiring permission before accepting submission."
3425
  msgstr ""
3426
 
 
 
 
 
 
 
 
 
3427
  #: inc/classes/parts/class-part-media-dummy.php:8
3428
  msgid "Media"
3429
  msgstr ""
2
  # This file is distributed under the same license as the HappyForms package.
3
  msgid ""
4
  msgstr ""
5
+ "Project-Id-Version: HappyForms 1.9.17\n"
6
  "Report-Msgid-Bugs-To: https://thethemefoundry.com/support/\n"
7
+ "POT-Creation-Date: 2020-07-29 09:55:11+00:00\n"
8
  "MIME-Version: 1.0\n"
9
  "Content-Type: text/plain; charset=utf-8\n"
10
  "Content-Transfer-Encoding: 8bit\n"
917
  msgid "Error description"
918
  msgstr ""
919
 
920
+ #: core/classes/class-validation-messages.php:64
921
  msgid "Please fill in this field"
922
  msgstr ""
923
 
924
+ #: core/classes/class-validation-messages.php:65
925
  msgid "This is invalid"
926
  msgstr ""
927
 
928
+ #: core/classes/class-validation-messages.php:66
929
  msgid "This doesn't match"
930
  msgstr ""
931
 
932
+ #: core/classes/class-validation-messages.php:67
933
  msgid "Please select more choices"
934
  msgstr ""
935
 
936
+ #: core/classes/class-validation-messages.php:68
937
  msgid "Please select less choices"
938
  msgstr ""
939
 
940
+ #: core/classes/class-validation-messages.php:69
941
  msgid "This message is too long"
942
  msgstr ""
943
 
944
+ #: core/classes/class-validation-messages.php:70
945
  msgid "This message is too short"
946
  msgstr ""
947
 
1130
  msgid "Spam protection, skip this field"
1131
  msgstr ""
1132
 
1133
+ #: core/helpers/helper-form-templates.php:1030
1134
  msgid "January"
1135
  msgstr ""
1136
 
1137
+ #: core/helpers/helper-form-templates.php:1031
1138
  msgid "February"
1139
  msgstr ""
1140
 
1141
+ #: core/helpers/helper-form-templates.php:1032
1142
  msgid "March"
1143
  msgstr ""
1144
 
1145
+ #: core/helpers/helper-form-templates.php:1033
1146
  msgid "April"
1147
  msgstr ""
1148
 
1149
+ #: core/helpers/helper-form-templates.php:1034
1150
  msgid "May"
1151
  msgstr ""
1152
 
1153
+ #: core/helpers/helper-form-templates.php:1035
1154
  msgid "June"
1155
  msgstr ""
1156
 
1157
+ #: core/helpers/helper-form-templates.php:1036
1158
  msgid "July"
1159
  msgstr ""
1160
 
1161
+ #: core/helpers/helper-form-templates.php:1037
1162
  msgid "August"
1163
  msgstr ""
1164
 
1165
+ #: core/helpers/helper-form-templates.php:1038
1166
  msgid "September"
1167
  msgstr ""
1168
 
1169
+ #: core/helpers/helper-form-templates.php:1039
1170
  msgid "October"
1171
  msgstr ""
1172
 
1173
+ #: core/helpers/helper-form-templates.php:1040
1174
  msgid "November"
1175
  msgstr ""
1176
 
1177
+ #: core/helpers/helper-form-templates.php:1041
1178
  msgid "December"
1179
  msgstr ""
1180
 
1181
+ #: core/helpers/helper-form-templates.php:1082 core/helpers/helper-misc.php:218
1182
  msgid "Andorra"
1183
  msgstr ""
1184
 
1185
+ #: core/helpers/helper-form-templates.php:1083 core/helpers/helper-misc.php:436
1186
  msgid "United Arab Emirates"
1187
  msgstr ""
1188
 
1189
+ #: core/helpers/helper-form-templates.php:1084 core/helpers/helper-misc.php:214
1190
  msgid "Afghanistan"
1191
  msgstr ""
1192
 
1193
+ #: core/helpers/helper-form-templates.php:1085 core/helpers/helper-misc.php:222
1194
  msgid "Antigua and Barbuda"
1195
  msgstr ""
1196
 
1197
+ #: core/helpers/helper-form-templates.php:1086 core/helpers/helper-misc.php:220
1198
  msgid "Anguilla"
1199
  msgstr ""
1200
 
1201
+ #: core/helpers/helper-form-templates.php:1087 core/helpers/helper-misc.php:215
1202
  msgid "Albania"
1203
  msgstr ""
1204
 
1205
+ #: core/helpers/helper-form-templates.php:1088 core/helpers/helper-misc.php:224
1206
  msgid "Armenia"
1207
  msgstr ""
1208
 
1209
+ #: core/helpers/helper-form-templates.php:1089 core/helpers/helper-misc.php:219
1210
  msgid "Angola"
1211
  msgstr ""
1212
 
1213
+ #: core/helpers/helper-form-templates.php:1090 core/helpers/helper-misc.php:221
1214
  msgid "Antarctica"
1215
  msgstr ""
1216
 
1217
+ #: core/helpers/helper-form-templates.php:1091 core/helpers/helper-misc.php:223
1218
  msgid "Argentina"
1219
  msgstr ""
1220
 
1221
+ #: core/helpers/helper-form-templates.php:1092 core/helpers/helper-misc.php:217
1222
  msgid "American Samoa"
1223
  msgstr ""
1224
 
1225
+ #: core/helpers/helper-form-templates.php:1093 core/helpers/helper-misc.php:227
1226
  msgid "Austria"
1227
  msgstr ""
1228
 
1229
+ #: core/helpers/helper-form-templates.php:1094 core/helpers/helper-misc.php:226
1230
  msgid "Australia"
1231
  msgstr ""
1232
 
1233
+ #: core/helpers/helper-form-templates.php:1095 core/helpers/helper-misc.php:225
1234
  msgid "Aruba"
1235
  msgstr ""
1236
 
1237
+ #: core/helpers/helper-form-templates.php:1096 core/helpers/helper-misc.php:228
1238
  msgid "Azerbaijan"
1239
  msgstr ""
1240
 
1241
+ #: core/helpers/helper-form-templates.php:1097
1242
  msgid "Bosnia and Herzegovina"
1243
  msgstr ""
1244
 
1245
+ #: core/helpers/helper-form-templates.php:1098 core/helpers/helper-misc.php:232
1246
  msgid "Barbados"
1247
  msgstr ""
1248
 
1249
+ #: core/helpers/helper-form-templates.php:1099 core/helpers/helper-misc.php:231
1250
  msgid "Bangladesh"
1251
  msgstr ""
1252
 
1253
+ #: core/helpers/helper-form-templates.php:1100 core/helpers/helper-misc.php:234
1254
  msgid "Belgium"
1255
  msgstr ""
1256
 
1257
+ #: core/helpers/helper-form-templates.php:1101 core/helpers/helper-misc.php:247
1258
  msgid "Burkina Faso"
1259
  msgstr ""
1260
 
1261
+ #: core/helpers/helper-form-templates.php:1102 core/helpers/helper-misc.php:246
1262
  msgid "Bulgaria"
1263
  msgstr ""
1264
 
1265
+ #: core/helpers/helper-form-templates.php:1103 core/helpers/helper-misc.php:230
1266
  msgid "Bahrain"
1267
  msgstr ""
1268
 
1269
+ #: core/helpers/helper-form-templates.php:1104 core/helpers/helper-misc.php:248
1270
  msgid "Burundi"
1271
  msgstr ""
1272
 
1273
+ #: core/helpers/helper-form-templates.php:1105 core/helpers/helper-misc.php:236
1274
  msgid "Benin"
1275
  msgstr ""
1276
 
1277
+ #: core/helpers/helper-form-templates.php:1106
1278
  msgid "Saint Barthelemy"
1279
  msgstr ""
1280
 
1281
+ #: core/helpers/helper-form-templates.php:1107 core/helpers/helper-misc.php:237
1282
  msgid "Bermuda"
1283
  msgstr ""
1284
 
1285
+ #: core/helpers/helper-form-templates.php:1108 core/helpers/helper-misc.php:245
1286
  msgid "Brunei Darussalam"
1287
  msgstr ""
1288
 
1289
+ #: core/helpers/helper-form-templates.php:1109 core/helpers/helper-misc.php:239
1290
  msgid "Bolivia"
1291
  msgstr ""
1292
 
1293
+ #: core/helpers/helper-form-templates.php:1110 core/helpers/helper-misc.php:243
1294
  msgid "Brazil"
1295
  msgstr ""
1296
 
1297
+ #: core/helpers/helper-form-templates.php:1111 core/helpers/helper-misc.php:229
1298
  msgid "Bahamas"
1299
  msgstr ""
1300
 
1301
+ #: core/helpers/helper-form-templates.php:1112 core/helpers/helper-misc.php:238
1302
  msgid "Bhutan"
1303
  msgstr ""
1304
 
1305
+ #: core/helpers/helper-form-templates.php:1113 core/helpers/helper-misc.php:241
1306
  msgid "Botswana"
1307
  msgstr ""
1308
 
1309
+ #: core/helpers/helper-form-templates.php:1114 core/helpers/helper-misc.php:233
1310
  msgid "Belarus"
1311
  msgstr ""
1312
 
1313
+ #: core/helpers/helper-form-templates.php:1115 core/helpers/helper-misc.php:235
1314
  msgid "Belize"
1315
  msgstr ""
1316
 
1317
+ #: core/helpers/helper-form-templates.php:1116 core/helpers/helper-misc.php:251
1318
  msgid "Canada"
1319
  msgstr ""
1320
 
1321
+ #: core/helpers/helper-form-templates.php:1117
1322
  msgid "Congo, The Democratic Republic of the"
1323
  msgstr ""
1324
 
1325
+ #: core/helpers/helper-form-templates.php:1118 core/helpers/helper-misc.php:254
1326
  msgid "Central African Republic"
1327
  msgstr ""
1328
 
1329
+ #: core/helpers/helper-form-templates.php:1119 core/helpers/helper-misc.php:262
1330
  msgid "Congo"
1331
  msgstr ""
1332
 
1333
+ #: core/helpers/helper-form-templates.php:1120 core/helpers/helper-misc.php:419
1334
  msgid "Switzerland"
1335
  msgstr ""
1336
 
1337
+ #: core/helpers/helper-form-templates.php:1121 core/helpers/helper-misc.php:264
1338
  msgid "Cook Islands"
1339
  msgstr ""
1340
 
1341
+ #: core/helpers/helper-form-templates.php:1122 core/helpers/helper-misc.php:256
1342
  msgid "Chile"
1343
  msgstr ""
1344
 
1345
+ #: core/helpers/helper-form-templates.php:1123 core/helpers/helper-misc.php:250
1346
  msgid "Cameroon"
1347
  msgstr ""
1348
 
1349
+ #: core/helpers/helper-form-templates.php:1124 core/helpers/helper-misc.php:257
1350
  msgid "China"
1351
  msgstr ""
1352
 
1353
+ #: core/helpers/helper-form-templates.php:1125 core/helpers/helper-misc.php:260
1354
  msgid "Colombia"
1355
  msgstr ""
1356
 
1357
+ #: core/helpers/helper-form-templates.php:1126 core/helpers/helper-misc.php:265
1358
  msgid "Costa Rica"
1359
  msgstr ""
1360
 
1361
+ #: core/helpers/helper-form-templates.php:1127 core/helpers/helper-misc.php:268
1362
  msgid "Cuba"
1363
  msgstr ""
1364
 
1365
+ #: core/helpers/helper-form-templates.php:1128 core/helpers/helper-misc.php:252
1366
  msgid "Cape Verde"
1367
  msgstr ""
1368
 
1369
+ #: core/helpers/helper-form-templates.php:1129 core/helpers/helper-misc.php:269
1370
  msgid "Cyprus"
1371
  msgstr ""
1372
 
1373
+ #: core/helpers/helper-form-templates.php:1130 core/helpers/helper-misc.php:270
1374
  msgid "Czech Republic"
1375
  msgstr ""
1376
 
1377
+ #: core/helpers/helper-form-templates.php:1131 core/helpers/helper-misc.php:295
1378
  msgid "Germany"
1379
  msgstr ""
1380
 
1381
+ #: core/helpers/helper-form-templates.php:1132 core/helpers/helper-misc.php:272
1382
  msgid "Djibouti"
1383
  msgstr ""
1384
 
1385
+ #: core/helpers/helper-form-templates.php:1133 core/helpers/helper-misc.php:271
1386
  msgid "Denmark"
1387
  msgstr ""
1388
 
1389
+ #: core/helpers/helper-form-templates.php:1134 core/helpers/helper-misc.php:273
1390
  msgid "Dominica"
1391
  msgstr ""
1392
 
1393
+ #: core/helpers/helper-form-templates.php:1135 core/helpers/helper-misc.php:274
1394
  msgid "Dominican Republic"
1395
  msgstr ""
1396
 
1397
+ #: core/helpers/helper-form-templates.php:1136 core/helpers/helper-misc.php:216
1398
  msgid "Algeria"
1399
  msgstr ""
1400
 
1401
+ #: core/helpers/helper-form-templates.php:1137 core/helpers/helper-misc.php:276
1402
  msgid "Ecuador"
1403
  msgstr ""
1404
 
1405
+ #: core/helpers/helper-form-templates.php:1138 core/helpers/helper-misc.php:281
1406
  msgid "Estonia"
1407
  msgstr ""
1408
 
1409
+ #: core/helpers/helper-form-templates.php:1139 core/helpers/helper-misc.php:277
1410
  msgid "Egypt"
1411
  msgstr ""
1412
 
1413
+ #: core/helpers/helper-form-templates.php:1140 core/helpers/helper-misc.php:280
1414
  msgid "Eritrea"
1415
  msgstr ""
1416
 
1417
+ #: core/helpers/helper-form-templates.php:1141 core/helpers/helper-misc.php:410
1418
  msgid "Spain"
1419
  msgstr ""
1420
 
1421
+ #: core/helpers/helper-form-templates.php:1142 core/helpers/helper-misc.php:282
1422
  msgid "Ethiopia"
1423
  msgstr ""
1424
 
1425
+ #: core/helpers/helper-form-templates.php:1143 core/helpers/helper-misc.php:286
1426
  msgid "Finland"
1427
  msgstr ""
1428
 
1429
+ #: core/helpers/helper-form-templates.php:1144 core/helpers/helper-misc.php:285
1430
  msgid "Fiji"
1431
  msgstr ""
1432
 
1433
+ #: core/helpers/helper-form-templates.php:1145 core/helpers/helper-misc.php:283
1434
  msgid "Falkland Islands (Malvinas)"
1435
  msgstr ""
1436
 
1437
+ #: core/helpers/helper-form-templates.php:1146 core/helpers/helper-misc.php:354
1438
  msgid "Micronesia, Federated States of"
1439
  msgstr ""
1440
 
1441
+ #: core/helpers/helper-form-templates.php:1147 core/helpers/helper-misc.php:284
1442
  msgid "Faroe Islands"
1443
  msgstr ""
1444
 
1445
+ #: core/helpers/helper-form-templates.php:1148 core/helpers/helper-misc.php:287
1446
  msgid "France"
1447
  msgstr ""
1448
 
1449
+ #: core/helpers/helper-form-templates.php:1149 core/helpers/helper-misc.php:292
1450
  msgid "Gabon"
1451
  msgstr ""
1452
 
1453
+ #: core/helpers/helper-form-templates.php:1150 core/helpers/helper-misc.php:437
1454
  msgid "United Kingdom"
1455
  msgstr ""
1456
 
1457
+ #: core/helpers/helper-form-templates.php:1151 core/helpers/helper-misc.php:300
1458
  msgid "Grenada"
1459
  msgstr ""
1460
 
1461
+ #: core/helpers/helper-form-templates.php:1152 core/helpers/helper-misc.php:294
1462
  msgid "Georgia"
1463
  msgstr ""
1464
 
1465
+ #: core/helpers/helper-form-templates.php:1153 core/helpers/helper-misc.php:296
1466
  msgid "Ghana"
1467
  msgstr ""
1468
 
1469
+ #: core/helpers/helper-form-templates.php:1154 core/helpers/helper-misc.php:297
1470
  msgid "Gibraltar"
1471
  msgstr ""
1472
 
1473
+ #: core/helpers/helper-form-templates.php:1155 core/helpers/helper-misc.php:299
1474
  msgid "Greenland"
1475
  msgstr ""
1476
 
1477
+ #: core/helpers/helper-form-templates.php:1156 core/helpers/helper-misc.php:293
1478
  msgid "Gambia"
1479
  msgstr ""
1480
 
1481
+ #: core/helpers/helper-form-templates.php:1157 core/helpers/helper-misc.php:304
1482
  msgid "Guinea"
1483
  msgstr ""
1484
 
1485
+ #: core/helpers/helper-form-templates.php:1158 core/helpers/helper-misc.php:298
1486
  msgid "Greece"
1487
  msgstr ""
1488
 
1489
+ #: core/helpers/helper-form-templates.php:1159 core/helpers/helper-misc.php:303
1490
  msgid "Guatemala"
1491
  msgstr ""
1492
 
1493
+ #: core/helpers/helper-form-templates.php:1160 core/helpers/helper-misc.php:302
1494
  msgid "Guam"
1495
  msgstr ""
1496
 
1497
+ #: core/helpers/helper-form-templates.php:1161
1498
  msgid "Guinea-bissau"
1499
  msgstr ""
1500
 
1501
+ #: core/helpers/helper-form-templates.php:1162 core/helpers/helper-misc.php:306
1502
  msgid "Guyana"
1503
  msgstr ""
1504
 
1505
+ #: core/helpers/helper-form-templates.php:1163 core/helpers/helper-misc.php:311
1506
  msgid "Hong Kong"
1507
  msgstr ""
1508
 
1509
+ #: core/helpers/helper-form-templates.php:1164 core/helpers/helper-misc.php:310
1510
  msgid "Honduras"
1511
  msgstr ""
1512
 
1513
+ #: core/helpers/helper-form-templates.php:1165
1514
  msgid "Croatia"
1515
  msgstr ""
1516
 
1517
+ #: core/helpers/helper-form-templates.php:1166 core/helpers/helper-misc.php:307
1518
  msgid "Haiti"
1519
  msgstr ""
1520
 
1521
+ #: core/helpers/helper-form-templates.php:1167 core/helpers/helper-misc.php:312
1522
  msgid "Hungary"
1523
  msgstr ""
1524
 
1525
+ #: core/helpers/helper-form-templates.php:1168 core/helpers/helper-misc.php:315
1526
  msgid "Indonesia"
1527
  msgstr ""
1528
 
1529
+ #: core/helpers/helper-form-templates.php:1169 core/helpers/helper-misc.php:318
1530
  msgid "Ireland"
1531
  msgstr ""
1532
 
1533
+ #: core/helpers/helper-form-templates.php:1170 core/helpers/helper-misc.php:319
1534
  msgid "Israel"
1535
  msgstr ""
1536
 
1537
+ #: core/helpers/helper-form-templates.php:1171 core/helpers/helper-misc.php:314
1538
  msgid "India"
1539
  msgstr ""
1540
 
1541
+ #: core/helpers/helper-form-templates.php:1172 core/helpers/helper-misc.php:317
1542
  msgid "Iraq"
1543
  msgstr ""
1544
 
1545
+ #: core/helpers/helper-form-templates.php:1173
1546
  msgid "Iran, Islamic Republic of"
1547
  msgstr ""
1548
 
1549
+ #: core/helpers/helper-form-templates.php:1174 core/helpers/helper-misc.php:313
1550
  msgid "Iceland"
1551
  msgstr ""
1552
 
1553
+ #: core/helpers/helper-form-templates.php:1175 core/helpers/helper-misc.php:320
1554
  msgid "Italy"
1555
  msgstr ""
1556
 
1557
+ #: core/helpers/helper-form-templates.php:1176 core/helpers/helper-misc.php:321
1558
  msgid "Jamaica"
1559
  msgstr ""
1560
 
1561
+ #: core/helpers/helper-form-templates.php:1177 core/helpers/helper-misc.php:323
1562
  msgid "Jordan"
1563
  msgstr ""
1564
 
1565
+ #: core/helpers/helper-form-templates.php:1178 core/helpers/helper-misc.php:322
1566
  msgid "Japan"
1567
  msgstr ""
1568
 
1569
+ #: core/helpers/helper-form-templates.php:1179 core/helpers/helper-misc.php:325
1570
  msgid "Kenya"
1571
  msgstr ""
1572
 
1573
+ #: core/helpers/helper-form-templates.php:1180 core/helpers/helper-misc.php:330
1574
  msgid "Kyrgyzstan"
1575
  msgstr ""
1576
 
1577
+ #: core/helpers/helper-form-templates.php:1181 core/helpers/helper-misc.php:249
1578
  msgid "Cambodia"
1579
  msgstr ""
1580
 
1581
+ #: core/helpers/helper-form-templates.php:1182 core/helpers/helper-misc.php:326
1582
  msgid "Kiribati"
1583
  msgstr ""
1584
 
1585
+ #: core/helpers/helper-form-templates.php:1183 core/helpers/helper-misc.php:261
1586
  msgid "Comoros"
1587
  msgstr ""
1588
 
1589
+ #: core/helpers/helper-form-templates.php:1184 core/helpers/helper-misc.php:393
1590
  msgid "Saint Kitts and Nevis"
1591
  msgstr ""
1592
 
1593
+ #: core/helpers/helper-form-templates.php:1185
1594
  msgid "Korea Democratic Peoples Republic of"
1595
  msgstr ""
1596
 
1597
+ #: core/helpers/helper-form-templates.php:1186
1598
  msgid "Korea Republic of"
1599
  msgstr ""
1600
 
1601
+ #: core/helpers/helper-form-templates.php:1187 core/helpers/helper-misc.php:329
1602
  msgid "Kuwait"
1603
  msgstr ""
1604
 
1605
+ #: core/helpers/helper-form-templates.php:1188 core/helpers/helper-misc.php:253
1606
  msgid "Cayman Islands"
1607
  msgstr ""
1608
 
1609
+ #: core/helpers/helper-form-templates.php:1189
1610
  msgid "Lao Peoples Democratic Republic"
1611
  msgstr ""
1612
 
1613
+ #: core/helpers/helper-form-templates.php:1190 core/helpers/helper-misc.php:333
1614
  msgid "Lebanon"
1615
  msgstr ""
1616
 
1617
+ #: core/helpers/helper-form-templates.php:1191 core/helpers/helper-misc.php:394
1618
  msgid "Saint Lucia"
1619
  msgstr ""
1620
 
1621
+ #: core/helpers/helper-form-templates.php:1192 core/helpers/helper-misc.php:337
1622
  msgid "Liechtenstein"
1623
  msgstr ""
1624
 
1625
+ #: core/helpers/helper-form-templates.php:1193 core/helpers/helper-misc.php:411
1626
  msgid "Sri Lanka"
1627
  msgstr ""
1628
 
1629
+ #: core/helpers/helper-form-templates.php:1194 core/helpers/helper-misc.php:335
1630
  msgid "Liberia"
1631
  msgstr ""
1632
 
1633
+ #: core/helpers/helper-form-templates.php:1195 core/helpers/helper-misc.php:334
1634
  msgid "Lesotho"
1635
  msgstr ""
1636
 
1637
+ #: core/helpers/helper-form-templates.php:1196 core/helpers/helper-misc.php:338
1638
  msgid "Lithuania"
1639
  msgstr ""
1640
 
1641
+ #: core/helpers/helper-form-templates.php:1197 core/helpers/helper-misc.php:339
1642
  msgid "Luxembourg"
1643
  msgstr ""
1644
 
1645
+ #: core/helpers/helper-form-templates.php:1198 core/helpers/helper-misc.php:332
1646
  msgid "Latvia"
1647
  msgstr ""
1648
 
1649
+ #: core/helpers/helper-form-templates.php:1199 core/helpers/helper-misc.php:336
1650
  msgid "Libyan Arab Jamahiriya"
1651
  msgstr ""
1652
 
1653
+ #: core/helpers/helper-form-templates.php:1200 core/helpers/helper-misc.php:359
1654
  msgid "Morocco"
1655
  msgstr ""
1656
 
1657
+ #: core/helpers/helper-form-templates.php:1201 core/helpers/helper-misc.php:356
1658
  msgid "Monaco"
1659
  msgstr ""
1660
 
1661
+ #: core/helpers/helper-form-templates.php:1202 core/helpers/helper-misc.php:355
1662
  msgid "Moldova, Republic of"
1663
  msgstr ""
1664
 
1665
+ #: core/helpers/helper-form-templates.php:1203
1666
  msgid "Montenegro"
1667
  msgstr ""
1668
 
1669
+ #: core/helpers/helper-form-templates.php:1204 core/helpers/helper-misc.php:342
1670
  msgid "Madagascar"
1671
  msgstr ""
1672
 
1673
+ #: core/helpers/helper-form-templates.php:1205 core/helpers/helper-misc.php:348
1674
  msgid "Marshall Islands"
1675
  msgstr ""
1676
 
1677
+ #: core/helpers/helper-form-templates.php:1206 core/helpers/helper-misc.php:341
1678
  msgid "Macedonia, The Former Yugoslav Republic of"
1679
  msgstr ""
1680
 
1681
+ #: core/helpers/helper-form-templates.php:1207 core/helpers/helper-misc.php:346
1682
  msgid "Mali"
1683
  msgstr ""
1684
 
1685
+ #: core/helpers/helper-form-templates.php:1208 core/helpers/helper-misc.php:361
1686
  msgid "Myanmar"
1687
  msgstr ""
1688
 
1689
+ #: core/helpers/helper-form-templates.php:1209 core/helpers/helper-misc.php:357
1690
  msgid "Mongolia"
1691
  msgstr ""
1692
 
1693
+ #: core/helpers/helper-form-templates.php:1210 core/helpers/helper-misc.php:340
1694
  msgid "Macau"
1695
  msgstr ""
1696
 
1697
+ #: core/helpers/helper-form-templates.php:1211 core/helpers/helper-misc.php:374
1698
  msgid "Northern Mariana Islands"
1699
  msgstr ""
1700
 
1701
+ #: core/helpers/helper-form-templates.php:1212 core/helpers/helper-misc.php:350
1702
  msgid "Mauritania"
1703
  msgstr ""
1704
 
1705
+ #: core/helpers/helper-form-templates.php:1213 core/helpers/helper-misc.php:358
1706
  msgid "Montserrat"
1707
  msgstr ""
1708
 
1709
+ #: core/helpers/helper-form-templates.php:1214 core/helpers/helper-misc.php:347
1710
  msgid "Malta"
1711
  msgstr ""
1712
 
1713
+ #: core/helpers/helper-form-templates.php:1215 core/helpers/helper-misc.php:351
1714
  msgid "Mauritius"
1715
  msgstr ""
1716
 
1717
+ #: core/helpers/helper-form-templates.php:1216 core/helpers/helper-misc.php:345
1718
  msgid "Maldives"
1719
  msgstr ""
1720
 
1721
+ #: core/helpers/helper-form-templates.php:1217 core/helpers/helper-misc.php:343
1722
  msgid "Malawi"
1723
  msgstr ""
1724
 
1725
+ #: core/helpers/helper-form-templates.php:1218 core/helpers/helper-misc.php:353
1726
  msgid "Mexico"
1727
  msgstr ""
1728
 
1729
+ #: core/helpers/helper-form-templates.php:1219 core/helpers/helper-misc.php:344
1730
  msgid "Malaysia"
1731
  msgstr ""
1732
 
1733
+ #: core/helpers/helper-form-templates.php:1220 core/helpers/helper-misc.php:360
1734
  msgid "Mozambique"
1735
  msgstr ""
1736
 
1737
+ #: core/helpers/helper-form-templates.php:1221 core/helpers/helper-misc.php:362
1738
  msgid "Namibia"
1739
  msgstr ""
1740
 
1741
+ #: core/helpers/helper-form-templates.php:1222 core/helpers/helper-misc.php:367
1742
  msgid "New Caledonia"
1743
  msgstr ""
1744
 
1745
+ #: core/helpers/helper-form-templates.php:1223 core/helpers/helper-misc.php:370
1746
  msgid "Niger"
1747
  msgstr ""
1748
 
1749
+ #: core/helpers/helper-form-templates.php:1224 core/helpers/helper-misc.php:371
1750
  msgid "Nigeria"
1751
  msgstr ""
1752
 
1753
+ #: core/helpers/helper-form-templates.php:1225 core/helpers/helper-misc.php:369
1754
  msgid "Nicaragua"
1755
  msgstr ""
1756
 
1757
+ #: core/helpers/helper-form-templates.php:1226 core/helpers/helper-misc.php:365
1758
  msgid "Netherlands"
1759
  msgstr ""
1760
 
1761
+ #: core/helpers/helper-form-templates.php:1227 core/helpers/helper-misc.php:375
1762
  msgid "Norway"
1763
  msgstr ""
1764
 
1765
+ #: core/helpers/helper-form-templates.php:1228 core/helpers/helper-misc.php:364
1766
  msgid "Nepal"
1767
  msgstr ""
1768
 
1769
+ #: core/helpers/helper-form-templates.php:1229 core/helpers/helper-misc.php:363
1770
  msgid "Nauru"
1771
  msgstr ""
1772
 
1773
+ #: core/helpers/helper-form-templates.php:1230 core/helpers/helper-misc.php:372
1774
  msgid "Niue"
1775
  msgstr ""
1776
 
1777
+ #: core/helpers/helper-form-templates.php:1231 core/helpers/helper-misc.php:368
1778
  msgid "New Zealand"
1779
  msgstr ""
1780
 
1781
+ #: core/helpers/helper-form-templates.php:1232 core/helpers/helper-misc.php:376
1782
  msgid "Oman"
1783
  msgstr ""
1784
 
1785
+ #: core/helpers/helper-form-templates.php:1233 core/helpers/helper-misc.php:379
1786
  msgid "Panama"
1787
  msgstr ""
1788
 
1789
+ #: core/helpers/helper-form-templates.php:1234 core/helpers/helper-misc.php:382
1790
  msgid "Peru"
1791
  msgstr ""
1792
 
1793
+ #: core/helpers/helper-form-templates.php:1235 core/helpers/helper-misc.php:290
1794
  msgid "French Polynesia"
1795
  msgstr ""
1796
 
1797
+ #: core/helpers/helper-form-templates.php:1236 core/helpers/helper-misc.php:380
1798
  msgid "Papua New Guinea"
1799
  msgstr ""
1800
 
1801
+ #: core/helpers/helper-form-templates.php:1237 core/helpers/helper-misc.php:383
1802
  msgid "Philippines"
1803
  msgstr ""
1804
 
1805
+ #: core/helpers/helper-form-templates.php:1238 core/helpers/helper-misc.php:377
1806
  msgid "Pakistan"
1807
  msgstr ""
1808
 
1809
+ #: core/helpers/helper-form-templates.php:1239 core/helpers/helper-misc.php:385
1810
  msgid "Poland"
1811
  msgstr ""
1812
 
1813
+ #: core/helpers/helper-form-templates.php:1240
1814
  msgid "Saint Pierre and Miquelon"
1815
  msgstr ""
1816
 
1817
+ #: core/helpers/helper-form-templates.php:1241 core/helpers/helper-misc.php:384
1818
  msgid "Pitcairn"
1819
  msgstr ""
1820
 
1821
+ #: core/helpers/helper-form-templates.php:1242 core/helpers/helper-misc.php:386
1822
  msgid "Portugal"
1823
  msgstr ""
1824
 
1825
+ #: core/helpers/helper-form-templates.php:1243 core/helpers/helper-misc.php:378
1826
  msgid "Palau"
1827
  msgstr ""
1828
 
1829
+ #: core/helpers/helper-form-templates.php:1244 core/helpers/helper-misc.php:381
1830
  msgid "Paraguay"
1831
  msgstr ""
1832
 
1833
+ #: core/helpers/helper-form-templates.php:1245 core/helpers/helper-misc.php:388
1834
  msgid "Qatar"
1835
  msgstr ""
1836
 
1837
+ #: core/helpers/helper-form-templates.php:1246 core/helpers/helper-misc.php:390
1838
  msgid "Romania"
1839
  msgstr ""
1840
 
1841
+ #: core/helpers/helper-form-templates.php:1247
1842
  msgid "Serbia"
1843
  msgstr ""
1844
 
1845
+ #: core/helpers/helper-form-templates.php:1248 core/helpers/helper-misc.php:391
1846
  msgid "Russian Federation"
1847
  msgstr ""
1848
 
1849
+ #: core/helpers/helper-form-templates.php:1249 core/helpers/helper-misc.php:392
1850
  msgid "Rwanda"
1851
  msgstr ""
1852
 
1853
+ #: core/helpers/helper-form-templates.php:1250 core/helpers/helper-misc.php:399
1854
  msgid "Saudi Arabia"
1855
  msgstr ""
1856
 
1857
+ #: core/helpers/helper-form-templates.php:1251 core/helpers/helper-misc.php:406
1858
  msgid "Solomon Islands"
1859
  msgstr ""
1860
 
1861
+ #: core/helpers/helper-form-templates.php:1252 core/helpers/helper-misc.php:401
1862
  msgid "Seychelles"
1863
  msgstr ""
1864
 
1865
+ #: core/helpers/helper-form-templates.php:1253 core/helpers/helper-misc.php:414
1866
  msgid "Sudan"
1867
  msgstr ""
1868
 
1869
+ #: core/helpers/helper-form-templates.php:1254 core/helpers/helper-misc.php:418
1870
  msgid "Sweden"
1871
  msgstr ""
1872
 
1873
+ #: core/helpers/helper-form-templates.php:1255 core/helpers/helper-misc.php:403
1874
  msgid "Singapore"
1875
  msgstr ""
1876
 
1877
+ #: core/helpers/helper-form-templates.php:1256
1878
  msgid "Saint Helena"
1879
  msgstr ""
1880
 
1881
+ #: core/helpers/helper-form-templates.php:1257 core/helpers/helper-misc.php:405
1882
  msgid "Slovenia"
1883
  msgstr ""
1884
 
1885
+ #: core/helpers/helper-form-templates.php:1258
1886
  msgid "Slovakia"
1887
  msgstr ""
1888
 
1889
+ #: core/helpers/helper-form-templates.php:1259 core/helpers/helper-misc.php:402
1890
  msgid "Sierra Leone"
1891
  msgstr ""
1892
 
1893
+ #: core/helpers/helper-form-templates.php:1260 core/helpers/helper-misc.php:397
1894
  msgid "San Marino"
1895
  msgstr ""
1896
 
1897
+ #: core/helpers/helper-form-templates.php:1261 core/helpers/helper-misc.php:400
1898
  msgid "Senegal"
1899
  msgstr ""
1900
 
1901
+ #: core/helpers/helper-form-templates.php:1262 core/helpers/helper-misc.php:407
1902
  msgid "Somalia"
1903
  msgstr ""
1904
 
1905
+ #: core/helpers/helper-form-templates.php:1263 core/helpers/helper-misc.php:415
1906
  msgid "Suriname"
1907
  msgstr ""
1908
 
1909
+ #: core/helpers/helper-form-templates.php:1264 core/helpers/helper-misc.php:398
1910
  msgid "Sao Tome and Principe"
1911
  msgstr ""
1912
 
1913
+ #: core/helpers/helper-form-templates.php:1265 core/helpers/helper-misc.php:278
1914
  msgid "El Salvador"
1915
  msgstr ""
1916
 
1917
+ #: core/helpers/helper-form-templates.php:1266 core/helpers/helper-misc.php:420
1918
  msgid "Syrian Arab Republic"
1919
  msgstr ""
1920
 
1921
+ #: core/helpers/helper-form-templates.php:1267 core/helpers/helper-misc.php:417
1922
  msgid "Swaziland"
1923
  msgstr ""
1924
 
1925
+ #: core/helpers/helper-form-templates.php:1268 core/helpers/helper-misc.php:432
1926
  msgid "Turks and Caicos Islands"
1927
  msgstr ""
1928
 
1929
+ #: core/helpers/helper-form-templates.php:1269 core/helpers/helper-misc.php:255
1930
  msgid "Chad"
1931
  msgstr ""
1932
 
1933
+ #: core/helpers/helper-form-templates.php:1270 core/helpers/helper-misc.php:425
1934
  msgid "Togo"
1935
  msgstr ""
1936
 
1937
+ #: core/helpers/helper-form-templates.php:1271 core/helpers/helper-misc.php:424
1938
  msgid "Thailand"
1939
  msgstr ""
1940
 
1941
+ #: core/helpers/helper-form-templates.php:1272 core/helpers/helper-misc.php:422
1942
  msgid "Tajikistan"
1943
  msgstr ""
1944
 
1945
+ #: core/helpers/helper-form-templates.php:1273 core/helpers/helper-misc.php:426
1946
  msgid "Tokelau"
1947
  msgstr ""
1948
 
1949
+ #: core/helpers/helper-form-templates.php:1274
1950
  msgid "Timor-leste"
1951
  msgstr ""
1952
 
1953
+ #: core/helpers/helper-form-templates.php:1275 core/helpers/helper-misc.php:431
1954
  msgid "Turkmenistan"
1955
  msgstr ""
1956
 
1957
+ #: core/helpers/helper-form-templates.php:1276 core/helpers/helper-misc.php:429
1958
  msgid "Tunisia"
1959
  msgstr ""
1960
 
1961
+ #: core/helpers/helper-form-templates.php:1277 core/helpers/helper-misc.php:427
1962
  msgid "Tonga"
1963
  msgstr ""
1964
 
1965
+ #: core/helpers/helper-form-templates.php:1278 core/helpers/helper-misc.php:430
1966
  msgid "Turkey"
1967
  msgstr ""
1968
 
1969
+ #: core/helpers/helper-form-templates.php:1279 core/helpers/helper-misc.php:428
1970
  msgid "Trinidad and Tobago"
1971
  msgstr ""
1972
 
1973
+ #: core/helpers/helper-form-templates.php:1280 core/helpers/helper-misc.php:433
1974
  msgid "Tuvalu"
1975
  msgstr ""
1976
 
1977
+ #: core/helpers/helper-form-templates.php:1281 core/helpers/helper-misc.php:421
1978
  msgid "Taiwan, Province of China"
1979
  msgstr ""
1980
 
1981
+ #: core/helpers/helper-form-templates.php:1282 core/helpers/helper-misc.php:423
1982
  msgid "Tanzania, United Republic of"
1983
  msgstr ""
1984
 
1985
+ #: core/helpers/helper-form-templates.php:1283 core/helpers/helper-misc.php:435
1986
  msgid "Ukraine"
1987
  msgstr ""
1988
 
1989
+ #: core/helpers/helper-form-templates.php:1284 core/helpers/helper-misc.php:434
1990
  msgid "Uganda"
1991
  msgstr ""
1992
 
1993
+ #: core/helpers/helper-form-templates.php:1285 core/helpers/helper-misc.php:438
1994
  msgid "United States"
1995
  msgstr ""
1996
 
1997
+ #: core/helpers/helper-form-templates.php:1286 core/helpers/helper-misc.php:440
1998
  msgid "Uruguay"
1999
  msgstr ""
2000
 
2001
+ #: core/helpers/helper-form-templates.php:1287 core/helpers/helper-misc.php:441
2002
  msgid "Uzbekistan"
2003
  msgstr ""
2004
 
2005
+ #: core/helpers/helper-form-templates.php:1288 core/helpers/helper-misc.php:395
2006
  msgid "Saint Vincent and the Grenadines"
2007
  msgstr ""
2008
 
2009
+ #: core/helpers/helper-form-templates.php:1289 core/helpers/helper-misc.php:443
2010
  msgid "Venezuela"
2011
  msgstr ""
2012
 
2013
+ #: core/helpers/helper-form-templates.php:1290
2014
  msgid "Virgin Islands, British"
2015
  msgstr ""
2016
 
2017
+ #: core/helpers/helper-form-templates.php:1291
2018
  msgid "Virgin Islands, U.S."
2019
  msgstr ""
2020
 
2021
+ #: core/helpers/helper-form-templates.php:1292 core/helpers/helper-misc.php:444
2022
  msgid "Vietnam"
2023
  msgstr ""
2024
 
2025
+ #: core/helpers/helper-form-templates.php:1293 core/helpers/helper-misc.php:442
2026
  msgid "Vanuatu"
2027
  msgstr ""
2028
 
2029
+ #: core/helpers/helper-form-templates.php:1294
2030
  msgid "Wallis and Futuna"
2031
  msgstr ""
2032
 
2033
+ #: core/helpers/helper-form-templates.php:1295 core/helpers/helper-misc.php:396
2034
  msgid "Samoa"
2035
  msgstr ""
2036
 
2037
+ #: core/helpers/helper-form-templates.php:1296 core/helpers/helper-misc.php:449
2038
  msgid "Yemen"
2039
  msgstr ""
2040
 
2041
+ #: core/helpers/helper-form-templates.php:1297 core/helpers/helper-misc.php:352
2042
  msgid "Mayotte"
2043
  msgstr ""
2044
 
2045
+ #: core/helpers/helper-form-templates.php:1298 core/helpers/helper-misc.php:408
2046
  msgid "South Africa"
2047
  msgstr ""
2048
 
2049
+ #: core/helpers/helper-form-templates.php:1299 core/helpers/helper-misc.php:451
2050
  msgid "Zambia"
2051
  msgstr ""
2052
 
2053
+ #: core/helpers/helper-form-templates.php:1300 core/helpers/helper-misc.php:452
2054
  msgid "Zimbabwe"
2055
  msgstr ""
2056
 
2998
  #: core/templates/parts/customize-radio.php:21
2999
  #: core/templates/parts/customize-select.php:25
3000
  #: core/templates/parts/customize-single-line-text.php:26
3001
+ msgid "Description display"
3002
  msgstr ""
3003
 
3004
  #: core/templates/parts/customize-checkbox.php:23
3224
  msgid "Click to edit this part."
3225
  msgstr ""
3226
 
3227
+ #: inc/classes/class-happyforms.php:101
3228
  msgid "Randomize parts"
3229
  msgstr ""
3230
 
3231
+ #: inc/classes/class-happyforms.php:102
3232
  msgid "Randomize the order of all form parts to avoid biases in your responses."
3233
  msgstr ""
3234
 
3235
+ #: inc/classes/class-happyforms.php:108
3236
  msgid "Use reCAPTCHA"
3237
  msgstr ""
3238
 
3239
+ #: inc/classes/class-happyforms.php:109
3240
  msgid "Protect your form against bots using your Google ReCaptcha credentials."
3241
  msgstr ""
3242
 
3243
+ #: inc/classes/class-happyforms.php:115
3244
  msgid "Require password"
3245
  msgstr ""
3246
 
3247
+ #: inc/classes/class-happyforms.php:116
3248
  msgid "Only users with password will be able to view and submit the form."
3249
  msgstr ""
3250
 
3251
+ #: inc/classes/class-happyforms.php:122
3252
  msgid "Open in overlay window"
3253
  msgstr ""
3254
 
3255
+ #: inc/classes/class-happyforms.php:123
3256
  msgid "Generate a link that can be clicked to open an overlay window for this form."
3257
  msgstr ""
3258
 
3259
+ #: inc/classes/class-happyforms.php:129
3260
  msgid "Save user's meta data"
3261
  msgstr ""
3262
 
3263
+ #: inc/classes/class-happyforms.php:130
3264
  msgid ""
3265
  "User meta data like IP address, browser language, local time, and platform "
3266
  "will be saved with each submission when checked."
3267
  msgstr ""
3268
 
3269
+ #: inc/classes/class-happyforms.php:136
3270
  msgid "Save abandoned forms"
3271
  msgstr ""
3272
 
3273
+ #: inc/classes/class-happyforms.php:137
3274
  msgid "Keep incomplete users responses stored in your WordPress database."
3275
  msgstr ""
3276
 
3277
+ #: inc/classes/class-happyforms.php:143
3278
  msgid "Allow save and resume"
3279
  msgstr ""
3280
 
3281
+ #: inc/classes/class-happyforms.php:144
3282
  msgid ""
3283
  "Let users temporarily save their incomplete response and continue filling "
3284
  "out the form at a later time."
3285
  msgstr ""
3286
 
3287
+ #: inc/classes/class-happyforms.php:150
3288
  msgid "Add submission identifier"
3289
  msgstr ""
3290
 
3291
+ #: inc/classes/class-happyforms.php:151
3292
  msgid "Tag responses with a unique, incremental identifier."
3293
  msgstr ""
3294
 
3295
+ #: inc/classes/class-happyforms.php:157
3296
  msgid "Preview before submit"
3297
  msgstr ""
3298
 
3299
+ #: inc/classes/class-happyforms.php:158
3300
  msgid "Let your users review their submission before confirming it."
3301
  msgstr ""
3302
 
3303
+ #: inc/classes/class-happyforms.php:164
3304
  msgid "Disable buttons until required fields are answered"
3305
  msgstr ""
3306
 
3307
+ #: inc/classes/class-happyforms.php:165
3308
  msgid ""
3309
  "Reduce the opacity of the submit button until all required form parts are "
3310
  "valid."
3311
  msgstr ""
3312
 
3313
+ #: inc/classes/class-happyforms.php:171
3314
  msgid "Limit submissions"
3315
  msgstr ""
3316
 
3317
+ #: inc/classes/class-happyforms.php:172
3318
  msgid "Set limit on number of allowed form submission in general or per user."
3319
  msgstr ""
3320
 
3321
+ #: inc/classes/class-happyforms.php:178
3322
  msgid "Schedule visibility"
3323
  msgstr ""
3324
 
3325
+ #: inc/classes/class-happyforms.php:179
3326
  msgid ""
3327
  "Show or hide this form during a chosen time and day. Go to Settings > "
3328
  "Timezone to set your city offset."
3329
  msgstr ""
3330
 
3331
+ #: inc/classes/class-happyforms.php:189
3332
  msgid "Include reply link"
3333
  msgstr ""
3334
 
3335
+ #: inc/classes/class-happyforms.php:190
3336
  msgid "Reply to your users and mark their submission as read in one click."
3337
  msgstr ""
3338
 
3339
+ #: inc/classes/class-happyforms.php:196
3340
  msgid "Include referral link"
3341
  msgstr ""
3342
 
3343
+ #: inc/classes/class-happyforms.php:197
3344
  msgid "Include the page link your form was submitted from."
3345
  msgstr ""
3346
 
3347
+ #: inc/classes/class-happyforms.php:203 inc/classes/class-happyforms.php:217
3348
  msgid "Attach .pdf"
3349
  msgstr ""
3350
 
3351
+ #: inc/classes/class-happyforms.php:204
3352
  msgid "Attach a PDF to your submission alert."
3353
  msgstr ""
3354
 
3355
+ #: inc/classes/class-happyforms.php:210
3356
  msgid "To email address"
3357
  msgstr ""
3358
 
3359
+ #: inc/classes/class-happyforms.php:211
3360
  msgid "The Email field used to send this confirmation."
3361
  msgstr ""
3362
 
3363
+ #: inc/classes/class-happyforms.php:218
3364
  msgid "Attach a PDF to the recipient's confirmation email."
3365
  msgstr ""
3366
 
3367
+ #: inc/classes/class-happyforms.php:224
3368
  msgid "Send abandonment email"
3369
  msgstr ""
3370
 
3371
+ #: inc/classes/class-happyforms.php:225
3372
  msgid "Notify users when they abandon your form before submitting it."
3373
  msgstr ""
3374
 
3375
+ #: inc/classes/class-happyforms.php:235
3376
  msgid "Use theme styles"
3377
  msgstr ""
3378
 
3424
  msgid "For requiring permission before accepting submission."
3425
  msgstr ""
3426
 
3427
+ #: inc/classes/parts/class-part-likert-scale-dummy.php:8
3428
+ msgid "Likert Scale"
3429
+ msgstr ""
3430
+
3431
+ #: inc/classes/parts/class-part-likert-scale-dummy.php:9
3432
+ msgid "For collecting opinions using a numeric likert scale."
3433
+ msgstr ""
3434
+
3435
  #: inc/classes/parts/class-part-media-dummy.php:8
3436
  msgid "Media"
3437
  msgstr ""
readme.txt CHANGED
@@ -5,7 +5,7 @@ Tags: contact, contact form, email, feedback form, form, form builder, custom fo
5
  Requires at least: 4.8
6
  Tested up to: 5.4
7
  Requires PHP: 5.3
8
- Stable tag: 1.9.16
9
  License: GPLv2 or later
10
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
11
 
@@ -97,6 +97,9 @@ Yep! HappyForms free isn't going anywhere but for those looking for even more yo
97
 
98
  == Changelog ==
99
 
 
 
 
100
  = 1.9.16 =
101
  * Bugfix: Style tab in form builder was not loading.
102
 
@@ -635,6 +638,9 @@ Yep! HappyForms free isn't going anywhere but for those looking for even more yo
635
 
636
  == Upgrade Notice ==
637
 
 
 
 
638
  = 1.9.16 =
639
  * Fixed issue with Style tab not loading.
640
 
5
  Requires at least: 4.8
6
  Tested up to: 5.4
7
  Requires PHP: 5.3
8
+ Stable tag: 1.9.17
9
  License: GPLv2 or later
10
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
11
 
97
 
98
  == Changelog ==
99
 
100
+ = 1.9.17 =
101
+ * Improvement: Improved tooltip display with collision detection.
102
+
103
  = 1.9.16 =
104
  * Bugfix: Style tab in form builder was not loading.
105
 
638
 
639
  == Upgrade Notice ==
640
 
641
+ = 1.9.17 =
642
+ * Improvements to tooltips.
643
+
644
  = 1.9.16 =
645
  * Fixed issue with Style tab not loading.
646