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

Version Description

  • Improvement: Improved appearance and available tools in visual editors.
  • Bugfix: Fixed Email part which was not allowing empty value even when marked as optional part.
  • Bugfix: Fixed font size sliders in Style tab that were not updating preview.
  • Bugfix: Fixed broken appearance of inputs when "Label display" setting was set to "Inside".
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.8
Comparing to
See all releases

Code changes from version 1.9.7 to 1.9.8

core/assets/css/color.css CHANGED
@@ -822,6 +822,13 @@
822
  .happyforms-styles .happyforms-input-group__suffix {
823
  font-size: 16px;
824
  font-size: var(--happyforms-part-value-font-size);
 
 
 
 
 
 
 
825
  }
826
 
827
  .happyforms-styles.happyforms-styles.happyforms-form--part-border-radius-square button.happyforms-pair-group__button {
@@ -837,13 +844,13 @@
837
  background-color: var(--happyforms-color-submit-background-hover);
838
  }
839
 
840
- .happyforms-styles.happyforms-form .happyforms-part .happyforms-input-group.with-prefix > input {
841
  padding-left: 10px;
842
  border-top-left-radius: 0 !important;
843
  border-bottom-left-radius: 0 !important;
844
  }
845
 
846
- .happyforms-styles.happyforms-form .happyforms-part .happyforms-input-group.with-suffix > input {
847
  padding-right: 10px;
848
  border-top-right-radius: 0 !important;
849
  border-bottom-right-radius: 0 !important;
822
  .happyforms-styles .happyforms-input-group__suffix {
823
  font-size: 16px;
824
  font-size: var(--happyforms-part-value-font-size);
825
+ background: #e8e8e8;
826
+ }
827
+
828
+ .happyforms-styles.happyforms-form .happyforms-part .happyforms-input {
829
+ position: relative;
830
+ flex: 1;
831
+ width: 100%;
832
  }
833
 
834
  .happyforms-styles.happyforms-styles.happyforms-form--part-border-radius-square button.happyforms-pair-group__button {
844
  background-color: var(--happyforms-color-submit-background-hover);
845
  }
846
 
847
+ .happyforms-styles.happyforms-form .happyforms-part .happyforms-input-group.with-prefix .happyforms-input > input {
848
  padding-left: 10px;
849
  border-top-left-radius: 0 !important;
850
  border-bottom-left-radius: 0 !important;
851
  }
852
 
853
+ .happyforms-styles.happyforms-form .happyforms-part .happyforms-input-group.with-suffix .happyforms-input > input {
854
  padding-right: 10px;
855
  border-top-right-radius: 0 !important;
856
  border-bottom-right-radius: 0 !important;
core/assets/css/customize.css CHANGED
@@ -469,7 +469,7 @@ a.happyforms-form-part-remove:hover {
469
  }
470
 
471
  #customize-control-confirmation_email_content .wp-editor-tabs {
472
- visibility: hidden;
473
  }
474
 
475
  .customize-control-group.happyforms-nested-settings {
@@ -1273,7 +1273,6 @@ ul.happyforms-style-controls .customize-control.happyforms-divider-control h3 {
1273
 
1274
  /* Tinymce control styles */
1275
  .customize-control .mce-tinymce {
1276
- border: 1px solid #ddd;
1277
  box-sizing: border-box;
1278
  box-shadow: none;
1279
  }
@@ -1429,7 +1428,7 @@ div.customize-section-description {
1429
  display: block;
1430
  }
1431
 
1432
- .happyforms-nested-settings[data-trigger="confirm_submission"] {
1433
  display: block;
1434
  }
1435
 
469
  }
470
 
471
  #customize-control-confirmation_email_content .wp-editor-tabs {
472
+ display: none;
473
  }
474
 
475
  .customize-control-group.happyforms-nested-settings {
1273
 
1274
  /* Tinymce control styles */
1275
  .customize-control .mce-tinymce {
 
1276
  box-sizing: border-box;
1277
  box-shadow: none;
1278
  }
1428
  display: block;
1429
  }
1430
 
1431
+ #customize-control-confirm_submission[data-value="success_message"] ~ .happyforms-nested-settings[data-trigger="confirm_submission"] {
1432
  display: block;
1433
  }
1434
 
core/assets/css/layout.css CHANGED
@@ -1303,12 +1303,20 @@ input[type=submit][disabled].happyforms-button--submit {
1303
  flex-flow: row wrap;
1304
  }
1305
 
1306
- .happyforms-form .happyforms-part .happyforms-input-group.with-prefix > input {
 
 
 
 
 
 
 
 
1307
  border-top-left-radius: 0 !important;
1308
  border-bottom-left-radius: 0 !important;
1309
  }
1310
 
1311
- .happyforms-form .happyforms-part .happyforms-input-group.with-suffix > input {
1312
  border-top-right-radius: 0 !important;
1313
  border-bottom-right-radius: 0 !important;
1314
  }
@@ -1350,6 +1358,5 @@ input[type=submit][disabled].happyforms-button--submit {
1350
  text-transform: none;
1351
  }
1352
  .happyforms-input-group input {
1353
- width: auto !important;
1354
- flex-grow: 1;
1355
  }
1303
  flex-flow: row wrap;
1304
  }
1305
 
1306
+ .happyforms-form .happyforms-part .happyforms-input {
1307
+ position: relative;
1308
+ flex: 1;
1309
+ width: 100%;
1310
+ display: flex;
1311
+ align-items: stretch;
1312
+ }
1313
+
1314
+ .happyforms-form .happyforms-part .happyforms-input-group.with-prefix .happyforms-input > input {
1315
  border-top-left-radius: 0 !important;
1316
  border-bottom-left-radius: 0 !important;
1317
  }
1318
 
1319
+ .happyforms-form .happyforms-part .happyforms-input-group.with-suffix .happyforms-input > input {
1320
  border-top-right-radius: 0 !important;
1321
  border-bottom-right-radius: 0 !important;
1322
  }
1358
  text-transform: none;
1359
  }
1360
  .happyforms-input-group input {
1361
+ width: 100%;
 
1362
  }
core/classes/class-form-admin.php CHANGED
@@ -335,7 +335,10 @@ class HappyForms_Form_Admin {
335
  $post_type = happyforms_get_form_controller()->post_type;
336
 
337
  if ( $post->post_type === $post_type ) {
338
- $time = get_the_time( __( 'Y/m/d' ), $post );
 
 
 
339
  }
340
 
341
  return $time;
335
  $post_type = happyforms_get_form_controller()->post_type;
336
 
337
  if ( $post->post_type === $post_type ) {
338
+ $date = get_the_time( __( 'Y/m/d' ), $post );
339
+ $the_time = get_the_time( get_option( 'time_format' ), $post );
340
+
341
+ $time = $date . '<br>' . $the_time;
342
  }
343
 
344
  return $time;
core/classes/class-form-controller.php CHANGED
@@ -101,6 +101,8 @@ class HappyForms_Form_Controller {
101
  'supports' => array( 'author', 'custom-fields' ),
102
  );
103
 
 
 
104
  register_post_type( $this->post_type, $args );
105
 
106
  $tracking_status = happyforms_get_tracking()->get_status();
101
  'supports' => array( 'author', 'custom-fields' ),
102
  );
103
 
104
+ $args = apply_filters( 'happyforms_happyform_post_type_args', $args );
105
+
106
  register_post_type( $this->post_type, $args );
107
 
108
  $tracking_status = happyforms_get_tracking()->get_status();
core/classes/class-form-setup.php CHANGED
@@ -120,6 +120,10 @@ class HappyForms_Form_Setup {
120
  'default' => __( 'Review submission', HAPPYFORMS_TEXT_DOMAIN ),
121
  'sanitize' => 'sanitize_text_field',
122
  ),
 
 
 
 
123
  'unique_id' => array(
124
  'default' => 0,
125
  'sanitize' => 'happyforms_sanitize_checkbox',
120
  'default' => __( 'Review submission', HAPPYFORMS_TEXT_DOMAIN ),
121
  'sanitize' => 'sanitize_text_field',
122
  ),
123
+ 'edit_button_label' => array(
124
+ 'default' => __( 'Edit', HAPPYFORMS_TEXT_DOMAIN ),
125
+ 'sanitize' => 'sanitize_text_field',
126
+ ),
127
  'unique_id' => array(
128
  'default' => 0,
129
  'sanitize' => 'happyforms_sanitize_checkbox',
core/classes/parts/class-part-email.php CHANGED
@@ -170,16 +170,20 @@ class HappyForms_Part_Email extends HappyForms_Form_Part {
170
  public function validate_value( $value, $part = array(), $form = array() ) {
171
  $part_name = happyforms_get_part_name( $part, $form );
172
 
173
- if ( $part['required'] && empty( $value[0] ) ) {
174
- $error = new WP_Error( 'error', happyforms_get_validation_message( 'field_empty' ) );
 
175
 
176
- if ( empty( $value[1] ) ) {
177
- $error->add_data( array(
178
- 'components' => array( 0, 1 )
179
- ) );
180
- }
181
 
182
- return $error;
 
 
 
183
  }
184
 
185
  $validation_value = $value[0];
170
  public function validate_value( $value, $part = array(), $form = array() ) {
171
  $part_name = happyforms_get_part_name( $part, $form );
172
 
173
+ if ( empty( $value[0] ) ) {
174
+ if ( 1 == $part['required'] ) {
175
+ $error = new WP_Error( 'error', happyforms_get_validation_message( 'field_empty' ) );
176
 
177
+ if ( empty( $value[1] ) ) {
178
+ $error->add_data( array(
179
+ 'components' => array( 0, 1 )
180
+ ) );
181
+ }
182
 
183
+ return $error;
184
+ } else {
185
+ return $value;
186
+ }
187
  }
188
 
189
  $validation_value = $value[0];
core/helpers/helper-form-templates.php CHANGED
@@ -892,9 +892,13 @@ if ( ! function_exists( 'happyforms_get_form_property' ) ):
892
  * @return string
893
  */
894
  function happyforms_get_form_property( $form, $key ) {
895
- $value = isset( $form[$key] ) ? $form[$key] : '';
896
- $value = is_numeric( $value ) ? intval( $value ) : $value;
897
-
 
 
 
 
898
  return $value;
899
  }
900
 
@@ -1509,12 +1513,13 @@ if ( ! function_exists( 'happyforms_get_previous_part' ) ):
1509
 
1510
  function happyforms_get_previous_part( $part, $form ) {
1511
  $part_id = $part['id'];
1512
- $part_ids = wp_list_pluck( $form['parts'], 'id' );
 
1513
  $part_index = array_search( $part_id, $part_ids );
1514
  $part_index = $part_index - 1;
1515
 
1516
- if ( isset( $form['parts'][$part_index] ) ) {
1517
- return $form['parts'][$part_index];
1518
  }
1519
 
1520
  return false;
@@ -1526,12 +1531,13 @@ if ( ! function_exists( 'happyforms_get_next_part' ) ):
1526
 
1527
  function happyforms_get_next_part( $part, $form ) {
1528
  $part_id = $part['id'];
1529
- $part_ids = wp_list_pluck( $form['parts'], 'id' );
 
1530
  $part_index = array_search( $part_id, $part_ids );
1531
  $part_index = $part_index + 1;
1532
 
1533
- if ( isset( $form['parts'][$part_index] ) ) {
1534
- return $form['parts'][$part_index];
1535
  }
1536
 
1537
  return false;
892
  * @return string
893
  */
894
  function happyforms_get_form_property( $form, $key ) {
895
+ if ( is_array( $form ) ) {
896
+ $value = isset( $form[$key] ) ? $form[$key] : '';
897
+ $value = is_numeric( $value ) ? intval( $value ) : $value;
898
+ } else {
899
+ $value = happyforms_get_meta( $form, $key, true );
900
+ }
901
+
902
  return $value;
903
  }
904
 
1513
 
1514
  function happyforms_get_previous_part( $part, $form ) {
1515
  $part_id = $part['id'];
1516
+ $parts = array_values( $form['parts'] );
1517
+ $part_ids = wp_list_pluck( $parts, 'id' );
1518
  $part_index = array_search( $part_id, $part_ids );
1519
  $part_index = $part_index - 1;
1520
 
1521
+ if ( isset( $parts[$part_index] ) ) {
1522
+ return $parts[$part_index];
1523
  }
1524
 
1525
  return false;
1531
 
1532
  function happyforms_get_next_part( $part, $form ) {
1533
  $part_id = $part['id'];
1534
+ $parts = array_values( $form['parts'] );
1535
+ $part_ids = wp_list_pluck( $parts, 'id' );
1536
  $part_index = array_search( $part_id, $part_ids );
1537
  $part_index = $part_index + 1;
1538
 
1539
+ if ( isset( $parts[$part_index] ) ) {
1540
+ return $parts[$part_index];
1541
  }
1542
 
1543
  return false;
core/templates/customize-controls/setup/editor.php CHANGED
@@ -1,6 +1,6 @@
1
  <div class="customize-control" id="customize-control-<?php echo $control['field']; ?>">
2
  <label for="<?php echo $control['field']; ?>" class="customize-control-title"><?php echo $control['label']; ?> <?php if ( isset( $control['tooltip'] ) ) : ?><i class="dashicons dashicons-editor-help" aria-hidden="true" data-pointer><span><?php echo $control['tooltip']; ?></span></i><?php endif; ?></label>
3
  <div data-pointer-target>
4
- <textarea name="" id="<?php echo $control['field']; ?>" cols="34" rows="3" data-attribute="<?php echo $control['field']; ?>"><%= <?php echo $control['field']; ?> %></textarea>
5
  </div>
6
  </div>
1
  <div class="customize-control" id="customize-control-<?php echo $control['field']; ?>">
2
  <label for="<?php echo $control['field']; ?>" class="customize-control-title"><?php echo $control['label']; ?> <?php if ( isset( $control['tooltip'] ) ) : ?><i class="dashicons dashicons-editor-help" aria-hidden="true" data-pointer><span><?php echo $control['tooltip']; ?></span></i><?php endif; ?></label>
3
  <div data-pointer-target>
4
+ <textarea name="" class="wp-editor-area" id="<?php echo $control['field']; ?>" cols="34" rows="3" data-attribute="<?php echo $control['field']; ?>"><%= <?php echo $control['field']; ?> %></textarea>
5
  </div>
6
  </div>
core/templates/partials/part-phone-dropdown.php DELETED
@@ -1,32 +0,0 @@
1
- <?php if ( $this->is_masked( $part ) ) : ?>
2
- <div class="happyforms-part--phone__country-select happyforms-country-select<?php if ( $part['mask_allow_all_countries'] ) { ?> happyforms-country-select--multiple<?php } ?>">
3
- <div class="happyforms-country-select__selected-country">
4
- <a href="#" class="happyforms-country-select-trigger"></a>
5
- <?php
6
- $countries = happyforms_get_phone_countries();
7
- $current_country = 0;
8
-
9
- foreach( $countries as $code => $country ) {
10
- if ( $country_value === $code ) {
11
- $current_country = $country;
12
- }
13
- }
14
- ?>
15
- <div class="happyforms-flag"><?php echo $current_country['flag']; ?></div>
16
- </div>
17
- <?php if ( $part['mask_allow_all_countries'] ) { ?>
18
- <ul class="happyforms-custom-select-dropdown phone">
19
- <li>
20
- <input type="text" autocomplete="off" placeholder="Search countries..." class="happyforms-custom-select-dropdown__search">
21
- </li>
22
- <?php foreach( $countries as $key => $country ) { ?>
23
- <li tabindex="0" class="happyforms-custom-select-dropdown__item happyforms-custom-select-dropdown-item" data-country="<?php echo strtolower( $key ); ?>" data-search-string="<?php echo strtolower( $country['name'] ); ?>" data-code="<?php echo $country['code']; ?>">
24
- <div class="happyforms-flag <?php echo strtolower( $key ); ?>"><?php echo $country['flag']; ?></div>
25
- <span class="happyforms-custom-select-dropdown-item__label happyforms-custom-select-dropdown-item__label--country"><?php echo ucwords( strtolower( $country['name'] ) ); ?></span>
26
- <span class="happyforms-custom-select-dropdown-item__label happyforms-custom-select-dropdown-item__label--country-code">+<?php echo $country['code']; ?></span>
27
- </li>
28
- <?php } ?>
29
- </ul>
30
- <?php } ?>
31
- </div>
32
- <?php endif; ?>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
core/templates/parts/frontend-email.php CHANGED
@@ -2,13 +2,18 @@
2
  <?php
3
  $autocomplete_domains = ( 1 == $part['autocomplete_domains'] );
4
  $has_suffix = ( '' !== $part['suffix'] );
 
5
 
6
  if ( $has_suffix ) {
7
  $autocomplete_domains = false;
8
  }
 
 
 
 
9
  ?>
10
  <div class="happyforms-part-wrap">
11
- <?php if ( 'as_placeholder' !== $part['label_placement'] ) : ?>
12
  <?php happyforms_the_part_label( $part, $form ); ?>
13
  <?php endif; ?>
14
 
@@ -19,12 +24,21 @@
19
  <input type="hidden" name="<?php happyforms_the_part_name( $part, $form ); ?>" value="<?php happyforms_the_part_value( $part, $form, 0 ); ?>" data-serialize />
20
 
21
  <input type="email" name="<?php happyforms_the_part_id( $part, $form ); ?>_dummy_<?php echo time(); ?>" id="<?php happyforms_the_part_id( $part, $form ); ?>" value="<?php happyforms_the_part_value( $part, $form, 0 ); ?>" autocomplete="none" placeholder="<?php echo esc_attr( $part['placeholder'] ); ?>" <?php happyforms_the_part_attributes( $part, $form, 0 ); ?> />
 
 
 
 
22
  <?php else: ?>
23
  <?php if ( $has_suffix ) : ?>
24
  <div class="happyforms-input-group with-suffix">
25
  <?php endif; ?>
26
 
27
- <input type="email" name="<?php happyforms_the_part_name( $part, $form ); ?>" id="<?php happyforms_the_part_id( $part, $form ); ?>" value="<?php happyforms_the_part_value( $part, $form, 0 ); ?>" placeholder="<?php echo esc_attr( $part['placeholder'] ); ?>" <?php happyforms_the_part_attributes( $part, $form, 0 ); ?> />
 
 
 
 
 
28
 
29
  <?php if ( $has_suffix ) : ?>
30
  <div class="happyforms-input-group__suffix">
@@ -34,9 +48,6 @@
34
  </div><!-- /.happyforms-input-group -->
35
  <?php endif; ?>
36
  <?php endif; ?>
37
- <?php if ( 'as_placeholder' === $part['label_placement'] ) : ?>
38
- <?php happyforms_the_part_label( $part, $form ); ?>
39
- <?php endif; ?>
40
 
41
  <?php
42
  if ( $autocomplete_domains ) {
@@ -52,7 +63,7 @@
52
  </div>
53
  <?php if ( 1 === intval( $part['confirmation_field'] ) ) : ?>
54
  <div class="happyforms-part-wrap happyforms-part-wrap--confirmation" id="<?php happyforms_the_part_id( $part, $form ); ?>-part_confirmation">
55
- <?php if ( 'as_placeholder' !== $part['label_placement'] ) : ?>
56
  <?php happyforms_the_part_confirmation_label( $part, $form ); ?>
57
  <?php endif; ?>
58
 
@@ -61,12 +72,22 @@
61
  <input type="hidden" name="<?php happyforms_the_part_name( $part, $form ); ?>_confirmation" value="<?php happyforms_the_part_value( $part, $form, 1 ); ?>" data-serialize />
62
 
63
  <input type="email" name="<?php happyforms_the_part_id( $part, $form ); ?>_dummy_<?php echo time(); ?>" id="<?php happyforms_the_part_id( $part, $form ); ?>_confirmation" placeholder="<?php echo esc_attr( $part['confirmation_field_placeholder'] ); ?>" value="<?php happyforms_the_part_value( $part, $form, 1 ); ?>" autocomplete="none" <?php happyforms_the_part_attributes( $part, $form, 1 ); ?> />
 
 
 
 
64
  <?php else: ?>
65
  <?php if ( $has_suffix ) : ?>
66
  <div class="happyforms-input-group with-suffix">
67
  <?php endif; ?>
68
 
69
- <input type="email" id="<?php happyforms_the_part_id( $part, $form ); ?>_confirmation" name="<?php happyforms_the_part_name( $part, $form ); ?>_confirmation" placeholder="<?php echo esc_attr( $part['confirmation_field_placeholder'] ); ?>" value="<?php happyforms_the_part_value( $part, $form, 1 ); ?>" class="happyforms-confirmation-input" data-confirmation-of="<?php echo esc_attr( $part['id'] ); ?>" <?php happyforms_the_part_attributes( $part, $form, 1 ); ?> />
 
 
 
 
 
 
70
 
71
  <?php if ( $has_suffix ) : ?>
72
  <div class="happyforms-input-group__suffix">
@@ -77,10 +98,6 @@
77
  <?php endif; ?>
78
  <?php endif; ?>
79
 
80
- <?php if ( 'as_placeholder' === $part['label_placement'] ) : ?>
81
- <?php happyforms_the_part_confirmation_label( $part, $form ); ?>
82
- <?php endif; ?>
83
-
84
  <?php
85
  if ( $autocomplete_domains ) {
86
  happyforms_select( array(), $part, $form );
2
  <?php
3
  $autocomplete_domains = ( 1 == $part['autocomplete_domains'] );
4
  $has_suffix = ( '' !== $part['suffix'] );
5
+ $early_label = true;
6
 
7
  if ( $has_suffix ) {
8
  $autocomplete_domains = false;
9
  }
10
+
11
+ if ( 'as_placeholder' === $part['label_placement'] ) {
12
+ $early_label = false;
13
+ }
14
  ?>
15
  <div class="happyforms-part-wrap">
16
+ <?php if ( $early_label ) : ?>
17
  <?php happyforms_the_part_label( $part, $form ); ?>
18
  <?php endif; ?>
19
 
24
  <input type="hidden" name="<?php happyforms_the_part_name( $part, $form ); ?>" value="<?php happyforms_the_part_value( $part, $form, 0 ); ?>" data-serialize />
25
 
26
  <input type="email" name="<?php happyforms_the_part_id( $part, $form ); ?>_dummy_<?php echo time(); ?>" id="<?php happyforms_the_part_id( $part, $form ); ?>" value="<?php happyforms_the_part_value( $part, $form, 0 ); ?>" autocomplete="none" placeholder="<?php echo esc_attr( $part['placeholder'] ); ?>" <?php happyforms_the_part_attributes( $part, $form, 0 ); ?> />
27
+
28
+ <?php if ( 'as_placeholder' === $part['label_placement'] ) : ?>
29
+ <?php happyforms_the_part_label( $part, $form ); ?>
30
+ <?php endif; ?>
31
  <?php else: ?>
32
  <?php if ( $has_suffix ) : ?>
33
  <div class="happyforms-input-group with-suffix">
34
  <?php endif; ?>
35
 
36
+ <div class="happyforms-input">
37
+ <input type="email" name="<?php happyforms_the_part_name( $part, $form ); ?>" id="<?php happyforms_the_part_id( $part, $form ); ?>" value="<?php happyforms_the_part_value( $part, $form, 0 ); ?>" placeholder="<?php echo esc_attr( $part['placeholder'] ); ?>" <?php happyforms_the_part_attributes( $part, $form, 0 ); ?> />
38
+ <?php if ( 'as_placeholder' === $part['label_placement'] ) : ?>
39
+ <?php happyforms_the_part_label( $part, $form ); ?>
40
+ <?php endif; ?>
41
+ </div>
42
 
43
  <?php if ( $has_suffix ) : ?>
44
  <div class="happyforms-input-group__suffix">
48
  </div><!-- /.happyforms-input-group -->
49
  <?php endif; ?>
50
  <?php endif; ?>
 
 
 
51
 
52
  <?php
53
  if ( $autocomplete_domains ) {
63
  </div>
64
  <?php if ( 1 === intval( $part['confirmation_field'] ) ) : ?>
65
  <div class="happyforms-part-wrap happyforms-part-wrap--confirmation" id="<?php happyforms_the_part_id( $part, $form ); ?>-part_confirmation">
66
+ <?php if ( $early_label ) : ?>
67
  <?php happyforms_the_part_confirmation_label( $part, $form ); ?>
68
  <?php endif; ?>
69
 
72
  <input type="hidden" name="<?php happyforms_the_part_name( $part, $form ); ?>_confirmation" value="<?php happyforms_the_part_value( $part, $form, 1 ); ?>" data-serialize />
73
 
74
  <input type="email" name="<?php happyforms_the_part_id( $part, $form ); ?>_dummy_<?php echo time(); ?>" id="<?php happyforms_the_part_id( $part, $form ); ?>_confirmation" placeholder="<?php echo esc_attr( $part['confirmation_field_placeholder'] ); ?>" value="<?php happyforms_the_part_value( $part, $form, 1 ); ?>" autocomplete="none" <?php happyforms_the_part_attributes( $part, $form, 1 ); ?> />
75
+
76
+ <?php if ( 'as_placeholder' === $part['label_placement'] ) : ?>
77
+ <?php happyforms_the_part_confirmation_label( $part, $form ); ?>
78
+ <?php endif; ?>
79
  <?php else: ?>
80
  <?php if ( $has_suffix ) : ?>
81
  <div class="happyforms-input-group with-suffix">
82
  <?php endif; ?>
83
 
84
+ <div class="happyforms-input">
85
+ <input type="email" id="<?php happyforms_the_part_id( $part, $form ); ?>_confirmation" name="<?php happyforms_the_part_name( $part, $form ); ?>_confirmation" placeholder="<?php echo esc_attr( $part['confirmation_field_placeholder'] ); ?>" value="<?php happyforms_the_part_value( $part, $form, 1 ); ?>" class="happyforms-confirmation-input" data-confirmation-of="<?php echo esc_attr( $part['id'] ); ?>" <?php happyforms_the_part_attributes( $part, $form, 1 ); ?> />
86
+
87
+ <?php if ( 'as_placeholder' === $part['label_placement'] ) : ?>
88
+ <?php happyforms_the_part_confirmation_label( $part, $form ); ?>
89
+ <?php endif; ?>
90
+ </div>
91
 
92
  <?php if ( $has_suffix ) : ?>
93
  <div class="happyforms-input-group__suffix">
98
  <?php endif; ?>
99
  <?php endif; ?>
100
 
 
 
 
 
101
  <?php
102
  if ( $autocomplete_domains ) {
103
  happyforms_select( array(), $part, $form );
core/templates/parts/frontend-number.php CHANGED
@@ -1,19 +1,28 @@
1
  <div class="<?php happyforms_the_part_class( $part, $form ); ?>" id="<?php happyforms_the_part_id( $part, $form ); ?>-part" <?php happyforms_the_part_data_attributes( $part, $form ); ?>>
2
  <div class="happyforms-part-wrap">
3
- <?php if ( 'as_placeholder' !== $part['label_placement'] ) : ?>
4
- <?php happyforms_the_part_label( $part, $form ); ?>
5
- <?php endif; ?>
6
-
7
  <?php
8
  $input_group = false;
9
  $has_prefix = ( '' !== $part['mask_numeric_prefix'] );
10
  $has_suffix = ( '' !== $part['mask_numeric_suffix'] );
 
11
 
12
  if ( $has_prefix || $has_suffix ) {
13
  $input_group = true;
14
  }
 
 
 
 
 
 
 
 
15
  ?>
16
 
 
 
 
 
17
  <div class="happyforms-part__el">
18
  <?php do_action( 'happyforms_part_input_before', $part, $form ); ?>
19
 
@@ -26,7 +35,15 @@
26
  <?php endif; ?>
27
  <?php endif; ?>
28
 
29
- <input id="<?php happyforms_the_part_id( $part, $form ); ?>" type="number" value="<?php happyforms_the_part_value( $part, $form, 0 ); ?>" name="<?php happyforms_the_part_name( $part, $form ); ?>" placeholder="<?php echo esc_attr( $part['placeholder'] ); ?>" min="<?php echo esc_attr( $part['min_value'] ) ?>" max="<?php echo esc_attr( $part['max_value'] ); ?>" <?php happyforms_the_part_attributes( $part, $form, 0 ); ?> />
 
 
 
 
 
 
 
 
30
 
31
  <?php if ( $input_group ) : ?>
32
  <?php if ( $has_suffix ) : ?>
@@ -40,16 +57,13 @@
40
 
41
  <?php do_action( 'happyforms_part_input_after', $part, $form ); ?>
42
 
43
- <?php if ( 'as_placeholder' === $part['label_placement'] ) : ?>
44
- <?php happyforms_the_part_label( $part, $form ); ?>
45
- <?php endif; ?>
46
  <?php happyforms_print_part_description( $part ); ?>
47
  <?php happyforms_part_error_message( happyforms_get_part_name( $part, $form ) ); ?>
48
  </div>
49
  </div>
50
  <?php if ( 1 === intval( $part['confirmation_field'] ) ) : ?>
51
  <div class="happyforms-part-wrap happyforms-part-wrap--confirmation" id="<?php happyforms_the_part_id( $part, $form ); ?>-part_confirmation">
52
- <?php if ( 'as_placeholder' !== $part['label_placement'] ) : ?>
53
  <?php happyforms_the_part_confirmation_label( $part, $form ); ?>
54
  <?php endif; ?>
55
 
@@ -63,7 +77,15 @@
63
  <?php endif; ?>
64
  <?php endif; ?>
65
 
66
- <input id="<?php happyforms_the_part_id( $part, $form ); ?>_confirmation" class="happyforms-confirmation-input" type="number" name="<?php happyforms_the_part_name( $part, $form ); ?>_confirmation" value="<?php happyforms_the_part_value( $part, $form, 1 ); ?>" placeholder="<?php echo esc_attr( $part['confirmation_field_placeholder'] ); ?>" min="<?php echo esc_attr( $part['min_value'] ); ?>" max="<?php echo esc_attr( $part['max_value'] ); ?>" value="<?php echo esc_attr( $part['min_value'] ); ?>" <?php happyforms_the_part_attributes( $part, $form, 1 ); ?> />
 
 
 
 
 
 
 
 
67
 
68
  <?php if ( $input_group ) : ?>
69
  <?php if ( $has_suffix ) : ?>
@@ -75,9 +97,6 @@
75
  </div><!-- /.happyforms-input-group -->
76
  <?php endif; ?>
77
 
78
- <?php if ( 'as_placeholder' === $part['label_placement'] ) : ?>
79
- <?php happyforms_the_part_confirmation_label( $part, $form ); ?>
80
- <?php endif; ?>
81
  <?php happyforms_part_error_message( happyforms_get_part_name( $part, $form ), 1 ); ?>
82
  </div>
83
  </div>
1
  <div class="<?php happyforms_the_part_class( $part, $form ); ?>" id="<?php happyforms_the_part_id( $part, $form ); ?>-part" <?php happyforms_the_part_data_attributes( $part, $form ); ?>>
2
  <div class="happyforms-part-wrap">
 
 
 
 
3
  <?php
4
  $input_group = false;
5
  $has_prefix = ( '' !== $part['mask_numeric_prefix'] );
6
  $has_suffix = ( '' !== $part['mask_numeric_suffix'] );
7
+ $early_label = true;
8
 
9
  if ( $has_prefix || $has_suffix ) {
10
  $input_group = true;
11
  }
12
+
13
+ if ( 'as_placeholder' === $part['label_placement'] ) {
14
+ $early_label = false;
15
+ }
16
+
17
+ if ( $has_prefix && 'inside' === $part['label_placement'] ) {
18
+ $early_label = false;
19
+ }
20
  ?>
21
 
22
+ <?php if ( $early_label ) : ?>
23
+ <?php happyforms_the_part_label( $part, $form ); ?>
24
+ <?php endif; ?>
25
+
26
  <div class="happyforms-part__el">
27
  <?php do_action( 'happyforms_part_input_before', $part, $form ); ?>
28
 
35
  <?php endif; ?>
36
  <?php endif; ?>
37
 
38
+ <div class="happyforms-input">
39
+ <?php if ( ! $early_label && 'as_placeholder' !== $part['label_placement'] ) : ?>
40
+ <?php happyforms_the_part_label( $part, $form ); ?>
41
+ <?php endif; ?>
42
+ <input id="<?php happyforms_the_part_id( $part, $form ); ?>" type="number" value="<?php happyforms_the_part_value( $part, $form, 0 ); ?>" name="<?php happyforms_the_part_name( $part, $form ); ?>" placeholder="<?php echo esc_attr( $part['placeholder'] ); ?>" min="<?php echo esc_attr( $part['min_value'] ) ?>" max="<?php echo esc_attr( $part['max_value'] ); ?>" <?php happyforms_the_part_attributes( $part, $form, 0 ); ?> />
43
+ <?php if ( 'as_placeholder' === $part['label_placement'] ) : ?>
44
+ <?php happyforms_the_part_label( $part, $form ); ?>
45
+ <?php endif; ?>
46
+ </div>
47
 
48
  <?php if ( $input_group ) : ?>
49
  <?php if ( $has_suffix ) : ?>
57
 
58
  <?php do_action( 'happyforms_part_input_after', $part, $form ); ?>
59
 
 
 
 
60
  <?php happyforms_print_part_description( $part ); ?>
61
  <?php happyforms_part_error_message( happyforms_get_part_name( $part, $form ) ); ?>
62
  </div>
63
  </div>
64
  <?php if ( 1 === intval( $part['confirmation_field'] ) ) : ?>
65
  <div class="happyforms-part-wrap happyforms-part-wrap--confirmation" id="<?php happyforms_the_part_id( $part, $form ); ?>-part_confirmation">
66
+ <?php if ( $early_label ) : ?>
67
  <?php happyforms_the_part_confirmation_label( $part, $form ); ?>
68
  <?php endif; ?>
69
 
77
  <?php endif; ?>
78
  <?php endif; ?>
79
 
80
+ <div class="happyforms-input">
81
+ <?php if ( ! $early_label && 'as_placeholder' !== $part['label_placement'] ) : ?>
82
+ <?php happyforms_the_part_confirmation_label( $part, $form ); ?>
83
+ <?php endif; ?>
84
+ <input id="<?php happyforms_the_part_id( $part, $form ); ?>_confirmation" class="happyforms-confirmation-input" type="number" name="<?php happyforms_the_part_name( $part, $form ); ?>_confirmation" value="<?php happyforms_the_part_value( $part, $form, 1 ); ?>" placeholder="<?php echo esc_attr( $part['confirmation_field_placeholder'] ); ?>" min="<?php echo esc_attr( $part['min_value'] ); ?>" max="<?php echo esc_attr( $part['max_value'] ); ?>" value="<?php echo esc_attr( $part['min_value'] ); ?>" <?php happyforms_the_part_attributes( $part, $form, 1 ); ?> />
85
+ <?php if ( 'as_placeholder' === $part['label_placement'] ) : ?>
86
+ <?php happyforms_the_part_confirmation_label( $part, $form ); ?>
87
+ <?php endif; ?>
88
+ </div>
89
 
90
  <?php if ( $input_group ) : ?>
91
  <?php if ( $has_suffix ) : ?>
97
  </div><!-- /.happyforms-input-group -->
98
  <?php endif; ?>
99
 
 
 
 
100
  <?php happyforms_part_error_message( happyforms_get_part_name( $part, $form ), 1 ); ?>
101
  </div>
102
  </div>
core/templates/parts/frontend-single-line-text.php CHANGED
@@ -1,18 +1,33 @@
1
  <div class="<?php happyforms_the_part_class( $part, $form ); ?>" id="<?php happyforms_the_part_id( $part, $form ); ?>-part" <?php happyforms_the_part_data_attributes( $part, $form ); ?>>
2
  <div class="happyforms-part-wrap">
3
- <?php if ( 'as_placeholder' !== $part['label_placement'] ) : ?>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4
  <?php happyforms_the_part_label( $part, $form ); ?>
5
  <?php endif; ?>
6
 
7
  <div class="happyforms-part__el">
8
  <?php do_action( 'happyforms_part_input_before', $part, $form ); ?>
9
 
10
- <?php
11
- $has_prefix = ( '' !== $part['prefix'] );
12
- $has_suffix = ( '' !== $part['suffix'] );
13
- ?>
14
-
15
- <?php if ( $has_prefix || $has_suffix ) : ?>
16
  <div class="happyforms-input-group<?php echo ( $has_prefix ) ? ' with-prefix' : ''; ?><?php echo ( $has_suffix ) ? ' with-suffix' : ''; ?>">
17
  <?php if ( $has_prefix ) : ?>
18
  <div class="happyforms-input-group__prefix">
@@ -21,12 +36,18 @@
21
  <?php endif; ?>
22
  <?php endif; ?>
23
 
24
- <input id="<?php happyforms_the_part_id( $part, $form ); ?>" type="text" name="<?php happyforms_the_part_name( $part, $form ); ?>" value="<?php happyforms_the_part_value( $part, $form ); ?>" placeholder="<?php echo esc_attr( $part['placeholder'] ); ?>" <?php happyforms_the_part_attributes( $part, $form ); ?> />
25
- <?php if ( 'as_placeholder' === $part['label_placement'] ) : ?>
26
- <?php happyforms_the_part_label( $part, $form ); ?>
27
- <?php endif; ?>
 
 
 
 
 
 
28
 
29
- <?php if ( $has_prefix || $has_suffix ) : ?>
30
  <?php if ( $has_suffix ) : ?>
31
  <div class="happyforms-input-group__suffix">
32
  <span><?php echo $part['suffix']; ?></span>
1
  <div class="<?php happyforms_the_part_class( $part, $form ); ?>" id="<?php happyforms_the_part_id( $part, $form ); ?>-part" <?php happyforms_the_part_data_attributes( $part, $form ); ?>>
2
  <div class="happyforms-part-wrap">
3
+ <?php
4
+ $input_group = false;
5
+ $has_prefix = ( '' !== $part['prefix'] );
6
+ $has_suffix = ( '' !== $part['suffix'] );
7
+
8
+ if ( $has_prefix || $has_suffix ) {
9
+ $input_group = true;
10
+ }
11
+
12
+ $early_label = true;
13
+
14
+ if ( 'as_placeholder' === $part['label_placement'] ) {
15
+ $early_label = false;
16
+ }
17
+
18
+ if ( $has_prefix && 'inside' === $part['label_placement'] ) {
19
+ $early_label = false;
20
+ }
21
+ ?>
22
+
23
+ <?php if ( $early_label ) : ?>
24
  <?php happyforms_the_part_label( $part, $form ); ?>
25
  <?php endif; ?>
26
 
27
  <div class="happyforms-part__el">
28
  <?php do_action( 'happyforms_part_input_before', $part, $form ); ?>
29
 
30
+ <?php if ( $input_group ) : ?>
 
 
 
 
 
31
  <div class="happyforms-input-group<?php echo ( $has_prefix ) ? ' with-prefix' : ''; ?><?php echo ( $has_suffix ) ? ' with-suffix' : ''; ?>">
32
  <?php if ( $has_prefix ) : ?>
33
  <div class="happyforms-input-group__prefix">
36
  <?php endif; ?>
37
  <?php endif; ?>
38
 
39
+ <div class="happyforms-input">
40
+ <?php if ( ! $early_label && 'as_placeholder' !== $part['label_placement'] ) : ?>
41
+ <?php happyforms_the_part_label( $part, $form ); ?>
42
+ <?php endif; ?>
43
+
44
+ <input id="<?php happyforms_the_part_id( $part, $form ); ?>" type="text" name="<?php happyforms_the_part_name( $part, $form ); ?>" value="<?php happyforms_the_part_value( $part, $form ); ?>" placeholder="<?php echo esc_attr( $part['placeholder'] ); ?>" <?php happyforms_the_part_attributes( $part, $form ); ?> />
45
+ <?php if ( 'as_placeholder' === $part['label_placement'] ) : ?>
46
+ <?php happyforms_the_part_label( $part, $form ); ?>
47
+ <?php endif; ?>
48
+ </div>
49
 
50
+ <?php if ( $input_group ) : ?>
51
  <?php if ( $has_suffix ) : ?>
52
  <div class="happyforms-input-group__suffix">
53
  <span><?php echo $part['suffix']; ?></span>
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: The Theme Foundry
8
- * Version: 1.9.7
9
  * Author URI: https://thethemefoundry.com
10
  * Upgrade URI: https://thethemefoundry.com
11
  */
@@ -13,7 +13,7 @@
13
  /**
14
  * The current version of the plugin.
15
  */
16
- define( 'HAPPYFORMS_VERSION', '1.9.7' );
17
  define( 'HAPPYFORMS_TEXT_DOMAIN', 'happyforms' );
18
 
19
  if ( ! function_exists( 'happyforms_plugin_file' ) ):
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: The Theme Foundry
8
+ * Version: 1.9.8
9
  * Author URI: https://thethemefoundry.com
10
  * Upgrade URI: https://thethemefoundry.com
11
  */
13
  /**
14
  * The current version of the plugin.
15
  */
16
+ define( 'HAPPYFORMS_VERSION', '1.9.8' );
17
  define( 'HAPPYFORMS_TEXT_DOMAIN', 'happyforms' );
18
 
19
  if ( ! function_exists( 'happyforms_plugin_file' ) ):
inc/assets/js/customize.js CHANGED
@@ -1443,9 +1443,12 @@
1443
 
1444
  var editorSettings = {
1445
  tinymce: {
1446
- toolbar1: 'bold,italic,bullist,numlist,link,hr',
1447
  setup: this.onEditorInit.bind( this ),
1448
  },
 
 
 
1449
  };
1450
 
1451
  _.each( this.editorIds, function( editorId ) {
@@ -1840,49 +1843,25 @@
1840
 
1841
  initUISliders: function() {
1842
  var self = this;
1843
- var $container = this.$el.find( '.happyforms-range-control:not(#customize-control-form_width)' );
1844
 
1845
- $container.each(function (el, index) {
1846
  var $this = $(this);
1847
  var variable = $this.data('variable');
1848
- var $slider = $( '.happyforms-range-slider', $this );
1849
- var $sliderInput = $( 'input', $this );
1850
- var min = parseFloat( $sliderInput.attr( 'min' ) );
1851
- var max = parseFloat( $sliderInput.attr( 'max' ) );
1852
- var step = parseFloat( $sliderInput.attr( 'step' ) );
1853
- var value = parseFloat( $sliderInput.val() );
1854
-
1855
- $sliderInput.on('keyup mouseup', function() {
1856
  var $this = $(this);
1857
 
1858
- self.model.set( $sliderInput.attr('data-attribute'), $this.val() );
1859
 
1860
  var data = {
1861
  variable: variable,
1862
- value: $this.val() + '' + $this.parent().attr('data-unit'),
1863
  };
1864
 
1865
- happyForms.previewSend('happyforms-css-variable-update', data);
1866
  });
1867
-
1868
- $slider.slider( {
1869
- value: value,
1870
- min: min,
1871
- max: max,
1872
- step: step,
1873
-
1874
- stop: function( e, ui ) {
1875
- $sliderInput.val(ui.value);
1876
- self.model.set( $sliderInput.attr( 'data-attribute' ), ui.value );
1877
-
1878
- var data = {
1879
- variable: variable,
1880
- value: ui.value + '' + $sliderInput.parent().attr('data-unit'),
1881
- };
1882
-
1883
- happyForms.previewSend('happyforms-css-variable-update', data);
1884
- }
1885
- } );
1886
  } );
1887
  },
1888
 
@@ -1890,7 +1869,6 @@
1890
  var self = this;
1891
 
1892
  var $container = this.$el.find( '.happyforms-range-control#customize-control-form_width' );
1893
- var $slider = $( '.happyforms-range-slider', $container );
1894
  var $input = $( 'input', $container );
1895
  var $unitSwitch = $( '.happyforms-unit-switch', $container );
1896
 
@@ -1925,7 +1903,7 @@
1925
  if ( reInit ) {
1926
  numericValue = ('%' === unit) ? 100 : 900;
1927
 
1928
- self.updateFormWidth(numericValue, unit, $slider);
1929
  }
1930
 
1931
  $input.val(numericValue);
@@ -1933,26 +1911,11 @@
1933
  $input.on('keyup change mouseup', function () {
1934
  var $this = $(this);
1935
 
1936
- self.updateFormWidth($this.val(), unit, $slider);
1937
- });
1938
-
1939
- $slider.slider({
1940
- value: numericValue,
1941
- min: min,
1942
- max: max,
1943
- step: step,
1944
-
1945
- stop: function (e, ui) {
1946
- $input.val(ui.value);
1947
-
1948
- self.updateFormWidth(ui.value, unit, $slider);
1949
- }
1950
  });
1951
  },
1952
 
1953
- updateFormWidth: function( value, unit, $slider ) {
1954
- $slider.slider('value', value);
1955
-
1956
  this.model.set('form_width', value + unit);
1957
 
1958
  var data = {
1443
 
1444
  var editorSettings = {
1445
  tinymce: {
1446
+ toolbar1: 'bold,italic,strikethrough,link',
1447
  setup: this.onEditorInit.bind( this ),
1448
  },
1449
+ quicktags: {
1450
+ buttons: 'strong,em,del,link,close'
1451
+ }
1452
  };
1453
 
1454
  _.each( this.editorIds, function( editorId ) {
1843
 
1844
  initUISliders: function() {
1845
  var self = this;
1846
+ var $container = this.$el.find( '.happyforms-range-control' );
1847
 
1848
+ $container.each( function( index, el ) {
1849
  var $this = $(this);
1850
  var variable = $this.data('variable');
1851
+ var $sliderInput = $( 'input[type=range]', $this );
1852
+
1853
+ $sliderInput.on( 'change', function() {
 
 
 
 
 
1854
  var $this = $(this);
1855
 
1856
+ self.model.set( $sliderInput.attr( 'data-attribute' ), $this.val() );
1857
 
1858
  var data = {
1859
  variable: variable,
1860
+ value: $this.val() + $( el ).attr( 'data-unit' ),
1861
  };
1862
 
1863
+ happyForms.previewSend( 'happyforms-css-variable-update', data );
1864
  });
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1865
  } );
1866
  },
1867
 
1869
  var self = this;
1870
 
1871
  var $container = this.$el.find( '.happyforms-range-control#customize-control-form_width' );
 
1872
  var $input = $( 'input', $container );
1873
  var $unitSwitch = $( '.happyforms-unit-switch', $container );
1874
 
1903
  if ( reInit ) {
1904
  numericValue = ('%' === unit) ? 100 : 900;
1905
 
1906
+ self.updateFormWidth(numericValue, unit);
1907
  }
1908
 
1909
  $input.val(numericValue);
1911
  $input.on('keyup change mouseup', function () {
1912
  var $this = $(this);
1913
 
1914
+ self.updateFormWidth($this.val(), unit);
 
 
 
 
 
 
 
 
 
 
 
 
 
1915
  });
1916
  },
1917
 
1918
+ updateFormWidth: function( value, unit ) {
 
 
1919
  this.model.set('form_width', value + unit);
1920
 
1921
  var data = {
inc/classes/class-happyforms.php CHANGED
@@ -10,8 +10,10 @@ class HappyForms extends HappyForms_Core {
10
  add_action( 'admin_menu', array( $this, 'admin_menu' ) );
11
  add_action( 'happyforms_do_setup_control', array( $this, 'do_control' ), 10, 3 );
12
  add_action( 'happyforms_do_email_control', array( $this, 'do_control' ), 10, 3 );
 
13
  add_filter( 'happyforms_setup_controls', array( $this, 'add_dummy_setup_controls' ) );
14
  add_filter( 'happyforms_email_controls', array( $this, 'add_dummy_email_controls' ) );
 
15
  add_action( 'admin_print_footer_scripts', array( $this, 'print_upgrade_modals' ) );
16
  add_action( 'parse_request', array( $this, 'parse_archive_request' ) );
17
  add_action( 'admin_notices', array( $this, 'display_notices' ) );
@@ -76,13 +78,6 @@ class HappyForms extends HappyForms_Core {
76
  }
77
 
78
  public function add_dummy_setup_controls( $controls ) {
79
- $controls[1320] = array(
80
- 'type' => 'checkbox_dummy',
81
- 'dummy_id' => 'use_theme_styles',
82
- 'label' => __( 'Use theme styles', HAPPYFORMS_TEXT_DOMAIN ),
83
- 'tooltip' => __( 'Inherit theme default styles instead of using HappyForms styles.', HAPPYFORMS_TEXT_DOMAIN ),
84
- );
85
-
86
  $controls[1450] = array(
87
  'type' => 'checkbox_dummy',
88
  'dummy_id' => 'shuffle_parts',
@@ -205,10 +200,17 @@ class HappyForms extends HappyForms_Core {
205
  'tooltip' => __( 'Include the page link your form was submitted from.', HAPPYFORMS_TEXT_DOMAIN ),
206
  );
207
 
 
 
 
 
 
 
 
208
  $controls[819] = array(
209
  'type' => 'checkbox_dummy',
210
  'dummy_id' => 'attach_pdf',
211
- 'label' => __( 'Attach PDF to confirmation email', 'happyforms' ),
212
  'tooltip' => __( 'Attach a PDF to the recipient\'s confirmation email.', 'happyforms' ),
213
  );
214
 
@@ -222,6 +224,16 @@ class HappyForms extends HappyForms_Core {
222
  return $controls;
223
  }
224
 
 
 
 
 
 
 
 
 
 
 
225
  public function do_control( $control, $field, $index ) {
226
  $type = $control['type'];
227
 
10
  add_action( 'admin_menu', array( $this, 'admin_menu' ) );
11
  add_action( 'happyforms_do_setup_control', array( $this, 'do_control' ), 10, 3 );
12
  add_action( 'happyforms_do_email_control', array( $this, 'do_control' ), 10, 3 );
13
+ add_action( 'happyforms_do_style_control', array( $this, 'do_control' ), 10, 3 );
14
  add_filter( 'happyforms_setup_controls', array( $this, 'add_dummy_setup_controls' ) );
15
  add_filter( 'happyforms_email_controls', array( $this, 'add_dummy_email_controls' ) );
16
+ add_filter( 'happyforms_style_controls', array( $this, 'add_dummy_style_controls' ) );
17
  add_action( 'admin_print_footer_scripts', array( $this, 'print_upgrade_modals' ) );
18
  add_action( 'parse_request', array( $this, 'parse_archive_request' ) );
19
  add_action( 'admin_notices', array( $this, 'display_notices' ) );
78
  }
79
 
80
  public function add_dummy_setup_controls( $controls ) {
 
 
 
 
 
 
 
81
  $controls[1450] = array(
82
  'type' => 'checkbox_dummy',
83
  'dummy_id' => 'shuffle_parts',
200
  'tooltip' => __( 'Include the page link your form was submitted from.', HAPPYFORMS_TEXT_DOMAIN ),
201
  );
202
 
203
+ $controls[454] = array(
204
+ 'type' => 'checkbox_dummy',
205
+ 'dummy_id' => 'attach_pdf_submission',
206
+ 'label' => __( 'Attach .pdf to submission alert', 'happyforms' ),
207
+ 'tooltip' => __( 'Attach a PDF to your submission alert.', 'happyforms-upgrade' ),
208
+ );
209
+
210
  $controls[819] = array(
211
  'type' => 'checkbox_dummy',
212
  'dummy_id' => 'attach_pdf',
213
+ 'label' => __( 'Attach .pdf to confirmation email', 'happyforms' ),
214
  'tooltip' => __( 'Attach a PDF to the recipient\'s confirmation email.', 'happyforms' ),
215
  );
216
 
224
  return $controls;
225
  }
226
 
227
+ public function add_dummy_style_controls( $controls ) {
228
+ $controls[110] = array(
229
+ 'type' => 'checkbox_dummy',
230
+ 'dummy_id' => 'use_theme_styles',
231
+ 'label' => __( 'Use theme styles', HAPPYFORMS_TEXT_DOMAIN ),
232
+ );
233
+
234
+ return $controls;
235
+ }
236
+
237
  public function do_control( $control, $field, $index ) {
238
  $type = $control['type'];
239
 
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.7\n"
6
  "Report-Msgid-Bugs-To: https://thethemefoundry.com/support/\n"
7
- "POT-Creation-Date: 2020-03-27 12:44: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"
@@ -136,25 +136,25 @@ msgstr ""
136
  msgid "Y/m/d"
137
  msgstr ""
138
 
139
- #: core/classes/class-form-admin.php:378
140
  msgid "Edit"
141
  msgstr ""
142
 
143
- #: core/classes/class-form-admin.php:382
144
  #: core/templates/customize-form-item.php:27
145
  #: core/templates/customize-form-part-footer.php:4
146
  msgid "Duplicate"
147
  msgstr ""
148
 
149
- #: core/classes/class-form-admin.php:386
150
  msgid "Trash"
151
  msgstr ""
152
 
153
- #: core/classes/class-form-admin.php:430
154
  msgid "1 form duplicated."
155
  msgstr ""
156
 
157
- #: core/classes/class-form-admin.php:432
158
  msgid "Undo"
159
  msgstr ""
160
 
@@ -204,11 +204,11 @@ msgstr ""
204
  msgid "All Forms"
205
  msgstr ""
206
 
207
- #: core/classes/class-form-controller.php:531
208
  msgid "(no title)"
209
  msgstr ""
210
 
211
- #: core/classes/class-form-controller.php:620
212
  msgid " Copy"
213
  msgstr ""
214
 
@@ -341,94 +341,94 @@ msgstr ""
341
  msgid "Review submission"
342
  msgstr ""
343
 
344
- #: core/classes/class-form-setup.php:168
345
  msgid "Confirm submission"
346
  msgstr ""
347
 
348
- #: core/classes/class-form-setup.php:170 core/classes/class-form-setup.php:188
349
  msgid "Success message"
350
  msgstr ""
351
 
352
- #: core/classes/class-form-setup.php:171
353
  msgid "Redirect to web address"
354
  msgstr ""
355
 
356
- #: core/classes/class-form-setup.php:174
357
  msgid "Choose how the form should confirm successful submission."
358
  msgstr ""
359
 
360
- #: core/classes/class-form-setup.php:178
361
  #: core/templates/customize-form-parts-drawer.php:30
362
- #: inc/classes/class-happyforms.php:245
363
  #: inc/templates/customize-controls/checkbox_dummy.php:7
364
  msgid "Upgrade"
365
  msgstr ""
366
 
367
- #: core/classes/class-form-setup.php:196
368
  msgid "Error message"
369
  msgstr ""
370
 
371
- #: core/classes/class-form-setup.php:197
372
  msgid ""
373
  "This is the message your users will see when there are form errors "
374
  "preventing submission."
375
  msgstr ""
376
 
377
- #: core/classes/class-form-setup.php:202
378
  msgid "Optional part label"
379
  msgstr ""
380
 
381
- #: core/classes/class-form-setup.php:203
382
  msgid ""
383
  "Mark optional parts in your form to let your users distinguish them from "
384
  "required parts."
385
  msgstr ""
386
 
387
- #: core/classes/class-form-setup.php:208
388
  msgid "Submit button label"
389
  msgstr ""
390
 
391
- #: core/classes/class-form-setup.php:209
392
  msgid "Change text of submit button to describe an action your form performs."
393
  msgstr ""
394
 
395
- #: core/classes/class-form-setup.php:214
396
  msgid "Submit button CSS classes"
397
  msgstr ""
398
 
399
- #: core/classes/class-form-setup.php:215
400
  msgid ""
401
  "Add custom CSS classes separated by space for targeting a button in your "
402
  "stylesheet."
403
  msgstr ""
404
 
405
- #: core/classes/class-form-setup.php:220
406
  msgid "Use custom HTML ID"
407
  msgstr ""
408
 
409
- #: core/classes/class-form-setup.php:222
410
  msgid "Add a unique HTML ID to your form. Write without a hash (#) character."
411
  msgstr ""
412
 
413
- #: core/classes/class-form-setup.php:230
414
  msgid "Form HTML ID"
415
  msgstr ""
416
 
417
- #: core/classes/class-form-setup.php:238
418
  msgid "Hide form after submit"
419
  msgstr ""
420
 
421
- #: core/classes/class-form-setup.php:239
422
  msgid ""
423
  "Hide all form parts and display just title and confirmation message on "
424
  "submit."
425
  msgstr ""
426
 
427
- #: core/classes/class-form-setup.php:244
428
  msgid "Spam prevention"
429
  msgstr ""
430
 
431
- #: core/classes/class-form-setup.php:245
432
  msgid "Protect your form against bots by using HoneyPot security."
433
  msgstr ""
434
 
@@ -1126,927 +1126,927 @@ msgstr ""
1126
  msgid "Spam protection, skip this field"
1127
  msgstr ""
1128
 
1129
- #: core/helpers/helper-form-templates.php:1022
1130
  msgid "January"
1131
  msgstr ""
1132
 
1133
- #: core/helpers/helper-form-templates.php:1023
1134
  msgid "February"
1135
  msgstr ""
1136
 
1137
- #: core/helpers/helper-form-templates.php:1024
1138
  msgid "March"
1139
  msgstr ""
1140
 
1141
- #: core/helpers/helper-form-templates.php:1025
1142
  msgid "April"
1143
  msgstr ""
1144
 
1145
- #: core/helpers/helper-form-templates.php:1026
1146
  msgid "May"
1147
  msgstr ""
1148
 
1149
- #: core/helpers/helper-form-templates.php:1027
1150
  msgid "June"
1151
  msgstr ""
1152
 
1153
- #: core/helpers/helper-form-templates.php:1028
1154
  msgid "July"
1155
  msgstr ""
1156
 
1157
- #: core/helpers/helper-form-templates.php:1029
1158
  msgid "August"
1159
  msgstr ""
1160
 
1161
- #: core/helpers/helper-form-templates.php:1030
1162
  msgid "September"
1163
  msgstr ""
1164
 
1165
- #: core/helpers/helper-form-templates.php:1031
1166
  msgid "October"
1167
  msgstr ""
1168
 
1169
- #: core/helpers/helper-form-templates.php:1032
1170
  msgid "November"
1171
  msgstr ""
1172
 
1173
- #: core/helpers/helper-form-templates.php:1033
1174
  msgid "December"
1175
  msgstr ""
1176
 
1177
- #: core/helpers/helper-form-templates.php:1074 core/helpers/helper-misc.php:218
1178
  msgid "Andorra"
1179
  msgstr ""
1180
 
1181
- #: core/helpers/helper-form-templates.php:1075 core/helpers/helper-misc.php:436
1182
  msgid "United Arab Emirates"
1183
  msgstr ""
1184
 
1185
- #: core/helpers/helper-form-templates.php:1076 core/helpers/helper-misc.php:214
1186
  msgid "Afghanistan"
1187
  msgstr ""
1188
 
1189
- #: core/helpers/helper-form-templates.php:1077 core/helpers/helper-misc.php:222
1190
  msgid "Antigua and Barbuda"
1191
  msgstr ""
1192
 
1193
- #: core/helpers/helper-form-templates.php:1078 core/helpers/helper-misc.php:220
1194
  msgid "Anguilla"
1195
  msgstr ""
1196
 
1197
- #: core/helpers/helper-form-templates.php:1079 core/helpers/helper-misc.php:215
1198
  msgid "Albania"
1199
  msgstr ""
1200
 
1201
- #: core/helpers/helper-form-templates.php:1080 core/helpers/helper-misc.php:224
1202
  msgid "Armenia"
1203
  msgstr ""
1204
 
1205
- #: core/helpers/helper-form-templates.php:1081 core/helpers/helper-misc.php:219
1206
  msgid "Angola"
1207
  msgstr ""
1208
 
1209
- #: core/helpers/helper-form-templates.php:1082 core/helpers/helper-misc.php:221
1210
  msgid "Antarctica"
1211
  msgstr ""
1212
 
1213
- #: core/helpers/helper-form-templates.php:1083 core/helpers/helper-misc.php:223
1214
  msgid "Argentina"
1215
  msgstr ""
1216
 
1217
- #: core/helpers/helper-form-templates.php:1084 core/helpers/helper-misc.php:217
1218
  msgid "American Samoa"
1219
  msgstr ""
1220
 
1221
- #: core/helpers/helper-form-templates.php:1085 core/helpers/helper-misc.php:227
1222
  msgid "Austria"
1223
  msgstr ""
1224
 
1225
- #: core/helpers/helper-form-templates.php:1086 core/helpers/helper-misc.php:226
1226
  msgid "Australia"
1227
  msgstr ""
1228
 
1229
- #: core/helpers/helper-form-templates.php:1087 core/helpers/helper-misc.php:225
1230
  msgid "Aruba"
1231
  msgstr ""
1232
 
1233
- #: core/helpers/helper-form-templates.php:1088 core/helpers/helper-misc.php:228
1234
  msgid "Azerbaijan"
1235
  msgstr ""
1236
 
1237
- #: core/helpers/helper-form-templates.php:1089
1238
  msgid "Bosnia and Herzegovina"
1239
  msgstr ""
1240
 
1241
- #: core/helpers/helper-form-templates.php:1090 core/helpers/helper-misc.php:232
1242
  msgid "Barbados"
1243
  msgstr ""
1244
 
1245
- #: core/helpers/helper-form-templates.php:1091 core/helpers/helper-misc.php:231
1246
  msgid "Bangladesh"
1247
  msgstr ""
1248
 
1249
- #: core/helpers/helper-form-templates.php:1092 core/helpers/helper-misc.php:234
1250
  msgid "Belgium"
1251
  msgstr ""
1252
 
1253
- #: core/helpers/helper-form-templates.php:1093 core/helpers/helper-misc.php:247
1254
  msgid "Burkina Faso"
1255
  msgstr ""
1256
 
1257
- #: core/helpers/helper-form-templates.php:1094 core/helpers/helper-misc.php:246
1258
  msgid "Bulgaria"
1259
  msgstr ""
1260
 
1261
- #: core/helpers/helper-form-templates.php:1095 core/helpers/helper-misc.php:230
1262
  msgid "Bahrain"
1263
  msgstr ""
1264
 
1265
- #: core/helpers/helper-form-templates.php:1096 core/helpers/helper-misc.php:248
1266
  msgid "Burundi"
1267
  msgstr ""
1268
 
1269
- #: core/helpers/helper-form-templates.php:1097 core/helpers/helper-misc.php:236
1270
  msgid "Benin"
1271
  msgstr ""
1272
 
1273
- #: core/helpers/helper-form-templates.php:1098
1274
  msgid "Saint Barthelemy"
1275
  msgstr ""
1276
 
1277
- #: core/helpers/helper-form-templates.php:1099 core/helpers/helper-misc.php:237
1278
  msgid "Bermuda"
1279
  msgstr ""
1280
 
1281
- #: core/helpers/helper-form-templates.php:1100 core/helpers/helper-misc.php:245
1282
  msgid "Brunei Darussalam"
1283
  msgstr ""
1284
 
1285
- #: core/helpers/helper-form-templates.php:1101 core/helpers/helper-misc.php:239
1286
  msgid "Bolivia"
1287
  msgstr ""
1288
 
1289
- #: core/helpers/helper-form-templates.php:1102 core/helpers/helper-misc.php:243
1290
  msgid "Brazil"
1291
  msgstr ""
1292
 
1293
- #: core/helpers/helper-form-templates.php:1103 core/helpers/helper-misc.php:229
1294
  msgid "Bahamas"
1295
  msgstr ""
1296
 
1297
- #: core/helpers/helper-form-templates.php:1104 core/helpers/helper-misc.php:238
1298
  msgid "Bhutan"
1299
  msgstr ""
1300
 
1301
- #: core/helpers/helper-form-templates.php:1105 core/helpers/helper-misc.php:241
1302
  msgid "Botswana"
1303
  msgstr ""
1304
 
1305
- #: core/helpers/helper-form-templates.php:1106 core/helpers/helper-misc.php:233
1306
  msgid "Belarus"
1307
  msgstr ""
1308
 
1309
- #: core/helpers/helper-form-templates.php:1107 core/helpers/helper-misc.php:235
1310
  msgid "Belize"
1311
  msgstr ""
1312
 
1313
- #: core/helpers/helper-form-templates.php:1108 core/helpers/helper-misc.php:251
1314
  msgid "Canada"
1315
  msgstr ""
1316
 
1317
- #: core/helpers/helper-form-templates.php:1109
1318
  msgid "Congo, The Democratic Republic of the"
1319
  msgstr ""
1320
 
1321
- #: core/helpers/helper-form-templates.php:1110 core/helpers/helper-misc.php:254
1322
  msgid "Central African Republic"
1323
  msgstr ""
1324
 
1325
- #: core/helpers/helper-form-templates.php:1111 core/helpers/helper-misc.php:262
1326
  msgid "Congo"
1327
  msgstr ""
1328
 
1329
- #: core/helpers/helper-form-templates.php:1112 core/helpers/helper-misc.php:419
1330
  msgid "Switzerland"
1331
  msgstr ""
1332
 
1333
- #: core/helpers/helper-form-templates.php:1113 core/helpers/helper-misc.php:264
1334
  msgid "Cook Islands"
1335
  msgstr ""
1336
 
1337
- #: core/helpers/helper-form-templates.php:1114 core/helpers/helper-misc.php:256
1338
  msgid "Chile"
1339
  msgstr ""
1340
 
1341
- #: core/helpers/helper-form-templates.php:1115 core/helpers/helper-misc.php:250
1342
  msgid "Cameroon"
1343
  msgstr ""
1344
 
1345
- #: core/helpers/helper-form-templates.php:1116 core/helpers/helper-misc.php:257
1346
  msgid "China"
1347
  msgstr ""
1348
 
1349
- #: core/helpers/helper-form-templates.php:1117 core/helpers/helper-misc.php:260
1350
  msgid "Colombia"
1351
  msgstr ""
1352
 
1353
- #: core/helpers/helper-form-templates.php:1118 core/helpers/helper-misc.php:265
1354
  msgid "Costa Rica"
1355
  msgstr ""
1356
 
1357
- #: core/helpers/helper-form-templates.php:1119 core/helpers/helper-misc.php:268
1358
  msgid "Cuba"
1359
  msgstr ""
1360
 
1361
- #: core/helpers/helper-form-templates.php:1120 core/helpers/helper-misc.php:252
1362
  msgid "Cape Verde"
1363
  msgstr ""
1364
 
1365
- #: core/helpers/helper-form-templates.php:1121 core/helpers/helper-misc.php:269
1366
  msgid "Cyprus"
1367
  msgstr ""
1368
 
1369
- #: core/helpers/helper-form-templates.php:1122 core/helpers/helper-misc.php:270
1370
  msgid "Czech Republic"
1371
  msgstr ""
1372
 
1373
- #: core/helpers/helper-form-templates.php:1123 core/helpers/helper-misc.php:295
1374
  msgid "Germany"
1375
  msgstr ""
1376
 
1377
- #: core/helpers/helper-form-templates.php:1124 core/helpers/helper-misc.php:272
1378
  msgid "Djibouti"
1379
  msgstr ""
1380
 
1381
- #: core/helpers/helper-form-templates.php:1125 core/helpers/helper-misc.php:271
1382
  msgid "Denmark"
1383
  msgstr ""
1384
 
1385
- #: core/helpers/helper-form-templates.php:1126 core/helpers/helper-misc.php:273
1386
  msgid "Dominica"
1387
  msgstr ""
1388
 
1389
- #: core/helpers/helper-form-templates.php:1127 core/helpers/helper-misc.php:274
1390
  msgid "Dominican Republic"
1391
  msgstr ""
1392
 
1393
- #: core/helpers/helper-form-templates.php:1128 core/helpers/helper-misc.php:216
1394
  msgid "Algeria"
1395
  msgstr ""
1396
 
1397
- #: core/helpers/helper-form-templates.php:1129 core/helpers/helper-misc.php:276
1398
  msgid "Ecuador"
1399
  msgstr ""
1400
 
1401
- #: core/helpers/helper-form-templates.php:1130 core/helpers/helper-misc.php:281
1402
  msgid "Estonia"
1403
  msgstr ""
1404
 
1405
- #: core/helpers/helper-form-templates.php:1131 core/helpers/helper-misc.php:277
1406
  msgid "Egypt"
1407
  msgstr ""
1408
 
1409
- #: core/helpers/helper-form-templates.php:1132 core/helpers/helper-misc.php:280
1410
  msgid "Eritrea"
1411
  msgstr ""
1412
 
1413
- #: core/helpers/helper-form-templates.php:1133 core/helpers/helper-misc.php:410
1414
  msgid "Spain"
1415
  msgstr ""
1416
 
1417
- #: core/helpers/helper-form-templates.php:1134 core/helpers/helper-misc.php:282
1418
  msgid "Ethiopia"
1419
  msgstr ""
1420
 
1421
- #: core/helpers/helper-form-templates.php:1135 core/helpers/helper-misc.php:286
1422
  msgid "Finland"
1423
  msgstr ""
1424
 
1425
- #: core/helpers/helper-form-templates.php:1136 core/helpers/helper-misc.php:285
1426
  msgid "Fiji"
1427
  msgstr ""
1428
 
1429
- #: core/helpers/helper-form-templates.php:1137 core/helpers/helper-misc.php:283
1430
  msgid "Falkland Islands (Malvinas)"
1431
  msgstr ""
1432
 
1433
- #: core/helpers/helper-form-templates.php:1138 core/helpers/helper-misc.php:354
1434
  msgid "Micronesia, Federated States of"
1435
  msgstr ""
1436
 
1437
- #: core/helpers/helper-form-templates.php:1139 core/helpers/helper-misc.php:284
1438
  msgid "Faroe Islands"
1439
  msgstr ""
1440
 
1441
- #: core/helpers/helper-form-templates.php:1140 core/helpers/helper-misc.php:287
1442
  msgid "France"
1443
  msgstr ""
1444
 
1445
- #: core/helpers/helper-form-templates.php:1141 core/helpers/helper-misc.php:292
1446
  msgid "Gabon"
1447
  msgstr ""
1448
 
1449
- #: core/helpers/helper-form-templates.php:1142 core/helpers/helper-misc.php:437
1450
  msgid "United Kingdom"
1451
  msgstr ""
1452
 
1453
- #: core/helpers/helper-form-templates.php:1143 core/helpers/helper-misc.php:300
1454
  msgid "Grenada"
1455
  msgstr ""
1456
 
1457
- #: core/helpers/helper-form-templates.php:1144 core/helpers/helper-misc.php:294
1458
  msgid "Georgia"
1459
  msgstr ""
1460
 
1461
- #: core/helpers/helper-form-templates.php:1145 core/helpers/helper-misc.php:296
1462
  msgid "Ghana"
1463
  msgstr ""
1464
 
1465
- #: core/helpers/helper-form-templates.php:1146 core/helpers/helper-misc.php:297
1466
  msgid "Gibraltar"
1467
  msgstr ""
1468
 
1469
- #: core/helpers/helper-form-templates.php:1147 core/helpers/helper-misc.php:299
1470
  msgid "Greenland"
1471
  msgstr ""
1472
 
1473
- #: core/helpers/helper-form-templates.php:1148 core/helpers/helper-misc.php:293
1474
  msgid "Gambia"
1475
  msgstr ""
1476
 
1477
- #: core/helpers/helper-form-templates.php:1149 core/helpers/helper-misc.php:304
1478
  msgid "Guinea"
1479
  msgstr ""
1480
 
1481
- #: core/helpers/helper-form-templates.php:1150 core/helpers/helper-misc.php:298
1482
  msgid "Greece"
1483
  msgstr ""
1484
 
1485
- #: core/helpers/helper-form-templates.php:1151 core/helpers/helper-misc.php:303
1486
  msgid "Guatemala"
1487
  msgstr ""
1488
 
1489
- #: core/helpers/helper-form-templates.php:1152 core/helpers/helper-misc.php:302
1490
  msgid "Guam"
1491
  msgstr ""
1492
 
1493
- #: core/helpers/helper-form-templates.php:1153
1494
  msgid "Guinea-bissau"
1495
  msgstr ""
1496
 
1497
- #: core/helpers/helper-form-templates.php:1154 core/helpers/helper-misc.php:306
1498
  msgid "Guyana"
1499
  msgstr ""
1500
 
1501
- #: core/helpers/helper-form-templates.php:1155 core/helpers/helper-misc.php:311
1502
  msgid "Hong Kong"
1503
  msgstr ""
1504
 
1505
- #: core/helpers/helper-form-templates.php:1156 core/helpers/helper-misc.php:310
1506
  msgid "Honduras"
1507
  msgstr ""
1508
 
1509
- #: core/helpers/helper-form-templates.php:1157
1510
  msgid "Croatia"
1511
  msgstr ""
1512
 
1513
- #: core/helpers/helper-form-templates.php:1158 core/helpers/helper-misc.php:307
1514
  msgid "Haiti"
1515
  msgstr ""
1516
 
1517
- #: core/helpers/helper-form-templates.php:1159 core/helpers/helper-misc.php:312
1518
  msgid "Hungary"
1519
  msgstr ""
1520
 
1521
- #: core/helpers/helper-form-templates.php:1160 core/helpers/helper-misc.php:315
1522
  msgid "Indonesia"
1523
  msgstr ""
1524
 
1525
- #: core/helpers/helper-form-templates.php:1161 core/helpers/helper-misc.php:318
1526
  msgid "Ireland"
1527
  msgstr ""
1528
 
1529
- #: core/helpers/helper-form-templates.php:1162 core/helpers/helper-misc.php:319
1530
  msgid "Israel"
1531
  msgstr ""
1532
 
1533
- #: core/helpers/helper-form-templates.php:1163 core/helpers/helper-misc.php:314
1534
  msgid "India"
1535
  msgstr ""
1536
 
1537
- #: core/helpers/helper-form-templates.php:1164 core/helpers/helper-misc.php:317
1538
  msgid "Iraq"
1539
  msgstr ""
1540
 
1541
- #: core/helpers/helper-form-templates.php:1165
1542
  msgid "Iran, Islamic Republic of"
1543
  msgstr ""
1544
 
1545
- #: core/helpers/helper-form-templates.php:1166 core/helpers/helper-misc.php:313
1546
  msgid "Iceland"
1547
  msgstr ""
1548
 
1549
- #: core/helpers/helper-form-templates.php:1167 core/helpers/helper-misc.php:320
1550
  msgid "Italy"
1551
  msgstr ""
1552
 
1553
- #: core/helpers/helper-form-templates.php:1168 core/helpers/helper-misc.php:321
1554
  msgid "Jamaica"
1555
  msgstr ""
1556
 
1557
- #: core/helpers/helper-form-templates.php:1169 core/helpers/helper-misc.php:323
1558
  msgid "Jordan"
1559
  msgstr ""
1560
 
1561
- #: core/helpers/helper-form-templates.php:1170 core/helpers/helper-misc.php:322
1562
  msgid "Japan"
1563
  msgstr ""
1564
 
1565
- #: core/helpers/helper-form-templates.php:1171 core/helpers/helper-misc.php:325
1566
  msgid "Kenya"
1567
  msgstr ""
1568
 
1569
- #: core/helpers/helper-form-templates.php:1172 core/helpers/helper-misc.php:330
1570
  msgid "Kyrgyzstan"
1571
  msgstr ""
1572
 
1573
- #: core/helpers/helper-form-templates.php:1173 core/helpers/helper-misc.php:249
1574
  msgid "Cambodia"
1575
  msgstr ""
1576
 
1577
- #: core/helpers/helper-form-templates.php:1174 core/helpers/helper-misc.php:326
1578
  msgid "Kiribati"
1579
  msgstr ""
1580
 
1581
- #: core/helpers/helper-form-templates.php:1175 core/helpers/helper-misc.php:261
1582
  msgid "Comoros"
1583
  msgstr ""
1584
 
1585
- #: core/helpers/helper-form-templates.php:1176 core/helpers/helper-misc.php:393
1586
  msgid "Saint Kitts and Nevis"
1587
  msgstr ""
1588
 
1589
- #: core/helpers/helper-form-templates.php:1177
1590
  msgid "Korea Democratic Peoples Republic of"
1591
  msgstr ""
1592
 
1593
- #: core/helpers/helper-form-templates.php:1178
1594
  msgid "Korea Republic of"
1595
  msgstr ""
1596
 
1597
- #: core/helpers/helper-form-templates.php:1179 core/helpers/helper-misc.php:329
1598
  msgid "Kuwait"
1599
  msgstr ""
1600
 
1601
- #: core/helpers/helper-form-templates.php:1180 core/helpers/helper-misc.php:253
1602
  msgid "Cayman Islands"
1603
  msgstr ""
1604
 
1605
- #: core/helpers/helper-form-templates.php:1181
1606
  msgid "Lao Peoples Democratic Republic"
1607
  msgstr ""
1608
 
1609
- #: core/helpers/helper-form-templates.php:1182 core/helpers/helper-misc.php:333
1610
  msgid "Lebanon"
1611
  msgstr ""
1612
 
1613
- #: core/helpers/helper-form-templates.php:1183 core/helpers/helper-misc.php:394
1614
  msgid "Saint Lucia"
1615
  msgstr ""
1616
 
1617
- #: core/helpers/helper-form-templates.php:1184 core/helpers/helper-misc.php:337
1618
  msgid "Liechtenstein"
1619
  msgstr ""
1620
 
1621
- #: core/helpers/helper-form-templates.php:1185 core/helpers/helper-misc.php:411
1622
  msgid "Sri Lanka"
1623
  msgstr ""
1624
 
1625
- #: core/helpers/helper-form-templates.php:1186 core/helpers/helper-misc.php:335
1626
  msgid "Liberia"
1627
  msgstr ""
1628
 
1629
- #: core/helpers/helper-form-templates.php:1187 core/helpers/helper-misc.php:334
1630
  msgid "Lesotho"
1631
  msgstr ""
1632
 
1633
- #: core/helpers/helper-form-templates.php:1188 core/helpers/helper-misc.php:338
1634
  msgid "Lithuania"
1635
  msgstr ""
1636
 
1637
- #: core/helpers/helper-form-templates.php:1189 core/helpers/helper-misc.php:339
1638
  msgid "Luxembourg"
1639
  msgstr ""
1640
 
1641
- #: core/helpers/helper-form-templates.php:1190 core/helpers/helper-misc.php:332
1642
  msgid "Latvia"
1643
  msgstr ""
1644
 
1645
- #: core/helpers/helper-form-templates.php:1191 core/helpers/helper-misc.php:336
1646
  msgid "Libyan Arab Jamahiriya"
1647
  msgstr ""
1648
 
1649
- #: core/helpers/helper-form-templates.php:1192 core/helpers/helper-misc.php:359
1650
  msgid "Morocco"
1651
  msgstr ""
1652
 
1653
- #: core/helpers/helper-form-templates.php:1193 core/helpers/helper-misc.php:356
1654
  msgid "Monaco"
1655
  msgstr ""
1656
 
1657
- #: core/helpers/helper-form-templates.php:1194 core/helpers/helper-misc.php:355
1658
  msgid "Moldova, Republic of"
1659
  msgstr ""
1660
 
1661
- #: core/helpers/helper-form-templates.php:1195
1662
  msgid "Montenegro"
1663
  msgstr ""
1664
 
1665
- #: core/helpers/helper-form-templates.php:1196 core/helpers/helper-misc.php:342
1666
  msgid "Madagascar"
1667
  msgstr ""
1668
 
1669
- #: core/helpers/helper-form-templates.php:1197 core/helpers/helper-misc.php:348
1670
  msgid "Marshall Islands"
1671
  msgstr ""
1672
 
1673
- #: core/helpers/helper-form-templates.php:1198 core/helpers/helper-misc.php:341
1674
  msgid "Macedonia, The Former Yugoslav Republic of"
1675
  msgstr ""
1676
 
1677
- #: core/helpers/helper-form-templates.php:1199 core/helpers/helper-misc.php:346
1678
  msgid "Mali"
1679
  msgstr ""
1680
 
1681
- #: core/helpers/helper-form-templates.php:1200 core/helpers/helper-misc.php:361
1682
  msgid "Myanmar"
1683
  msgstr ""
1684
 
1685
- #: core/helpers/helper-form-templates.php:1201 core/helpers/helper-misc.php:357
1686
  msgid "Mongolia"
1687
  msgstr ""
1688
 
1689
- #: core/helpers/helper-form-templates.php:1202 core/helpers/helper-misc.php:340
1690
  msgid "Macau"
1691
  msgstr ""
1692
 
1693
- #: core/helpers/helper-form-templates.php:1203 core/helpers/helper-misc.php:374
1694
  msgid "Northern Mariana Islands"
1695
  msgstr ""
1696
 
1697
- #: core/helpers/helper-form-templates.php:1204 core/helpers/helper-misc.php:350
1698
  msgid "Mauritania"
1699
  msgstr ""
1700
 
1701
- #: core/helpers/helper-form-templates.php:1205 core/helpers/helper-misc.php:358
1702
  msgid "Montserrat"
1703
  msgstr ""
1704
 
1705
- #: core/helpers/helper-form-templates.php:1206 core/helpers/helper-misc.php:347
1706
  msgid "Malta"
1707
  msgstr ""
1708
 
1709
- #: core/helpers/helper-form-templates.php:1207 core/helpers/helper-misc.php:351
1710
  msgid "Mauritius"
1711
  msgstr ""
1712
 
1713
- #: core/helpers/helper-form-templates.php:1208 core/helpers/helper-misc.php:345
1714
  msgid "Maldives"
1715
  msgstr ""
1716
 
1717
- #: core/helpers/helper-form-templates.php:1209 core/helpers/helper-misc.php:343
1718
  msgid "Malawi"
1719
  msgstr ""
1720
 
1721
- #: core/helpers/helper-form-templates.php:1210 core/helpers/helper-misc.php:353
1722
  msgid "Mexico"
1723
  msgstr ""
1724
 
1725
- #: core/helpers/helper-form-templates.php:1211 core/helpers/helper-misc.php:344
1726
  msgid "Malaysia"
1727
  msgstr ""
1728
 
1729
- #: core/helpers/helper-form-templates.php:1212 core/helpers/helper-misc.php:360
1730
  msgid "Mozambique"
1731
  msgstr ""
1732
 
1733
- #: core/helpers/helper-form-templates.php:1213 core/helpers/helper-misc.php:362
1734
  msgid "Namibia"
1735
  msgstr ""
1736
 
1737
- #: core/helpers/helper-form-templates.php:1214 core/helpers/helper-misc.php:367
1738
  msgid "New Caledonia"
1739
  msgstr ""
1740
 
1741
- #: core/helpers/helper-form-templates.php:1215 core/helpers/helper-misc.php:370
1742
  msgid "Niger"
1743
  msgstr ""
1744
 
1745
- #: core/helpers/helper-form-templates.php:1216 core/helpers/helper-misc.php:371
1746
  msgid "Nigeria"
1747
  msgstr ""
1748
 
1749
- #: core/helpers/helper-form-templates.php:1217 core/helpers/helper-misc.php:369
1750
  msgid "Nicaragua"
1751
  msgstr ""
1752
 
1753
- #: core/helpers/helper-form-templates.php:1218 core/helpers/helper-misc.php:365
1754
  msgid "Netherlands"
1755
  msgstr ""
1756
 
1757
- #: core/helpers/helper-form-templates.php:1219 core/helpers/helper-misc.php:375
1758
  msgid "Norway"
1759
  msgstr ""
1760
 
1761
- #: core/helpers/helper-form-templates.php:1220 core/helpers/helper-misc.php:364
1762
  msgid "Nepal"
1763
  msgstr ""
1764
 
1765
- #: core/helpers/helper-form-templates.php:1221 core/helpers/helper-misc.php:363
1766
  msgid "Nauru"
1767
  msgstr ""
1768
 
1769
- #: core/helpers/helper-form-templates.php:1222 core/helpers/helper-misc.php:372
1770
  msgid "Niue"
1771
  msgstr ""
1772
 
1773
- #: core/helpers/helper-form-templates.php:1223 core/helpers/helper-misc.php:368
1774
  msgid "New Zealand"
1775
  msgstr ""
1776
 
1777
- #: core/helpers/helper-form-templates.php:1224 core/helpers/helper-misc.php:376
1778
  msgid "Oman"
1779
  msgstr ""
1780
 
1781
- #: core/helpers/helper-form-templates.php:1225 core/helpers/helper-misc.php:379
1782
  msgid "Panama"
1783
  msgstr ""
1784
 
1785
- #: core/helpers/helper-form-templates.php:1226 core/helpers/helper-misc.php:382
1786
  msgid "Peru"
1787
  msgstr ""
1788
 
1789
- #: core/helpers/helper-form-templates.php:1227 core/helpers/helper-misc.php:290
1790
  msgid "French Polynesia"
1791
  msgstr ""
1792
 
1793
- #: core/helpers/helper-form-templates.php:1228 core/helpers/helper-misc.php:380
1794
  msgid "Papua New Guinea"
1795
  msgstr ""
1796
 
1797
- #: core/helpers/helper-form-templates.php:1229 core/helpers/helper-misc.php:383
1798
  msgid "Philippines"
1799
  msgstr ""
1800
 
1801
- #: core/helpers/helper-form-templates.php:1230 core/helpers/helper-misc.php:377
1802
  msgid "Pakistan"
1803
  msgstr ""
1804
 
1805
- #: core/helpers/helper-form-templates.php:1231 core/helpers/helper-misc.php:385
1806
  msgid "Poland"
1807
  msgstr ""
1808
 
1809
- #: core/helpers/helper-form-templates.php:1232
1810
  msgid "Saint Pierre and Miquelon"
1811
  msgstr ""
1812
 
1813
- #: core/helpers/helper-form-templates.php:1233 core/helpers/helper-misc.php:384
1814
  msgid "Pitcairn"
1815
  msgstr ""
1816
 
1817
- #: core/helpers/helper-form-templates.php:1234 core/helpers/helper-misc.php:386
1818
  msgid "Portugal"
1819
  msgstr ""
1820
 
1821
- #: core/helpers/helper-form-templates.php:1235 core/helpers/helper-misc.php:378
1822
  msgid "Palau"
1823
  msgstr ""
1824
 
1825
- #: core/helpers/helper-form-templates.php:1236 core/helpers/helper-misc.php:381
1826
  msgid "Paraguay"
1827
  msgstr ""
1828
 
1829
- #: core/helpers/helper-form-templates.php:1237 core/helpers/helper-misc.php:388
1830
  msgid "Qatar"
1831
  msgstr ""
1832
 
1833
- #: core/helpers/helper-form-templates.php:1238 core/helpers/helper-misc.php:390
1834
  msgid "Romania"
1835
  msgstr ""
1836
 
1837
- #: core/helpers/helper-form-templates.php:1239
1838
  msgid "Serbia"
1839
  msgstr ""
1840
 
1841
- #: core/helpers/helper-form-templates.php:1240 core/helpers/helper-misc.php:391
1842
  msgid "Russian Federation"
1843
  msgstr ""
1844
 
1845
- #: core/helpers/helper-form-templates.php:1241 core/helpers/helper-misc.php:392
1846
  msgid "Rwanda"
1847
  msgstr ""
1848
 
1849
- #: core/helpers/helper-form-templates.php:1242 core/helpers/helper-misc.php:399
1850
  msgid "Saudi Arabia"
1851
  msgstr ""
1852
 
1853
- #: core/helpers/helper-form-templates.php:1243 core/helpers/helper-misc.php:406
1854
  msgid "Solomon Islands"
1855
  msgstr ""
1856
 
1857
- #: core/helpers/helper-form-templates.php:1244 core/helpers/helper-misc.php:401
1858
  msgid "Seychelles"
1859
  msgstr ""
1860
 
1861
- #: core/helpers/helper-form-templates.php:1245 core/helpers/helper-misc.php:414
1862
  msgid "Sudan"
1863
  msgstr ""
1864
 
1865
- #: core/helpers/helper-form-templates.php:1246 core/helpers/helper-misc.php:418
1866
  msgid "Sweden"
1867
  msgstr ""
1868
 
1869
- #: core/helpers/helper-form-templates.php:1247 core/helpers/helper-misc.php:403
1870
  msgid "Singapore"
1871
  msgstr ""
1872
 
1873
- #: core/helpers/helper-form-templates.php:1248
1874
  msgid "Saint Helena"
1875
  msgstr ""
1876
 
1877
- #: core/helpers/helper-form-templates.php:1249 core/helpers/helper-misc.php:405
1878
  msgid "Slovenia"
1879
  msgstr ""
1880
 
1881
- #: core/helpers/helper-form-templates.php:1250
1882
  msgid "Slovakia"
1883
  msgstr ""
1884
 
1885
- #: core/helpers/helper-form-templates.php:1251 core/helpers/helper-misc.php:402
1886
  msgid "Sierra Leone"
1887
  msgstr ""
1888
 
1889
- #: core/helpers/helper-form-templates.php:1252 core/helpers/helper-misc.php:397
1890
  msgid "San Marino"
1891
  msgstr ""
1892
 
1893
- #: core/helpers/helper-form-templates.php:1253 core/helpers/helper-misc.php:400
1894
  msgid "Senegal"
1895
  msgstr ""
1896
 
1897
- #: core/helpers/helper-form-templates.php:1254 core/helpers/helper-misc.php:407
1898
  msgid "Somalia"
1899
  msgstr ""
1900
 
1901
- #: core/helpers/helper-form-templates.php:1255 core/helpers/helper-misc.php:415
1902
  msgid "Suriname"
1903
  msgstr ""
1904
 
1905
- #: core/helpers/helper-form-templates.php:1256 core/helpers/helper-misc.php:398
1906
  msgid "Sao Tome and Principe"
1907
  msgstr ""
1908
 
1909
- #: core/helpers/helper-form-templates.php:1257 core/helpers/helper-misc.php:278
1910
  msgid "El Salvador"
1911
  msgstr ""
1912
 
1913
- #: core/helpers/helper-form-templates.php:1258 core/helpers/helper-misc.php:420
1914
  msgid "Syrian Arab Republic"
1915
  msgstr ""
1916
 
1917
- #: core/helpers/helper-form-templates.php:1259 core/helpers/helper-misc.php:417
1918
  msgid "Swaziland"
1919
  msgstr ""
1920
 
1921
- #: core/helpers/helper-form-templates.php:1260 core/helpers/helper-misc.php:432
1922
  msgid "Turks and Caicos Islands"
1923
  msgstr ""
1924
 
1925
- #: core/helpers/helper-form-templates.php:1261 core/helpers/helper-misc.php:255
1926
  msgid "Chad"
1927
  msgstr ""
1928
 
1929
- #: core/helpers/helper-form-templates.php:1262 core/helpers/helper-misc.php:425
1930
  msgid "Togo"
1931
  msgstr ""
1932
 
1933
- #: core/helpers/helper-form-templates.php:1263 core/helpers/helper-misc.php:424
1934
  msgid "Thailand"
1935
  msgstr ""
1936
 
1937
- #: core/helpers/helper-form-templates.php:1264 core/helpers/helper-misc.php:422
1938
  msgid "Tajikistan"
1939
  msgstr ""
1940
 
1941
- #: core/helpers/helper-form-templates.php:1265 core/helpers/helper-misc.php:426
1942
  msgid "Tokelau"
1943
  msgstr ""
1944
 
1945
- #: core/helpers/helper-form-templates.php:1266
1946
  msgid "Timor-leste"
1947
  msgstr ""
1948
 
1949
- #: core/helpers/helper-form-templates.php:1267 core/helpers/helper-misc.php:431
1950
  msgid "Turkmenistan"
1951
  msgstr ""
1952
 
1953
- #: core/helpers/helper-form-templates.php:1268 core/helpers/helper-misc.php:429
1954
  msgid "Tunisia"
1955
  msgstr ""
1956
 
1957
- #: core/helpers/helper-form-templates.php:1269 core/helpers/helper-misc.php:427
1958
  msgid "Tonga"
1959
  msgstr ""
1960
 
1961
- #: core/helpers/helper-form-templates.php:1270 core/helpers/helper-misc.php:430
1962
  msgid "Turkey"
1963
  msgstr ""
1964
 
1965
- #: core/helpers/helper-form-templates.php:1271 core/helpers/helper-misc.php:428
1966
  msgid "Trinidad and Tobago"
1967
  msgstr ""
1968
 
1969
- #: core/helpers/helper-form-templates.php:1272 core/helpers/helper-misc.php:433
1970
  msgid "Tuvalu"
1971
  msgstr ""
1972
 
1973
- #: core/helpers/helper-form-templates.php:1273 core/helpers/helper-misc.php:421
1974
  msgid "Taiwan, Province of China"
1975
  msgstr ""
1976
 
1977
- #: core/helpers/helper-form-templates.php:1274 core/helpers/helper-misc.php:423
1978
  msgid "Tanzania, United Republic of"
1979
  msgstr ""
1980
 
1981
- #: core/helpers/helper-form-templates.php:1275 core/helpers/helper-misc.php:435
1982
  msgid "Ukraine"
1983
  msgstr ""
1984
 
1985
- #: core/helpers/helper-form-templates.php:1276 core/helpers/helper-misc.php:434
1986
  msgid "Uganda"
1987
  msgstr ""
1988
 
1989
- #: core/helpers/helper-form-templates.php:1277 core/helpers/helper-misc.php:438
1990
  msgid "United States"
1991
  msgstr ""
1992
 
1993
- #: core/helpers/helper-form-templates.php:1278 core/helpers/helper-misc.php:440
1994
  msgid "Uruguay"
1995
  msgstr ""
1996
 
1997
- #: core/helpers/helper-form-templates.php:1279 core/helpers/helper-misc.php:441
1998
  msgid "Uzbekistan"
1999
  msgstr ""
2000
 
2001
- #: core/helpers/helper-form-templates.php:1280 core/helpers/helper-misc.php:395
2002
  msgid "Saint Vincent and the Grenadines"
2003
  msgstr ""
2004
 
2005
- #: core/helpers/helper-form-templates.php:1281 core/helpers/helper-misc.php:443
2006
  msgid "Venezuela"
2007
  msgstr ""
2008
 
2009
- #: core/helpers/helper-form-templates.php:1282
2010
  msgid "Virgin Islands, British"
2011
  msgstr ""
2012
 
2013
- #: core/helpers/helper-form-templates.php:1283
2014
  msgid "Virgin Islands, U.S."
2015
  msgstr ""
2016
 
2017
- #: core/helpers/helper-form-templates.php:1284 core/helpers/helper-misc.php:444
2018
  msgid "Vietnam"
2019
  msgstr ""
2020
 
2021
- #: core/helpers/helper-form-templates.php:1285 core/helpers/helper-misc.php:442
2022
  msgid "Vanuatu"
2023
  msgstr ""
2024
 
2025
- #: core/helpers/helper-form-templates.php:1286
2026
  msgid "Wallis and Futuna"
2027
  msgstr ""
2028
 
2029
- #: core/helpers/helper-form-templates.php:1287 core/helpers/helper-misc.php:396
2030
  msgid "Samoa"
2031
  msgstr ""
2032
 
2033
- #: core/helpers/helper-form-templates.php:1288 core/helpers/helper-misc.php:449
2034
  msgid "Yemen"
2035
  msgstr ""
2036
 
2037
- #: core/helpers/helper-form-templates.php:1289 core/helpers/helper-misc.php:352
2038
  msgid "Mayotte"
2039
  msgstr ""
2040
 
2041
- #: core/helpers/helper-form-templates.php:1290 core/helpers/helper-misc.php:408
2042
  msgid "South Africa"
2043
  msgstr ""
2044
 
2045
- #: core/helpers/helper-form-templates.php:1291 core/helpers/helper-misc.php:451
2046
  msgid "Zambia"
2047
  msgstr ""
2048
 
2049
- #: core/helpers/helper-form-templates.php:1292 core/helpers/helper-misc.php:452
2050
  msgid "Zimbabwe"
2051
  msgstr ""
2052
 
@@ -3215,175 +3215,179 @@ msgstr ""
3215
  msgid "Click to edit this part."
3216
  msgstr ""
3217
 
3218
- #: inc/classes/class-happyforms.php:82
3219
- msgid "Use theme styles"
3220
- msgstr ""
3221
-
3222
- #: inc/classes/class-happyforms.php:83
3223
- msgid "Inherit theme default styles instead of using HappyForms styles."
3224
- msgstr ""
3225
-
3226
- #: inc/classes/class-happyforms.php:89
3227
  msgid "Shuffle parts"
3228
  msgstr ""
3229
 
3230
- #: inc/classes/class-happyforms.php:90
3231
  msgid "Shuffle the order of all form parts to avoid biases in your responses."
3232
  msgstr ""
3233
 
3234
- #: inc/classes/class-happyforms.php:96
3235
  msgid "Use reCAPTCHA"
3236
  msgstr ""
3237
 
3238
- #: inc/classes/class-happyforms.php:97
3239
  msgid "Protect your form against bots using your Google ReCaptcha credentials."
3240
  msgstr ""
3241
 
3242
- #: inc/classes/class-happyforms.php:103
3243
  msgid "Require password"
3244
  msgstr ""
3245
 
3246
- #: inc/classes/class-happyforms.php:104
3247
  msgid "Only users with password will be able to view and submit the form."
3248
  msgstr ""
3249
 
3250
- #: inc/classes/class-happyforms.php:110
3251
  msgid "Open in overlay window"
3252
  msgstr ""
3253
 
3254
- #: inc/classes/class-happyforms.php:111
3255
  msgid "Generate a link that can be clicked to open an overlay window for this form."
3256
  msgstr ""
3257
 
3258
- #: inc/classes/class-happyforms.php:117
3259
  msgid "Save user's meta data"
3260
  msgstr ""
3261
 
3262
- #: inc/classes/class-happyforms.php:118
3263
  msgid ""
3264
  "User meta data like IP address, browser language, local time, and platform "
3265
  "will be saved with each submission when checked."
3266
  msgstr ""
3267
 
3268
- #: inc/classes/class-happyforms.php:124
3269
  msgid "Save abandoned submissions"
3270
  msgstr ""
3271
 
3272
- #: inc/classes/class-happyforms.php:125
3273
  msgid "Keep incomplete users responses stored in your WordPress database."
3274
  msgstr ""
3275
 
3276
- #: inc/classes/class-happyforms.php:131
3277
  msgid "Save and resume submissions"
3278
  msgstr ""
3279
 
3280
- #: inc/classes/class-happyforms.php:132
3281
  msgid ""
3282
  "Let users temporarily save their incomplete response and continue filling "
3283
  "out the form at a later time."
3284
  msgstr ""
3285
 
3286
- #: inc/classes/class-happyforms.php:138
3287
  msgid "Use Mailchimp"
3288
  msgstr ""
3289
 
3290
- #: inc/classes/class-happyforms.php:139
3291
  msgid "Set which Mailchimp lists, groups and tags you want to use."
3292
  msgstr ""
3293
 
3294
- #: inc/classes/class-happyforms.php:145
3295
  msgid "Add identifier to each submission"
3296
  msgstr ""
3297
 
3298
- #: inc/classes/class-happyforms.php:146
3299
  msgid "Tag responses with a unique, incremental identifier."
3300
  msgstr ""
3301
 
3302
- #: inc/classes/class-happyforms.php:152
3303
  msgid "Preview values before submit"
3304
  msgstr ""
3305
 
3306
- #: inc/classes/class-happyforms.php:153
3307
  msgid "Let your users review their submission before confirming it."
3308
  msgstr ""
3309
 
3310
- #: inc/classes/class-happyforms.php:159
3311
  msgid "Fade submit button until valid"
3312
  msgstr ""
3313
 
3314
- #: inc/classes/class-happyforms.php:160
3315
  msgid ""
3316
  "Reduce the opacity of the submit button until all required form parts are "
3317
  "valid."
3318
  msgstr ""
3319
 
3320
- #: inc/classes/class-happyforms.php:166
3321
  msgid "Limit submissions"
3322
  msgstr ""
3323
 
3324
- #: inc/classes/class-happyforms.php:167
3325
  msgid "Set limit on number of allowed form submission in general or per user."
3326
  msgstr ""
3327
 
3328
- #: inc/classes/class-happyforms.php:173
3329
  msgid "Schedule visibility"
3330
  msgstr ""
3331
 
3332
- #: inc/classes/class-happyforms.php:174
3333
  msgid ""
3334
  "Show or hide this form during a chosen time and day. Go to Settings > "
3335
  "Timezone to set your city offset."
3336
  msgstr ""
3337
 
3338
- #: inc/classes/class-happyforms.php:184
3339
  msgid "Include mark and reply link"
3340
  msgstr ""
3341
 
3342
- #: inc/classes/class-happyforms.php:185
3343
  msgid "Reply to your users and mark their submission as read in one click."
3344
  msgstr ""
3345
 
3346
- #: inc/classes/class-happyforms.php:191
3347
  msgid "Link to attachments in email"
3348
  msgstr ""
3349
 
3350
- #: inc/classes/class-happyforms.php:192
3351
  msgid "Show attachments as links instead of a simple counter."
3352
  msgstr ""
3353
 
3354
- #: inc/classes/class-happyforms.php:198
3355
  msgid "Hide Placeholder parts in email"
3356
  msgstr ""
3357
 
3358
- #: inc/classes/class-happyforms.php:204
3359
  msgid "Include referral link"
3360
  msgstr ""
3361
 
3362
- #: inc/classes/class-happyforms.php:205
3363
  msgid "Include the page link your form was submitted from."
3364
  msgstr ""
3365
 
3366
- #: inc/classes/class-happyforms.php:211
3367
- msgid "Attach PDF to confirmation email"
3368
  msgstr ""
3369
 
3370
- #: inc/classes/class-happyforms.php:212
 
 
 
 
 
 
 
 
3371
  msgid "Attach a PDF to the recipient's confirmation email."
3372
  msgstr ""
3373
 
3374
- #: inc/classes/class-happyforms.php:218
3375
  msgid "Send abandonment email"
3376
  msgstr ""
3377
 
3378
- #: inc/classes/class-happyforms.php:219
3379
  msgid "Notify users when they abandon your form before submitting it."
3380
  msgstr ""
3381
 
3382
- #: inc/classes/class-happyforms.php:244
 
 
 
 
3383
  msgid "HappyForms Upgrade"
3384
  msgstr ""
3385
 
3386
- #: inc/classes/class-happyforms.php:369
3387
  msgid ""
3388
  "<p>Can we ask a favor?</p><p>You created your first form %s days ago — how "
3389
  "time flies! Since then, we’ve answered hundreds of community emails and "
2
  # This file is distributed under the same license as the HappyForms package.
3
  msgid ""
4
  msgstr ""
5
+ "Project-Id-Version: HappyForms 1.9.8\n"
6
  "Report-Msgid-Bugs-To: https://thethemefoundry.com/support/\n"
7
+ "POT-Creation-Date: 2020-04-14 08:46:40+00:00\n"
8
  "MIME-Version: 1.0\n"
9
  "Content-Type: text/plain; charset=utf-8\n"
10
  "Content-Transfer-Encoding: 8bit\n"
136
  msgid "Y/m/d"
137
  msgstr ""
138
 
139
+ #: core/classes/class-form-admin.php:381 core/classes/class-form-setup.php:124
140
  msgid "Edit"
141
  msgstr ""
142
 
143
+ #: core/classes/class-form-admin.php:385
144
  #: core/templates/customize-form-item.php:27
145
  #: core/templates/customize-form-part-footer.php:4
146
  msgid "Duplicate"
147
  msgstr ""
148
 
149
+ #: core/classes/class-form-admin.php:389
150
  msgid "Trash"
151
  msgstr ""
152
 
153
+ #: core/classes/class-form-admin.php:433
154
  msgid "1 form duplicated."
155
  msgstr ""
156
 
157
+ #: core/classes/class-form-admin.php:435
158
  msgid "Undo"
159
  msgstr ""
160
 
204
  msgid "All Forms"
205
  msgstr ""
206
 
207
+ #: core/classes/class-form-controller.php:533
208
  msgid "(no title)"
209
  msgstr ""
210
 
211
+ #: core/classes/class-form-controller.php:622
212
  msgid " Copy"
213
  msgstr ""
214
 
341
  msgid "Review submission"
342
  msgstr ""
343
 
344
+ #: core/classes/class-form-setup.php:172
345
  msgid "Confirm submission"
346
  msgstr ""
347
 
348
+ #: core/classes/class-form-setup.php:174 core/classes/class-form-setup.php:192
349
  msgid "Success message"
350
  msgstr ""
351
 
352
+ #: core/classes/class-form-setup.php:175
353
  msgid "Redirect to web address"
354
  msgstr ""
355
 
356
+ #: core/classes/class-form-setup.php:178
357
  msgid "Choose how the form should confirm successful submission."
358
  msgstr ""
359
 
360
+ #: core/classes/class-form-setup.php:182
361
  #: core/templates/customize-form-parts-drawer.php:30
362
+ #: inc/classes/class-happyforms.php:257
363
  #: inc/templates/customize-controls/checkbox_dummy.php:7
364
  msgid "Upgrade"
365
  msgstr ""
366
 
367
+ #: core/classes/class-form-setup.php:200
368
  msgid "Error message"
369
  msgstr ""
370
 
371
+ #: core/classes/class-form-setup.php:201
372
  msgid ""
373
  "This is the message your users will see when there are form errors "
374
  "preventing submission."
375
  msgstr ""
376
 
377
+ #: core/classes/class-form-setup.php:206
378
  msgid "Optional part label"
379
  msgstr ""
380
 
381
+ #: core/classes/class-form-setup.php:207
382
  msgid ""
383
  "Mark optional parts in your form to let your users distinguish them from "
384
  "required parts."
385
  msgstr ""
386
 
387
+ #: core/classes/class-form-setup.php:212
388
  msgid "Submit button label"
389
  msgstr ""
390
 
391
+ #: core/classes/class-form-setup.php:213
392
  msgid "Change text of submit button to describe an action your form performs."
393
  msgstr ""
394
 
395
+ #: core/classes/class-form-setup.php:218
396
  msgid "Submit button CSS classes"
397
  msgstr ""
398
 
399
+ #: core/classes/class-form-setup.php:219
400
  msgid ""
401
  "Add custom CSS classes separated by space for targeting a button in your "
402
  "stylesheet."
403
  msgstr ""
404
 
405
+ #: core/classes/class-form-setup.php:224
406
  msgid "Use custom HTML ID"
407
  msgstr ""
408
 
409
+ #: core/classes/class-form-setup.php:226
410
  msgid "Add a unique HTML ID to your form. Write without a hash (#) character."
411
  msgstr ""
412
 
413
+ #: core/classes/class-form-setup.php:234
414
  msgid "Form HTML ID"
415
  msgstr ""
416
 
417
+ #: core/classes/class-form-setup.php:242
418
  msgid "Hide form after submit"
419
  msgstr ""
420
 
421
+ #: core/classes/class-form-setup.php:243
422
  msgid ""
423
  "Hide all form parts and display just title and confirmation message on "
424
  "submit."
425
  msgstr ""
426
 
427
+ #: core/classes/class-form-setup.php:248
428
  msgid "Spam prevention"
429
  msgstr ""
430
 
431
+ #: core/classes/class-form-setup.php:249
432
  msgid "Protect your form against bots by using HoneyPot security."
433
  msgstr ""
434
 
1126
  msgid "Spam protection, skip this field"
1127
  msgstr ""
1128
 
1129
+ #: core/helpers/helper-form-templates.php:1026
1130
  msgid "January"
1131
  msgstr ""
1132
 
1133
+ #: core/helpers/helper-form-templates.php:1027
1134
  msgid "February"
1135
  msgstr ""
1136
 
1137
+ #: core/helpers/helper-form-templates.php:1028
1138
  msgid "March"
1139
  msgstr ""
1140
 
1141
+ #: core/helpers/helper-form-templates.php:1029
1142
  msgid "April"
1143
  msgstr ""
1144
 
1145
+ #: core/helpers/helper-form-templates.php:1030
1146
  msgid "May"
1147
  msgstr ""
1148
 
1149
+ #: core/helpers/helper-form-templates.php:1031
1150
  msgid "June"
1151
  msgstr ""
1152
 
1153
+ #: core/helpers/helper-form-templates.php:1032
1154
  msgid "July"
1155
  msgstr ""
1156
 
1157
+ #: core/helpers/helper-form-templates.php:1033
1158
  msgid "August"
1159
  msgstr ""
1160
 
1161
+ #: core/helpers/helper-form-templates.php:1034
1162
  msgid "September"
1163
  msgstr ""
1164
 
1165
+ #: core/helpers/helper-form-templates.php:1035
1166
  msgid "October"
1167
  msgstr ""
1168
 
1169
+ #: core/helpers/helper-form-templates.php:1036
1170
  msgid "November"
1171
  msgstr ""
1172
 
1173
+ #: core/helpers/helper-form-templates.php:1037
1174
  msgid "December"
1175
  msgstr ""
1176
 
1177
+ #: core/helpers/helper-form-templates.php:1078 core/helpers/helper-misc.php:218
1178
  msgid "Andorra"
1179
  msgstr ""
1180
 
1181
+ #: core/helpers/helper-form-templates.php:1079 core/helpers/helper-misc.php:436
1182
  msgid "United Arab Emirates"
1183
  msgstr ""
1184
 
1185
+ #: core/helpers/helper-form-templates.php:1080 core/helpers/helper-misc.php:214
1186
  msgid "Afghanistan"
1187
  msgstr ""
1188
 
1189
+ #: core/helpers/helper-form-templates.php:1081 core/helpers/helper-misc.php:222
1190
  msgid "Antigua and Barbuda"
1191
  msgstr ""
1192
 
1193
+ #: core/helpers/helper-form-templates.php:1082 core/helpers/helper-misc.php:220
1194
  msgid "Anguilla"
1195
  msgstr ""
1196
 
1197
+ #: core/helpers/helper-form-templates.php:1083 core/helpers/helper-misc.php:215
1198
  msgid "Albania"
1199
  msgstr ""
1200
 
1201
+ #: core/helpers/helper-form-templates.php:1084 core/helpers/helper-misc.php:224
1202
  msgid "Armenia"
1203
  msgstr ""
1204
 
1205
+ #: core/helpers/helper-form-templates.php:1085 core/helpers/helper-misc.php:219
1206
  msgid "Angola"
1207
  msgstr ""
1208
 
1209
+ #: core/helpers/helper-form-templates.php:1086 core/helpers/helper-misc.php:221
1210
  msgid "Antarctica"
1211
  msgstr ""
1212
 
1213
+ #: core/helpers/helper-form-templates.php:1087 core/helpers/helper-misc.php:223
1214
  msgid "Argentina"
1215
  msgstr ""
1216
 
1217
+ #: core/helpers/helper-form-templates.php:1088 core/helpers/helper-misc.php:217
1218
  msgid "American Samoa"
1219
  msgstr ""
1220
 
1221
+ #: core/helpers/helper-form-templates.php:1089 core/helpers/helper-misc.php:227
1222
  msgid "Austria"
1223
  msgstr ""
1224
 
1225
+ #: core/helpers/helper-form-templates.php:1090 core/helpers/helper-misc.php:226
1226
  msgid "Australia"
1227
  msgstr ""
1228
 
1229
+ #: core/helpers/helper-form-templates.php:1091 core/helpers/helper-misc.php:225
1230
  msgid "Aruba"
1231
  msgstr ""
1232
 
1233
+ #: core/helpers/helper-form-templates.php:1092 core/helpers/helper-misc.php:228
1234
  msgid "Azerbaijan"
1235
  msgstr ""
1236
 
1237
+ #: core/helpers/helper-form-templates.php:1093
1238
  msgid "Bosnia and Herzegovina"
1239
  msgstr ""
1240
 
1241
+ #: core/helpers/helper-form-templates.php:1094 core/helpers/helper-misc.php:232
1242
  msgid "Barbados"
1243
  msgstr ""
1244
 
1245
+ #: core/helpers/helper-form-templates.php:1095 core/helpers/helper-misc.php:231
1246
  msgid "Bangladesh"
1247
  msgstr ""
1248
 
1249
+ #: core/helpers/helper-form-templates.php:1096 core/helpers/helper-misc.php:234
1250
  msgid "Belgium"
1251
  msgstr ""
1252
 
1253
+ #: core/helpers/helper-form-templates.php:1097 core/helpers/helper-misc.php:247
1254
  msgid "Burkina Faso"
1255
  msgstr ""
1256
 
1257
+ #: core/helpers/helper-form-templates.php:1098 core/helpers/helper-misc.php:246
1258
  msgid "Bulgaria"
1259
  msgstr ""
1260
 
1261
+ #: core/helpers/helper-form-templates.php:1099 core/helpers/helper-misc.php:230
1262
  msgid "Bahrain"
1263
  msgstr ""
1264
 
1265
+ #: core/helpers/helper-form-templates.php:1100 core/helpers/helper-misc.php:248
1266
  msgid "Burundi"
1267
  msgstr ""
1268
 
1269
+ #: core/helpers/helper-form-templates.php:1101 core/helpers/helper-misc.php:236
1270
  msgid "Benin"
1271
  msgstr ""
1272
 
1273
+ #: core/helpers/helper-form-templates.php:1102
1274
  msgid "Saint Barthelemy"
1275
  msgstr ""
1276
 
1277
+ #: core/helpers/helper-form-templates.php:1103 core/helpers/helper-misc.php:237
1278
  msgid "Bermuda"
1279
  msgstr ""
1280
 
1281
+ #: core/helpers/helper-form-templates.php:1104 core/helpers/helper-misc.php:245
1282
  msgid "Brunei Darussalam"
1283
  msgstr ""
1284
 
1285
+ #: core/helpers/helper-form-templates.php:1105 core/helpers/helper-misc.php:239
1286
  msgid "Bolivia"
1287
  msgstr ""
1288
 
1289
+ #: core/helpers/helper-form-templates.php:1106 core/helpers/helper-misc.php:243
1290
  msgid "Brazil"
1291
  msgstr ""
1292
 
1293
+ #: core/helpers/helper-form-templates.php:1107 core/helpers/helper-misc.php:229
1294
  msgid "Bahamas"
1295
  msgstr ""
1296
 
1297
+ #: core/helpers/helper-form-templates.php:1108 core/helpers/helper-misc.php:238
1298
  msgid "Bhutan"
1299
  msgstr ""
1300
 
1301
+ #: core/helpers/helper-form-templates.php:1109 core/helpers/helper-misc.php:241
1302
  msgid "Botswana"
1303
  msgstr ""
1304
 
1305
+ #: core/helpers/helper-form-templates.php:1110 core/helpers/helper-misc.php:233
1306
  msgid "Belarus"
1307
  msgstr ""
1308
 
1309
+ #: core/helpers/helper-form-templates.php:1111 core/helpers/helper-misc.php:235
1310
  msgid "Belize"
1311
  msgstr ""
1312
 
1313
+ #: core/helpers/helper-form-templates.php:1112 core/helpers/helper-misc.php:251
1314
  msgid "Canada"
1315
  msgstr ""
1316
 
1317
+ #: core/helpers/helper-form-templates.php:1113
1318
  msgid "Congo, The Democratic Republic of the"
1319
  msgstr ""
1320
 
1321
+ #: core/helpers/helper-form-templates.php:1114 core/helpers/helper-misc.php:254
1322
  msgid "Central African Republic"
1323
  msgstr ""
1324
 
1325
+ #: core/helpers/helper-form-templates.php:1115 core/helpers/helper-misc.php:262
1326
  msgid "Congo"
1327
  msgstr ""
1328
 
1329
+ #: core/helpers/helper-form-templates.php:1116 core/helpers/helper-misc.php:419
1330
  msgid "Switzerland"
1331
  msgstr ""
1332
 
1333
+ #: core/helpers/helper-form-templates.php:1117 core/helpers/helper-misc.php:264
1334
  msgid "Cook Islands"
1335
  msgstr ""
1336
 
1337
+ #: core/helpers/helper-form-templates.php:1118 core/helpers/helper-misc.php:256
1338
  msgid "Chile"
1339
  msgstr ""
1340
 
1341
+ #: core/helpers/helper-form-templates.php:1119 core/helpers/helper-misc.php:250
1342
  msgid "Cameroon"
1343
  msgstr ""
1344
 
1345
+ #: core/helpers/helper-form-templates.php:1120 core/helpers/helper-misc.php:257
1346
  msgid "China"
1347
  msgstr ""
1348
 
1349
+ #: core/helpers/helper-form-templates.php:1121 core/helpers/helper-misc.php:260
1350
  msgid "Colombia"
1351
  msgstr ""
1352
 
1353
+ #: core/helpers/helper-form-templates.php:1122 core/helpers/helper-misc.php:265
1354
  msgid "Costa Rica"
1355
  msgstr ""
1356
 
1357
+ #: core/helpers/helper-form-templates.php:1123 core/helpers/helper-misc.php:268
1358
  msgid "Cuba"
1359
  msgstr ""
1360
 
1361
+ #: core/helpers/helper-form-templates.php:1124 core/helpers/helper-misc.php:252
1362
  msgid "Cape Verde"
1363
  msgstr ""
1364
 
1365
+ #: core/helpers/helper-form-templates.php:1125 core/helpers/helper-misc.php:269
1366
  msgid "Cyprus"
1367
  msgstr ""
1368
 
1369
+ #: core/helpers/helper-form-templates.php:1126 core/helpers/helper-misc.php:270
1370
  msgid "Czech Republic"
1371
  msgstr ""
1372
 
1373
+ #: core/helpers/helper-form-templates.php:1127 core/helpers/helper-misc.php:295
1374
  msgid "Germany"
1375
  msgstr ""
1376
 
1377
+ #: core/helpers/helper-form-templates.php:1128 core/helpers/helper-misc.php:272
1378
  msgid "Djibouti"
1379
  msgstr ""
1380
 
1381
+ #: core/helpers/helper-form-templates.php:1129 core/helpers/helper-misc.php:271
1382
  msgid "Denmark"
1383
  msgstr ""
1384
 
1385
+ #: core/helpers/helper-form-templates.php:1130 core/helpers/helper-misc.php:273
1386
  msgid "Dominica"
1387
  msgstr ""
1388
 
1389
+ #: core/helpers/helper-form-templates.php:1131 core/helpers/helper-misc.php:274
1390
  msgid "Dominican Republic"
1391
  msgstr ""
1392
 
1393
+ #: core/helpers/helper-form-templates.php:1132 core/helpers/helper-misc.php:216
1394
  msgid "Algeria"
1395
  msgstr ""
1396
 
1397
+ #: core/helpers/helper-form-templates.php:1133 core/helpers/helper-misc.php:276
1398
  msgid "Ecuador"
1399
  msgstr ""
1400
 
1401
+ #: core/helpers/helper-form-templates.php:1134 core/helpers/helper-misc.php:281
1402
  msgid "Estonia"
1403
  msgstr ""
1404
 
1405
+ #: core/helpers/helper-form-templates.php:1135 core/helpers/helper-misc.php:277
1406
  msgid "Egypt"
1407
  msgstr ""
1408
 
1409
+ #: core/helpers/helper-form-templates.php:1136 core/helpers/helper-misc.php:280
1410
  msgid "Eritrea"
1411
  msgstr ""
1412
 
1413
+ #: core/helpers/helper-form-templates.php:1137 core/helpers/helper-misc.php:410
1414
  msgid "Spain"
1415
  msgstr ""
1416
 
1417
+ #: core/helpers/helper-form-templates.php:1138 core/helpers/helper-misc.php:282
1418
  msgid "Ethiopia"
1419
  msgstr ""
1420
 
1421
+ #: core/helpers/helper-form-templates.php:1139 core/helpers/helper-misc.php:286
1422
  msgid "Finland"
1423
  msgstr ""
1424
 
1425
+ #: core/helpers/helper-form-templates.php:1140 core/helpers/helper-misc.php:285
1426
  msgid "Fiji"
1427
  msgstr ""
1428
 
1429
+ #: core/helpers/helper-form-templates.php:1141 core/helpers/helper-misc.php:283
1430
  msgid "Falkland Islands (Malvinas)"
1431
  msgstr ""
1432
 
1433
+ #: core/helpers/helper-form-templates.php:1142 core/helpers/helper-misc.php:354
1434
  msgid "Micronesia, Federated States of"
1435
  msgstr ""
1436
 
1437
+ #: core/helpers/helper-form-templates.php:1143 core/helpers/helper-misc.php:284
1438
  msgid "Faroe Islands"
1439
  msgstr ""
1440
 
1441
+ #: core/helpers/helper-form-templates.php:1144 core/helpers/helper-misc.php:287
1442
  msgid "France"
1443
  msgstr ""
1444
 
1445
+ #: core/helpers/helper-form-templates.php:1145 core/helpers/helper-misc.php:292
1446
  msgid "Gabon"
1447
  msgstr ""
1448
 
1449
+ #: core/helpers/helper-form-templates.php:1146 core/helpers/helper-misc.php:437
1450
  msgid "United Kingdom"
1451
  msgstr ""
1452
 
1453
+ #: core/helpers/helper-form-templates.php:1147 core/helpers/helper-misc.php:300
1454
  msgid "Grenada"
1455
  msgstr ""
1456
 
1457
+ #: core/helpers/helper-form-templates.php:1148 core/helpers/helper-misc.php:294
1458
  msgid "Georgia"
1459
  msgstr ""
1460
 
1461
+ #: core/helpers/helper-form-templates.php:1149 core/helpers/helper-misc.php:296
1462
  msgid "Ghana"
1463
  msgstr ""
1464
 
1465
+ #: core/helpers/helper-form-templates.php:1150 core/helpers/helper-misc.php:297
1466
  msgid "Gibraltar"
1467
  msgstr ""
1468
 
1469
+ #: core/helpers/helper-form-templates.php:1151 core/helpers/helper-misc.php:299
1470
  msgid "Greenland"
1471
  msgstr ""
1472
 
1473
+ #: core/helpers/helper-form-templates.php:1152 core/helpers/helper-misc.php:293
1474
  msgid "Gambia"
1475
  msgstr ""
1476
 
1477
+ #: core/helpers/helper-form-templates.php:1153 core/helpers/helper-misc.php:304
1478
  msgid "Guinea"
1479
  msgstr ""
1480
 
1481
+ #: core/helpers/helper-form-templates.php:1154 core/helpers/helper-misc.php:298
1482
  msgid "Greece"
1483
  msgstr ""
1484
 
1485
+ #: core/helpers/helper-form-templates.php:1155 core/helpers/helper-misc.php:303
1486
  msgid "Guatemala"
1487
  msgstr ""
1488
 
1489
+ #: core/helpers/helper-form-templates.php:1156 core/helpers/helper-misc.php:302
1490
  msgid "Guam"
1491
  msgstr ""
1492
 
1493
+ #: core/helpers/helper-form-templates.php:1157
1494
  msgid "Guinea-bissau"
1495
  msgstr ""
1496
 
1497
+ #: core/helpers/helper-form-templates.php:1158 core/helpers/helper-misc.php:306
1498
  msgid "Guyana"
1499
  msgstr ""
1500
 
1501
+ #: core/helpers/helper-form-templates.php:1159 core/helpers/helper-misc.php:311
1502
  msgid "Hong Kong"
1503
  msgstr ""
1504
 
1505
+ #: core/helpers/helper-form-templates.php:1160 core/helpers/helper-misc.php:310
1506
  msgid "Honduras"
1507
  msgstr ""
1508
 
1509
+ #: core/helpers/helper-form-templates.php:1161
1510
  msgid "Croatia"
1511
  msgstr ""
1512
 
1513
+ #: core/helpers/helper-form-templates.php:1162 core/helpers/helper-misc.php:307
1514
  msgid "Haiti"
1515
  msgstr ""
1516
 
1517
+ #: core/helpers/helper-form-templates.php:1163 core/helpers/helper-misc.php:312
1518
  msgid "Hungary"
1519
  msgstr ""
1520
 
1521
+ #: core/helpers/helper-form-templates.php:1164 core/helpers/helper-misc.php:315
1522
  msgid "Indonesia"
1523
  msgstr ""
1524
 
1525
+ #: core/helpers/helper-form-templates.php:1165 core/helpers/helper-misc.php:318
1526
  msgid "Ireland"
1527
  msgstr ""
1528
 
1529
+ #: core/helpers/helper-form-templates.php:1166 core/helpers/helper-misc.php:319
1530
  msgid "Israel"
1531
  msgstr ""
1532
 
1533
+ #: core/helpers/helper-form-templates.php:1167 core/helpers/helper-misc.php:314
1534
  msgid "India"
1535
  msgstr ""
1536
 
1537
+ #: core/helpers/helper-form-templates.php:1168 core/helpers/helper-misc.php:317
1538
  msgid "Iraq"
1539
  msgstr ""
1540
 
1541
+ #: core/helpers/helper-form-templates.php:1169
1542
  msgid "Iran, Islamic Republic of"
1543
  msgstr ""
1544
 
1545
+ #: core/helpers/helper-form-templates.php:1170 core/helpers/helper-misc.php:313
1546
  msgid "Iceland"
1547
  msgstr ""
1548
 
1549
+ #: core/helpers/helper-form-templates.php:1171 core/helpers/helper-misc.php:320
1550
  msgid "Italy"
1551
  msgstr ""
1552
 
1553
+ #: core/helpers/helper-form-templates.php:1172 core/helpers/helper-misc.php:321
1554
  msgid "Jamaica"
1555
  msgstr ""
1556
 
1557
+ #: core/helpers/helper-form-templates.php:1173 core/helpers/helper-misc.php:323
1558
  msgid "Jordan"
1559
  msgstr ""
1560
 
1561
+ #: core/helpers/helper-form-templates.php:1174 core/helpers/helper-misc.php:322
1562
  msgid "Japan"
1563
  msgstr ""
1564
 
1565
+ #: core/helpers/helper-form-templates.php:1175 core/helpers/helper-misc.php:325
1566
  msgid "Kenya"
1567
  msgstr ""
1568
 
1569
+ #: core/helpers/helper-form-templates.php:1176 core/helpers/helper-misc.php:330
1570
  msgid "Kyrgyzstan"
1571
  msgstr ""
1572
 
1573
+ #: core/helpers/helper-form-templates.php:1177 core/helpers/helper-misc.php:249
1574
  msgid "Cambodia"
1575
  msgstr ""
1576
 
1577
+ #: core/helpers/helper-form-templates.php:1178 core/helpers/helper-misc.php:326
1578
  msgid "Kiribati"
1579
  msgstr ""
1580
 
1581
+ #: core/helpers/helper-form-templates.php:1179 core/helpers/helper-misc.php:261
1582
  msgid "Comoros"
1583
  msgstr ""
1584
 
1585
+ #: core/helpers/helper-form-templates.php:1180 core/helpers/helper-misc.php:393
1586
  msgid "Saint Kitts and Nevis"
1587
  msgstr ""
1588
 
1589
+ #: core/helpers/helper-form-templates.php:1181
1590
  msgid "Korea Democratic Peoples Republic of"
1591
  msgstr ""
1592
 
1593
+ #: core/helpers/helper-form-templates.php:1182
1594
  msgid "Korea Republic of"
1595
  msgstr ""
1596
 
1597
+ #: core/helpers/helper-form-templates.php:1183 core/helpers/helper-misc.php:329
1598
  msgid "Kuwait"
1599
  msgstr ""
1600
 
1601
+ #: core/helpers/helper-form-templates.php:1184 core/helpers/helper-misc.php:253
1602
  msgid "Cayman Islands"
1603
  msgstr ""
1604
 
1605
+ #: core/helpers/helper-form-templates.php:1185
1606
  msgid "Lao Peoples Democratic Republic"
1607
  msgstr ""
1608
 
1609
+ #: core/helpers/helper-form-templates.php:1186 core/helpers/helper-misc.php:333
1610
  msgid "Lebanon"
1611
  msgstr ""
1612
 
1613
+ #: core/helpers/helper-form-templates.php:1187 core/helpers/helper-misc.php:394
1614
  msgid "Saint Lucia"
1615
  msgstr ""
1616
 
1617
+ #: core/helpers/helper-form-templates.php:1188 core/helpers/helper-misc.php:337
1618
  msgid "Liechtenstein"
1619
  msgstr ""
1620
 
1621
+ #: core/helpers/helper-form-templates.php:1189 core/helpers/helper-misc.php:411
1622
  msgid "Sri Lanka"
1623
  msgstr ""
1624
 
1625
+ #: core/helpers/helper-form-templates.php:1190 core/helpers/helper-misc.php:335
1626
  msgid "Liberia"
1627
  msgstr ""
1628
 
1629
+ #: core/helpers/helper-form-templates.php:1191 core/helpers/helper-misc.php:334
1630
  msgid "Lesotho"
1631
  msgstr ""
1632
 
1633
+ #: core/helpers/helper-form-templates.php:1192 core/helpers/helper-misc.php:338
1634
  msgid "Lithuania"
1635
  msgstr ""
1636
 
1637
+ #: core/helpers/helper-form-templates.php:1193 core/helpers/helper-misc.php:339
1638
  msgid "Luxembourg"
1639
  msgstr ""
1640
 
1641
+ #: core/helpers/helper-form-templates.php:1194 core/helpers/helper-misc.php:332
1642
  msgid "Latvia"
1643
  msgstr ""
1644
 
1645
+ #: core/helpers/helper-form-templates.php:1195 core/helpers/helper-misc.php:336
1646
  msgid "Libyan Arab Jamahiriya"
1647
  msgstr ""
1648
 
1649
+ #: core/helpers/helper-form-templates.php:1196 core/helpers/helper-misc.php:359
1650
  msgid "Morocco"
1651
  msgstr ""
1652
 
1653
+ #: core/helpers/helper-form-templates.php:1197 core/helpers/helper-misc.php:356
1654
  msgid "Monaco"
1655
  msgstr ""
1656
 
1657
+ #: core/helpers/helper-form-templates.php:1198 core/helpers/helper-misc.php:355
1658
  msgid "Moldova, Republic of"
1659
  msgstr ""
1660
 
1661
+ #: core/helpers/helper-form-templates.php:1199
1662
  msgid "Montenegro"
1663
  msgstr ""
1664
 
1665
+ #: core/helpers/helper-form-templates.php:1200 core/helpers/helper-misc.php:342
1666
  msgid "Madagascar"
1667
  msgstr ""
1668
 
1669
+ #: core/helpers/helper-form-templates.php:1201 core/helpers/helper-misc.php:348
1670
  msgid "Marshall Islands"
1671
  msgstr ""
1672
 
1673
+ #: core/helpers/helper-form-templates.php:1202 core/helpers/helper-misc.php:341
1674
  msgid "Macedonia, The Former Yugoslav Republic of"
1675
  msgstr ""
1676
 
1677
+ #: core/helpers/helper-form-templates.php:1203 core/helpers/helper-misc.php:346
1678
  msgid "Mali"
1679
  msgstr ""
1680
 
1681
+ #: core/helpers/helper-form-templates.php:1204 core/helpers/helper-misc.php:361
1682
  msgid "Myanmar"
1683
  msgstr ""
1684
 
1685
+ #: core/helpers/helper-form-templates.php:1205 core/helpers/helper-misc.php:357
1686
  msgid "Mongolia"
1687
  msgstr ""
1688
 
1689
+ #: core/helpers/helper-form-templates.php:1206 core/helpers/helper-misc.php:340
1690
  msgid "Macau"
1691
  msgstr ""
1692
 
1693
+ #: core/helpers/helper-form-templates.php:1207 core/helpers/helper-misc.php:374
1694
  msgid "Northern Mariana Islands"
1695
  msgstr ""
1696
 
1697
+ #: core/helpers/helper-form-templates.php:1208 core/helpers/helper-misc.php:350
1698
  msgid "Mauritania"
1699
  msgstr ""
1700
 
1701
+ #: core/helpers/helper-form-templates.php:1209 core/helpers/helper-misc.php:358
1702
  msgid "Montserrat"
1703
  msgstr ""
1704
 
1705
+ #: core/helpers/helper-form-templates.php:1210 core/helpers/helper-misc.php:347
1706
  msgid "Malta"
1707
  msgstr ""
1708
 
1709
+ #: core/helpers/helper-form-templates.php:1211 core/helpers/helper-misc.php:351
1710
  msgid "Mauritius"
1711
  msgstr ""
1712
 
1713
+ #: core/helpers/helper-form-templates.php:1212 core/helpers/helper-misc.php:345
1714
  msgid "Maldives"
1715
  msgstr ""
1716
 
1717
+ #: core/helpers/helper-form-templates.php:1213 core/helpers/helper-misc.php:343
1718
  msgid "Malawi"
1719
  msgstr ""
1720
 
1721
+ #: core/helpers/helper-form-templates.php:1214 core/helpers/helper-misc.php:353
1722
  msgid "Mexico"
1723
  msgstr ""
1724
 
1725
+ #: core/helpers/helper-form-templates.php:1215 core/helpers/helper-misc.php:344
1726
  msgid "Malaysia"
1727
  msgstr ""
1728
 
1729
+ #: core/helpers/helper-form-templates.php:1216 core/helpers/helper-misc.php:360
1730
  msgid "Mozambique"
1731
  msgstr ""
1732
 
1733
+ #: core/helpers/helper-form-templates.php:1217 core/helpers/helper-misc.php:362
1734
  msgid "Namibia"
1735
  msgstr ""
1736
 
1737
+ #: core/helpers/helper-form-templates.php:1218 core/helpers/helper-misc.php:367
1738
  msgid "New Caledonia"
1739
  msgstr ""
1740
 
1741
+ #: core/helpers/helper-form-templates.php:1219 core/helpers/helper-misc.php:370
1742
  msgid "Niger"
1743
  msgstr ""
1744
 
1745
+ #: core/helpers/helper-form-templates.php:1220 core/helpers/helper-misc.php:371
1746
  msgid "Nigeria"
1747
  msgstr ""
1748
 
1749
+ #: core/helpers/helper-form-templates.php:1221 core/helpers/helper-misc.php:369
1750
  msgid "Nicaragua"
1751
  msgstr ""
1752
 
1753
+ #: core/helpers/helper-form-templates.php:1222 core/helpers/helper-misc.php:365
1754
  msgid "Netherlands"
1755
  msgstr ""
1756
 
1757
+ #: core/helpers/helper-form-templates.php:1223 core/helpers/helper-misc.php:375
1758
  msgid "Norway"
1759
  msgstr ""
1760
 
1761
+ #: core/helpers/helper-form-templates.php:1224 core/helpers/helper-misc.php:364
1762
  msgid "Nepal"
1763
  msgstr ""
1764
 
1765
+ #: core/helpers/helper-form-templates.php:1225 core/helpers/helper-misc.php:363
1766
  msgid "Nauru"
1767
  msgstr ""
1768
 
1769
+ #: core/helpers/helper-form-templates.php:1226 core/helpers/helper-misc.php:372
1770
  msgid "Niue"
1771
  msgstr ""
1772
 
1773
+ #: core/helpers/helper-form-templates.php:1227 core/helpers/helper-misc.php:368
1774
  msgid "New Zealand"
1775
  msgstr ""
1776
 
1777
+ #: core/helpers/helper-form-templates.php:1228 core/helpers/helper-misc.php:376
1778
  msgid "Oman"
1779
  msgstr ""
1780
 
1781
+ #: core/helpers/helper-form-templates.php:1229 core/helpers/helper-misc.php:379
1782
  msgid "Panama"
1783
  msgstr ""
1784
 
1785
+ #: core/helpers/helper-form-templates.php:1230 core/helpers/helper-misc.php:382
1786
  msgid "Peru"
1787
  msgstr ""
1788
 
1789
+ #: core/helpers/helper-form-templates.php:1231 core/helpers/helper-misc.php:290
1790
  msgid "French Polynesia"
1791
  msgstr ""
1792
 
1793
+ #: core/helpers/helper-form-templates.php:1232 core/helpers/helper-misc.php:380
1794
  msgid "Papua New Guinea"
1795
  msgstr ""
1796
 
1797
+ #: core/helpers/helper-form-templates.php:1233 core/helpers/helper-misc.php:383
1798
  msgid "Philippines"
1799
  msgstr ""
1800
 
1801
+ #: core/helpers/helper-form-templates.php:1234 core/helpers/helper-misc.php:377
1802
  msgid "Pakistan"
1803
  msgstr ""
1804
 
1805
+ #: core/helpers/helper-form-templates.php:1235 core/helpers/helper-misc.php:385
1806
  msgid "Poland"
1807
  msgstr ""
1808
 
1809
+ #: core/helpers/helper-form-templates.php:1236
1810
  msgid "Saint Pierre and Miquelon"
1811
  msgstr ""
1812
 
1813
+ #: core/helpers/helper-form-templates.php:1237 core/helpers/helper-misc.php:384
1814
  msgid "Pitcairn"
1815
  msgstr ""
1816
 
1817
+ #: core/helpers/helper-form-templates.php:1238 core/helpers/helper-misc.php:386
1818
  msgid "Portugal"
1819
  msgstr ""
1820
 
1821
+ #: core/helpers/helper-form-templates.php:1239 core/helpers/helper-misc.php:378
1822
  msgid "Palau"
1823
  msgstr ""
1824
 
1825
+ #: core/helpers/helper-form-templates.php:1240 core/helpers/helper-misc.php:381
1826
  msgid "Paraguay"
1827
  msgstr ""
1828
 
1829
+ #: core/helpers/helper-form-templates.php:1241 core/helpers/helper-misc.php:388
1830
  msgid "Qatar"
1831
  msgstr ""
1832
 
1833
+ #: core/helpers/helper-form-templates.php:1242 core/helpers/helper-misc.php:390
1834
  msgid "Romania"
1835
  msgstr ""
1836
 
1837
+ #: core/helpers/helper-form-templates.php:1243
1838
  msgid "Serbia"
1839
  msgstr ""
1840
 
1841
+ #: core/helpers/helper-form-templates.php:1244 core/helpers/helper-misc.php:391
1842
  msgid "Russian Federation"
1843
  msgstr ""
1844
 
1845
+ #: core/helpers/helper-form-templates.php:1245 core/helpers/helper-misc.php:392
1846
  msgid "Rwanda"
1847
  msgstr ""
1848
 
1849
+ #: core/helpers/helper-form-templates.php:1246 core/helpers/helper-misc.php:399
1850
  msgid "Saudi Arabia"
1851
  msgstr ""
1852
 
1853
+ #: core/helpers/helper-form-templates.php:1247 core/helpers/helper-misc.php:406
1854
  msgid "Solomon Islands"
1855
  msgstr ""
1856
 
1857
+ #: core/helpers/helper-form-templates.php:1248 core/helpers/helper-misc.php:401
1858
  msgid "Seychelles"
1859
  msgstr ""
1860
 
1861
+ #: core/helpers/helper-form-templates.php:1249 core/helpers/helper-misc.php:414
1862
  msgid "Sudan"
1863
  msgstr ""
1864
 
1865
+ #: core/helpers/helper-form-templates.php:1250 core/helpers/helper-misc.php:418
1866
  msgid "Sweden"
1867
  msgstr ""
1868
 
1869
+ #: core/helpers/helper-form-templates.php:1251 core/helpers/helper-misc.php:403
1870
  msgid "Singapore"
1871
  msgstr ""
1872
 
1873
+ #: core/helpers/helper-form-templates.php:1252
1874
  msgid "Saint Helena"
1875
  msgstr ""
1876
 
1877
+ #: core/helpers/helper-form-templates.php:1253 core/helpers/helper-misc.php:405
1878
  msgid "Slovenia"
1879
  msgstr ""
1880
 
1881
+ #: core/helpers/helper-form-templates.php:1254
1882
  msgid "Slovakia"
1883
  msgstr ""
1884
 
1885
+ #: core/helpers/helper-form-templates.php:1255 core/helpers/helper-misc.php:402
1886
  msgid "Sierra Leone"
1887
  msgstr ""
1888
 
1889
+ #: core/helpers/helper-form-templates.php:1256 core/helpers/helper-misc.php:397
1890
  msgid "San Marino"
1891
  msgstr ""
1892
 
1893
+ #: core/helpers/helper-form-templates.php:1257 core/helpers/helper-misc.php:400
1894
  msgid "Senegal"
1895
  msgstr ""
1896
 
1897
+ #: core/helpers/helper-form-templates.php:1258 core/helpers/helper-misc.php:407
1898
  msgid "Somalia"
1899
  msgstr ""
1900
 
1901
+ #: core/helpers/helper-form-templates.php:1259 core/helpers/helper-misc.php:415
1902
  msgid "Suriname"
1903
  msgstr ""
1904
 
1905
+ #: core/helpers/helper-form-templates.php:1260 core/helpers/helper-misc.php:398
1906
  msgid "Sao Tome and Principe"
1907
  msgstr ""
1908
 
1909
+ #: core/helpers/helper-form-templates.php:1261 core/helpers/helper-misc.php:278
1910
  msgid "El Salvador"
1911
  msgstr ""
1912
 
1913
+ #: core/helpers/helper-form-templates.php:1262 core/helpers/helper-misc.php:420
1914
  msgid "Syrian Arab Republic"
1915
  msgstr ""
1916
 
1917
+ #: core/helpers/helper-form-templates.php:1263 core/helpers/helper-misc.php:417
1918
  msgid "Swaziland"
1919
  msgstr ""
1920
 
1921
+ #: core/helpers/helper-form-templates.php:1264 core/helpers/helper-misc.php:432
1922
  msgid "Turks and Caicos Islands"
1923
  msgstr ""
1924
 
1925
+ #: core/helpers/helper-form-templates.php:1265 core/helpers/helper-misc.php:255
1926
  msgid "Chad"
1927
  msgstr ""
1928
 
1929
+ #: core/helpers/helper-form-templates.php:1266 core/helpers/helper-misc.php:425
1930
  msgid "Togo"
1931
  msgstr ""
1932
 
1933
+ #: core/helpers/helper-form-templates.php:1267 core/helpers/helper-misc.php:424
1934
  msgid "Thailand"
1935
  msgstr ""
1936
 
1937
+ #: core/helpers/helper-form-templates.php:1268 core/helpers/helper-misc.php:422
1938
  msgid "Tajikistan"
1939
  msgstr ""
1940
 
1941
+ #: core/helpers/helper-form-templates.php:1269 core/helpers/helper-misc.php:426
1942
  msgid "Tokelau"
1943
  msgstr ""
1944
 
1945
+ #: core/helpers/helper-form-templates.php:1270
1946
  msgid "Timor-leste"
1947
  msgstr ""
1948
 
1949
+ #: core/helpers/helper-form-templates.php:1271 core/helpers/helper-misc.php:431
1950
  msgid "Turkmenistan"
1951
  msgstr ""
1952
 
1953
+ #: core/helpers/helper-form-templates.php:1272 core/helpers/helper-misc.php:429
1954
  msgid "Tunisia"
1955
  msgstr ""
1956
 
1957
+ #: core/helpers/helper-form-templates.php:1273 core/helpers/helper-misc.php:427
1958
  msgid "Tonga"
1959
  msgstr ""
1960
 
1961
+ #: core/helpers/helper-form-templates.php:1274 core/helpers/helper-misc.php:430
1962
  msgid "Turkey"
1963
  msgstr ""
1964
 
1965
+ #: core/helpers/helper-form-templates.php:1275 core/helpers/helper-misc.php:428
1966
  msgid "Trinidad and Tobago"
1967
  msgstr ""
1968
 
1969
+ #: core/helpers/helper-form-templates.php:1276 core/helpers/helper-misc.php:433
1970
  msgid "Tuvalu"
1971
  msgstr ""
1972
 
1973
+ #: core/helpers/helper-form-templates.php:1277 core/helpers/helper-misc.php:421
1974
  msgid "Taiwan, Province of China"
1975
  msgstr ""
1976
 
1977
+ #: core/helpers/helper-form-templates.php:1278 core/helpers/helper-misc.php:423
1978
  msgid "Tanzania, United Republic of"
1979
  msgstr ""
1980
 
1981
+ #: core/helpers/helper-form-templates.php:1279 core/helpers/helper-misc.php:435
1982
  msgid "Ukraine"
1983
  msgstr ""
1984
 
1985
+ #: core/helpers/helper-form-templates.php:1280 core/helpers/helper-misc.php:434
1986
  msgid "Uganda"
1987
  msgstr ""
1988
 
1989
+ #: core/helpers/helper-form-templates.php:1281 core/helpers/helper-misc.php:438
1990
  msgid "United States"
1991
  msgstr ""
1992
 
1993
+ #: core/helpers/helper-form-templates.php:1282 core/helpers/helper-misc.php:440
1994
  msgid "Uruguay"
1995
  msgstr ""
1996
 
1997
+ #: core/helpers/helper-form-templates.php:1283 core/helpers/helper-misc.php:441
1998
  msgid "Uzbekistan"
1999
  msgstr ""
2000
 
2001
+ #: core/helpers/helper-form-templates.php:1284 core/helpers/helper-misc.php:395
2002
  msgid "Saint Vincent and the Grenadines"
2003
  msgstr ""
2004
 
2005
+ #: core/helpers/helper-form-templates.php:1285 core/helpers/helper-misc.php:443
2006
  msgid "Venezuela"
2007
  msgstr ""
2008
 
2009
+ #: core/helpers/helper-form-templates.php:1286
2010
  msgid "Virgin Islands, British"
2011
  msgstr ""
2012
 
2013
+ #: core/helpers/helper-form-templates.php:1287
2014
  msgid "Virgin Islands, U.S."
2015
  msgstr ""
2016
 
2017
+ #: core/helpers/helper-form-templates.php:1288 core/helpers/helper-misc.php:444
2018
  msgid "Vietnam"
2019
  msgstr ""
2020
 
2021
+ #: core/helpers/helper-form-templates.php:1289 core/helpers/helper-misc.php:442
2022
  msgid "Vanuatu"
2023
  msgstr ""
2024
 
2025
+ #: core/helpers/helper-form-templates.php:1290
2026
  msgid "Wallis and Futuna"
2027
  msgstr ""
2028
 
2029
+ #: core/helpers/helper-form-templates.php:1291 core/helpers/helper-misc.php:396
2030
  msgid "Samoa"
2031
  msgstr ""
2032
 
2033
+ #: core/helpers/helper-form-templates.php:1292 core/helpers/helper-misc.php:449
2034
  msgid "Yemen"
2035
  msgstr ""
2036
 
2037
+ #: core/helpers/helper-form-templates.php:1293 core/helpers/helper-misc.php:352
2038
  msgid "Mayotte"
2039
  msgstr ""
2040
 
2041
+ #: core/helpers/helper-form-templates.php:1294 core/helpers/helper-misc.php:408
2042
  msgid "South Africa"
2043
  msgstr ""
2044
 
2045
+ #: core/helpers/helper-form-templates.php:1295 core/helpers/helper-misc.php:451
2046
  msgid "Zambia"
2047
  msgstr ""
2048
 
2049
+ #: core/helpers/helper-form-templates.php:1296 core/helpers/helper-misc.php:452
2050
  msgid "Zimbabwe"
2051
  msgstr ""
2052
 
3215
  msgid "Click to edit this part."
3216
  msgstr ""
3217
 
3218
+ #: inc/classes/class-happyforms.php:84
 
 
 
 
 
 
 
 
3219
  msgid "Shuffle parts"
3220
  msgstr ""
3221
 
3222
+ #: inc/classes/class-happyforms.php:85
3223
  msgid "Shuffle the order of all form parts to avoid biases in your responses."
3224
  msgstr ""
3225
 
3226
+ #: inc/classes/class-happyforms.php:91
3227
  msgid "Use reCAPTCHA"
3228
  msgstr ""
3229
 
3230
+ #: inc/classes/class-happyforms.php:92
3231
  msgid "Protect your form against bots using your Google ReCaptcha credentials."
3232
  msgstr ""
3233
 
3234
+ #: inc/classes/class-happyforms.php:98
3235
  msgid "Require password"
3236
  msgstr ""
3237
 
3238
+ #: inc/classes/class-happyforms.php:99
3239
  msgid "Only users with password will be able to view and submit the form."
3240
  msgstr ""
3241
 
3242
+ #: inc/classes/class-happyforms.php:105
3243
  msgid "Open in overlay window"
3244
  msgstr ""
3245
 
3246
+ #: inc/classes/class-happyforms.php:106
3247
  msgid "Generate a link that can be clicked to open an overlay window for this form."
3248
  msgstr ""
3249
 
3250
+ #: inc/classes/class-happyforms.php:112
3251
  msgid "Save user's meta data"
3252
  msgstr ""
3253
 
3254
+ #: inc/classes/class-happyforms.php:113
3255
  msgid ""
3256
  "User meta data like IP address, browser language, local time, and platform "
3257
  "will be saved with each submission when checked."
3258
  msgstr ""
3259
 
3260
+ #: inc/classes/class-happyforms.php:119
3261
  msgid "Save abandoned submissions"
3262
  msgstr ""
3263
 
3264
+ #: inc/classes/class-happyforms.php:120
3265
  msgid "Keep incomplete users responses stored in your WordPress database."
3266
  msgstr ""
3267
 
3268
+ #: inc/classes/class-happyforms.php:126
3269
  msgid "Save and resume submissions"
3270
  msgstr ""
3271
 
3272
+ #: inc/classes/class-happyforms.php:127
3273
  msgid ""
3274
  "Let users temporarily save their incomplete response and continue filling "
3275
  "out the form at a later time."
3276
  msgstr ""
3277
 
3278
+ #: inc/classes/class-happyforms.php:133
3279
  msgid "Use Mailchimp"
3280
  msgstr ""
3281
 
3282
+ #: inc/classes/class-happyforms.php:134
3283
  msgid "Set which Mailchimp lists, groups and tags you want to use."
3284
  msgstr ""
3285
 
3286
+ #: inc/classes/class-happyforms.php:140
3287
  msgid "Add identifier to each submission"
3288
  msgstr ""
3289
 
3290
+ #: inc/classes/class-happyforms.php:141
3291
  msgid "Tag responses with a unique, incremental identifier."
3292
  msgstr ""
3293
 
3294
+ #: inc/classes/class-happyforms.php:147
3295
  msgid "Preview values before submit"
3296
  msgstr ""
3297
 
3298
+ #: inc/classes/class-happyforms.php:148
3299
  msgid "Let your users review their submission before confirming it."
3300
  msgstr ""
3301
 
3302
+ #: inc/classes/class-happyforms.php:154
3303
  msgid "Fade submit button until valid"
3304
  msgstr ""
3305
 
3306
+ #: inc/classes/class-happyforms.php:155
3307
  msgid ""
3308
  "Reduce the opacity of the submit button until all required form parts are "
3309
  "valid."
3310
  msgstr ""
3311
 
3312
+ #: inc/classes/class-happyforms.php:161
3313
  msgid "Limit submissions"
3314
  msgstr ""
3315
 
3316
+ #: inc/classes/class-happyforms.php:162
3317
  msgid "Set limit on number of allowed form submission in general or per user."
3318
  msgstr ""
3319
 
3320
+ #: inc/classes/class-happyforms.php:168
3321
  msgid "Schedule visibility"
3322
  msgstr ""
3323
 
3324
+ #: inc/classes/class-happyforms.php:169
3325
  msgid ""
3326
  "Show or hide this form during a chosen time and day. Go to Settings > "
3327
  "Timezone to set your city offset."
3328
  msgstr ""
3329
 
3330
+ #: inc/classes/class-happyforms.php:179
3331
  msgid "Include mark and reply link"
3332
  msgstr ""
3333
 
3334
+ #: inc/classes/class-happyforms.php:180
3335
  msgid "Reply to your users and mark their submission as read in one click."
3336
  msgstr ""
3337
 
3338
+ #: inc/classes/class-happyforms.php:186
3339
  msgid "Link to attachments in email"
3340
  msgstr ""
3341
 
3342
+ #: inc/classes/class-happyforms.php:187
3343
  msgid "Show attachments as links instead of a simple counter."
3344
  msgstr ""
3345
 
3346
+ #: inc/classes/class-happyforms.php:193
3347
  msgid "Hide Placeholder parts in email"
3348
  msgstr ""
3349
 
3350
+ #: inc/classes/class-happyforms.php:199
3351
  msgid "Include referral link"
3352
  msgstr ""
3353
 
3354
+ #: inc/classes/class-happyforms.php:200
3355
  msgid "Include the page link your form was submitted from."
3356
  msgstr ""
3357
 
3358
+ #: inc/classes/class-happyforms.php:206
3359
+ msgid "Attach .pdf to submission alert"
3360
  msgstr ""
3361
 
3362
+ #: inc/classes/class-happyforms.php:207
3363
+ msgid "Attach a PDF to your submission alert."
3364
+ msgstr ""
3365
+
3366
+ #: inc/classes/class-happyforms.php:213
3367
+ msgid "Attach .pdf to confirmation email"
3368
+ msgstr ""
3369
+
3370
+ #: inc/classes/class-happyforms.php:214
3371
  msgid "Attach a PDF to the recipient's confirmation email."
3372
  msgstr ""
3373
 
3374
+ #: inc/classes/class-happyforms.php:220
3375
  msgid "Send abandonment email"
3376
  msgstr ""
3377
 
3378
+ #: inc/classes/class-happyforms.php:221
3379
  msgid "Notify users when they abandon your form before submitting it."
3380
  msgstr ""
3381
 
3382
+ #: inc/classes/class-happyforms.php:231
3383
+ msgid "Use theme styles"
3384
+ msgstr ""
3385
+
3386
+ #: inc/classes/class-happyforms.php:256
3387
  msgid "HappyForms Upgrade"
3388
  msgstr ""
3389
 
3390
+ #: inc/classes/class-happyforms.php:381
3391
  msgid ""
3392
  "<p>Can we ask a favor?</p><p>You created your first form %s days ago — how "
3393
  "time flies! Since then, we’ve answered hundreds of community emails and "
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.7
9
  License: GPLv2 or later
10
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
11
 
@@ -97,11 +97,17 @@ Yep! HappyForms free isn't going anywhere but for those looking for even more yo
97
 
98
  == Changelog ==
99
 
 
 
 
 
 
 
100
  = 1.9.7 =
101
- Improvement: New “Confirm submission” control in Setup step.
102
- Improvement: Various improvements to HappyForms UI.
103
- Improvement: Compatibility with WordPress 5.4.
104
- Bugfix: Form width slider in Style tab → General was not updating value in preview.
105
 
106
  = 1.9.6 =
107
  * Improvement: When searching for specific choice in Dropdown part, a configurable "No results" message is shown if no choice is found.
@@ -593,6 +599,9 @@ Bugfix: Form width slider in Style tab → General was not updating value in pre
593
 
594
  == Upgrade Notice ==
595
 
 
 
 
596
  = 1.9.7 =
597
  * Compatibility with WordPress 5.4, improvements and bug fixes.
598
 
5
  Requires at least: 4.8
6
  Tested up to: 5.4
7
  Requires PHP: 5.3
8
+ Stable tag: 1.9.8
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.8 =
101
+ * Improvement: Improved appearance and available tools in visual editors.
102
+ * Bugfix: Fixed Email part which was not allowing empty value even when marked as optional part.
103
+ * Bugfix: Fixed font size sliders in Style tab that were not updating preview.
104
+ * Bugfix: Fixed broken appearance of inputs when "Label display" setting was set to "Inside".
105
+
106
  = 1.9.7 =
107
+ * Improvement: New “Confirm submission” control in Setup step.
108
+ * Improvement: Various improvements to HappyForms UI.
109
+ * Improvement: Compatibility with WordPress 5.4.
110
+ * Bugfix: Form width slider in Style tab → General was not updating value in preview.
111
 
112
  = 1.9.6 =
113
  * Improvement: When searching for specific choice in Dropdown part, a configurable "No results" message is shown if no choice is found.
599
 
600
  == Upgrade Notice ==
601
 
602
+ = 1.9.8 =
603
+ * Form builder improvements. Bug fixes.
604
+
605
  = 1.9.7 =
606
  * Compatibility with WordPress 5.4, improvements and bug fixes.
607