Version Description
- Improvement: Various improvements related to builder and front-end styles.
- Improvement: Compatibility with WordPress 5.3.
Download this release
Release Info
Developer | thethemefoundry |
Plugin | Form builder to get in touch with visitors, grow your email list and collect payments — Happyforms |
Version | 1.8.20 |
Comparing to | |
See all releases |
Code changes from version 1.8.19 to 1.8.20
- core/assets/css/admin.css +31 -9
- core/assets/css/color.css +4 -566
- core/assets/css/customize.css +73 -30
- core/assets/css/layout.css +151 -1343
- core/classes/class-happyforms-core.php +2 -2
- core/helpers/helper-misc.php +3 -1
- core/helpers/helper-styles.php +18 -0
- core/templates/admin-tracking.php +2 -2
- core/templates/customize-controls/style/color.php +1 -1
- core/templates/customize-form-build.php +1 -1
- core/templates/parts/customize-select.php +7 -7
- core/templates/parts/customize-single-line-text.php +1 -1
- core/templates/parts/frontend-checkbox.php +3 -5
- core/templates/parts/frontend-radio.php +5 -6
- happyforms.php +2 -2
- inc/assets/js/customize.js +4 -3
- inc/classes/class-happyforms.php +28 -5
- inc/classes/parts/class-part-signature-dummy.php +12 -0
- languages/happyforms.pot +449 -442
- readme.txt +9 -2
core/assets/css/admin.css
CHANGED
@@ -32,9 +32,20 @@ i.mce-i-happyforms-form-picker:before, i.mce-i-happyforms-form-picker:before {
|
|
32 |
*
|
33 |
*/
|
34 |
.fixed .column-messages {
|
35 |
-
|
36 |
-
|
37 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
38 |
}
|
39 |
|
40 |
.post-type-happyform .column-shortcode {
|
@@ -76,20 +87,24 @@ tr.happyforms-message-unread {
|
|
76 |
display: none;
|
77 |
}
|
78 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
79 |
/**
|
80 |
*
|
81 |
* Message edit screen
|
82 |
*
|
83 |
*/
|
84 |
-
body.post-type-happyforms-message #post-body {
|
85 |
-
margin-left: -10px;
|
86 |
-
}
|
87 |
-
|
88 |
table.happyforms-message-data-table {
|
89 |
margin-top: 0;
|
90 |
box-shadow: 0 1px 1px rgba(0,0,0,0.04);
|
91 |
background: #fff;
|
92 |
-
border: 1px solid #
|
93 |
}
|
94 |
|
95 |
.happyforms-message-data-table th {
|
@@ -163,6 +178,7 @@ p.happyforms-message-nav span.divider:last-child {
|
|
163 |
*/
|
164 |
.happyforms-welcome-panel {
|
165 |
display: flex;
|
|
|
166 |
padding: 0;
|
167 |
box-sizing: border-box;
|
168 |
position: relative;
|
@@ -181,6 +197,12 @@ form.happyforms-updater-credentials {
|
|
181 |
max-width: 460px;
|
182 |
}
|
183 |
|
|
|
|
|
|
|
|
|
|
|
|
|
184 |
.happyforms-welcome-panel .welcome-panel-content input[type="email"],
|
185 |
.happyforms-welcome-panel .welcome-panel-content input[type="password"],
|
186 |
.happyforms-welcome-panel .welcome-panel-content input[type="text"],
|
@@ -188,7 +210,7 @@ form.happyforms-updater-credentials input[type="email"],
|
|
188 |
form.happyforms-updater-credentials input[type="password"],
|
189 |
form.happyforms-updater-credentials input[type="text"] {
|
190 |
width: 96%;
|
191 |
-
padding:
|
192 |
margin-bottom: 15px;
|
193 |
}
|
194 |
|
32 |
*
|
33 |
*/
|
34 |
.fixed .column-messages {
|
35 |
+
width: 5.5em;
|
36 |
+
padding: 8px 0;
|
37 |
+
text-align: left;
|
38 |
+
}
|
39 |
+
|
40 |
+
.fixed .column-messages .dashicons:before {
|
41 |
+
position: relative;
|
42 |
+
top: 1px;
|
43 |
+
color: #444;
|
44 |
+
}
|
45 |
+
|
46 |
+
.fixed .column-messages .happyforms-responses-count {
|
47 |
+
display: inline-block;
|
48 |
+
margin-top: 5px;
|
49 |
}
|
50 |
|
51 |
.post-type-happyform .column-shortcode {
|
87 |
display: none;
|
88 |
}
|
89 |
|
90 |
+
.fixed .column-form {
|
91 |
+
width: 15%;
|
92 |
+
}
|
93 |
+
|
94 |
+
.fixed .column-datetime {
|
95 |
+
width: 14%;
|
96 |
+
}
|
97 |
+
|
98 |
/**
|
99 |
*
|
100 |
* Message edit screen
|
101 |
*
|
102 |
*/
|
|
|
|
|
|
|
|
|
103 |
table.happyforms-message-data-table {
|
104 |
margin-top: 0;
|
105 |
box-shadow: 0 1px 1px rgba(0,0,0,0.04);
|
106 |
background: #fff;
|
107 |
+
border: 1px solid #ccd0d4;
|
108 |
}
|
109 |
|
110 |
.happyforms-message-data-table th {
|
178 |
*/
|
179 |
.happyforms-welcome-panel {
|
180 |
display: flex;
|
181 |
+
margin: 0;
|
182 |
padding: 0;
|
183 |
box-sizing: border-box;
|
184 |
position: relative;
|
197 |
max-width: 460px;
|
198 |
}
|
199 |
|
200 |
+
.happyforms-welcome-panel p.description,
|
201 |
+
.happyforms_page_ttf-updates-happyforms p.description {
|
202 |
+
margin: 7px 0 15px;
|
203 |
+
font-style: normal;
|
204 |
+
}
|
205 |
+
|
206 |
.happyforms-welcome-panel .welcome-panel-content input[type="email"],
|
207 |
.happyforms-welcome-panel .welcome-panel-content input[type="password"],
|
208 |
.happyforms-welcome-panel .welcome-panel-content input[type="text"],
|
210 |
form.happyforms-updater-credentials input[type="password"],
|
211 |
form.happyforms-updater-credentials input[type="text"] {
|
212 |
width: 96%;
|
213 |
+
padding: 8px;
|
214 |
margin-bottom: 15px;
|
215 |
}
|
216 |
|
core/assets/css/color.css
CHANGED
@@ -234,27 +234,6 @@
|
|
234 |
font-size: var(--happyforms-part-value-font-size);
|
235 |
}
|
236 |
|
237 |
-
.happyforms-styles .option-label {
|
238 |
-
padding: 10px;
|
239 |
-
background-color: #fff;
|
240 |
-
}
|
241 |
-
|
242 |
-
.happyforms-styles .option-label .border {
|
243 |
-
position: absolute;
|
244 |
-
top: 0;
|
245 |
-
left: 0;
|
246 |
-
z-index: 0;
|
247 |
-
width: 100%;
|
248 |
-
height: 100%;
|
249 |
-
border-radius: 6px;
|
250 |
-
border: 1px solid;
|
251 |
-
border-color: #dbdbdb;
|
252 |
-
border-color: var(--happyforms-color-part-border);
|
253 |
-
background-color: #fff;
|
254 |
-
background-color: var(--happyforms-color-part-background);
|
255 |
-
transition: border-color var(--happyforms-transition-duration);
|
256 |
-
}
|
257 |
-
|
258 |
.happyforms-styles .option-label input[type=text] {
|
259 |
position: relative;
|
260 |
top: 0;
|
@@ -271,40 +250,10 @@
|
|
271 |
box-shadow: none;
|
272 |
}
|
273 |
|
274 |
-
.happyforms-styles.happyforms-form--part-borders-bottom-only .option-label .border {
|
275 |
-
border-top-color: transparent;
|
276 |
-
border-left-color: transparent;
|
277 |
-
border-right-color: transparent;
|
278 |
-
}
|
279 |
-
|
280 |
-
.happyforms-styles.happyforms-form--part-border-off .option-label .border {
|
281 |
-
border-color: transparent;
|
282 |
-
}
|
283 |
-
|
284 |
.happyforms-styles .option-label input {
|
285 |
top: 3px;
|
286 |
}
|
287 |
|
288 |
-
.happyforms-styles input:checked~.border,
|
289 |
-
.happyforms-styles .option-label:hover .border {
|
290 |
-
border-width: 2px;
|
291 |
-
border-color: #407fff;
|
292 |
-
border-color: var(--happyforms-color-part-border-focus);
|
293 |
-
background-color: #fff;
|
294 |
-
background-color: var(--happyforms-color-part-background-focus);
|
295 |
-
}
|
296 |
-
|
297 |
-
.happyforms-styles.happyforms-form--part-borders-bottom-only input:checked~.border,
|
298 |
-
.happyforms-styles.happyforms-form--part-borders-bottom-only .option-label:hover .border {
|
299 |
-
border-top-color: transparent;
|
300 |
-
border-left-color: transparent;
|
301 |
-
border-right-color: transparent;
|
302 |
-
}
|
303 |
-
|
304 |
-
.happyforms-styles .happyforms-part-option {
|
305 |
-
margin-bottom: 10px;
|
306 |
-
}
|
307 |
-
|
308 |
.happyforms-styles .happyforms-part .option-label {
|
309 |
margin-bottom: 10px;
|
310 |
}
|
@@ -383,7 +332,7 @@
|
|
383 |
|
384 |
.happyforms-styles .happyforms-part .checkmark {
|
385 |
position: relative;
|
386 |
-
top:
|
387 |
z-index: 5;
|
388 |
display: flex;
|
389 |
align-items: center;
|
@@ -427,149 +376,6 @@
|
|
427 |
display: block;
|
428 |
}
|
429 |
|
430 |
-
/* parts - scale */
|
431 |
-
|
432 |
-
.happyforms-styles .happyforms-part input[type=range] {
|
433 |
-
-webkit-appearance: none;
|
434 |
-
padding: 0;
|
435 |
-
border: 0;
|
436 |
-
width: 100%;
|
437 |
-
height: 1px !important;
|
438 |
-
background: #dbdbdb;
|
439 |
-
background: var(--happyforms-color-part-border);
|
440 |
-
}
|
441 |
-
|
442 |
-
.happyforms-styles .happyforms-part input[type=range]:focus {
|
443 |
-
border: 0;
|
444 |
-
outline: 0;
|
445 |
-
}
|
446 |
-
|
447 |
-
.happyforms-styles .happyforms-part input[type=range]::-webkit-slider-runnable-track {
|
448 |
-
width: 100%;
|
449 |
-
cursor: pointer;
|
450 |
-
animate: 0.25s;
|
451 |
-
animate: var(--happyforms-transition-duration);
|
452 |
-
box-shadow: none;
|
453 |
-
}
|
454 |
-
|
455 |
-
.happyforms-styles .happyforms-part input[type=range]::-webkit-slider-thumb {
|
456 |
-
-webkit-appearance: none;
|
457 |
-
width: 20px;
|
458 |
-
height: 20px;
|
459 |
-
margin-top: -3px;
|
460 |
-
border: 1px solid;
|
461 |
-
border-color: #000;
|
462 |
-
border-color: var(--happyforms-color-part-value);
|
463 |
-
border-radius: 50%;
|
464 |
-
box-shadow: none;
|
465 |
-
background: #000;
|
466 |
-
background: var(--happyforms-color-part-value);
|
467 |
-
cursor: pointer;
|
468 |
-
}
|
469 |
-
|
470 |
-
.happyforms-styles .happyforms-part input[type=range]::-moz-range-track {
|
471 |
-
width: 100%;
|
472 |
-
cursor: pointer;
|
473 |
-
animate: 0.25s;
|
474 |
-
animate: var(--happyforms-transition-duration);
|
475 |
-
box-shadow: none;
|
476 |
-
}
|
477 |
-
|
478 |
-
.happyforms-styles .happyforms-part input[type=range]::-moz-range-thumb {
|
479 |
-
width: 20px;
|
480 |
-
height: 20px;
|
481 |
-
margin-top: -3px;
|
482 |
-
border: 1px solid;
|
483 |
-
border-color: #000;
|
484 |
-
border-color: var(--happyforms-color-part-value);
|
485 |
-
border-radius: 50%;
|
486 |
-
box-shadow: none;
|
487 |
-
background: #000;
|
488 |
-
background: var(--happyforms-color-part-value);
|
489 |
-
cursor: pointer;
|
490 |
-
}
|
491 |
-
|
492 |
-
.happyforms-styles .happyforms-part input[type=range]::-ms-track {
|
493 |
-
width: 100%;
|
494 |
-
cursor: pointer;
|
495 |
-
animate: 0.25s;
|
496 |
-
animate: var(--happyforms-transition-duration);
|
497 |
-
box-shadow: none;
|
498 |
-
}
|
499 |
-
|
500 |
-
.happyforms-styles .happyforms-part input[type=range]::-ms-fill-lower {
|
501 |
-
background: #000;
|
502 |
-
background: var(--happyforms-color-part-value);
|
503 |
-
border: 0;
|
504 |
-
box-shadow: none;
|
505 |
-
}
|
506 |
-
|
507 |
-
.happyforms-styles .happyforms-part input[type=range]::-ms-fill-upper {
|
508 |
-
background: #000;
|
509 |
-
background: var(--happyforms-color-part-value);
|
510 |
-
border: 0;
|
511 |
-
box-shadow: none;
|
512 |
-
}
|
513 |
-
|
514 |
-
.happyforms-styles .happyforms-part input[type=range]::-ms-thumb {
|
515 |
-
width: 20px;
|
516 |
-
height: 20px;
|
517 |
-
margin-top: -3px;
|
518 |
-
border: 1px solid #000;
|
519 |
-
border: var(--happyforms-color-part-value);
|
520 |
-
border-radius: 50%;
|
521 |
-
box-shadow: none;
|
522 |
-
background: #000;
|
523 |
-
background: var(--happyforms-color-part-value);
|
524 |
-
cursor: pointer;
|
525 |
-
}
|
526 |
-
|
527 |
-
.happyforms-styles .happyforms-part input[type=range]:focus::-ms-fill-lower {
|
528 |
-
background: #000;
|
529 |
-
background: var(--happyforms-color-part-value);
|
530 |
-
}
|
531 |
-
|
532 |
-
.happyforms-styles .happyforms-part input[type=range]:focus::-ms-fill-upper {
|
533 |
-
background: #000;
|
534 |
-
background: var(--happyforms-color-part-value);
|
535 |
-
}
|
536 |
-
|
537 |
-
.happyforms-styles .happyforms-part--scale output {
|
538 |
-
display: block;
|
539 |
-
position: relative;
|
540 |
-
width: 100%;
|
541 |
-
font-size: 16px;
|
542 |
-
font-size: var(--happyforms-part-value-font-size);
|
543 |
-
}
|
544 |
-
|
545 |
-
.happyforms-styles .happyforms-part--scale output span {
|
546 |
-
position: absolute;
|
547 |
-
left: 0;
|
548 |
-
color: #000;
|
549 |
-
color: var(--happyforms-color-part-value);
|
550 |
-
}
|
551 |
-
|
552 |
-
.happyforms-styles .happyforms-part--scale output span {
|
553 |
-
position: absolute;
|
554 |
-
left: 0;
|
555 |
-
}
|
556 |
-
|
557 |
-
.happyforms-styles .happyforms-part--scale__labels {
|
558 |
-
position: relative;
|
559 |
-
width: 100%;
|
560 |
-
font-size: 16px;
|
561 |
-
font-size: var(--happyforms-part-value-font-size);
|
562 |
-
color: #888888;
|
563 |
-
color: var(--happyforms-color-part-placeholder);
|
564 |
-
}
|
565 |
-
|
566 |
-
/* parts - placeholder */
|
567 |
-
|
568 |
-
.happyforms-styles .happyforms-part--placeholder p {
|
569 |
-
font-size: 16px;
|
570 |
-
color: #000;
|
571 |
-
}
|
572 |
-
|
573 |
/* parts - select */
|
574 |
|
575 |
.happyforms-styles .happyforms-part__select-bg {
|
@@ -600,128 +406,6 @@
|
|
600 |
background-size: cover;
|
601 |
}
|
602 |
|
603 |
-
/* parts - rating */
|
604 |
-
|
605 |
-
.happyforms-styles .happyforms-part--rating .happyforms-star__label {
|
606 |
-
color: #f39c00;
|
607 |
-
color: var(--happyforms-color-rating-hover);
|
608 |
-
}
|
609 |
-
|
610 |
-
.happyforms-styles .happyforms-part--rating .happyforms-part__el {
|
611 |
-
fill: #ccc;
|
612 |
-
fill: var(--happyforms-color-rating);
|
613 |
-
stroke: #ccc;
|
614 |
-
stroke: var(--happyforms-color-rating);
|
615 |
-
}
|
616 |
-
|
617 |
-
.happyforms-styles .happyforms-part--rating:hover .happyforms-part__el {
|
618 |
-
color: #ccc;
|
619 |
-
fill: #f39c00;
|
620 |
-
fill: var(--happyforms-color-rating-hover);
|
621 |
-
stroke: #f39c00;
|
622 |
-
stroke: var(--happyforms-color-rating-hover);
|
623 |
-
}
|
624 |
-
|
625 |
-
.happyforms-styles .happyforms-part--rating .happyforms-star__label {
|
626 |
-
color: #f39c00;
|
627 |
-
color: var(--happyforms-color-rating-hover);
|
628 |
-
}
|
629 |
-
|
630 |
-
.happyforms-styles .happyforms-part--rating:not(:hover) input:first-child:checked~label,
|
631 |
-
.happyforms-styles .happyforms-part--rating input:hover+label~label:not(:hover),
|
632 |
-
.happyforms-styles .happyforms-part--rating:hover input:checked+label:hover~label,
|
633 |
-
.happyforms-styles .happyforms-part--rating:not(:hover) input:checked+label~label {
|
634 |
-
color: #ccc;
|
635 |
-
color: var(--happyforms-color-rating);
|
636 |
-
}
|
637 |
-
|
638 |
-
.happyforms-styles .happyforms-rating--thumbs .happyforms-rating-wrap label,
|
639 |
-
.happyforms-styles .happyforms-rating--smileys .happyforms-rating-wrap label {
|
640 |
-
border: 1px solid #dbdbdb;
|
641 |
-
border: 1px solid var(--happyforms-color-part-border);
|
642 |
-
border-radius: 6px;
|
643 |
-
background-color: #fff;
|
644 |
-
background-color: var(--happyforms-color-part-background);
|
645 |
-
}
|
646 |
-
|
647 |
-
.happyforms-styles .happyforms-rating--smileys .happyforms-rating-wrap input:checked + label,
|
648 |
-
.happyforms-styles .happyforms-rating--thumbs .happyforms-rating-wrap input:checked + label,
|
649 |
-
.happyforms-styles .happyforms-rating--smileys .happyforms-rating-wrap label:hover,
|
650 |
-
.happyforms-styles .happyforms-rating--thumbs .happyforms-rating-wrap label:hover {
|
651 |
-
border-color: #407fff !important;
|
652 |
-
border-color: var(--happyforms-color-part-border-focus) !important;
|
653 |
-
background-color: #fff;
|
654 |
-
background-color: var(--happyforms-color-part-background-focus);
|
655 |
-
box-shadow: inset 0 0 0 1px #407fff;
|
656 |
-
box-shadow: inset 0 0 0 1px var(--happyforms-color-part-border-focus);
|
657 |
-
}
|
658 |
-
|
659 |
-
.happyforms-styles .happyforms-rating--smileys label img,
|
660 |
-
.happyforms-styles .happyforms-rating--thumbs label img {
|
661 |
-
transition: width 0.2s ease-in-out;
|
662 |
-
transition: width var(--happyforms-transition-duration) ease-in-out;
|
663 |
-
}
|
664 |
-
|
665 |
-
.happyforms-styles .happyforms-rating__item-wrap .happyforms-rating__item-label {
|
666 |
-
font-size: 16px;
|
667 |
-
font-size: var(--happyforms-part-value-font-size);
|
668 |
-
color: #000;
|
669 |
-
color: var(--happyforms-color-part-value);
|
670 |
-
}
|
671 |
-
|
672 |
-
.happyforms-styles .happyforms-rating--smileys .happyforms-part__el input:checked + label .happyforms-rating__item-label,
|
673 |
-
.happyforms-styles .happyforms-rating--smileys .happyforms-part__el label:hover .happyforms-rating__item-label {
|
674 |
-
color: #000;
|
675 |
-
color: var(--happyforms-color-part-value);
|
676 |
-
}
|
677 |
-
|
678 |
-
/* parts - legal */
|
679 |
-
|
680 |
-
.happyforms-styles .happyforms-part--legal label {
|
681 |
-
font-weight: normal;
|
682 |
-
font-size: 16px;
|
683 |
-
font-size: var(--happyforms-part-value-font-size);
|
684 |
-
}
|
685 |
-
|
686 |
-
/* parts - address */
|
687 |
-
|
688 |
-
.happyforms-styles a.address-geolocate {
|
689 |
-
position: absolute;
|
690 |
-
top: 2px;
|
691 |
-
right: 6px;
|
692 |
-
display: flex;
|
693 |
-
align-items: center;
|
694 |
-
height: calc( 100% - 4px ) !important;
|
695 |
-
padding: 0;
|
696 |
-
box-shadow: none;
|
697 |
-
font-style: normal;
|
698 |
-
font-size: 16px;
|
699 |
-
font-size: var(--happyforms-part-value-font-size);
|
700 |
-
font-weight: normal;
|
701 |
-
text-decoration: underline;
|
702 |
-
background-color: #fff;
|
703 |
-
background-color: var(--happyforms-color-part-background);
|
704 |
-
color: #000;
|
705 |
-
color: var(--happyforms-color-part-value);
|
706 |
-
transition: border-color 0.25s;
|
707 |
-
transition: border-color var(--happyforms-transition-duration);
|
708 |
-
box-shadow: inset -1px -1px -1px 1px var(--happyforms-color-part-border);
|
709 |
-
}
|
710 |
-
|
711 |
-
.happyforms-styles a.address-geolocate svg {
|
712 |
-
display: inline-block;
|
713 |
-
vertical-align: middle;
|
714 |
-
width: calc(var(--happyforms-part-value-font-size) * (96 / 100) + 3px);
|
715 |
-
height: calc(var(--happyforms-part-value-font-size) * (96 / 100));
|
716 |
-
fill: #000;
|
717 |
-
fill: var(--happyforms-color-part-value);
|
718 |
-
}
|
719 |
-
|
720 |
-
.happyforms-styles .happyforms-part input[type=text]:focus + a.address-geolocate {
|
721 |
-
background-color: #fff;
|
722 |
-
background-color: var(--happyforms-color-part-background-focus);
|
723 |
-
}
|
724 |
-
|
725 |
/* submit button */
|
726 |
|
727 |
.happyforms-styles input[type=submit].happyforms-button--submit,
|
@@ -859,14 +543,11 @@
|
|
859 |
.happyforms-styles.happyforms-form--part-border-radius-square .happyforms-part input[type=number],
|
860 |
.happyforms-styles.happyforms-form--part-border-radius-square .happyforms-part input[type=range],
|
861 |
.happyforms-styles.happyforms-form--part-border-radius-square .happyforms-part textarea,
|
862 |
-
.happyforms-styles.happyforms-form--part-border-radius-square .happyforms-part .happyforms-part__select-bg
|
863 |
-
.happyforms-styles.happyforms-form--part-border-radius-square .happyforms-part--address__results ul,
|
864 |
-
.happyforms-styles.happyforms-form--part-border-radius-square .happyforms-country-select__selected-country {
|
865 |
border-radius: 0px !important;
|
866 |
}
|
867 |
|
868 |
-
.happyforms-styles.happyforms-form--part-border-radius-square .option-label
|
869 |
-
.happyforms-styles.happyforms-form--part-border-radius-square .option-label .border {
|
870 |
border-radius: 0px;
|
871 |
}
|
872 |
|
@@ -891,19 +572,10 @@
|
|
891 |
padding-left: 15px;
|
892 |
}
|
893 |
|
894 |
-
.happyforms-styles.happyforms-form--part-border-radius-pill .
|
895 |
border-radius: 25px;
|
896 |
}
|
897 |
|
898 |
-
.happyforms-styles.happyforms-form--part-border-radius-pill .option-label,
|
899 |
-
.happyforms-styles.happyforms-form--part-border-radius-pill .option-label .border {
|
900 |
-
border-radius: 25px;
|
901 |
-
}
|
902 |
-
|
903 |
-
.happyforms-styles.happyforms-form--part-border-radius-pill .happyforms-part-date__time-input .happyforms-spinner-arrow {
|
904 |
-
right: 15px;
|
905 |
-
}
|
906 |
-
|
907 |
.happyforms-styles.happyforms-form--part-placeholder-toggle .happyforms-part ::-webkit-input-placeholder {
|
908 |
color: transparent !important;
|
909 |
transition: color 0.25s;
|
@@ -1052,125 +724,6 @@
|
|
1052 |
font-weight: bold;
|
1053 |
}
|
1054 |
|
1055 |
-
/* table part */
|
1056 |
-
.happyforms-styles .happyforms-table__row:not(.happyforms-table__row--head):nth-child(odd) {
|
1057 |
-
background-color: #fff;
|
1058 |
-
background-color: var(--happyforms-color-table-row-even);
|
1059 |
-
}
|
1060 |
-
.happyforms-styles .happyforms-table__row:not(.happyforms-table__row--head):nth-child(odd) .happyforms-table__cell {
|
1061 |
-
color: #000;
|
1062 |
-
color: var(--happyforms-color-table-row-even-text);
|
1063 |
-
}
|
1064 |
-
.happyforms-styles .happyforms-table__row:not(.happyforms-table__row--head):nth-child(odd) .checkmark {
|
1065 |
-
border-color: #000;
|
1066 |
-
border-color: var(--happyforms-color-table-row-even-text);
|
1067 |
-
}
|
1068 |
-
|
1069 |
-
.happyforms-styles .happyforms-table__row:not(.happyforms-table__row--head):nth-child(even) {
|
1070 |
-
background-color: #fff;
|
1071 |
-
background-color: var(--happyforms-color-table-row-odd);
|
1072 |
-
}
|
1073 |
-
.happyforms-styles .happyforms-table__row:not(.happyforms-table__row--head):nth-child(even) .happyforms-table__cell {
|
1074 |
-
color: #000;
|
1075 |
-
color: var(--happyforms-color-table-row-odd-text);
|
1076 |
-
}
|
1077 |
-
.happyforms-styles .happyforms-table__row:not(.happyforms-table__row--head):nth-child(even) .checkmark {
|
1078 |
-
border-color: #000;
|
1079 |
-
border-color: var(--happyforms-color-table-row-odd-text);
|
1080 |
-
}
|
1081 |
-
.happyforms-styles .happyforms-table__cell--column-title {
|
1082 |
-
font-size: 16px;
|
1083 |
-
font-size: var(--happyforms-part-title-font-size);
|
1084 |
-
color: #000;
|
1085 |
-
color: var(--happyforms-color-part-title);
|
1086 |
-
}
|
1087 |
-
.happyforms-styles .happyforms-table__cell--row-title {
|
1088 |
-
font-size: 16px;
|
1089 |
-
font-size: var(--happyforms-part-title-font-size);
|
1090 |
-
color: #000;
|
1091 |
-
color: var(--happyforms-color-part-title);
|
1092 |
-
}
|
1093 |
-
|
1094 |
-
@media screen and (max-width: 800px) {
|
1095 |
-
.happyforms-styles .happyforms-table__cell:first-child {
|
1096 |
-
background-color: #dbdbdb;
|
1097 |
-
background-color: var(--happyforms-color-part-border);
|
1098 |
-
}
|
1099 |
-
.happyforms-styles .happyforms-table__cell--row-title {
|
1100 |
-
font-weight: bold;
|
1101 |
-
}
|
1102 |
-
}
|
1103 |
-
|
1104 |
-
/* phone part */
|
1105 |
-
.happyforms-styles .happyforms-country-select {
|
1106 |
-
border: 1px solid var(--happyforms-color-part-border);
|
1107 |
-
border-right: 0;
|
1108 |
-
border-radius: 8px;
|
1109 |
-
border-top-right-radius: 0;
|
1110 |
-
border-bottom-right-radius: 0;
|
1111 |
-
transition: border-color 0.4s;
|
1112 |
-
transition: border-color var(--happyforms-transition-duration);
|
1113 |
-
}
|
1114 |
-
.happyforms-styles .happyforms-flag {
|
1115 |
-
font-size: 40px;
|
1116 |
-
}
|
1117 |
-
.happyforms-styles .happyforms-part--phone.happyforms-is-masked .happyforms-part-phone-wrap>input[type=text] {
|
1118 |
-
padding-left: 65px;
|
1119 |
-
}
|
1120 |
-
.happyforms-styles .happyforms-part--phone.happyforms-is-masked.happyforms-has-country-select .happyforms-part-phone-wrap>input[type=text] {
|
1121 |
-
padding-left: 75px;
|
1122 |
-
}
|
1123 |
-
.happyforms-styles.happyforms-form--part-border-radius-square .happyforms-country-select {
|
1124 |
-
border-radius: 0;
|
1125 |
-
}
|
1126 |
-
.happyforms-styles.happyforms-form--part-border-radius-pill .happyforms-country-select {
|
1127 |
-
border-radius: 25px;
|
1128 |
-
border-bottom: 0;
|
1129 |
-
border-top: 0;
|
1130 |
-
}
|
1131 |
-
.happyforms-styles.happyforms-form--part-border-off .happyforms-country-select {
|
1132 |
-
border-width: 0;
|
1133 |
-
}
|
1134 |
-
.happyforms-styles.happyforms-form--part-borders-bottom-only .happyforms-country-select {
|
1135 |
-
border-top-width: 0;
|
1136 |
-
border-left-width: 0;
|
1137 |
-
}
|
1138 |
-
.happyforms-styles .happyforms-country-select.focus {
|
1139 |
-
border: 2px solid var(--happyforms-color-part-border-focus);
|
1140 |
-
border-right: 0;
|
1141 |
-
}
|
1142 |
-
.happyforms-styles.happyforms-form--part-border-off .happyforms-country-select.focus {
|
1143 |
-
border-width: 0;
|
1144 |
-
}
|
1145 |
-
.happyforms-styles.happyforms-form--part-borders-bottom-only .happyforms-country-select.focus {
|
1146 |
-
border-top-width: 0;
|
1147 |
-
border-left-width: 0;
|
1148 |
-
border-bottom-width: 1px;
|
1149 |
-
}
|
1150 |
-
.happyforms-styles .happyforms-country-select-trigger {
|
1151 |
-
display: none;
|
1152 |
-
position: absolute;
|
1153 |
-
top: 0;
|
1154 |
-
left: 0;
|
1155 |
-
right: auto;
|
1156 |
-
width: 70px;
|
1157 |
-
height: 100%;
|
1158 |
-
z-index: 10;
|
1159 |
-
}
|
1160 |
-
.happyforms-styles .happyforms-country-select--multiple .happyforms-country-select-trigger {
|
1161 |
-
display: block;
|
1162 |
-
}
|
1163 |
-
.happyforms-styles .happyforms-country-select__selected-country {
|
1164 |
-
border-radius: 6px;
|
1165 |
-
border-top-right-radius: 0;
|
1166 |
-
border-bottom-right-radius: 0;
|
1167 |
-
transition: background-color 0.2s ease-in;
|
1168 |
-
}
|
1169 |
-
.happyforms-styles .happyforms-country-select--multiple .happyforms-country-select__selected-country:hover,
|
1170 |
-
.happyforms-styles .happyforms-country-select--multiple .happyforms-country-select__selected-country.open {
|
1171 |
-
background-color: #dbdbdb;
|
1172 |
-
background-color: var(--happyforms-color-part-border);
|
1173 |
-
}
|
1174 |
/* new dropdowns */
|
1175 |
.happyforms-styles .happyforms-part select {
|
1176 |
display: none;
|
@@ -1232,118 +785,3 @@
|
|
1232 |
font-size: 16px;
|
1233 |
font-size: var(--happyforms-part-value-font-size);
|
1234 |
}
|
1235 |
-
|
1236 |
-
/*
|
1237 |
-
* Rich Text
|
1238 |
-
*/
|
1239 |
-
.happyforms-styles .happyforms-part--rich_text div.mce-toolbar-grp {
|
1240 |
-
background-color: white;
|
1241 |
-
border-color: #dbdbdb !important;
|
1242 |
-
border-color: var(--happyforms-color-part-border) !important;
|
1243 |
-
}
|
1244 |
-
|
1245 |
-
.happyforms-part--rich_text div.mce-panel {
|
1246 |
-
background: #fff;
|
1247 |
-
}
|
1248 |
-
|
1249 |
-
.happyforms-styles div.mce-inline-toolbar-grp.happyforms-editor-toolbar-link {
|
1250 |
-
border-color: #407fff !important;
|
1251 |
-
border-color: var(--happyforms-color-part-border-focus) !important;
|
1252 |
-
}
|
1253 |
-
|
1254 |
-
.happyforms-styles .happyforms-editor-toolbar-link.mce-inline-toolbar-grp.mce-arrow-down:before {
|
1255 |
-
border-top-color: #407fff;
|
1256 |
-
border-top-color: var(--happyforms-color-part-border-focus);
|
1257 |
-
}
|
1258 |
-
|
1259 |
-
.happyforms-styles div.mce-inline-toolbar-grp.happyforms-editor-toolbar-link div.wp-link-input input::placeholder {
|
1260 |
-
color: #888888;
|
1261 |
-
color: var(--happyforms-color-part-placeholder) !important;
|
1262 |
-
}
|
1263 |
-
|
1264 |
-
.happyforms-styles .happyforms-part--rich_text .mce-toolbar .mce-btn-group .mce-btn,
|
1265 |
-
.happyforms-styles .happyforms-part--rich_text .mce-toolbar .mce-btn-group .mce-btn,
|
1266 |
-
.happyforms-styles .happyforms-part--rich_text .qt-dfw,
|
1267 |
-
.happyforms-styles .mce-inline-toolbar-grp .mce-toolbar .mce-btn-group .mce-btn,
|
1268 |
-
.happyforms-styles .mce-inline-toolbar-grp .mce-toolbar .mce-btn-group .mce-btn.mce-primary {
|
1269 |
-
padding: 2px;
|
1270 |
-
background-color: white;
|
1271 |
-
border-color: white;
|
1272 |
-
}
|
1273 |
-
|
1274 |
-
.happyforms-styles .happyforms-part--rich_text .mce-toolbar .mce-btn-group .mce-btn:hover,
|
1275 |
-
.happyforms-styles .happyforms-part--rich_text .mce-toolbar .mce-btn-group .mce-btn:focus,
|
1276 |
-
.happyforms-styles .mce-inline-toolbar-grp .mce-toolbar .mce-btn-group .mce-btn:hover,
|
1277 |
-
.happyforms-styles .mce-inline-toolbar-grp .mce-toolbar .mce-btn-group .mce-btn.mce-primary:hover,
|
1278 |
-
.happyforms-styles .happyforms-part--rich_text .qt-dfw:hover,
|
1279 |
-
.happyforms-styles .happyforms-part--rich_text .qt-dfw:focus,
|
1280 |
-
.happyforms-styles .happyforms-part--rich_text .mce-inline-toolbar-grp .mce-toolbar .mce-btn-group .mce-btn:hover,
|
1281 |
-
.happyforms-styles .happyforms-part--rich_text .mce-inline-toolbar-grp .mce-toolbar .mce-btn-group .mce-btn:focus,
|
1282 |
-
.happyforms-styles .happyforms-part--rich_text .mce-inline-toolbar-grp .mce-toolbar .mce-btn-group .mce-btn.mce-primary:hover,
|
1283 |
-
.happyforms-styles .happyforms-part--rich_text .mce-inline-toolbar-grp .mce-toolbar .mce-btn-group .mce-btn.mce-primary:focus,
|
1284 |
-
.happyforms-styles .happyforms-part--rich_text .mce-toolbar .mce-btn-group .mce-btn.mce-active,
|
1285 |
-
.happyforms-styles .happyforms-part--rich_text .mce-toolbar .mce-btn-group .mce-btn:active,
|
1286 |
-
.happyforms-styles .happyforms-part--rich_text .qt-dfw.active,
|
1287 |
-
.happyforms-styles .happyforms-part--rich_text .mce-toolbar .mce-btn-group .mce-btn.mce-active:hover,
|
1288 |
-
.happyforms-styles .happyforms-part--rich_text .qt-dfw.active:hover {
|
1289 |
-
border-color: transparent;
|
1290 |
-
border-radius: 6px;
|
1291 |
-
background-color: #efefef;
|
1292 |
-
}
|
1293 |
-
|
1294 |
-
.happyforms-styles .happyforms-part--rich_text .mce-btn svg,
|
1295 |
-
.happyforms-styles .happyforms-editor-toolbar-link svg {
|
1296 |
-
fill: #000;
|
1297 |
-
}
|
1298 |
-
|
1299 |
-
.happyforms-styles .happyforms-part--rich_text .mce-tinymce.mce-container {
|
1300 |
-
border-radius: 6px !important;
|
1301 |
-
}
|
1302 |
-
|
1303 |
-
.happyforms-styles .happyforms-part--rich_text .happyforms-visual-editor {
|
1304 |
-
border: 1px solid #dbdbdb;
|
1305 |
-
border: 1px solid var(--happyforms-color-part-border);
|
1306 |
-
border-radius: 6px;
|
1307 |
-
transition: border-color 0.25s;
|
1308 |
-
transition: border-color var(--happyforms-transition-duration);
|
1309 |
-
}
|
1310 |
-
|
1311 |
-
.happyforms-styles .happyforms-part--rich_text.focus .happyforms-visual-editor {
|
1312 |
-
border-bottom-width: 1.5px;
|
1313 |
-
border-color: #407fff;
|
1314 |
-
border-color: var(--happyforms-color-part-border-focus);
|
1315 |
-
box-shadow: inset 0 0 0 1px #407fff;
|
1316 |
-
box-shadow: inset 0 0 0 1px var(--happyforms-color-part-border-focus);
|
1317 |
-
}
|
1318 |
-
|
1319 |
-
.happyforms-styles .happyforms-part--rich_text .mce-edit-area {
|
1320 |
-
background-color: #fff !important;
|
1321 |
-
background-color: var(--happyforms-color-part-background) !important;
|
1322 |
-
}
|
1323 |
-
|
1324 |
-
.happyforms-styles .happyforms-part--rich_text.focus .mce-edit-area {
|
1325 |
-
background-color: #fff !important;
|
1326 |
-
background-color: var(--happyforms-color-part-background-focus) !important;
|
1327 |
-
}
|
1328 |
-
|
1329 |
-
.happyforms-styles .happyforms-part--rich_text.happyforms-part--label-below.happyforms-part--has-tooltip .happyforms-visual-editor,
|
1330 |
-
.happyforms-styles .happyforms-part--rich_text.happyforms-part--label-left.happyforms-part--has-tooltip .happyforms-visual-editor {
|
1331 |
-
margin-top: 35px;
|
1332 |
-
}
|
1333 |
-
|
1334 |
-
.happyforms-styles .happyforms-part--rich_text.happyforms-part--label-hidden.happyforms-part--has-tooltip .happyforms-part__el {
|
1335 |
-
margin-top: 35px;
|
1336 |
-
}
|
1337 |
-
|
1338 |
-
.happyforms-styles .happyforms-part--rich_text.happyforms-part--label-hidden.happyforms-part--has-tooltip .happyforms-tooltip {
|
1339 |
-
top: -30px;
|
1340 |
-
}
|
1341 |
-
|
1342 |
-
.happyforms-styles.happyforms-form--part-border-off .happyforms-part--rich_text .happyforms-visual-editor {
|
1343 |
-
padding-bottom: 1px;
|
1344 |
-
}
|
1345 |
-
|
1346 |
-
.happyforms-part--legal .option-label .label p,
|
1347 |
-
.happyforms-part--mailchimp .option-label .label p {
|
1348 |
-
margin-bottom: 0;
|
1349 |
-
}
|
234 |
font-size: var(--happyforms-part-value-font-size);
|
235 |
}
|
236 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
237 |
.happyforms-styles .option-label input[type=text] {
|
238 |
position: relative;
|
239 |
top: 0;
|
250 |
box-shadow: none;
|
251 |
}
|
252 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
253 |
.happyforms-styles .option-label input {
|
254 |
top: 3px;
|
255 |
}
|
256 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
257 |
.happyforms-styles .happyforms-part .option-label {
|
258 |
margin-bottom: 10px;
|
259 |
}
|
332 |
|
333 |
.happyforms-styles .happyforms-part .checkmark {
|
334 |
position: relative;
|
335 |
+
top: 4px;
|
336 |
z-index: 5;
|
337 |
display: flex;
|
338 |
align-items: center;
|
376 |
display: block;
|
377 |
}
|
378 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
379 |
/* parts - select */
|
380 |
|
381 |
.happyforms-styles .happyforms-part__select-bg {
|
406 |
background-size: cover;
|
407 |
}
|
408 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
409 |
/* submit button */
|
410 |
|
411 |
.happyforms-styles input[type=submit].happyforms-button--submit,
|
543 |
.happyforms-styles.happyforms-form--part-border-radius-square .happyforms-part input[type=number],
|
544 |
.happyforms-styles.happyforms-form--part-border-radius-square .happyforms-part input[type=range],
|
545 |
.happyforms-styles.happyforms-form--part-border-radius-square .happyforms-part textarea,
|
546 |
+
.happyforms-styles.happyforms-form--part-border-radius-square .happyforms-part .happyforms-part__select-bg {
|
|
|
|
|
547 |
border-radius: 0px !important;
|
548 |
}
|
549 |
|
550 |
+
.happyforms-styles.happyforms-form--part-border-radius-square .option-label {
|
|
|
551 |
border-radius: 0px;
|
552 |
}
|
553 |
|
572 |
padding-left: 15px;
|
573 |
}
|
574 |
|
575 |
+
.happyforms-styles.happyforms-form--part-border-radius-pill .option-label {
|
576 |
border-radius: 25px;
|
577 |
}
|
578 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
579 |
.happyforms-styles.happyforms-form--part-placeholder-toggle .happyforms-part ::-webkit-input-placeholder {
|
580 |
color: transparent !important;
|
581 |
transition: color 0.25s;
|
724 |
font-weight: bold;
|
725 |
}
|
726 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
727 |
/* new dropdowns */
|
728 |
.happyforms-styles .happyforms-part select {
|
729 |
display: none;
|
785 |
font-size: 16px;
|
786 |
font-size: var(--happyforms-part-value-font-size);
|
787 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
core/assets/css/customize.css
CHANGED
@@ -150,7 +150,7 @@ p.description a {
|
|
150 |
}
|
151 |
|
152 |
.happyforms-customize-heading h2 {
|
153 |
-
border-top: 1px solid #
|
154 |
padding-top: 20px;
|
155 |
}
|
156 |
|
@@ -213,11 +213,11 @@ p.description a {
|
|
213 |
}
|
214 |
|
215 |
.happyforms-step-progress {
|
216 |
-
background-color: #
|
217 |
}
|
218 |
|
219 |
.happyforms-step-progress-bar {
|
220 |
-
background-color: #
|
221 |
}
|
222 |
|
223 |
p.happyforms-step-progress-counter {
|
@@ -246,7 +246,7 @@ p.happyforms-step-progress-counter {
|
|
246 |
position: relative;
|
247 |
background: #fff;
|
248 |
color: #23282d;
|
249 |
-
border: 1px solid #
|
250 |
line-height: 1.4em;
|
251 |
-webkit-transition: opacity 0.5s;
|
252 |
transition: opacity 0.5s;
|
@@ -255,9 +255,9 @@ p.happyforms-step-progress-counter {
|
|
255 |
|
256 |
.happyforms-widget-title h3 {
|
257 |
margin: 0;
|
258 |
-
padding:
|
259 |
-
font-size:
|
260 |
-
line-height: 1
|
261 |
overflow: hidden;
|
262 |
white-space: nowrap;
|
263 |
text-overflow: ellipsis;
|
@@ -266,10 +266,11 @@ p.happyforms-step-progress-counter {
|
|
266 |
|
267 |
.happyforms-widget-content {
|
268 |
padding: 1px 10px 10px 10px;
|
269 |
-
line-height:
|
270 |
background: #fff;
|
271 |
-
border: 1px solid #
|
272 |
border-top: 0;
|
|
|
273 |
}
|
274 |
|
275 |
.happyforms-widget-actions {
|
@@ -396,6 +397,10 @@ a.happyforms-form-part-remove:hover {
|
|
396 |
margin-top: 5px;
|
397 |
}
|
398 |
|
|
|
|
|
|
|
|
|
399 |
/**
|
400 |
*
|
401 |
* Form edit
|
@@ -408,6 +413,10 @@ a.happyforms-form-part-remove:hover {
|
|
408 |
#customize-control-confirmation_email_subject,
|
409 |
#customize-control-confirmation_email_content,
|
410 |
#customize-control-confirmation_email_include_values,
|
|
|
|
|
|
|
|
|
411 |
#customize-control-captcha_site_key,
|
412 |
#customize-control-captcha_secret_key,
|
413 |
#customize-control-captcha_label,
|
@@ -422,6 +431,10 @@ a.happyforms-form-part-remove:hover {
|
|
422 |
#customize-control-receive_email_alerts.checked ~ #customize-control-email_recipient,
|
423 |
#customize-control-receive_email_alerts.checked ~ #customize-control-email_bccs,
|
424 |
#customize-control-receive_email_alerts.checked ~ #customize-control-alert_email_subject,
|
|
|
|
|
|
|
|
|
425 |
#customize-control-send_confirmation_email.checked ~ #customize-control-confirmation_email_from_name,
|
426 |
#customize-control-send_confirmation_email.checked ~ #customize-control-confirmation_email_subject,
|
427 |
#customize-control-send_confirmation_email.checked ~ #customize-control-confirmation_email_content,
|
@@ -439,7 +452,7 @@ a.happyforms-form-part-remove:hover {
|
|
439 |
.happyforms-setup-view .customize-control {
|
440 |
margin-bottom: 12px;
|
441 |
padding-bottom: 12px;
|
442 |
-
border-bottom: 1px solid #
|
443 |
}
|
444 |
|
445 |
.happyforms-setup-view #customize-control-receive_email_alerts.checked,
|
@@ -457,8 +470,10 @@ a.happyforms-form-part-remove:hover {
|
|
457 |
.happyforms-setup-view #customize-control-email_bccs,
|
458 |
.happyforms-setup-view #customize-control-alert_email_subject,
|
459 |
.happyforms-setup-view .customize-control[id*='customize-control-confirmation_email_']:not(#customize-control-confirmation_email_include_values),
|
460 |
-
.happyforms-setup-view #customize-control-
|
461 |
-
.happyforms-setup-view .customize-control[id*='customize-control-captcha_']:not(#customize-control-
|
|
|
|
|
462 |
padding-bottom: 5px;
|
463 |
border-bottom: 0;
|
464 |
}
|
@@ -500,8 +515,9 @@ a.happyforms-form-part-remove:hover {
|
|
500 |
}
|
501 |
|
502 |
.happyforms-parts-placeholder p {
|
|
|
503 |
font-size: 13px;
|
504 |
-
color: #
|
505 |
margin: 0;
|
506 |
font-style: italic;
|
507 |
}
|
@@ -527,10 +543,14 @@ a.happyforms-form-part-remove:hover {
|
|
527 |
}
|
528 |
|
529 |
.happyforms-form-widgets {
|
530 |
-
margin-top:
|
531 |
overflow-x: hidden;
|
532 |
}
|
533 |
|
|
|
|
|
|
|
|
|
534 |
body.adding-happyforms-parts button.happyforms-open-parts-drawer:before {
|
535 |
-webkit-transform: rotate(45deg);
|
536 |
-ms-transform: rotate(45deg);
|
@@ -558,7 +578,7 @@ body.adding-happyforms-parts #customize-preview iframe {
|
|
558 |
|
559 |
.happyforms-widget-action {
|
560 |
display: inline-block;
|
561 |
-
padding:
|
562 |
margin: 0;
|
563 |
color: #72777c;
|
564 |
border: 0;
|
@@ -684,6 +704,10 @@ body.adding-happyforms-parts #customize-preview iframe {
|
|
684 |
margin: 2px 0 5px;
|
685 |
}
|
686 |
|
|
|
|
|
|
|
|
|
687 |
.happyforms-part-widget .happyforms-part-item-body {
|
688 |
position: relative;
|
689 |
padding: 0px 5px 0 20px;
|
@@ -795,9 +819,9 @@ body.adding-happyforms-parts .wp-full-overlay-main {
|
|
795 |
|
796 |
.happyforms-parts-drawer-header-search input {
|
797 |
width: 100%;
|
798 |
-
height: 32px;
|
799 |
margin: 1px 0;
|
800 |
-
padding:
|
801 |
}
|
802 |
|
803 |
.happyforms-parts-drawer-header-search-icon {
|
@@ -1111,7 +1135,7 @@ ul.happyforms-style-controls .customize-control {
|
|
1111 |
.happyforms-stack-view.happyforms-style-view {
|
1112 |
padding: 0;
|
1113 |
overflow: hidden;
|
1114 |
-
top:
|
1115 |
bottom: 0;
|
1116 |
}
|
1117 |
|
@@ -1230,10 +1254,9 @@ li.customize-control.happyforms-range-control input {
|
|
1230 |
}
|
1231 |
|
1232 |
li.customize-control.happyforms-range-control .happyforms-range-slider {
|
1233 |
-
float:
|
1234 |
-
width:
|
1235 |
-
margin-
|
1236 |
-
margin-top: 9px;
|
1237 |
}
|
1238 |
|
1239 |
li.customize-control.happyforms-range-control select.happyforms-unit-switch {
|
@@ -1241,6 +1264,12 @@ li.customize-control.happyforms-range-control select.happyforms-unit-switch {
|
|
1241 |
top: -1px;
|
1242 |
float: left;
|
1243 |
width: 40px;
|
|
|
|
|
|
|
|
|
|
|
|
|
1244 |
}
|
1245 |
|
1246 |
li.customize-control.happyforms-range-control input[type=number] {
|
@@ -1281,14 +1310,15 @@ li.customize-control.happyforms-range-control .ui-slider-handle:hover {
|
|
1281 |
}
|
1282 |
|
1283 |
/* Button set */
|
1284 |
-
li.customize-control .happyforms-buttonset-container {
|
1285 |
-
margin-top: 10px;
|
1286 |
-
}
|
1287 |
|
1288 |
li.customize-control .happyforms-buttonset-container label {
|
1289 |
-
padding:
|
1290 |
-
|
1291 |
-
|
|
|
|
|
|
|
|
|
1292 |
}
|
1293 |
|
1294 |
li.customize-control .happyforms-buttonset-container label:last-child {
|
@@ -1296,11 +1326,13 @@ li.customize-control .happyforms-buttonset-container label:last-child {
|
|
1296 |
}
|
1297 |
|
1298 |
li.customize-control .happyforms-buttonset-container .ui-state-hover {
|
1299 |
-
|
|
|
1300 |
}
|
1301 |
|
1302 |
li.customize-control .happyforms-buttonset-container .ui-state-active,
|
1303 |
li.customize-control .happyforms-buttonset-container .ui-state-active.ui-state-hover {
|
|
|
1304 |
background-color: #fff;
|
1305 |
}
|
1306 |
|
@@ -1318,10 +1350,13 @@ li.customize-control.happyforms-buttonset-control + .customize-control h2 {
|
|
1318 |
display: none;
|
1319 |
}
|
1320 |
|
|
|
|
|
|
|
|
|
1321 |
#customize-control-html_id input,
|
1322 |
#customize-control-submit_button_html_class input,
|
1323 |
.happyforms-widget-content input[data-bind=css_class] {
|
1324 |
-
padding-top: 6px;
|
1325 |
font-family: Consolas, Monaco, monospace;
|
1326 |
direction: ltr;
|
1327 |
unicode-bidi: embed;
|
@@ -1359,3 +1394,11 @@ i.mce-i-happyforms_narrative_input {
|
|
1359 |
i.mce-i-happyforms_narrative_input:after {
|
1360 |
content: "\f101";
|
1361 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
150 |
}
|
151 |
|
152 |
.happyforms-customize-heading h2 {
|
153 |
+
border-top: 1px solid #ddd;
|
154 |
padding-top: 20px;
|
155 |
}
|
156 |
|
213 |
}
|
214 |
|
215 |
.happyforms-step-progress {
|
216 |
+
background-color: #ddd;
|
217 |
}
|
218 |
|
219 |
.happyforms-step-progress-bar {
|
220 |
+
background-color: #0073aa;
|
221 |
}
|
222 |
|
223 |
p.happyforms-step-progress-counter {
|
246 |
position: relative;
|
247 |
background: #fff;
|
248 |
color: #23282d;
|
249 |
+
border: 1px solid #ccd0d4;
|
250 |
line-height: 1.4em;
|
251 |
-webkit-transition: opacity 0.5s;
|
252 |
transition: opacity 0.5s;
|
255 |
|
256 |
.happyforms-widget-title h3 {
|
257 |
margin: 0;
|
258 |
+
padding: 15px;
|
259 |
+
font-size: 1em !important;
|
260 |
+
line-height: 1;
|
261 |
overflow: hidden;
|
262 |
white-space: nowrap;
|
263 |
text-overflow: ellipsis;
|
266 |
|
267 |
.happyforms-widget-content {
|
268 |
padding: 1px 10px 10px 10px;
|
269 |
+
line-height: 1.23076923;
|
270 |
background: #fff;
|
271 |
+
border: 1px solid #ccd0d4;
|
272 |
border-top: 0;
|
273 |
+
box-shadow: 0 1px 1px rgba(0,0,0,.04);
|
274 |
}
|
275 |
|
276 |
.happyforms-widget-actions {
|
397 |
margin-top: 5px;
|
398 |
}
|
399 |
|
400 |
+
.customize-control-title {
|
401 |
+
color: #555d66;
|
402 |
+
}
|
403 |
+
|
404 |
/**
|
405 |
*
|
406 |
* Form edit
|
413 |
#customize-control-confirmation_email_subject,
|
414 |
#customize-control-confirmation_email_content,
|
415 |
#customize-control-confirmation_email_include_values,
|
416 |
+
#customize-control-email_mark_and_reply,
|
417 |
+
#customize-control-alert_email_attachment_links,
|
418 |
+
#customize-control-alert_email_hide_placeholder_parts,
|
419 |
+
#customize-control-alert_email_include_referral_url,
|
420 |
#customize-control-captcha_site_key,
|
421 |
#customize-control-captcha_secret_key,
|
422 |
#customize-control-captcha_label,
|
431 |
#customize-control-receive_email_alerts.checked ~ #customize-control-email_recipient,
|
432 |
#customize-control-receive_email_alerts.checked ~ #customize-control-email_bccs,
|
433 |
#customize-control-receive_email_alerts.checked ~ #customize-control-alert_email_subject,
|
434 |
+
#customize-control-receive_email_alerts.checked ~ #customize-control-email_mark_and_reply,
|
435 |
+
#customize-control-receive_email_alerts.checked ~ #customize-control-alert_email_attachment_links,
|
436 |
+
#customize-control-receive_email_alerts.checked ~ #customize-control-alert_email_hide_placeholder_links,
|
437 |
+
#customize-control-receive_email_alerts.checked ~ #customize-control-alert_email_include_referral_url,
|
438 |
#customize-control-send_confirmation_email.checked ~ #customize-control-confirmation_email_from_name,
|
439 |
#customize-control-send_confirmation_email.checked ~ #customize-control-confirmation_email_subject,
|
440 |
#customize-control-send_confirmation_email.checked ~ #customize-control-confirmation_email_content,
|
452 |
.happyforms-setup-view .customize-control {
|
453 |
margin-bottom: 12px;
|
454 |
padding-bottom: 12px;
|
455 |
+
border-bottom: 1px solid #ddd;
|
456 |
}
|
457 |
|
458 |
.happyforms-setup-view #customize-control-receive_email_alerts.checked,
|
470 |
.happyforms-setup-view #customize-control-email_bccs,
|
471 |
.happyforms-setup-view #customize-control-alert_email_subject,
|
472 |
.happyforms-setup-view .customize-control[id*='customize-control-confirmation_email_']:not(#customize-control-confirmation_email_include_values),
|
473 |
+
.happyforms-setup-view .customize-control[id*='customize-control-redirect']:not(#customize-control-redirect_on_complete):not(#customize-control-redirect_blank),
|
474 |
+
.happyforms-setup-view .customize-control[id*='customize-control-captcha_']:not(#customize-control-captcha_label),
|
475 |
+
.happyforms-setup-view #customize-control-email_mark_and_reply,
|
476 |
+
.happyforms-setup-view #customize-control-alert_email_attachment_links {
|
477 |
padding-bottom: 5px;
|
478 |
border-bottom: 0;
|
479 |
}
|
515 |
}
|
516 |
|
517 |
.happyforms-parts-placeholder p {
|
518 |
+
line-height: 1.6;
|
519 |
font-size: 13px;
|
520 |
+
color: #32373c;
|
521 |
margin: 0;
|
522 |
font-style: italic;
|
523 |
}
|
543 |
}
|
544 |
|
545 |
.happyforms-form-widgets {
|
546 |
+
margin-top: 10px;
|
547 |
overflow-x: hidden;
|
548 |
}
|
549 |
|
550 |
+
.happyforms-style-view .happyforms-form-widgets {
|
551 |
+
margin-top: 0;
|
552 |
+
}
|
553 |
+
|
554 |
body.adding-happyforms-parts button.happyforms-open-parts-drawer:before {
|
555 |
-webkit-transform: rotate(45deg);
|
556 |
-ms-transform: rotate(45deg);
|
578 |
|
579 |
.happyforms-widget-action {
|
580 |
display: inline-block;
|
581 |
+
padding: 10px;
|
582 |
margin: 0;
|
583 |
color: #72777c;
|
584 |
border: 0;
|
704 |
margin: 2px 0 5px;
|
705 |
}
|
706 |
|
707 |
+
.customize-control label {
|
708 |
+
color: #555d66;
|
709 |
+
}
|
710 |
+
|
711 |
.happyforms-part-widget .happyforms-part-item-body {
|
712 |
position: relative;
|
713 |
padding: 0px 5px 0 20px;
|
819 |
|
820 |
.happyforms-parts-drawer-header-search input {
|
821 |
width: 100%;
|
822 |
+
min-height: 32px;
|
823 |
margin: 1px 0;
|
824 |
+
padding: 0 30px;
|
825 |
}
|
826 |
|
827 |
.happyforms-parts-drawer-header-search-icon {
|
1135 |
.happyforms-stack-view.happyforms-style-view {
|
1136 |
padding: 0;
|
1137 |
overflow: hidden;
|
1138 |
+
top: 0;
|
1139 |
bottom: 0;
|
1140 |
}
|
1141 |
|
1254 |
}
|
1255 |
|
1256 |
li.customize-control.happyforms-range-control .happyforms-range-slider {
|
1257 |
+
float: right;
|
1258 |
+
width: 75%;
|
1259 |
+
margin-top: 11px;
|
|
|
1260 |
}
|
1261 |
|
1262 |
li.customize-control.happyforms-range-control select.happyforms-unit-switch {
|
1264 |
top: -1px;
|
1265 |
float: left;
|
1266 |
width: 40px;
|
1267 |
+
height: 30px;
|
1268 |
+
}
|
1269 |
+
|
1270 |
+
li.customize-control#customize-control-form_width .happyforms-range-slider {
|
1271 |
+
width: 55%;
|
1272 |
+
margin-right: 15px;
|
1273 |
}
|
1274 |
|
1275 |
li.customize-control.happyforms-range-control input[type=number] {
|
1310 |
}
|
1311 |
|
1312 |
/* Button set */
|
|
|
|
|
|
|
1313 |
|
1314 |
li.customize-control .happyforms-buttonset-container label {
|
1315 |
+
padding: 5px 10px;
|
1316 |
+
line-height: 28px;
|
1317 |
+
outline: 1px solid #fff;
|
1318 |
+
border: none;
|
1319 |
+
font-size: 13px;
|
1320 |
+
color: #555555;
|
1321 |
+
background: #eee;
|
1322 |
}
|
1323 |
|
1324 |
li.customize-control .happyforms-buttonset-container label:last-child {
|
1326 |
}
|
1327 |
|
1328 |
li.customize-control .happyforms-buttonset-container .ui-state-hover {
|
1329 |
+
color: #0073aa;
|
1330 |
+
background-color: rgba(255, 255, 255, .25);
|
1331 |
}
|
1332 |
|
1333 |
li.customize-control .happyforms-buttonset-container .ui-state-active,
|
1334 |
li.customize-control .happyforms-buttonset-container .ui-state-active.ui-state-hover {
|
1335 |
+
color: #212121;
|
1336 |
background-color: #fff;
|
1337 |
}
|
1338 |
|
1350 |
display: none;
|
1351 |
}
|
1352 |
|
1353 |
+
.happyforms-parts-expand-collapse-wrap .expand-collapse-all.show {
|
1354 |
+
display: block;
|
1355 |
+
}
|
1356 |
+
|
1357 |
#customize-control-html_id input,
|
1358 |
#customize-control-submit_button_html_class input,
|
1359 |
.happyforms-widget-content input[data-bind=css_class] {
|
|
|
1360 |
font-family: Consolas, Monaco, monospace;
|
1361 |
direction: ltr;
|
1362 |
unicode-bidi: embed;
|
1394 |
i.mce-i-happyforms_narrative_input:after {
|
1395 |
content: "\f101";
|
1396 |
}
|
1397 |
+
|
1398 |
+
.happyforms-widget-form .mce-btn.mce-active,
|
1399 |
+
.happyforms-widget-form .mce-btn.mce-active button,
|
1400 |
+
.happyforms-widget-form .mce-btn.mce-active i,
|
1401 |
+
.happyforms-widget-form .mce-btn.mce-active:hover button,
|
1402 |
+
.happyforms-widget-form .mce-btn.mce-active:hover i {
|
1403 |
+
color: inherit;
|
1404 |
+
}
|
core/assets/css/layout.css
CHANGED
@@ -229,14 +229,6 @@ h3.happyforms-form__title {
|
|
229 |
text-align: right;
|
230 |
}
|
231 |
|
232 |
-
.happyforms-part--scale .happyforms-part__description {
|
233 |
-
margin-bottom: 10px;
|
234 |
-
}
|
235 |
-
|
236 |
-
.happyforms-part--scale-multiple .happyforms-part__description {
|
237 |
-
margin-bottom: 25px;
|
238 |
-
}
|
239 |
-
|
240 |
.happyforms-part input[type=text],
|
241 |
.happyforms-part input[type=password],
|
242 |
.happyforms-part input[type=email],
|
@@ -382,7 +374,7 @@ h3.happyforms-form__title {
|
|
382 |
|
383 |
.happyforms-part .option-label {
|
384 |
display: flex;
|
385 |
-
align-items:
|
386 |
position: relative;
|
387 |
cursor: pointer;
|
388 |
padding: 0 5px 5px 0;
|
@@ -409,7 +401,6 @@ h3.happyforms-form__title {
|
|
409 |
.happyforms-part .option-label .label {
|
410 |
position: relative;
|
411 |
display: inline-block;
|
412 |
-
margin-right: 15px;
|
413 |
padding: 0 10px;
|
414 |
white-space: normal;
|
415 |
color: inherit;
|
@@ -453,7 +444,6 @@ h3.happyforms-form__title {
|
|
453 |
.happyforms-part.display-type--block .option-label {
|
454 |
display: flex;
|
455 |
margin-right: 0;
|
456 |
-
align-items: center;
|
457 |
}
|
458 |
|
459 |
/* tooltips */
|
@@ -493,20 +483,8 @@ h3.happyforms-form__title {
|
|
493 |
height: 80%;
|
494 |
}
|
495 |
|
496 |
-
.happyforms-part--label-left.happyforms-part--address-has-geolocation.happyforms-part--has-tooltip .happyforms-part__el,
|
497 |
-
.happyforms-part--label-left.happyforms-part--address-has-geolocation.happyforms-part--has-tooltip .happyforms-part__label,
|
498 |
-
.happyforms-part--label-below.happyforms-part--address-has-geolocation.happyforms-part--has-tooltip .happyforms-part__el {
|
499 |
-
margin-top: 35px;
|
500 |
-
}
|
501 |
-
|
502 |
.happyforms-part--choice .happyforms-tooltip,
|
503 |
-
.happyforms-part--select .happyforms-tooltip
|
504 |
-
.happyforms-part--table .happyforms-tooltip,
|
505 |
-
.happyforms-part--address-has-geolocation .happyforms-tooltip,
|
506 |
-
.happyforms-part--scale .happyforms-tooltip,
|
507 |
-
.happyforms-part--rating .happyforms-tooltip,
|
508 |
-
.happyforms-part--date .happyforms-tooltip,
|
509 |
-
.happyforms-part--rich_text .happyforms-tooltip {
|
510 |
top: 5px;
|
511 |
align-items: flex-start;
|
512 |
}
|
@@ -580,13 +558,7 @@ h3.happyforms-form__title {
|
|
580 |
}
|
581 |
|
582 |
.happyforms-part--choice .happyforms-tooltip .happyforms-part__description,
|
583 |
-
.happyforms-part--select .happyforms-tooltip .happyforms-part__description
|
584 |
-
.happyforms-part--address-has-geolocation .happyforms-tooltip .happyforms-part__description,
|
585 |
-
.happyforms-part--table .happyforms-tooltip .happyforms-part__description,
|
586 |
-
.happyforms-part--scale .happyforms-tooltip .happyforms-part__description,
|
587 |
-
.happyforms-part--rating .happyforms-tooltip .happyforms-part__description,
|
588 |
-
.happyforms-part--date .happyforms-tooltip .happyforms-part__description,
|
589 |
-
.happyforms-part--rich_text .happyforms-tooltip .happyforms-part__description {
|
590 |
top: -10px;
|
591 |
}
|
592 |
|
@@ -694,10 +666,6 @@ h3.happyforms-form__title {
|
|
694 |
flex-flow: column wrap;
|
695 |
}
|
696 |
|
697 |
-
.happyforms-part--choice.display-type--block.happyforms-part-options-width--auto .happyforms-part__el .happyforms-part__option {
|
698 |
-
width: max-content;
|
699 |
-
}
|
700 |
-
|
701 |
.happyforms-part .checkmark svg {
|
702 |
display: none;
|
703 |
}
|
@@ -711,81 +679,6 @@ h3.happyforms-form__title {
|
|
711 |
margin-right: 5px;
|
712 |
}
|
713 |
|
714 |
-
/* parts - scale */
|
715 |
-
|
716 |
-
.happyforms-part--scale output {
|
717 |
-
display: block;
|
718 |
-
position: relative;
|
719 |
-
width: 100%;
|
720 |
-
}
|
721 |
-
|
722 |
-
.happyforms-part--scale output span {
|
723 |
-
position: absolute;
|
724 |
-
left: 0;
|
725 |
-
}
|
726 |
-
|
727 |
-
.happyforms-part--scale__labels {
|
728 |
-
position: relative;
|
729 |
-
width: 100%;
|
730 |
-
}
|
731 |
-
|
732 |
-
.happyforms-part--scale .happyforms-part__el {
|
733 |
-
display: flex;
|
734 |
-
flex-flow: column wrap;
|
735 |
-
}
|
736 |
-
|
737 |
-
.happyforms-part--scale .happyforms-part__description {
|
738 |
-
margin-top: 30px;
|
739 |
-
}
|
740 |
-
|
741 |
-
.happyforms-part--scale-multiple .happyforms-part--scale__labels {
|
742 |
-
position: absolute;
|
743 |
-
top: -40px;
|
744 |
-
}
|
745 |
-
|
746 |
-
.happyforms-part--scale-multiple .happyforms-part--scale__inputwrap {
|
747 |
-
position: relative;
|
748 |
-
}
|
749 |
-
|
750 |
-
.happyforms-part--label-below .happyforms-part--scale__inputwrap {
|
751 |
-
width: 100%;
|
752 |
-
order: 3;
|
753 |
-
}
|
754 |
-
|
755 |
-
.happyforms-part--scale-multiple.happyforms-part--label-left {
|
756 |
-
margin-top: 30px;
|
757 |
-
}
|
758 |
-
|
759 |
-
.happyforms-part--scale-multiple.happyforms-part--label-below .happyforms-part--scale__inputwrap {
|
760 |
-
position: relative;
|
761 |
-
top: 40px;
|
762 |
-
}
|
763 |
-
|
764 |
-
.happyforms-part--scale-multiple.happyforms-part--label-below label {
|
765 |
-
margin-top: 75px;
|
766 |
-
}
|
767 |
-
|
768 |
-
.happyforms-part--label-above.happyforms-part--scale-multiple .happyforms-part--scale__inputwrap {
|
769 |
-
margin-top: 20px;
|
770 |
-
padding-top: 30px;
|
771 |
-
}
|
772 |
-
|
773 |
-
.happyforms-part--scale-multiple .happyforms-part--scale__labels {
|
774 |
-
position: absolute !important;
|
775 |
-
}
|
776 |
-
|
777 |
-
.happyforms-part--label-above.happyforms-part--scale-multiple .happyforms-part--scale__labels {
|
778 |
-
top: -15px;
|
779 |
-
}
|
780 |
-
|
781 |
-
.happyforms-part--scale__labels .label-min {
|
782 |
-
float: left;
|
783 |
-
}
|
784 |
-
|
785 |
-
.happyforms-part--scale__labels .label-max {
|
786 |
-
float: right;
|
787 |
-
}
|
788 |
-
|
789 |
.happyforms-part--label-below input,
|
790 |
.happyforms-part--label-below textarea,
|
791 |
.happyforms-part--label-below .happyforms-custom-select,
|
@@ -798,11 +691,6 @@ h3.happyforms-form__title {
|
|
798 |
width: 100%;
|
799 |
}
|
800 |
|
801 |
-
.happyforms-part--label-below.happyforms-part--date .happyforms-part__el {
|
802 |
-
width: 100%;
|
803 |
-
order: 2;
|
804 |
-
}
|
805 |
-
|
806 |
.happyforms-form--part-title-text-align-center .happyforms-part__label {
|
807 |
text-align: center;
|
808 |
}
|
@@ -847,60 +735,9 @@ h3.happyforms-form__title {
|
|
847 |
display: none !important;
|
848 |
}
|
849 |
|
850 |
-
/* parts - placeholder */
|
851 |
-
|
852 |
-
.happyforms-part--placeholder .happyforms-part__el {
|
853 |
-
padding: 10px 0;
|
854 |
-
}
|
855 |
-
|
856 |
-
.happyforms-part--placeholder .happyforms-optional {
|
857 |
-
display: none !important;
|
858 |
-
}
|
859 |
-
|
860 |
-
.happyforms-form--part-value-text-align-center .happyforms-part--placeholder p {
|
861 |
-
text-align: center;
|
862 |
-
}
|
863 |
-
|
864 |
-
.happyforms-form--part-value-text-align-right .happyforms-part--placeholder p {
|
865 |
-
text-align: right;
|
866 |
-
}
|
867 |
-
|
868 |
-
.happyforms-part--placeholder p:first-child {
|
869 |
-
margin-top: 0;
|
870 |
-
}
|
871 |
-
|
872 |
-
.happyforms-part--placeholder p:last-child {
|
873 |
-
margin-bottom: 0;
|
874 |
-
}
|
875 |
-
|
876 |
/* parts - select */
|
877 |
-
.happyforms-part-date--datetime.happyforms-part--width-half .happyforms-part__el,
|
878 |
-
.happyforms-part-date--datetime.happyforms-part--width-third .happyforms-part__el {
|
879 |
-
flex-wrap: wrap;
|
880 |
-
justify-content: space-between;
|
881 |
-
}
|
882 |
-
|
883 |
-
.happyforms-part-date--datetime.happyforms-part--width-half .happyforms-part--date__input-wrap,
|
884 |
-
.happyforms-part-date--datetime.happyforms-part--width-third .happyforms-part--date__input-wrap {
|
885 |
-
min-width: 31.5%;
|
886 |
-
max-width: 31.5%;
|
887 |
-
margin-bottom: 15px;
|
888 |
-
padding: 0;
|
889 |
-
}
|
890 |
-
|
891 |
-
.happyforms-part-date--datetime.happyforms-part--width-half .happyforms-part-date__time-input--period {
|
892 |
-
min-width: 0;
|
893 |
-
flex: 1;
|
894 |
-
}
|
895 |
|
896 |
-
.happyforms-
|
897 |
-
.happyforms-part-date--datetime.happyforms-part--width-third .happyforms-part--date__time-separator {
|
898 |
-
display: none;
|
899 |
-
}
|
900 |
-
|
901 |
-
.happyforms-part__select-wrap,
|
902 |
-
.happyforms-part--date__input-wrap,
|
903 |
-
.happyforms-part-date__date-input {
|
904 |
position: relative;
|
905 |
flex: 1;
|
906 |
padding: 0 0 0 2%;
|
@@ -910,57 +747,16 @@ h3.happyforms-form__title {
|
|
910 |
height: 100%;
|
911 |
}
|
912 |
|
913 |
-
.happyforms-part-date__date-input {
|
914 |
-
height: 100%;
|
915 |
-
}
|
916 |
-
|
917 |
.happyforms-part__select-bg {
|
918 |
padding: 1px 0 2px;
|
919 |
border: 1px solid;
|
920 |
border-color: #dbdbdb;
|
921 |
}
|
922 |
|
923 |
-
.happyforms-part__select-wrap:first-of-type
|
924 |
-
.happyforms-part--date__input-wrap:first-of-type,
|
925 |
-
.happyforms-part-date__date-input:first-of-type {
|
926 |
padding-left: 0 !important;
|
927 |
}
|
928 |
|
929 |
-
.happyforms-part-date__time-input--minutes {
|
930 |
-
padding-left: 0;
|
931 |
-
}
|
932 |
-
|
933 |
-
.happyforms-part--date__time-separator {
|
934 |
-
width: 2%;
|
935 |
-
text-align: center;
|
936 |
-
}
|
937 |
-
|
938 |
-
@media screen and (max-width: 800px) {
|
939 |
-
.happyforms-part--date .happyforms-part__el {
|
940 |
-
justify-content: space-between;
|
941 |
-
}
|
942 |
-
|
943 |
-
.happyforms-part-date__date-input,
|
944 |
-
.happyforms-part-date--datetime .happyforms-part-date__time-input {
|
945 |
-
flex: auto;
|
946 |
-
min-width: 31.5%;
|
947 |
-
max-width: 31.5%;
|
948 |
-
padding: 0;
|
949 |
-
}
|
950 |
-
|
951 |
-
.happyforms-part-date__time-input {
|
952 |
-
margin-top: 20px;
|
953 |
-
}
|
954 |
-
|
955 |
-
.happyforms-part-date__time-input--hours {
|
956 |
-
padding-left: 0;
|
957 |
-
}
|
958 |
-
|
959 |
-
.happyforms-part--date__time-separator {
|
960 |
-
display: none;
|
961 |
-
}
|
962 |
-
}
|
963 |
-
|
964 |
.happyforms-part__select-wrap:after {
|
965 |
content: '';
|
966 |
position: absolute;
|
@@ -975,473 +771,151 @@ h3.happyforms-form__title {
|
|
975 |
border-top: 6px solid;
|
976 |
}
|
977 |
|
978 |
-
.happyforms-part--select select:focus
|
979 |
-
.happyforms-part--date select:focus {
|
980 |
outline-width: 1px;
|
981 |
outline-color: #000000;
|
982 |
}
|
983 |
|
984 |
-
.happyforms-part--date .happyforms-part__el {
|
985 |
-
display: flex;
|
986 |
-
flex-flow: row wrap;
|
987 |
-
align-items: center;
|
988 |
-
}
|
989 |
-
|
990 |
.happyforms-part__select-wrap:last-child {
|
991 |
padding-right: 0;
|
992 |
}
|
993 |
|
994 |
-
|
995 |
-
-webkit-appearance: none;
|
996 |
-
}
|
997 |
-
|
998 |
-
.happyforms-part-date__time-input .happyforms-spinner-arrow {
|
999 |
-
cursor: pointer;
|
1000 |
-
content: '';
|
1001 |
-
display: block;
|
1002 |
-
position: absolute;
|
1003 |
-
bottom: 8px;
|
1004 |
-
right: 7px;
|
1005 |
-
width: 0;
|
1006 |
-
height: 0;
|
1007 |
-
border-left: 6px solid transparent;
|
1008 |
-
border-right: 6px solid transparent;
|
1009 |
-
border-top: 6px solid #000;
|
1010 |
-
}
|
1011 |
|
1012 |
-
.happyforms-part
|
1013 |
-
|
1014 |
-
|
1015 |
-
|
1016 |
}
|
1017 |
|
1018 |
-
/*
|
1019 |
-
|
1020 |
-
.happyforms-part--rating .happyforms-part-wrap {
|
1021 |
display: flex;
|
1022 |
-
|
|
|
|
|
1023 |
}
|
1024 |
|
1025 |
-
.happyforms-
|
1026 |
-
|
|
|
1027 |
}
|
1028 |
|
1029 |
-
.happyforms-
|
1030 |
-
|
|
|
1031 |
}
|
1032 |
|
1033 |
-
.happyforms-
|
1034 |
-
|
1035 |
-
margin-right: 5px;
|
1036 |
}
|
1037 |
|
1038 |
-
.happyforms-
|
1039 |
-
margin-
|
1040 |
}
|
1041 |
|
1042 |
-
.happyforms-
|
1043 |
-
|
1044 |
-
height: 35px;
|
1045 |
}
|
1046 |
|
1047 |
-
.happyforms-
|
1048 |
-
|
1049 |
-
float: left;
|
1050 |
-
margin-right: 5px;
|
1051 |
-
color: #f39c00;
|
1052 |
}
|
1053 |
|
1054 |
-
|
1055 |
-
fill: currentColor;
|
1056 |
-
stroke: currentColor;
|
1057 |
-
stroke-width: 35px;
|
1058 |
-
}
|
1059 |
|
1060 |
-
.happyforms-part--
|
1061 |
-
|
1062 |
-
|
1063 |
-
|
|
|
1064 |
}
|
1065 |
|
1066 |
-
.happyforms-part--
|
1067 |
-
|
1068 |
-
|
1069 |
-
|
1070 |
}
|
1071 |
|
1072 |
-
.happyforms-part--
|
1073 |
-
|
|
|
1074 |
}
|
1075 |
|
1076 |
-
.happyforms-part--
|
1077 |
-
|
1078 |
-
|
1079 |
-
|
1080 |
-
|
1081 |
-
|
1082 |
}
|
1083 |
|
1084 |
-
.happyforms-part--
|
1085 |
-
.happyforms-part--
|
1086 |
-
|
1087 |
-
.happyforms-part--rating:not(:hover) input:checked+label~label {
|
1088 |
-
color: #ccc;
|
1089 |
}
|
1090 |
|
1091 |
-
.happyforms-
|
1092 |
-
|
1093 |
-
display: flex;
|
1094 |
}
|
1095 |
|
1096 |
-
|
1097 |
-
|
1098 |
-
.happyforms-rating--smileys .happyforms-rating-wrap,
|
1099 |
-
.happyforms-rating--thumbs .happyforms-rating-wrap {
|
1100 |
-
flex-flow: column wrap;
|
1101 |
-
}
|
1102 |
-
|
1103 |
-
.happyforms-rating--thumbs .happyforms-rating-wrap label,
|
1104 |
-
.happyforms-rating--smileys .happyforms-rating-wrap label {
|
1105 |
-
margin-bottom: 10px;
|
1106 |
-
}
|
1107 |
}
|
1108 |
|
1109 |
-
.happyforms-
|
1110 |
-
.happyforms-
|
1111 |
-
|
1112 |
-
|
1113 |
-
|
1114 |
-
|
1115 |
-
margin-right: 10px;
|
1116 |
-
border: 1px solid #dbdbdb;
|
1117 |
}
|
1118 |
|
1119 |
-
.happyforms-
|
1120 |
-
.happyforms-
|
1121 |
-
|
1122 |
-
|
|
|
|
|
1123 |
}
|
1124 |
|
1125 |
-
.happyforms-
|
1126 |
-
|
1127 |
-
|
1128 |
-
|
1129 |
-
|
1130 |
-
|
|
|
|
|
1131 |
}
|
1132 |
|
1133 |
-
|
1134 |
-
|
|
|
1135 |
}
|
1136 |
|
1137 |
-
|
1138 |
-
|
1139 |
-
.happyforms-part--legal .option-label {
|
1140 |
-
display: flex;
|
1141 |
}
|
1142 |
|
1143 |
-
.happyforms-part--
|
1144 |
-
|
1145 |
}
|
1146 |
|
1147 |
-
|
1148 |
-
|
1149 |
-
float: right;
|
1150 |
-
width: 75%;
|
1151 |
-
}
|
1152 |
}
|
1153 |
|
1154 |
-
|
1155 |
-
|
1156 |
-
.happyforms-part--address .happyforms-part-el-wrap {
|
1157 |
-
width: 100%;
|
1158 |
}
|
1159 |
|
1160 |
-
.happyforms-part--
|
1161 |
-
|
1162 |
-
|
1163 |
-
|
1164 |
-
|
1165 |
-
|
1166 |
-
flex-flow: row wrap;
|
1167 |
-
justify-content: space-between;
|
1168 |
-
}
|
1169 |
-
|
1170 |
-
@media screen and (max-width: 800px) {
|
1171 |
-
.happyforms-part--address.happyforms-part--address-country-city .happyforms-part-el-wrap {
|
1172 |
-
flex-flow: column wrap;
|
1173 |
-
}
|
1174 |
-
}
|
1175 |
-
|
1176 |
-
.happyforms-part--address .happyforms-part__el {
|
1177 |
-
position: relative;
|
1178 |
-
width: 100%;
|
1179 |
-
}
|
1180 |
-
|
1181 |
-
.happyforms-part--address .happyforms-part-el-wrap .address-city,
|
1182 |
-
.happyforms-part--address-country-city .happyforms-part-el-wrap .happyforms-part__dummy-input {
|
1183 |
-
flex: 1;
|
1184 |
-
max-width: 49%;
|
1185 |
-
}
|
1186 |
-
|
1187 |
-
.happyforms-part--address.happyforms-part--address-googleapi .happyforms-custom-select-dropdown:after {
|
1188 |
-
content: "";
|
1189 |
-
padding: 5px 10px 0;
|
1190 |
-
height: 16px;
|
1191 |
-
box-sizing: content-box;
|
1192 |
-
text-align: right;
|
1193 |
-
display: block;
|
1194 |
-
background-image: url(https://maps.gstatic.com/mapfiles/api-3/images/powered-by-google-on-white3.png);
|
1195 |
-
background-position: calc(100% - 10px) center;
|
1196 |
-
background-repeat: no-repeat;
|
1197 |
-
background-size: 120px 14px;
|
1198 |
-
}
|
1199 |
-
|
1200 |
-
@media screen and (max-width: 800px) {
|
1201 |
-
.happyforms-part--address.happyforms-part--address-country-city .happyforms-part__el {
|
1202 |
-
width: 100%;
|
1203 |
-
margin-bottom: 20px;
|
1204 |
-
}
|
1205 |
-
|
1206 |
-
.happyforms-part--address-has-geolocation.happyforms-part--address-country-city .happyforms-part__dummy-input {
|
1207 |
-
max-width: 100%;
|
1208 |
-
}
|
1209 |
-
|
1210 |
-
.happyforms-part--address.happyforms-part--address-country-city .happyforms-part__el:last-child {
|
1211 |
-
width: 100%;
|
1212 |
-
margin-bottom: 0;
|
1213 |
-
}
|
1214 |
-
}
|
1215 |
-
|
1216 |
-
@media screen and (min-width: 800px) {
|
1217 |
-
.happyforms-part--address.happyforms-part--address-country-city .happyforms-part__el:first-child {
|
1218 |
-
padding-right: 2%;
|
1219 |
-
}
|
1220 |
-
}
|
1221 |
-
|
1222 |
-
.happyforms-form--part-outer-padding-narrow .happyforms-part--address.happyforms-part--address-country-city .happyforms-part__el:first-child {
|
1223 |
-
padding-right: 1%;
|
1224 |
-
}
|
1225 |
-
|
1226 |
-
.happyforms-form--part-outer-padding-wide .happyforms-part--address.happyforms-part--address-country-city .happyforms-part__el:first-child {
|
1227 |
-
padding-right: 6%;
|
1228 |
-
}
|
1229 |
-
|
1230 |
-
.happyforms-part--address-has-geolocation .happyforms-part__dummy-input {
|
1231 |
-
position: relative;
|
1232 |
-
display: flex;
|
1233 |
-
align-items: center;
|
1234 |
-
}
|
1235 |
-
|
1236 |
-
@media screen and (max-width: 800px) {
|
1237 |
-
.happyforms-part--address-has-geolocation .happyforms-part__dummy-input {
|
1238 |
-
max-width: 100%;
|
1239 |
-
margin-bottom: 10px;
|
1240 |
-
}
|
1241 |
-
|
1242 |
-
.happyforms-part--address .happyforms-part-el-wrap .address-city {
|
1243 |
-
max-width: 100%;
|
1244 |
-
}
|
1245 |
-
}
|
1246 |
-
|
1247 |
-
a.address-geolocate {
|
1248 |
-
position: absolute;
|
1249 |
-
right: 5px;
|
1250 |
-
height: auto !important;
|
1251 |
-
box-shadow: none;
|
1252 |
-
font-weight: normal;
|
1253 |
-
text-decoration: underline;
|
1254 |
-
}
|
1255 |
-
|
1256 |
-
a.address-geolocate svg {
|
1257 |
-
display: inline-block;
|
1258 |
-
position: relative;
|
1259 |
-
top: -2px;
|
1260 |
-
vertical-align: middle;
|
1261 |
-
width: 15px;
|
1262 |
-
height: 15px;
|
1263 |
-
fill: currentColor;
|
1264 |
-
}
|
1265 |
-
|
1266 |
-
a.address-geolocate.disabled {
|
1267 |
-
pointer-events: none;
|
1268 |
-
color: black;
|
1269 |
-
}
|
1270 |
-
|
1271 |
-
a.address-geolocate span {
|
1272 |
-
display: none;
|
1273 |
-
}
|
1274 |
-
|
1275 |
-
@media screen and (min-width: 800px) {
|
1276 |
-
a.address-geolocate span {
|
1277 |
-
display: inline;
|
1278 |
-
}
|
1279 |
-
}
|
1280 |
-
|
1281 |
-
.happyforms-form--part-border-radius-square a.address-geolocate {
|
1282 |
-
border-radius: 0px;
|
1283 |
-
}
|
1284 |
-
|
1285 |
-
.happyforms-form--part-border-radius-pill a.address-geolocate {
|
1286 |
-
border-radius: 25px;
|
1287 |
-
padding-left: 25px;
|
1288 |
-
padding-right: 25px;
|
1289 |
-
}
|
1290 |
-
|
1291 |
-
.happyforms-form--part-borders-bottom-only a.address-geolocate {
|
1292 |
-
border-top-color: transparent;
|
1293 |
-
border-left-color: transparent;
|
1294 |
-
border-right-color: transparent;
|
1295 |
-
}
|
1296 |
-
|
1297 |
-
.happyforms-form--part-disable-transitions a.address-geolocate {
|
1298 |
-
transition-duration: 0s;
|
1299 |
-
}
|
1300 |
-
|
1301 |
-
.happyforms-form--part-inner-padding-narrow a.address-geolocate {
|
1302 |
-
padding: 5px;
|
1303 |
-
}
|
1304 |
-
|
1305 |
-
.happyforms-form--part-inner-padding-wide a.address-geolocate {
|
1306 |
-
padding: 15px;
|
1307 |
-
}
|
1308 |
-
|
1309 |
-
/* submit button */
|
1310 |
-
|
1311 |
-
.happyforms-part--submit {
|
1312 |
-
width: 100%;
|
1313 |
-
padding-top: 10px;
|
1314 |
-
margin-bottom: 0;
|
1315 |
-
}
|
1316 |
-
|
1317 |
-
/* notices */
|
1318 |
-
.happyforms-flex>.happyforms-message-notices {
|
1319 |
-
display: flex;
|
1320 |
-
width: 100%;
|
1321 |
-
padding: 0 1%;
|
1322 |
-
margin: 0 0 25px 0;
|
1323 |
-
}
|
1324 |
-
|
1325 |
-
.happyforms-form--notices-below .happyforms-flex>.happyforms-message-notices {
|
1326 |
-
order: 1000;
|
1327 |
-
margin: 25px 0 0 0;
|
1328 |
-
}
|
1329 |
-
|
1330 |
-
form .happyforms-flex>.happyforms-message-notices .happyforms-message-notice {
|
1331 |
-
width: 100%;
|
1332 |
-
box-sizing: border-box;
|
1333 |
-
}
|
1334 |
-
|
1335 |
-
form .happyforms-flex>.happyforms-message-notices .happyforms-message-notice a {
|
1336 |
-
text-decoration: underline;
|
1337 |
-
}
|
1338 |
-
|
1339 |
-
.happyforms-flex>.happyforms-message-notices p:last-child {
|
1340 |
-
margin-bottom: 0;
|
1341 |
-
}
|
1342 |
-
|
1343 |
-
.happyforms-form__part .happyforms-message-notice.error h2 {
|
1344 |
-
color: #ff7550;
|
1345 |
-
}
|
1346 |
-
|
1347 |
-
.happyforms-form__title+.happyforms-message-notices {
|
1348 |
-
margin-top: 25px;
|
1349 |
-
}
|
1350 |
-
|
1351 |
-
/* labels */
|
1352 |
-
|
1353 |
-
.happyforms-part--label-inside label {
|
1354 |
-
position: absolute;
|
1355 |
-
top: 8px;
|
1356 |
-
left: 11px;
|
1357 |
-
z-index: 2;
|
1358 |
-
}
|
1359 |
-
|
1360 |
-
.happyforms-part--label-inside.happyforms-part--phone.happyforms-is-masked label {
|
1361 |
-
top: 10px;
|
1362 |
-
left: 75px;
|
1363 |
-
z-index: 2;
|
1364 |
-
}
|
1365 |
-
|
1366 |
-
.happyforms-part--label-as_placeholder.happyforms-part--phone.happyforms-is-masked label {
|
1367 |
-
top: 10px;
|
1368 |
-
left: 75px;
|
1369 |
-
}
|
1370 |
-
|
1371 |
-
.happyforms-part--label-inside input,
|
1372 |
-
.happyforms-part--label-inside textarea,
|
1373 |
-
.happyforms-part--label-as_placeholder input,
|
1374 |
-
.happyforms-part--label-as_placeholder textarea {
|
1375 |
-
padding-top: 30px !important;
|
1376 |
-
padding-bottom: 7px !important;
|
1377 |
-
}
|
1378 |
-
|
1379 |
-
.happyforms-part--label-inside a.address-geolocate,
|
1380 |
-
.happyforms-part--label-as_placeholder a.address-geolocate {
|
1381 |
-
padding-top: 18px !important;
|
1382 |
-
}
|
1383 |
-
|
1384 |
-
.happyforms-form--part-inner-padding-narrow .happyforms-part--label-as_placeholder a.address-geolocate {
|
1385 |
-
padding-top: 13px !important;
|
1386 |
-
}
|
1387 |
-
|
1388 |
-
.happyforms-form--part-inner-padding-wide .happyforms-part--label-as_placeholder a.address-geolocate {
|
1389 |
-
padding-top: 21px !important;
|
1390 |
-
}
|
1391 |
-
|
1392 |
-
.happyforms-form--part-inner-padding-narrow .happyforms-part--label-inside input,
|
1393 |
-
.happyforms-form--part-inner-padding-narrow .happyforms-part--label-inside textarea,
|
1394 |
-
.happyforms-form--part-inner-padding-narrow .happyforms-part--label-as_placeholder input,
|
1395 |
-
.happyforms-form--part-inner-padding-narrow .happyforms-part--label-as_placeholder textarea {
|
1396 |
-
padding-top: 22px !important;
|
1397 |
-
padding-bottom: 5px !important;
|
1398 |
-
}
|
1399 |
-
|
1400 |
-
.happyforms-form--part-inner-padding-wide .happyforms-part--label-inside input,
|
1401 |
-
.happyforms-form--part-inner-padding-wide .happyforms-part--label-inside textarea,
|
1402 |
-
.happyforms-form--part-inner-padding-wide .happyforms-part--label-as_placeholder input,
|
1403 |
-
.happyforms-form--part-inner-padding-wide .happyforms-part--label-as_placeholder textarea {
|
1404 |
-
padding-top: 30px !important;
|
1405 |
-
padding-bottom: 10px !important;
|
1406 |
-
}
|
1407 |
-
|
1408 |
-
.happyforms-part input[type=text],
|
1409 |
-
.happyforms-part input[type=password],
|
1410 |
-
.happyforms-part input[type=email],
|
1411 |
-
.happyforms-part input[type=number],
|
1412 |
-
.happyforms-part textarea {
|
1413 |
-
margin-bottom: 0;
|
1414 |
-
transition: border-color 0.4s;
|
1415 |
-
transition: border-color var(--happyforms-transition-duration);
|
1416 |
-
}
|
1417 |
-
|
1418 |
-
/* part labels transitions */
|
1419 |
-
.happyforms-part--label-as_placeholder label {
|
1420 |
-
transition-duration: 0.4s;
|
1421 |
-
}
|
1422 |
-
|
1423 |
-
.happyforms-part--label-as_placeholder ::-webkit-input-placeholder {
|
1424 |
-
opacity: 0;
|
1425 |
-
}
|
1426 |
-
|
1427 |
-
.happyforms-part--label-as_placeholder ::-moz-placeholder {
|
1428 |
-
opacity: 0;
|
1429 |
-
}
|
1430 |
-
|
1431 |
-
.happyforms-part--label-as_placeholder ::-ms-placeholder {
|
1432 |
-
opacity: 0;
|
1433 |
-
}
|
1434 |
-
|
1435 |
-
.happyforms-part--label-as_placeholder ::placeholder {
|
1436 |
-
opacity: 0;
|
1437 |
-
}
|
1438 |
-
|
1439 |
-
.happyforms-part--label-as_placeholder label {
|
1440 |
-
position: absolute;
|
1441 |
-
left: 11px;
|
1442 |
-
top: 23px;
|
1443 |
-
z-index: 5;
|
1444 |
-
transition-property: top;
|
1445 |
}
|
1446 |
|
1447 |
.happyforms-form--direction-rtl .happyforms-part--label-as_placeholder label {
|
@@ -1523,406 +997,97 @@ form .happyforms-flex>.happyforms-message-notices .happyforms-message-notice a {
|
|
1523 |
margin-right: 15px;
|
1524 |
}
|
1525 |
|
1526 |
-
.happyforms-form--part-outer-padding-wide .happyforms-part.display-type--block .happyforms-part-option {
|
1527 |
-
margin-right: 0;
|
1528 |
-
margin-bottom: 35px;
|
1529 |
-
}
|
1530 |
-
|
1531 |
-
.happyforms-form--part-inner-padding-narrow .happyforms-part input[type=text],
|
1532 |
-
.happyforms-form--part-inner-padding-narrow .happyforms-part input[type=email],
|
1533 |
-
.happyforms-form--part-inner-padding-narrow .happyforms-part input[type=tel],
|
1534 |
-
.happyforms-form--part-inner-padding-narrow .happyforms-part input[type=number],
|
1535 |
-
.happyforms-form--part-inner-padding-narrow .happyforms-part textarea,
|
1536 |
-
.happyforms-form--part-inner-padding-narrow .happyforms-part .option-label {
|
1537 |
-
padding: 5px;
|
1538 |
-
}
|
1539 |
-
|
1540 |
-
.happyforms-form--part-inner-padding-narrow .happyforms-part--placeholder .happyforms-part__el {
|
1541 |
-
padding: 5px;
|
1542 |
-
}
|
1543 |
-
|
1544 |
-
.happyforms-form--part-inner-padding-narrow .happyforms-part--legal label {
|
1545 |
-
margin-left: 5px;
|
1546 |
-
}
|
1547 |
-
|
1548 |
-
.happyforms-form--part-inner-padding-narrow .happyforms-part__label {
|
1549 |
-
margin-bottom: 5px;
|
1550 |
-
}
|
1551 |
-
|
1552 |
-
.happyforms-form--part-inner-padding-narrow .happyforms-part--label-below .happyforms-part__label {
|
1553 |
-
margin-top: 5px;
|
1554 |
-
}
|
1555 |
-
|
1556 |
-
.happyforms-form--part-inner-padding-wide .happyforms-part input[type=text],
|
1557 |
-
.happyforms-form--part-inner-padding-wide .happyforms-part input[type=email],
|
1558 |
-
.happyforms-form--part-inner-padding-wide .happyforms-part input[type=tel],
|
1559 |
-
.happyforms-form--part-inner-padding-wide .happyforms-part input[type=number],
|
1560 |
-
.happyforms-form--part-inner-padding-wide .happyforms-part textarea,
|
1561 |
-
.happyforms-form--part-inner-padding-wide .happyforms-part .option-label,
|
1562 |
-
.happyforms-form--part-inner-padding-wide .happyforms-part--placeholder .happyforms-part__el {
|
1563 |
-
padding: 15px;
|
1564 |
-
}
|
1565 |
-
|
1566 |
-
.happyforms-form--part-inner-padding-wide .happyforms-part--legal .option-label {
|
1567 |
-
padding-left: 0;
|
1568 |
-
}
|
1569 |
-
|
1570 |
-
.happyforms-form--part-inner-padding-wide .happyforms-part--legal .option-label .label {
|
1571 |
-
padding-left: 20px;
|
1572 |
-
}
|
1573 |
-
|
1574 |
-
.happyforms-form--part-inner-padding-wide .happyforms-part .happyforms-part__select-wrap:after {
|
1575 |
-
top: 45%;
|
1576 |
-
}
|
1577 |
-
|
1578 |
-
.happyforms-form--part-hide-labels .happyforms-part__label {
|
1579 |
-
display: none;
|
1580 |
-
}
|
1581 |
-
|
1582 |
-
/* submit button */
|
1583 |
-
|
1584 |
-
.happyforms-form--submit-button-fullwidth input[type=submit].happyforms-button--submit {
|
1585 |
-
width: 100%;
|
1586 |
-
}
|
1587 |
-
|
1588 |
-
input[type=submit][disabled].happyforms-button--submit {
|
1589 |
-
cursor: default;
|
1590 |
-
}
|
1591 |
-
|
1592 |
-
.happyforms-form--submit-button-align-center .happyforms-part--submit {
|
1593 |
-
text-align: center;
|
1594 |
-
}
|
1595 |
-
|
1596 |
-
.happyforms-form--submit-button-align-right .happyforms-part--submit {
|
1597 |
-
text-align: right;
|
1598 |
-
}
|
1599 |
-
|
1600 |
-
.happyforms-part--rating .happyforms-visuallyhidden,
|
1601 |
-
.ui-helper-hidden-accessible {
|
1602 |
-
position: absolute;
|
1603 |
-
border: 0;
|
1604 |
-
clip: rect(0 0 0 0);
|
1605 |
-
width: 1px;
|
1606 |
-
height: 1px;
|
1607 |
-
margin: -1px;
|
1608 |
-
padding: 0;
|
1609 |
-
overflow: hidden;
|
1610 |
-
}
|
1611 |
-
|
1612 |
-
/* widget */
|
1613 |
-
.widget input[type=submit].happyforms-button--submit,
|
1614 |
-
.widget input[type=submit][disabled].happyforms-button--submit,
|
1615 |
-
.widget input[type=submit][disabled].happyforms-button--submit:hover {
|
1616 |
-
width: 100%;
|
1617 |
-
}
|
1618 |
-
|
1619 |
-
/* multirange */
|
1620 |
-
@supports (--css: variables) {
|
1621 |
-
input[type="range"].multirange {
|
1622 |
-
padding: 0;
|
1623 |
-
margin: 0;
|
1624 |
-
display: inline-block;
|
1625 |
-
vertical-align: top;
|
1626 |
-
}
|
1627 |
-
|
1628 |
-
input[type="range"].multirange.original {
|
1629 |
-
position: absolute;
|
1630 |
-
}
|
1631 |
-
|
1632 |
-
input[type="range"].multirange.original::-webkit-slider-thumb {
|
1633 |
-
position: relative;
|
1634 |
-
z-index: 2;
|
1635 |
-
}
|
1636 |
-
|
1637 |
-
input[type="range"].multirange.original::-moz-range-thumb {
|
1638 |
-
transform: scale(1);
|
1639 |
-
/* FF doesn't apply position it seems */
|
1640 |
-
z-index: 1;
|
1641 |
-
}
|
1642 |
-
|
1643 |
-
input[type="range"].multirange::-moz-range-track {
|
1644 |
-
border-color: transparent;
|
1645 |
-
/* needed to switch FF to "styleable" control */
|
1646 |
-
}
|
1647 |
-
|
1648 |
-
input[type="range"].multirange.ghost {
|
1649 |
-
position: relative;
|
1650 |
-
background: var(--track-background);
|
1651 |
-
--track-background: linear-gradient(to right, var(--happyforms-color-part-border) var(--low), var(--range-color) 0, var(--range-color) var(--high), var(--happyforms-color-part-border) 0) no-repeat 0 45% / 100% 10%;
|
1652 |
-
--range-color: var(--happyforms-color-part-value);
|
1653 |
-
}
|
1654 |
-
|
1655 |
-
input[type="range"].multirange.ghost::-webkit-slider-runnable-track {
|
1656 |
-
background: var(--track-background);
|
1657 |
-
}
|
1658 |
-
|
1659 |
-
input[type="range"].multirange.ghost::-moz-range-track {
|
1660 |
-
background: var(--track-background);
|
1661 |
-
}
|
1662 |
-
}
|
1663 |
-
|
1664 |
-
|
1665 |
-
/* table part */
|
1666 |
-
|
1667 |
-
.happyforms-table {
|
1668 |
-
display: flex;
|
1669 |
-
flex-wrap: wrap;
|
1670 |
-
padding: 0;
|
1671 |
-
}
|
1672 |
-
|
1673 |
-
.happyforms-part--table .happyforms-part__el {
|
1674 |
-
width: 100%;
|
1675 |
-
}
|
1676 |
-
|
1677 |
-
.happyforms-table__row {
|
1678 |
-
display: flex;
|
1679 |
-
width: 100%;
|
1680 |
-
}
|
1681 |
-
|
1682 |
-
.happyforms-table__row--head>div {
|
1683 |
-
padding: 10px;
|
1684 |
-
}
|
1685 |
-
|
1686 |
-
.happyforms-table__row--head>div:first-child {
|
1687 |
-
background-color: transparent;
|
1688 |
-
}
|
1689 |
-
|
1690 |
-
.happyforms-table__row--body {
|
1691 |
-
align-items: center;
|
1692 |
-
}
|
1693 |
-
|
1694 |
-
.happyforms-table__cell {
|
1695 |
-
display: flex;
|
1696 |
-
align-items: center;
|
1697 |
-
justify-content: center;
|
1698 |
-
box-sizing: border-box;
|
1699 |
-
flex-grow: 1;
|
1700 |
-
padding: 15px 10px;
|
1701 |
-
overflow: hidden;
|
1702 |
-
list-style: none;
|
1703 |
-
}
|
1704 |
-
|
1705 |
-
.happyforms-form--part-inner-padding-narrow .happyforms-table__cell {
|
1706 |
-
padding: 5px 7px;
|
1707 |
-
}
|
1708 |
-
|
1709 |
-
.happyforms-form--part-inner-padding-wide .happyforms-table__cell {
|
1710 |
-
padding: 20px 15px;
|
1711 |
-
}
|
1712 |
-
|
1713 |
-
.happyforms-table__cell--column-title {
|
1714 |
-
font-weight: bold;
|
1715 |
-
text-align: center;
|
1716 |
-
}
|
1717 |
-
|
1718 |
-
.happyforms-table__cell .option-label {
|
1719 |
-
justify-content: center;
|
1720 |
-
width: 100%;
|
1721 |
-
margin-bottom: 0;
|
1722 |
-
padding-bottom: 0;
|
1723 |
-
text-align: center;
|
1724 |
-
}
|
1725 |
-
|
1726 |
-
.happyforms-table__cell--row-title {
|
1727 |
-
align-items: flex-start;
|
1728 |
-
justify-content: flex-start;
|
1729 |
-
}
|
1730 |
-
|
1731 |
-
.happyforms-table__cell--column-title-sm {
|
1732 |
-
display: none;
|
1733 |
-
}
|
1734 |
-
|
1735 |
-
@media screen and (max-width: 800px) {
|
1736 |
-
.happyforms-part--table .happyforms-part__description {
|
1737 |
-
margin-bottom: 20px;
|
1738 |
-
}
|
1739 |
-
|
1740 |
-
.happyforms-table {
|
1741 |
-
display: block;
|
1742 |
-
}
|
1743 |
-
|
1744 |
-
.happyforms-table__row--head {
|
1745 |
-
display: none;
|
1746 |
-
}
|
1747 |
-
|
1748 |
-
.happyforms-table__row {
|
1749 |
-
flex-wrap: wrap;
|
1750 |
-
margin-bottom: 20px;
|
1751 |
-
}
|
1752 |
-
|
1753 |
-
.happyforms-table__cell {
|
1754 |
-
display: flex;
|
1755 |
-
width: 100% !important;
|
1756 |
-
padding-left: 5px;
|
1757 |
-
padding-right: 5px;
|
1758 |
-
}
|
1759 |
-
|
1760 |
-
.happyforms-table__cell:first-child {
|
1761 |
-
background-color: #dbdbdb;
|
1762 |
-
}
|
1763 |
-
|
1764 |
-
.happyforms-table__cell--row-title {
|
1765 |
-
font-weight: bold;
|
1766 |
-
}
|
1767 |
-
|
1768 |
-
.happyforms-table__cell--column-title-sm {
|
1769 |
-
display: block;
|
1770 |
-
flex-grow: 1;
|
1771 |
-
width: 50%;
|
1772 |
-
font-weight: normal;
|
1773 |
-
text-align: left;
|
1774 |
-
}
|
1775 |
-
|
1776 |
-
label.happyforms-part__label {
|
1777 |
-
flex-grow: 1;
|
1778 |
-
width: 100%;
|
1779 |
-
line-height: 1.3;
|
1780 |
-
}
|
1781 |
-
}
|
1782 |
-
|
1783 |
-
.happyforms-part--recaptcha {
|
1784 |
-
padding: 0 1%;
|
1785 |
-
}
|
1786 |
-
|
1787 |
-
.happyforms-part--recaptcha .happyforms-part-wrap>div {
|
1788 |
-
margin-bottom: 20px;
|
1789 |
-
padding: 5px 0;
|
1790 |
-
}
|
1791 |
-
|
1792 |
-
@media screen and (max-width: 500px) {
|
1793 |
-
.happyforms-part--recaptcha>div>div {
|
1794 |
-
transform: scale(0.75);
|
1795 |
-
transform-origin: 0 0;
|
1796 |
-
}
|
1797 |
-
}
|
1798 |
-
|
1799 |
-
.happyforms-form--part-outer-padding-wide .happyforms-part--recaptcha .happyforms-part-wrap>div {
|
1800 |
-
padding: 20px 3%;
|
1801 |
-
}
|
1802 |
-
|
1803 |
-
.happyforms-form--part-outer-padding-narrow .happyforms-part--recaptcha .happyforms-part-wrap>div {
|
1804 |
-
padding: 5px 0.5%;
|
1805 |
-
}
|
1806 |
-
|
1807 |
-
.happyforms-part--phone .happyforms-part-phone-wrap {
|
1808 |
-
position: relative;
|
1809 |
-
}
|
1810 |
-
|
1811 |
-
/* phone part */
|
1812 |
-
.happyforms-country-select {
|
1813 |
-
position: absolute;
|
1814 |
-
top: 0;
|
1815 |
-
left: 0;
|
1816 |
-
right: auto;
|
1817 |
-
display: flex;
|
1818 |
-
align-items: center;
|
1819 |
-
width: 70px;
|
1820 |
-
height: 100%;
|
1821 |
-
}
|
1822 |
-
|
1823 |
-
.happyforms-form--part-border-radius-square .happyforms-country-select {
|
1824 |
-
border-radius: 0;
|
1825 |
}
|
1826 |
|
1827 |
-
.happyforms-form--part-
|
1828 |
-
|
1829 |
-
|
1830 |
-
|
|
|
|
|
|
|
1831 |
}
|
1832 |
|
1833 |
-
.happyforms-form--part-
|
1834 |
-
|
1835 |
}
|
1836 |
|
1837 |
-
.happyforms-form--part-
|
1838 |
-
|
1839 |
-
border-left-width: 0;
|
1840 |
}
|
1841 |
|
1842 |
-
.happyforms-
|
1843 |
-
|
1844 |
}
|
1845 |
|
1846 |
-
.happyforms-form--part-
|
1847 |
-
|
1848 |
}
|
1849 |
|
1850 |
-
.happyforms-form--part-
|
1851 |
-
|
1852 |
-
|
1853 |
-
|
|
|
|
|
|
|
|
|
1854 |
}
|
1855 |
|
1856 |
-
.happyforms-
|
1857 |
-
|
1858 |
-
position: absolute;
|
1859 |
-
top: 0;
|
1860 |
-
left: 0;
|
1861 |
-
right: auto;
|
1862 |
-
width: 70px;
|
1863 |
-
height: 100%;
|
1864 |
-
z-index: 10;
|
1865 |
}
|
1866 |
|
1867 |
-
.happyforms-
|
1868 |
-
|
1869 |
}
|
1870 |
|
1871 |
-
.happyforms-
|
1872 |
-
|
1873 |
-
z-index: 1;
|
1874 |
-
padding: 0 20px 0 7px;
|
1875 |
-
box-sizing: border-box;
|
1876 |
-
transition: background-color 0.2s ease-in;
|
1877 |
}
|
1878 |
|
1879 |
-
.happyforms-form--part-
|
1880 |
-
|
1881 |
-
border-top-right-radius: 0;
|
1882 |
-
border-bottom-right-radius: 0;
|
1883 |
}
|
1884 |
|
1885 |
-
|
1886 |
-
content: '';
|
1887 |
-
display: block;
|
1888 |
-
position: absolute;
|
1889 |
-
top: calc(50% - 2px);
|
1890 |
-
right: 5px;
|
1891 |
-
width: 0;
|
1892 |
-
height: 0;
|
1893 |
-
}
|
1894 |
|
1895 |
-
.happyforms-
|
1896 |
-
|
1897 |
-
border-right: 5px solid transparent;
|
1898 |
-
border-top: 5px solid #000;
|
1899 |
}
|
1900 |
|
1901 |
-
.happyforms-
|
1902 |
-
|
1903 |
-
left: -1px;
|
1904 |
}
|
1905 |
|
1906 |
-
.happyforms-
|
1907 |
-
|
1908 |
-
display: flex;
|
1909 |
-
align-items: center;
|
1910 |
-
height: auto;
|
1911 |
-
line-height: 1;
|
1912 |
-
font-size: inherit;
|
1913 |
-
font-size: 100%;
|
1914 |
}
|
1915 |
|
1916 |
-
.happyforms-
|
1917 |
-
|
1918 |
}
|
1919 |
|
1920 |
-
.happyforms-part--
|
1921 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1922 |
}
|
1923 |
|
1924 |
-
|
1925 |
-
|
|
|
|
|
|
|
1926 |
}
|
1927 |
|
1928 |
/* new dropdowns */
|
@@ -2024,16 +1189,6 @@ input[type=submit][disabled].happyforms-button--submit {
|
|
2024 |
margin-top: 30px;
|
2025 |
}
|
2026 |
|
2027 |
-
.happyforms-form-preview .happyforms-part--recaptcha {
|
2028 |
-
padding-left: 0;
|
2029 |
-
padding-right: 0;
|
2030 |
-
}
|
2031 |
-
|
2032 |
-
.happyforms-form-preview .happyforms-part--recaptcha {
|
2033 |
-
margin-top: 50px;
|
2034 |
-
margin-bottom: 0;
|
2035 |
-
}
|
2036 |
-
|
2037 |
.happyforms-part--submit * {
|
2038 |
margin-right: 20px;
|
2039 |
}
|
@@ -2105,353 +1260,6 @@ input[type=submit][disabled].happyforms-button--submit {
|
|
2105 |
padding: 45px 1% 10px;
|
2106 |
}
|
2107 |
|
2108 |
-
.happyforms-part--narrative input[type=text] {
|
2109 |
-
display: inline-block;
|
2110 |
-
width: auto;
|
2111 |
-
margin: 5px 5px 0;
|
2112 |
-
line-height: 1;
|
2113 |
-
text-align: center;
|
2114 |
-
}
|
2115 |
-
|
2116 |
-
.happyforms-part--narrative p {
|
2117 |
-
line-height: 2.7;
|
2118 |
-
}
|
2119 |
-
|
2120 |
-
.happyforms-part--narrative.happyforms-part--label-left .happyforms-part__label {
|
2121 |
-
line-height: 2.7;
|
2122 |
-
}
|
2123 |
-
|
2124 |
-
.happyforms-form--part-inner-padding-narrow .happyforms-part--narrative p {
|
2125 |
-
line-height: 2.5;
|
2126 |
-
}
|
2127 |
-
|
2128 |
-
.happyforms-form--part-inner-padding-narrow .happyforms-part--narrative input[type=text] {
|
2129 |
-
margin: 3px 3px 0;
|
2130 |
-
}
|
2131 |
-
|
2132 |
-
.happyforms-form--part-inner-padding-wide .happyforms-part--narrative p {
|
2133 |
-
line-height: 4;
|
2134 |
-
}
|
2135 |
-
|
2136 |
-
.happyforms-form--part-inner-padding-wide .happyforms-part--narrative input[type=text] {
|
2137 |
-
margin: 12px 7px;
|
2138 |
-
}
|
2139 |
-
|
2140 |
-
/*
|
2141 |
-
* Rich Text
|
2142 |
-
*/
|
2143 |
-
|
2144 |
-
.happyforms-part--rich_text div.mce-toolbar-grp {
|
2145 |
-
position: relative;
|
2146 |
-
left: -1px;
|
2147 |
-
width: calc(100% + 3px);
|
2148 |
-
padding-bottom: 1px;
|
2149 |
-
border-bottom: 1px solid !important;
|
2150 |
-
}
|
2151 |
-
|
2152 |
-
.happyforms-part--rich_text div.mce-panel {
|
2153 |
-
background: transparent !important;
|
2154 |
-
}
|
2155 |
-
|
2156 |
-
.happyforms-part--rich_text.focus div.mce-toolbar-grp {
|
2157 |
-
left: 0;
|
2158 |
-
width: 100%;
|
2159 |
-
}
|
2160 |
-
|
2161 |
-
.happyforms-part--rich_text div.mce-toolbar-grp>div {
|
2162 |
-
padding: 0 2px;
|
2163 |
-
}
|
2164 |
-
|
2165 |
-
.happyforms-part--rich_text.focus div.mce-toolbar-grp>div {
|
2166 |
-
padding: 0 1px;
|
2167 |
-
}
|
2168 |
-
|
2169 |
-
.happyforms-part--rich_text .mce-top-part::before {
|
2170 |
-
box-shadow: none;
|
2171 |
-
}
|
2172 |
-
|
2173 |
-
div.mce-inline-toolbar-grp.happyforms-editor-toolbar-link {
|
2174 |
-
background-color: white;
|
2175 |
-
border-width: 2px;
|
2176 |
-
box-shadow: none;
|
2177 |
-
}
|
2178 |
-
|
2179 |
-
.happyforms-editor-toolbar-link.mce-inline-toolbar-grp.mce-arrow-up:before {
|
2180 |
-
top: -11px;
|
2181 |
-
left: 50%;
|
2182 |
-
border-width: 0 11px 11px;
|
2183 |
-
}
|
2184 |
-
|
2185 |
-
.happyforms-editor-toolbar-link.mce-inline-toolbar-grp.mce-arrow-down:before {
|
2186 |
-
bottom: -10px;
|
2187 |
-
border-width: 9px 9px 0;
|
2188 |
-
}
|
2189 |
-
|
2190 |
-
.happyforms-editor-toolbar-link.mce-inline-toolbar-grp.mce-arrow-down:after {
|
2191 |
-
bottom: -7px;
|
2192 |
-
left: 50%;
|
2193 |
-
border-top-color: #fff;
|
2194 |
-
}
|
2195 |
-
|
2196 |
-
.happyforms-editor-toolbar-link.mce-inline-toolbar-grp.mce-arrow-left:before {
|
2197 |
-
left: 18px;
|
2198 |
-
}
|
2199 |
-
|
2200 |
-
.happyforms-editor-toolbar-link.mce-inline-toolbar-grp.mce-arrow-left.mce-arrow-down:after {
|
2201 |
-
left: 19px;
|
2202 |
-
}
|
2203 |
-
|
2204 |
-
.happyforms-editor-toolbar-link.mce-inline-toolbar-grp.mce-arrow-up.mce-arrow-right:before {
|
2205 |
-
left: auto;
|
2206 |
-
right: 18px;
|
2207 |
-
}
|
2208 |
-
|
2209 |
-
.happyforms-editor-toolbar-link.mce-inline-toolbar-grp.mce-arrow-up:after {
|
2210 |
-
left: calc(50% + 2px);
|
2211 |
-
border-bottom-color: #fff;
|
2212 |
-
}
|
2213 |
-
|
2214 |
-
.happyforms-editor-toolbar-link.mce-inline-toolbar-grp.mce-arrow-up.mce-arrow-left:after {
|
2215 |
-
left: 21px;
|
2216 |
-
}
|
2217 |
-
|
2218 |
-
.happyforms-editor-toolbar-link.mce-inline-toolbar-grp.mce-arrow-right:after {
|
2219 |
-
left: auto;
|
2220 |
-
right: 21px;
|
2221 |
-
}
|
2222 |
-
|
2223 |
-
.happyforms-part--rich_text .mce-toolbar .mce-btn-group .mce-btn button,
|
2224 |
-
.happyforms-editor-toolbar-link .mce-toolbar .mce-btn-group .mce-btn button {
|
2225 |
-
cursor: pointer !important;
|
2226 |
-
padding: 0 !important;
|
2227 |
-
background-color: transparent;
|
2228 |
-
}
|
2229 |
-
|
2230 |
-
div.mce-inline-toolbar-grp.happyforms-editor-toolbar-link div.wp-link-input input {
|
2231 |
-
margin: 0;
|
2232 |
-
padding: 5px;
|
2233 |
-
border: 0;
|
2234 |
-
background-color: white;
|
2235 |
-
}
|
2236 |
-
|
2237 |
-
div.mce-inline-toolbar-grp.happyforms-editor-toolbar-link div.wp-link-preview {
|
2238 |
-
margin: 7px 6px;
|
2239 |
-
}
|
2240 |
-
|
2241 |
-
div.mce-inline-toolbar-grp.happyforms-editor-toolbar-link div.wp-link-input input::placeholder {
|
2242 |
-
color: #888888;
|
2243 |
-
}
|
2244 |
-
|
2245 |
-
.happyforms-part--rich_text .mce-panel {
|
2246 |
-
z-index: 1 !important;
|
2247 |
-
}
|
2248 |
-
|
2249 |
-
.happyforms-part--rich_text .mce-toolbar .mce-btn-group .mce-btn,
|
2250 |
-
.happyforms-part--rich_text .mce-toolbar .mce-btn-group .mce-btn,
|
2251 |
-
.happyforms-part--rich_text .qt-dfw,
|
2252 |
-
.mce-inline-toolbar-grp .mce-toolbar .mce-btn-group .mce-btn,
|
2253 |
-
.mce-inline-toolbar-grp .mce-toolbar .mce-btn-group .mce-btn.mce-primary {
|
2254 |
-
padding: 2px;
|
2255 |
-
background-color: transparent;
|
2256 |
-
}
|
2257 |
-
|
2258 |
-
.happyforms-part--rich_text .mce-toolbar .mce-btn-group .mce-btn:hover,
|
2259 |
-
.happyforms-part--rich_text .mce-toolbar .mce-btn-group .mce-btn:focus,
|
2260 |
-
.mce-inline-toolbar-grp .mce-toolbar .mce-btn-group .mce-btn:hover,
|
2261 |
-
.mce-inline-toolbar-grp .mce-toolbar .mce-btn-group .mce-btn.mce-primary:hover,
|
2262 |
-
.happyforms-part--rich_text .qt-dfw:hover,
|
2263 |
-
.happyforms-part--rich_text .qt-dfw:focus,
|
2264 |
-
.happyforms-part--rich_text .mce-inline-toolbar-grp .mce-toolbar .mce-btn-group .mce-btn:hover,
|
2265 |
-
.happyforms-part--rich_text .mce-inline-toolbar-grp .mce-toolbar .mce-btn-group .mce-btn:focus,
|
2266 |
-
.happyforms-part--rich_text .mce-inline-toolbar-grp .mce-toolbar .mce-btn-group .mce-btn.mce-primary:hover,
|
2267 |
-
.happyforms-part--rich_text .mce-inline-toolbar-grp .mce-toolbar .mce-btn-group .mce-btn.mce-primary:focus,
|
2268 |
-
.happyforms-part--rich_text .mce-toolbar .mce-btn-group .mce-btn.mce-active,
|
2269 |
-
.happyforms-part--rich_text .mce-toolbar .mce-btn-group .mce-btn:active,
|
2270 |
-
.happyforms-part--rich_text .qt-dfw.active,
|
2271 |
-
.happyforms-part--rich_text .mce-toolbar .mce-btn-group .mce-btn.mce-active:hover,
|
2272 |
-
.happyforms-part--rich_text .qt-dfw.active:hover {
|
2273 |
-
background: transparent;
|
2274 |
-
box-shadow: none;
|
2275 |
-
color: inherit;
|
2276 |
-
}
|
2277 |
-
|
2278 |
-
.mce-inline-toolbar-grp .mce-toolbar .mce-btn-group .mce-btn.mce-primary,
|
2279 |
-
.mce-inline-toolbar-grp .mce-toolbar .mce-btn-group .mce-btn.mce-primary:hover,
|
2280 |
-
.mce-inline-toolbar-grp .mce-toolbar .mce-btn-group .mce-btn.mce-primary:focus,
|
2281 |
-
.mce-inline-toolbar-grp .mce-toolbar .mce-btn-group .mce-btn,
|
2282 |
-
.mce-inline-toolbar-grp .mce-toolbar .mce-btn-group .mce-btn:hover,
|
2283 |
-
.mce-inline-toolbar-grp .mce-toolbar .mce-btn-group .mce-btn:focus {
|
2284 |
-
box-shadow: none;
|
2285 |
-
}
|
2286 |
-
|
2287 |
-
.happyforms-part--rich_text .mce-btn svg {
|
2288 |
-
fill: currentColor;
|
2289 |
-
}
|
2290 |
-
|
2291 |
-
.happyforms-editor-toolbar-link svg {
|
2292 |
-
fill: #000;
|
2293 |
-
}
|
2294 |
-
|
2295 |
-
.happyforms-part--rich_text .mce-edit-area,
|
2296 |
-
.happyforms-part--rich_text .mce-statusbar .mce-container-body,
|
2297 |
-
.happyforms-part--rich_text div.mce-toolbar-grp,
|
2298 |
-
.happyforms-part--rich_text div.mce-statusbar {
|
2299 |
-
border-width: 0 !important;
|
2300 |
-
}
|
2301 |
-
|
2302 |
-
.happyforms-part--rich_text div.mce-toolbar-grp {
|
2303 |
-
border-width: 0;
|
2304 |
-
border-bottom-width: 1px !important;
|
2305 |
-
background-color: transparent !important;
|
2306 |
-
}
|
2307 |
-
|
2308 |
-
.happyforms-part--rich_text .mce-tinymce.mce-container {
|
2309 |
-
border-width: 0px 1px 1px 1px;
|
2310 |
-
}
|
2311 |
-
|
2312 |
-
.happyforms-part--rich_text.focus .mce-tinymce.mce-container {
|
2313 |
-
overflow: hidden;
|
2314 |
-
}
|
2315 |
-
|
2316 |
-
.happyforms-part--rich_text .mce-statusbar {
|
2317 |
-
position: absolute;
|
2318 |
-
bottom: 0;
|
2319 |
-
width: 100%;
|
2320 |
-
background-color: transparent !important;
|
2321 |
-
}
|
2322 |
-
|
2323 |
-
.happyforms-part--rich_text .happyforms-visual-editor {
|
2324 |
-
position: relative;
|
2325 |
-
overflow: hidden;
|
2326 |
-
padding: 1px 1px 0;
|
2327 |
-
border: 1px solid;
|
2328 |
-
}
|
2329 |
-
|
2330 |
-
.happyforms-part--rich_text.focus .happyforms-visual-editor {
|
2331 |
-
outline: 0;
|
2332 |
-
}
|
2333 |
-
|
2334 |
-
.happyforms-form--part-border-off .happyforms-part--rich_text .happyforms-visual-editor {
|
2335 |
-
border-color: transparent;
|
2336 |
-
}
|
2337 |
-
|
2338 |
-
.happyforms-form--part-borders-bottom-only .happyforms-part--rich_text.focus .happyforms-visual-editor {
|
2339 |
-
border-bottom-width: 1px;
|
2340 |
-
}
|
2341 |
-
|
2342 |
-
.happyforms-form--part-border-off .happyforms-part--rich_text div.mce-toolbar-grp,
|
2343 |
-
.happyforms-form--part-border-off .happyforms-part--rich_text .mce-statusbar .mce-container-body {
|
2344 |
-
border: 0;
|
2345 |
-
}
|
2346 |
-
|
2347 |
-
.happyforms-form--part-borders-bottom-only .happyforms-part--rich_text .happyforms-visual-editor {
|
2348 |
-
box-shadow: none;
|
2349 |
-
border-top-color: transparent;
|
2350 |
-
border-left-color: transparent;
|
2351 |
-
border-right-color: transparent;
|
2352 |
-
}
|
2353 |
-
|
2354 |
-
.happyforms-form--part-borders-bottom-only .happyforms-part--rich_text .mce-statusbar .mce-container-body {
|
2355 |
-
border-left: 0;
|
2356 |
-
border-right: 0;
|
2357 |
-
}
|
2358 |
-
|
2359 |
-
.happyforms-form--part-border-radius-square .happyforms-part--rich_text .happyforms-visual-editor,
|
2360 |
-
.happyforms-form--part-border-radius-square .happyforms-part--rich_text .mce-tinymce.mce-container {
|
2361 |
-
border-radius: 0 !important;
|
2362 |
-
}
|
2363 |
-
|
2364 |
-
.happyforms-form--part-border-radius-pill .happyforms-part--rich_text .happyforms-visual-editor,
|
2365 |
-
.happyforms-form--part-border-radius-pill .happyforms-part--rich_text .mce-tinymce.mce-container {
|
2366 |
-
border-radius: 25px !important;
|
2367 |
-
}
|
2368 |
-
|
2369 |
-
.happyforms-form--part-border-radius-pill .happyforms-part--rich_text .mce-toolbar .mce-btn-group.mce-first {
|
2370 |
-
margin-left: 10px;
|
2371 |
-
}
|
2372 |
-
|
2373 |
-
.happyforms-form--part-border-radius-pill .happyforms-part--rich_text .mce-container-body .mce-resizehandle {
|
2374 |
-
right: 10px;
|
2375 |
-
bottom: 3px;
|
2376 |
-
}
|
2377 |
-
|
2378 |
-
.happyforms-form--part-inner-padding-narrow .happyforms-part--rich_text .mce-content-body {
|
2379 |
-
margin-top: 0;
|
2380 |
-
margin-bottom: 0;
|
2381 |
-
}
|
2382 |
-
|
2383 |
-
.happyforms-part--rich_text .mce-edit-area {
|
2384 |
-
position: relative;
|
2385 |
-
left: -1px;
|
2386 |
-
width: calc(100% + 3px);
|
2387 |
-
padding: 0;
|
2388 |
-
overflow: hidden;
|
2389 |
-
}
|
2390 |
-
|
2391 |
-
.happyforms-part--rich_text.focus .mce-edit-area {
|
2392 |
-
left: 0;
|
2393 |
-
width: calc(100% + 1px);
|
2394 |
-
}
|
2395 |
-
|
2396 |
-
.happyforms-form--part-inner-padding-wide .happyforms-part--rich_text.focus .mce-edit-area {
|
2397 |
-
width: calc(100% - 10px);
|
2398 |
-
}
|
2399 |
-
|
2400 |
-
.happyforms-part--rich_text.focus .mce-edit-area iframe {
|
2401 |
-
margin-left: -1px;
|
2402 |
-
}
|
2403 |
-
|
2404 |
-
.happyforms-part--rich_text .mce-edit-area iframe {
|
2405 |
-
position: relative;
|
2406 |
-
top: -5px;
|
2407 |
-
}
|
2408 |
-
|
2409 |
-
.happyforms-form--part-inner-padding-wide .happyforms-part--rich_text .mce-edit-area {
|
2410 |
-
padding: 0 5px 5px;
|
2411 |
-
}
|
2412 |
-
|
2413 |
-
.happyforms-form--part-inner-padding-narrow .happyforms-part--rich_text .mce-edit-area iframe {
|
2414 |
-
top: -10px;
|
2415 |
-
left: -5px;
|
2416 |
-
}
|
2417 |
-
|
2418 |
-
.happyforms-part--rich_text .mce-container-body .mce-resizehandle {
|
2419 |
-
right: -2px;
|
2420 |
-
bottom: 1px;
|
2421 |
-
overflow-y: hidden;
|
2422 |
-
resize: horizontal;
|
2423 |
-
}
|
2424 |
-
|
2425 |
-
.happyforms-part--rich_text .mce-container-body .mce-resizehandle .mce-i-resize:before {
|
2426 |
-
resize: horizontal;
|
2427 |
-
overflow-y: scroll;
|
2428 |
-
color: transparent;
|
2429 |
-
}
|
2430 |
-
|
2431 |
-
.happyforms-part--rich_text.happyforms-part--label-below.happyforms-part--has-tooltip .happyforms-visual-editor,
|
2432 |
-
.happyforms-part--rich_text.happyforms-part--label-left.happyforms-part--has-tooltip .happyforms-visual-editor {
|
2433 |
-
margin-top: 35px;
|
2434 |
-
}
|
2435 |
-
|
2436 |
-
.happyforms-part--rich_text.happyforms-part--label-hidden.happyforms-part--has-tooltip .happyforms-part__el {
|
2437 |
-
margin-top: 35px;
|
2438 |
-
}
|
2439 |
-
|
2440 |
-
.happyforms-part--rich_text.happyforms-part--label-hidden.happyforms-part--has-tooltip .happyforms-tooltip {
|
2441 |
-
top: -30px;
|
2442 |
-
}
|
2443 |
-
|
2444 |
-
.happyforms-part__char-counter {
|
2445 |
-
display: inline-block;
|
2446 |
-
position: relative;
|
2447 |
-
z-index: 99;
|
2448 |
-
float: right;
|
2449 |
-
margin-top: -25px;
|
2450 |
-
margin-right: 10px;
|
2451 |
-
pointer-events: none;
|
2452 |
-
color: var(--happyforms-color-part-placeholder);
|
2453 |
-
font-size: 13px;
|
2454 |
-
}
|
2455 |
.screen-reader-text {
|
2456 |
position: absolute;
|
2457 |
top: 0;
|
229 |
text-align: right;
|
230 |
}
|
231 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
232 |
.happyforms-part input[type=text],
|
233 |
.happyforms-part input[type=password],
|
234 |
.happyforms-part input[type=email],
|
374 |
|
375 |
.happyforms-part .option-label {
|
376 |
display: flex;
|
377 |
+
align-items: flex-start;
|
378 |
position: relative;
|
379 |
cursor: pointer;
|
380 |
padding: 0 5px 5px 0;
|
401 |
.happyforms-part .option-label .label {
|
402 |
position: relative;
|
403 |
display: inline-block;
|
|
|
404 |
padding: 0 10px;
|
405 |
white-space: normal;
|
406 |
color: inherit;
|
444 |
.happyforms-part.display-type--block .option-label {
|
445 |
display: flex;
|
446 |
margin-right: 0;
|
|
|
447 |
}
|
448 |
|
449 |
/* tooltips */
|
483 |
height: 80%;
|
484 |
}
|
485 |
|
|
|
|
|
|
|
|
|
|
|
|
|
486 |
.happyforms-part--choice .happyforms-tooltip,
|
487 |
+
.happyforms-part--select .happyforms-tooltip {
|
|
|
|
|
|
|
|
|
|
|
|
|
488 |
top: 5px;
|
489 |
align-items: flex-start;
|
490 |
}
|
558 |
}
|
559 |
|
560 |
.happyforms-part--choice .happyforms-tooltip .happyforms-part__description,
|
561 |
+
.happyforms-part--select .happyforms-tooltip .happyforms-part__description {
|
|
|
|
|
|
|
|
|
|
|
|
|
562 |
top: -10px;
|
563 |
}
|
564 |
|
666 |
flex-flow: column wrap;
|
667 |
}
|
668 |
|
|
|
|
|
|
|
|
|
669 |
.happyforms-part .checkmark svg {
|
670 |
display: none;
|
671 |
}
|
679 |
margin-right: 5px;
|
680 |
}
|
681 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
682 |
.happyforms-part--label-below input,
|
683 |
.happyforms-part--label-below textarea,
|
684 |
.happyforms-part--label-below .happyforms-custom-select,
|
691 |
width: 100%;
|
692 |
}
|
693 |
|
|
|
|
|
|
|
|
|
|
|
694 |
.happyforms-form--part-title-text-align-center .happyforms-part__label {
|
695 |
text-align: center;
|
696 |
}
|
735 |
display: none !important;
|
736 |
}
|
737 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
738 |
/* parts - select */
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
739 |
|
740 |
+
.happyforms-part__select-wrap {
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
741 |
position: relative;
|
742 |
flex: 1;
|
743 |
padding: 0 0 0 2%;
|
747 |
height: 100%;
|
748 |
}
|
749 |
|
|
|
|
|
|
|
|
|
750 |
.happyforms-part__select-bg {
|
751 |
padding: 1px 0 2px;
|
752 |
border: 1px solid;
|
753 |
border-color: #dbdbdb;
|
754 |
}
|
755 |
|
756 |
+
.happyforms-part__select-wrap:first-of-type {
|
|
|
|
|
757 |
padding-left: 0 !important;
|
758 |
}
|
759 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
760 |
.happyforms-part__select-wrap:after {
|
761 |
content: '';
|
762 |
position: absolute;
|
771 |
border-top: 6px solid;
|
772 |
}
|
773 |
|
774 |
+
.happyforms-part--select select:focus {
|
|
|
775 |
outline-width: 1px;
|
776 |
outline-color: #000000;
|
777 |
}
|
778 |
|
|
|
|
|
|
|
|
|
|
|
|
|
779 |
.happyforms-part__select-wrap:last-child {
|
780 |
padding-right: 0;
|
781 |
}
|
782 |
|
783 |
+
/* submit button */
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
784 |
|
785 |
+
.happyforms-part--submit {
|
786 |
+
width: 100%;
|
787 |
+
padding-top: 10px;
|
788 |
+
margin-bottom: 0;
|
789 |
}
|
790 |
|
791 |
+
/* notices */
|
792 |
+
.happyforms-flex>.happyforms-message-notices {
|
|
|
793 |
display: flex;
|
794 |
+
width: 100%;
|
795 |
+
padding: 0 1%;
|
796 |
+
margin: 0 0 25px 0;
|
797 |
}
|
798 |
|
799 |
+
.happyforms-form--notices-below .happyforms-flex>.happyforms-message-notices {
|
800 |
+
order: 1000;
|
801 |
+
margin: 25px 0 0 0;
|
802 |
}
|
803 |
|
804 |
+
form .happyforms-flex>.happyforms-message-notices .happyforms-message-notice {
|
805 |
+
width: 100%;
|
806 |
+
box-sizing: border-box;
|
807 |
}
|
808 |
|
809 |
+
form .happyforms-flex>.happyforms-message-notices .happyforms-message-notice a {
|
810 |
+
text-decoration: underline;
|
|
|
811 |
}
|
812 |
|
813 |
+
.happyforms-flex>.happyforms-message-notices p:last-child {
|
814 |
+
margin-bottom: 0;
|
815 |
}
|
816 |
|
817 |
+
.happyforms-form__part .happyforms-message-notice.error h2 {
|
818 |
+
color: #ff7550;
|
|
|
819 |
}
|
820 |
|
821 |
+
.happyforms-form__title+.happyforms-message-notices {
|
822 |
+
margin-top: 25px;
|
|
|
|
|
|
|
823 |
}
|
824 |
|
825 |
+
/* labels */
|
|
|
|
|
|
|
|
|
826 |
|
827 |
+
.happyforms-part--label-inside label {
|
828 |
+
position: absolute;
|
829 |
+
top: 8px;
|
830 |
+
left: 11px;
|
831 |
+
z-index: 2;
|
832 |
}
|
833 |
|
834 |
+
.happyforms-part--label-inside.happyforms-part--phone.happyforms-is-masked label {
|
835 |
+
top: 10px;
|
836 |
+
left: 75px;
|
837 |
+
z-index: 2;
|
838 |
}
|
839 |
|
840 |
+
.happyforms-part--label-as_placeholder.happyforms-part--phone.happyforms-is-masked label {
|
841 |
+
top: 10px;
|
842 |
+
left: 75px;
|
843 |
}
|
844 |
|
845 |
+
.happyforms-part--label-inside input,
|
846 |
+
.happyforms-part--label-inside textarea,
|
847 |
+
.happyforms-part--label-as_placeholder input,
|
848 |
+
.happyforms-part--label-as_placeholder textarea {
|
849 |
+
padding-top: 30px !important;
|
850 |
+
padding-bottom: 7px !important;
|
851 |
}
|
852 |
|
853 |
+
.happyforms-part--label-inside a.address-geolocate,
|
854 |
+
.happyforms-part--label-as_placeholder a.address-geolocate {
|
855 |
+
padding-top: 18px !important;
|
|
|
|
|
856 |
}
|
857 |
|
858 |
+
.happyforms-form--part-inner-padding-narrow .happyforms-part--label-as_placeholder a.address-geolocate {
|
859 |
+
padding-top: 13px !important;
|
|
|
860 |
}
|
861 |
|
862 |
+
.happyforms-form--part-inner-padding-wide .happyforms-part--label-as_placeholder a.address-geolocate {
|
863 |
+
padding-top: 21px !important;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
864 |
}
|
865 |
|
866 |
+
.happyforms-form--part-inner-padding-narrow .happyforms-part--label-inside input,
|
867 |
+
.happyforms-form--part-inner-padding-narrow .happyforms-part--label-inside textarea,
|
868 |
+
.happyforms-form--part-inner-padding-narrow .happyforms-part--label-as_placeholder input,
|
869 |
+
.happyforms-form--part-inner-padding-narrow .happyforms-part--label-as_placeholder textarea {
|
870 |
+
padding-top: 22px !important;
|
871 |
+
padding-bottom: 5px !important;
|
|
|
|
|
872 |
}
|
873 |
|
874 |
+
.happyforms-form--part-inner-padding-wide .happyforms-part--label-inside input,
|
875 |
+
.happyforms-form--part-inner-padding-wide .happyforms-part--label-inside textarea,
|
876 |
+
.happyforms-form--part-inner-padding-wide .happyforms-part--label-as_placeholder input,
|
877 |
+
.happyforms-form--part-inner-padding-wide .happyforms-part--label-as_placeholder textarea {
|
878 |
+
padding-top: 30px !important;
|
879 |
+
padding-bottom: 10px !important;
|
880 |
}
|
881 |
|
882 |
+
.happyforms-part input[type=text],
|
883 |
+
.happyforms-part input[type=password],
|
884 |
+
.happyforms-part input[type=email],
|
885 |
+
.happyforms-part input[type=number],
|
886 |
+
.happyforms-part textarea {
|
887 |
+
margin-bottom: 0;
|
888 |
+
transition: border-color 0.4s;
|
889 |
+
transition: border-color var(--happyforms-transition-duration);
|
890 |
}
|
891 |
|
892 |
+
/* part labels transitions */
|
893 |
+
.happyforms-part--label-as_placeholder label {
|
894 |
+
transition-duration: 0.4s;
|
895 |
}
|
896 |
|
897 |
+
.happyforms-part--label-as_placeholder ::-webkit-input-placeholder {
|
898 |
+
opacity: 0;
|
|
|
|
|
899 |
}
|
900 |
|
901 |
+
.happyforms-part--label-as_placeholder ::-moz-placeholder {
|
902 |
+
opacity: 0;
|
903 |
}
|
904 |
|
905 |
+
.happyforms-part--label-as_placeholder ::-ms-placeholder {
|
906 |
+
opacity: 0;
|
|
|
|
|
|
|
907 |
}
|
908 |
|
909 |
+
.happyforms-part--label-as_placeholder ::placeholder {
|
910 |
+
opacity: 0;
|
|
|
|
|
911 |
}
|
912 |
|
913 |
+
.happyforms-part--label-as_placeholder label {
|
914 |
+
position: absolute;
|
915 |
+
left: 11px;
|
916 |
+
top: 23px;
|
917 |
+
z-index: 5;
|
918 |
+
transition-property: top;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
919 |
}
|
920 |
|
921 |
.happyforms-form--direction-rtl .happyforms-part--label-as_placeholder label {
|
997 |
margin-right: 15px;
|
998 |
}
|
999 |
|
1000 |
+
.happyforms-form--part-outer-padding-wide .happyforms-part.display-type--block .happyforms-part-option {
|
1001 |
+
margin-right: 0;
|
1002 |
+
margin-bottom: 35px;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1003 |
}
|
1004 |
|
1005 |
+
.happyforms-form--part-inner-padding-narrow .happyforms-part input[type=text],
|
1006 |
+
.happyforms-form--part-inner-padding-narrow .happyforms-part input[type=email],
|
1007 |
+
.happyforms-form--part-inner-padding-narrow .happyforms-part input[type=tel],
|
1008 |
+
.happyforms-form--part-inner-padding-narrow .happyforms-part input[type=number],
|
1009 |
+
.happyforms-form--part-inner-padding-narrow .happyforms-part textarea,
|
1010 |
+
.happyforms-form--part-inner-padding-narrow .happyforms-part .option-label {
|
1011 |
+
padding: 5px;
|
1012 |
}
|
1013 |
|
1014 |
+
.happyforms-form--part-inner-padding-narrow .happyforms-part--placeholder .happyforms-part__el {
|
1015 |
+
padding: 5px;
|
1016 |
}
|
1017 |
|
1018 |
+
.happyforms-form--part-inner-padding-narrow .happyforms-part--legal label {
|
1019 |
+
margin-left: 5px;
|
|
|
1020 |
}
|
1021 |
|
1022 |
+
.happyforms-form--part-inner-padding-narrow .happyforms-part__label {
|
1023 |
+
margin-bottom: 5px;
|
1024 |
}
|
1025 |
|
1026 |
+
.happyforms-form--part-inner-padding-narrow .happyforms-part--label-below .happyforms-part__label {
|
1027 |
+
margin-top: 5px;
|
1028 |
}
|
1029 |
|
1030 |
+
.happyforms-form--part-inner-padding-wide .happyforms-part input[type=text],
|
1031 |
+
.happyforms-form--part-inner-padding-wide .happyforms-part input[type=email],
|
1032 |
+
.happyforms-form--part-inner-padding-wide .happyforms-part input[type=tel],
|
1033 |
+
.happyforms-form--part-inner-padding-wide .happyforms-part input[type=number],
|
1034 |
+
.happyforms-form--part-inner-padding-wide .happyforms-part textarea,
|
1035 |
+
.happyforms-form--part-inner-padding-wide .happyforms-part .option-label,
|
1036 |
+
.happyforms-form--part-inner-padding-wide .happyforms-part--placeholder .happyforms-part__el {
|
1037 |
+
padding: 15px;
|
1038 |
}
|
1039 |
|
1040 |
+
.happyforms-form--part-inner-padding-wide .happyforms-part--legal .option-label {
|
1041 |
+
padding-left: 0;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1042 |
}
|
1043 |
|
1044 |
+
.happyforms-form--part-inner-padding-wide .happyforms-part--legal .option-label .label {
|
1045 |
+
padding-left: 20px;
|
1046 |
}
|
1047 |
|
1048 |
+
.happyforms-form--part-inner-padding-wide .happyforms-part .happyforms-part__select-wrap:after {
|
1049 |
+
top: 45%;
|
|
|
|
|
|
|
|
|
1050 |
}
|
1051 |
|
1052 |
+
.happyforms-form--part-hide-labels .happyforms-part__label {
|
1053 |
+
display: none;
|
|
|
|
|
1054 |
}
|
1055 |
|
1056 |
+
/* submit button */
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1057 |
|
1058 |
+
.happyforms-form--submit-button-fullwidth input[type=submit].happyforms-button--submit {
|
1059 |
+
width: 100%;
|
|
|
|
|
1060 |
}
|
1061 |
|
1062 |
+
input[type=submit][disabled].happyforms-button--submit {
|
1063 |
+
cursor: default;
|
|
|
1064 |
}
|
1065 |
|
1066 |
+
.happyforms-form--submit-button-align-center .happyforms-part--submit {
|
1067 |
+
text-align: center;
|
|
|
|
|
|
|
|
|
|
|
|
|
1068 |
}
|
1069 |
|
1070 |
+
.happyforms-form--submit-button-align-right .happyforms-part--submit {
|
1071 |
+
text-align: right;
|
1072 |
}
|
1073 |
|
1074 |
+
.happyforms-part--rating .happyforms-visuallyhidden,
|
1075 |
+
.ui-helper-hidden-accessible {
|
1076 |
+
position: absolute;
|
1077 |
+
border: 0;
|
1078 |
+
clip: rect(0 0 0 0);
|
1079 |
+
width: 1px;
|
1080 |
+
height: 1px;
|
1081 |
+
margin: -1px;
|
1082 |
+
padding: 0;
|
1083 |
+
overflow: hidden;
|
1084 |
}
|
1085 |
|
1086 |
+
/* widget */
|
1087 |
+
.widget input[type=submit].happyforms-button--submit,
|
1088 |
+
.widget input[type=submit][disabled].happyforms-button--submit,
|
1089 |
+
.widget input[type=submit][disabled].happyforms-button--submit:hover {
|
1090 |
+
width: 100%;
|
1091 |
}
|
1092 |
|
1093 |
/* new dropdowns */
|
1189 |
margin-top: 30px;
|
1190 |
}
|
1191 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1192 |
.happyforms-part--submit * {
|
1193 |
margin-right: 20px;
|
1194 |
}
|
1260 |
padding: 45px 1% 10px;
|
1261 |
}
|
1262 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1263 |
.screen-reader-text {
|
1264 |
position: absolute;
|
1265 |
top: 0;
|
core/classes/class-happyforms-core.php
CHANGED
@@ -493,7 +493,7 @@ class HappyForms_Core {
|
|
493 |
|
494 |
if ( $output && ! $this->frontend_styles ) {
|
495 |
$this->frontend_styles = true;
|
496 |
-
$url =
|
497 |
?>
|
498 |
<link rel="stylesheet" property="stylesheet" href="<?php echo $url; ?>" />
|
499 |
<?php
|
@@ -501,7 +501,7 @@ class HappyForms_Core {
|
|
501 |
|
502 |
if ( $output && ! $this->frontend_color_styles ) {
|
503 |
$this->frontend_color_styles = true;
|
504 |
-
$color_url =
|
505 |
?>
|
506 |
<link rel="stylesheet" property="stylesheet" href="<?php echo $color_url; ?>" />
|
507 |
<?php
|
493 |
|
494 |
if ( $output && ! $this->frontend_styles ) {
|
495 |
$this->frontend_styles = true;
|
496 |
+
$url = happyforms_get_frontend_stylesheet_url( 'layout.css' );
|
497 |
?>
|
498 |
<link rel="stylesheet" property="stylesheet" href="<?php echo $url; ?>" />
|
499 |
<?php
|
501 |
|
502 |
if ( $output && ! $this->frontend_color_styles ) {
|
503 |
$this->frontend_color_styles = true;
|
504 |
+
$color_url = happyforms_get_frontend_stylesheet_url( 'color.css' );
|
505 |
?>
|
506 |
<link rel="stylesheet" property="stylesheet" href="<?php echo $color_url; ?>" />
|
507 |
<?php
|
core/helpers/helper-misc.php
CHANGED
@@ -193,7 +193,9 @@ if ( ! function_exists( 'happyforms_admin_footer' ) ):
|
|
193 |
*/
|
194 |
function happyforms_admin_footer() {
|
195 |
?>
|
196 |
-
|
|
|
|
|
197 |
<?php
|
198 |
}
|
199 |
|
193 |
*/
|
194 |
function happyforms_admin_footer() {
|
195 |
?>
|
196 |
+
<span id="footer-thankyou">
|
197 |
+
<?php _e( 'Thank you for creating with', 'happyforms' ); ?> <a href="https://happyforms.me/" target="_blank">HappyForms</a>.
|
198 |
+
</span>
|
199 |
<?php
|
200 |
}
|
201 |
|
core/helpers/helper-styles.php
CHANGED
@@ -15,3 +15,21 @@ function happyforms_parse_pixel_value( $value ) {
|
|
15 |
}
|
16 |
|
17 |
endif;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
15 |
}
|
16 |
|
17 |
endif;
|
18 |
+
|
19 |
+
if ( ! function_exists( 'happyforms_get_frontend_stylesheet_url' ) ):
|
20 |
+
|
21 |
+
function happyforms_get_frontend_stylesheet_url( $stylesheet_name = '' ) {
|
22 |
+
if ( empty( $stylesheet_name ) ) {
|
23 |
+
return;
|
24 |
+
}
|
25 |
+
|
26 |
+
$stylesheets_url = happyforms_get_plugin_url() . '/core/assets/css';
|
27 |
+
$stylesheets_url = apply_filters( 'happyforms_frontend_stylesheets_url', $stylesheets_url );
|
28 |
+
$style_suffix = ( defined( 'HAPPYFORMS_UPGRADE_VERSION' ) ) ? HAPPYFORMS_UPGRADE_VERSION : HAPPYFORMS_VERSION;
|
29 |
+
|
30 |
+
$style_url = "{$stylesheets_url}/{$stylesheet_name}?{$style_suffix}";
|
31 |
+
|
32 |
+
return $style_url;
|
33 |
+
}
|
34 |
+
|
35 |
+
endif;
|
core/templates/admin-tracking.php
CHANGED
@@ -9,8 +9,8 @@ $status = $tracking->get_status();
|
|
9 |
<?php if ( 3 === intval( $status['status'] ) ) {
|
10 |
$tracking->print_template( 'success' );
|
11 |
} else { ?>
|
12 |
-
<
|
13 |
-
<p><?php _e( 'Let\'s set up HappyForms! Enter your email below to agree to notification and to share some data about your usage with', 'happyforms' ); ?> <a href="https://thethemefoundry.com" target="_blank">thethemefoundry.com</a>.</p>
|
14 |
<form action="<?php echo esc_attr( $tracking->monitor_action ); ?>" method="post" id="happyforms-tracking">
|
15 |
<input name="<?php echo esc_attr( $tracking->monitor_email_field ); ?>" type="email" placeholder="<?php _e( 'Email address', 'happyforms' ); ?>" required >
|
16 |
<input name="<?php echo esc_attr( $tracking->monitor_status_field ); ?>" type="hidden" value="active" />
|
9 |
<?php if ( 3 === intval( $status['status'] ) ) {
|
10 |
$tracking->print_template( 'success' );
|
11 |
} else { ?>
|
12 |
+
<h1><?php _e( 'Add your email to complete setup', 'happyforms' ); ?>…</h1>
|
13 |
+
<p class="description"><?php _e( 'Let\'s set up HappyForms! Enter your email below to agree to notification and to share some data about your usage with', 'happyforms' ); ?> <a href="https://thethemefoundry.com" target="_blank">thethemefoundry.com</a>.</p>
|
14 |
<form action="<?php echo esc_attr( $tracking->monitor_action ); ?>" method="post" id="happyforms-tracking">
|
15 |
<input name="<?php echo esc_attr( $tracking->monitor_email_field ); ?>" type="email" placeholder="<?php _e( 'Email address', 'happyforms' ); ?>" required >
|
16 |
<input name="<?php echo esc_attr( $tracking->monitor_status_field ); ?>" type="hidden" value="active" />
|
core/templates/customize-controls/style/color.php
CHANGED
@@ -3,4 +3,4 @@
|
|
3 |
<div class="customize-control-content">
|
4 |
<input type="text" name="<?php echo $control['field']; ?>" id="<?php echo $control['field']; ?>" class="happyforms-color-input" data-attribute="<?php echo $control['field']; ?>" value="<%= <?php echo $control['field']; ?> %>" data-default="<?php echo $field['default']; ?>">
|
5 |
</div>
|
6 |
-
</li>
|
3 |
<div class="customize-control-content">
|
4 |
<input type="text" name="<?php echo $control['field']; ?>" id="<?php echo $control['field']; ?>" class="happyforms-color-input" data-attribute="<?php echo $control['field']; ?>" value="<%= <?php echo $control['field']; ?> %>" data-default="<?php echo $field['default']; ?>">
|
5 |
</div>
|
6 |
+
</li>
|
core/templates/customize-form-build.php
CHANGED
@@ -9,7 +9,7 @@
|
|
9 |
<label class="customize-control-title">
|
10 |
<?php _e( 'Form builder', 'happyforms' ); ?>
|
11 |
<span class="happyforms-parts-expand-collapse-wrap">
|
12 |
-
<a href="#" class="expand-collapse-all <%= ( parts.length > 0 ) ? 'expand' : 'collapse' %>" data-collapse-text="<?php _e( 'Collapse all', 'happyforms' ); ?>" data-expand-text="<?php _e( 'Expand all', 'happyforms' ); ?>"><%= ( parts.length > 0 ) ? '<?php _e( 'Expand all', 'happyforms' ); ?>' : '<?php _e( 'Collapse all', 'happyforms' ); ?>' %></a>
|
13 |
</span>
|
14 |
</label>
|
15 |
<div class="happyforms-parts-placeholder">
|
9 |
<label class="customize-control-title">
|
10 |
<?php _e( 'Form builder', 'happyforms' ); ?>
|
11 |
<span class="happyforms-parts-expand-collapse-wrap">
|
12 |
+
<a href="#" class="button expand-collapse-all <%= ( parts.length > 0 ) ? 'expand' : 'collapse' %>" data-collapse-text="<?php _e( 'Collapse all', 'happyforms' ); ?>" data-expand-text="<?php _e( 'Expand all', 'happyforms' ); ?>"><%= ( parts.length > 0 ) ? '<?php _e( 'Expand all', 'happyforms' ); ?>' : '<?php _e( 'Collapse all', 'happyforms' ); ?>' %></a>
|
13 |
</span>
|
14 |
</label>
|
15 |
<div class="happyforms-parts-placeholder">
|
core/templates/parts/customize-select.php
CHANGED
@@ -39,21 +39,21 @@
|
|
39 |
|
40 |
<div class="options">
|
41 |
<ul class="option-list"></ul>
|
42 |
-
<h3><?php _e( '
|
43 |
-
<p class="no-options description"><?php _e( 'No
|
44 |
</div>
|
45 |
<div class="options-import">
|
46 |
-
<h3><?php _e( '
|
47 |
-
<textarea class="option-import-area" cols="30" rows="10" placeholder="<?php _e( 'Type or paste your
|
48 |
</div>
|
49 |
<p class="links mode-manual">
|
50 |
-
<a href="#" class="button add-option"><?php _e( 'Add
|
51 |
<span class="centered">
|
52 |
-
<a href="#" class="import-options"><?php _e( 'Or, bulk add
|
53 |
</span>
|
54 |
</p>
|
55 |
<p class="links mode-import">
|
56 |
-
<a href="#" class="button import-option"><?php _e( 'Add
|
57 |
<span class="centered">
|
58 |
<a href="#" class="add-options"><?php _e( 'Cancel', 'happyforms' ); ?></a>
|
59 |
</span>
|
39 |
|
40 |
<div class="options">
|
41 |
<ul class="option-list"></ul>
|
42 |
+
<h3><?php _e( 'Choices', 'happyforms' ); ?></h3>
|
43 |
+
<p class="no-options description"><?php _e( 'No choices added yet. Add one by clicking <i>Add Choice</i> below.', 'happyforms' ); ?></p>
|
44 |
</div>
|
45 |
<div class="options-import">
|
46 |
+
<h3><?php _e( 'Choices', 'happyforms' ); ?></h3>
|
47 |
+
<textarea class="option-import-area" cols="30" rows="10" placeholder="<?php _e( 'Type or paste your choices here, adding each on a new line.' ); ?>"></textarea>
|
48 |
</div>
|
49 |
<p class="links mode-manual">
|
50 |
+
<a href="#" class="button add-option"><?php _e( 'Add choice', 'happyforms' ); ?></a>
|
51 |
<span class="centered">
|
52 |
+
<a href="#" class="import-options"><?php _e( 'Or, bulk add choices', 'happyforms' ); ?></a>
|
53 |
</span>
|
54 |
</p>
|
55 |
<p class="links mode-import">
|
56 |
+
<a href="#" class="button import-option"><?php _e( 'Add choices', 'happyforms' ); ?></a>
|
57 |
<span class="centered">
|
58 |
<a href="#" class="add-options"><?php _e( 'Cancel', 'happyforms' ); ?></a>
|
59 |
</span>
|
core/templates/parts/customize-single-line-text.php
CHANGED
@@ -29,7 +29,7 @@
|
|
29 |
<select id="<%= instance.id %>_description_mode" data-bind="description_mode">
|
30 |
<option value=""><?php _e( 'Standard', 'happyforms' ); ?></option>
|
31 |
<option value="focus-reveal"<%= (instance.description_mode == 'focus-reveal') ? ' selected' : '' %>><?php _e( 'Reveal on focus', 'happyforms' ); ?></option>
|
32 |
-
<option value="tooltip"<%= (instance.description_mode == 'tooltip' || instance.tooltip_description ) ? ' selected' : '' %>><?php _e( '
|
33 |
</select>
|
34 |
</p>
|
35 |
<p class="happyforms-placeholder-option" style="display: <%= ( 'as_placeholder' !== instance.label_placement ) ? 'block' : 'none' %>">
|
29 |
<select id="<%= instance.id %>_description_mode" data-bind="description_mode">
|
30 |
<option value=""><?php _e( 'Standard', 'happyforms' ); ?></option>
|
31 |
<option value="focus-reveal"<%= (instance.description_mode == 'focus-reveal') ? ' selected' : '' %>><?php _e( 'Reveal on focus', 'happyforms' ); ?></option>
|
32 |
+
<option value="tooltip"<%= (instance.description_mode == 'tooltip' || instance.tooltip_description ) ? ' selected' : '' %>><?php _e( 'Tooltip', 'happyforms' ); ?></option>
|
33 |
</select>
|
34 |
</p>
|
35 |
<p class="happyforms-placeholder-option" style="display: <%= ( 'as_placeholder' !== instance.label_placement ) ? 'block' : 'none' %>">
|
core/templates/parts/frontend-checkbox.php
CHANGED
@@ -10,12 +10,11 @@
|
|
10 |
<label class="option-label">
|
11 |
<input type="checkbox" class="happyforms-visuallyhidden happyforms-select-all">
|
12 |
<span class="checkmark"><svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 24 24"><path fill="currentColor" d="M20.285 2l-11.285 11.567-5.286-5.011-3.714 3.716 9 8.728 15-15.285z"/></svg></span>
|
13 |
-
<span class="border"></span>
|
14 |
<span class="label"><?php _e( 'Select all', 'happyforms' ); ?></span>
|
15 |
</label>
|
16 |
</div>
|
17 |
<?php endif; ?>
|
18 |
-
|
19 |
<?php
|
20 |
$options = happyforms_get_part_options( $part['options'], $part, $form );
|
21 |
$value = happyforms_get_part_value( $part, $form );
|
@@ -26,7 +25,6 @@
|
|
26 |
<label class="option-label">
|
27 |
<input type="checkbox" class="happyforms-visuallyhidden happyforms-checkbox" name="<?php happyforms_the_part_name( $part, $form ); ?>[]" value="<?php echo $o; ?>" data-serialize <?php echo $checked; ?> <?php happyforms_the_part_attributes( $part, $form ); ?>>
|
28 |
<span class="checkmark"><svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 24 24"><path fill="currentColor" d="M20.285 2l-11.285 11.567-5.286-5.011-3.714 3.716 9 8.728 15-15.285z"/></svg></span>
|
29 |
-
<span class="border"></span>
|
30 |
<span class="label"><?php echo esc_attr( $option['label'] ); ?></span>
|
31 |
</label>
|
32 |
<span class="happyforms-part-option__description"><?php echo esc_attr( $option['description'] ); ?></span>
|
@@ -36,8 +34,8 @@
|
|
36 |
<?php do_action( 'happyforms_part_input_after', $part, $form ); ?>
|
37 |
|
38 |
<?php happyforms_print_part_description( $part ); ?>
|
39 |
-
|
40 |
<?php happyforms_message_notices( happyforms_get_part_name( $part, $form ) ); ?>
|
41 |
</div>
|
42 |
</div>
|
43 |
-
</div>
|
10 |
<label class="option-label">
|
11 |
<input type="checkbox" class="happyforms-visuallyhidden happyforms-select-all">
|
12 |
<span class="checkmark"><svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 24 24"><path fill="currentColor" d="M20.285 2l-11.285 11.567-5.286-5.011-3.714 3.716 9 8.728 15-15.285z"/></svg></span>
|
|
|
13 |
<span class="label"><?php _e( 'Select all', 'happyforms' ); ?></span>
|
14 |
</label>
|
15 |
</div>
|
16 |
<?php endif; ?>
|
17 |
+
|
18 |
<?php
|
19 |
$options = happyforms_get_part_options( $part['options'], $part, $form );
|
20 |
$value = happyforms_get_part_value( $part, $form );
|
25 |
<label class="option-label">
|
26 |
<input type="checkbox" class="happyforms-visuallyhidden happyforms-checkbox" name="<?php happyforms_the_part_name( $part, $form ); ?>[]" value="<?php echo $o; ?>" data-serialize <?php echo $checked; ?> <?php happyforms_the_part_attributes( $part, $form ); ?>>
|
27 |
<span class="checkmark"><svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 24 24"><path fill="currentColor" d="M20.285 2l-11.285 11.567-5.286-5.011-3.714 3.716 9 8.728 15-15.285z"/></svg></span>
|
|
|
28 |
<span class="label"><?php echo esc_attr( $option['label'] ); ?></span>
|
29 |
</label>
|
30 |
<span class="happyforms-part-option__description"><?php echo esc_attr( $option['description'] ); ?></span>
|
34 |
<?php do_action( 'happyforms_part_input_after', $part, $form ); ?>
|
35 |
|
36 |
<?php happyforms_print_part_description( $part ); ?>
|
37 |
+
|
38 |
<?php happyforms_message_notices( happyforms_get_part_name( $part, $form ) ); ?>
|
39 |
</div>
|
40 |
</div>
|
41 |
+
</div>
|
core/templates/parts/frontend-radio.php
CHANGED
@@ -10,18 +10,17 @@
|
|
10 |
$value = happyforms_get_part_value( $part, $form );
|
11 |
|
12 |
foreach( $options as $o => $option ) : ?>
|
13 |
-
<?php
|
14 |
$checked = false;
|
15 |
-
|
16 |
if ( is_string( $value ) ) {
|
17 |
-
$checked = ! empty( $option['label'] ) ? checked( $value, $o, false ) : '';
|
18 |
}
|
19 |
?>
|
20 |
<div class="happyforms-part__option happyforms-part-option" id="<?php echo esc_attr( $option['id'] ); ?>">
|
21 |
<label class="option-label">
|
22 |
<input type="radio" class="happyforms-visuallyhidden" name="<?php happyforms_the_part_name( $part, $form ); ?>" value="<?php echo $o; ?>" <?php echo $checked; ?> <?php happyforms_the_part_attributes( $part, $form ); ?>>
|
23 |
<span class="checkmark"><svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 24 24"><path fill="currentColor" d="M20.285 2l-11.285 11.567-5.286-5.011-3.714 3.716 9 8.728 15-15.285z"/></svg></span>
|
24 |
-
<span class="border"></span>
|
25 |
<span class="label"><?php echo esc_attr( $option['label'] ); ?></span>
|
26 |
</label>
|
27 |
<span class="happyforms-part-option__description"><?php echo esc_attr( $option['description'] ); ?></span>
|
@@ -31,8 +30,8 @@
|
|
31 |
<?php do_action( 'happyforms_part_input_after', $part, $form ); ?>
|
32 |
|
33 |
<?php happyforms_print_part_description( $part ); ?>
|
34 |
-
|
35 |
<?php happyforms_message_notices( happyforms_get_part_name( $part, $form ) ); ?>
|
36 |
</div>
|
37 |
</div>
|
38 |
-
</div>
|
10 |
$value = happyforms_get_part_value( $part, $form );
|
11 |
|
12 |
foreach( $options as $o => $option ) : ?>
|
13 |
+
<?php
|
14 |
$checked = false;
|
15 |
+
|
16 |
if ( is_string( $value ) ) {
|
17 |
+
$checked = ! empty( $option['label'] ) ? checked( $value, $o, false ) : '';
|
18 |
}
|
19 |
?>
|
20 |
<div class="happyforms-part__option happyforms-part-option" id="<?php echo esc_attr( $option['id'] ); ?>">
|
21 |
<label class="option-label">
|
22 |
<input type="radio" class="happyforms-visuallyhidden" name="<?php happyforms_the_part_name( $part, $form ); ?>" value="<?php echo $o; ?>" <?php echo $checked; ?> <?php happyforms_the_part_attributes( $part, $form ); ?>>
|
23 |
<span class="checkmark"><svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 24 24"><path fill="currentColor" d="M20.285 2l-11.285 11.567-5.286-5.011-3.714 3.716 9 8.728 15-15.285z"/></svg></span>
|
|
|
24 |
<span class="label"><?php echo esc_attr( $option['label'] ); ?></span>
|
25 |
</label>
|
26 |
<span class="happyforms-part-option__description"><?php echo esc_attr( $option['description'] ); ?></span>
|
30 |
<?php do_action( 'happyforms_part_input_after', $part, $form ); ?>
|
31 |
|
32 |
<?php happyforms_print_part_description( $part ); ?>
|
33 |
+
|
34 |
<?php happyforms_message_notices( happyforms_get_part_name( $part, $form ) ); ?>
|
35 |
</div>
|
36 |
</div>
|
37 |
+
</div>
|
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.8.
|
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.8.
|
17 |
|
18 |
if ( ! function_exists( 'happyforms_plugin_file' ) ):
|
19 |
/**
|
5 |
* Plugin URI: https://happyforms.me
|
6 |
* Description: Your friendly drag and drop contact form builder for creating contact forms, lead generation forms, feedback forms, quote forms, survey forms and more!
|
7 |
* Author: The Theme Foundry
|
8 |
+
* Version: 1.8.20
|
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.8.20' );
|
17 |
|
18 |
if ( ! function_exists( 'happyforms_plugin_file' ) ):
|
19 |
/**
|
inc/assets/js/customize.js
CHANGED
@@ -645,11 +645,11 @@
|
|
645 |
},
|
646 |
|
647 |
showExpandCollapseButton: function() {
|
648 |
-
this.$el.find('.expand-collapse-all').show
|
649 |
},
|
650 |
|
651 |
hideExpandCollapseButton: function () {
|
652 |
-
this.$el.find('.expand-collapse-all').
|
653 |
},
|
654 |
|
655 |
onPartAdd: function( type, options ) {
|
@@ -1718,10 +1718,11 @@
|
|
1718 |
var variable = $control.data( 'variable' );
|
1719 |
|
1720 |
$( el ).wpColorPicker( {
|
|
|
1721 |
change: function( e, ui ) {
|
1722 |
var value = ui.color.toString();
|
1723 |
|
1724 |
-
self.model.set( $(
|
1725 |
|
1726 |
var data = {
|
1727 |
variable: variable,
|
645 |
},
|
646 |
|
647 |
showExpandCollapseButton: function() {
|
648 |
+
this.$el.find('.expand-collapse-all').addClass( 'show' );
|
649 |
},
|
650 |
|
651 |
hideExpandCollapseButton: function () {
|
652 |
+
this.$el.find('.expand-collapse-all').removeClass( 'show' );
|
653 |
},
|
654 |
|
655 |
onPartAdd: function( type, options ) {
|
1718 |
var variable = $control.data( 'variable' );
|
1719 |
|
1720 |
$( el ).wpColorPicker( {
|
1721 |
+
defaultColor: $( el ).attr( 'data-default' ),
|
1722 |
change: function( e, ui ) {
|
1723 |
var value = ui.color.toString();
|
1724 |
|
1725 |
+
self.model.set( $( el ).attr( 'data-attribute' ), value );
|
1726 |
|
1727 |
var data = {
|
1728 |
variable: variable,
|
inc/classes/class-happyforms.php
CHANGED
@@ -57,20 +57,23 @@ class HappyForms extends HappyForms_Core {
|
|
57 |
require_once( happyforms_get_include_folder() . '/classes/parts/class-part-legal-dummy.php' );
|
58 |
$part_library->register_part( 'HappyForms_Part_Legal_Dummy', 18 );
|
59 |
|
|
|
|
|
|
|
60 |
require_once( happyforms_get_include_folder() . '/classes/parts/class-part-rating-dummy.php' );
|
61 |
-
$part_library->register_part( 'HappyForms_Part_Rating_Dummy',
|
62 |
|
63 |
require_once( happyforms_get_include_folder() . '/classes/parts/class-part-narrative-dummy.php' );
|
64 |
-
$part_library->register_part( 'HappyForms_Part_Narrative_Dummy',
|
65 |
|
66 |
require_once( happyforms_get_include_folder() . '/classes/parts/class-part-placeholder-dummy.php' );
|
67 |
-
$part_library->register_part( 'HappyForms_Part_Placeholder_Dummy',
|
68 |
|
69 |
require_once( happyforms_get_include_folder() . '/classes/parts/class-part-mailchimp-dummy.php' );
|
70 |
-
$part_library->register_part( 'HappyForms_Part_Mailchimp_Dummy',
|
71 |
|
72 |
require_once( happyforms_get_include_folder() . '/classes/parts/class-part-payments-dummy.php' );
|
73 |
-
$part_library->register_part( 'HappyForms_Part_Payments_Dummy',
|
74 |
}
|
75 |
|
76 |
public function add_dummy_setup_controls( $controls ) {
|
@@ -81,6 +84,26 @@ class HappyForms extends HappyForms_Core {
|
|
81 |
'tooltip' => __( 'Reply to your users and mark their submission as read in one click.', 'happyforms' ),
|
82 |
);
|
83 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
84 |
$controls[1300] = array(
|
85 |
'type' => 'checkbox_dummy',
|
86 |
'dummy_id' => 'redirect_on_complete',
|
57 |
require_once( happyforms_get_include_folder() . '/classes/parts/class-part-legal-dummy.php' );
|
58 |
$part_library->register_part( 'HappyForms_Part_Legal_Dummy', 18 );
|
59 |
|
60 |
+
require_once( happyforms_get_include_folder() . '/classes/parts/class-part-signature-dummy.php' );
|
61 |
+
$part_library->register_part( 'HappyForms_Part_Signature_Dummy', 19 );
|
62 |
+
|
63 |
require_once( happyforms_get_include_folder() . '/classes/parts/class-part-rating-dummy.php' );
|
64 |
+
$part_library->register_part( 'HappyForms_Part_Rating_Dummy', 20 );
|
65 |
|
66 |
require_once( happyforms_get_include_folder() . '/classes/parts/class-part-narrative-dummy.php' );
|
67 |
+
$part_library->register_part( 'HappyForms_Part_Narrative_Dummy', 21 );
|
68 |
|
69 |
require_once( happyforms_get_include_folder() . '/classes/parts/class-part-placeholder-dummy.php' );
|
70 |
+
$part_library->register_part( 'HappyForms_Part_Placeholder_Dummy', 22 );
|
71 |
|
72 |
require_once( happyforms_get_include_folder() . '/classes/parts/class-part-mailchimp-dummy.php' );
|
73 |
+
$part_library->register_part( 'HappyForms_Part_Mailchimp_Dummy', 23 );
|
74 |
|
75 |
require_once( happyforms_get_include_folder() . '/classes/parts/class-part-payments-dummy.php' );
|
76 |
+
$part_library->register_part( 'HappyForms_Part_Payments_Dummy', 24 );
|
77 |
}
|
78 |
|
79 |
public function add_dummy_setup_controls( $controls ) {
|
84 |
'tooltip' => __( 'Reply to your users and mark their submission as read in one click.', 'happyforms' ),
|
85 |
);
|
86 |
|
87 |
+
$controls[451] = array(
|
88 |
+
'type' => 'checkbox_dummy',
|
89 |
+
'dummy_id' => 'alert_email_attachment_links',
|
90 |
+
'label' => __( 'Link to attachments in email', 'happyforms' ),
|
91 |
+
'tooltip' => __( 'Show attachments as links instead of a simple counter.', 'happyforms' ),
|
92 |
+
);
|
93 |
+
|
94 |
+
$controls[452] = array(
|
95 |
+
'type' => 'checkbox_dummy',
|
96 |
+
'dummy_id' => 'alert_email_hide_placeholder_parts',
|
97 |
+
'label' => __( 'Hide Placeholder parts in email', 'happyforms' )
|
98 |
+
);
|
99 |
+
|
100 |
+
$controls[453] = array(
|
101 |
+
'type' => 'checkbox_dummy',
|
102 |
+
'dummy_id' => 'alert_email_include_referral_url',
|
103 |
+
'label' => __( 'Include referral link', 'happyforms' ),
|
104 |
+
'tooltip' => __( 'Include the page link your form was submitted from.', 'happyforms' ),
|
105 |
+
);
|
106 |
+
|
107 |
$controls[1300] = array(
|
108 |
'type' => 'checkbox_dummy',
|
109 |
'dummy_id' => 'redirect_on_complete',
|
inc/classes/parts/class-part-signature-dummy.php
ADDED
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?php
|
2 |
+
|
3 |
+
class HappyForms_Part_Signature_Dummy extends HappyForms_Form_Part {
|
4 |
+
|
5 |
+
public $type = 'signature_dummy';
|
6 |
+
|
7 |
+
public function __construct() {
|
8 |
+
$this->label = __( 'Signature', 'happyforms' );
|
9 |
+
$this->description = __( 'For requiring authorization before accepting submission.', 'happyforms' );
|
10 |
+
}
|
11 |
+
|
12 |
+
}
|
languages/happyforms.pot
CHANGED
@@ -2,9 +2,9 @@
|
|
2 |
# This file is distributed under the same license as the HappyForms package.
|
3 |
msgid ""
|
4 |
msgstr ""
|
5 |
-
"Project-Id-Version: HappyForms 1.8.
|
6 |
"Report-Msgid-Bugs-To: https://thethemefoundry.com/support/\n"
|
7 |
-
"POT-Creation-Date: 2019-
|
8 |
"MIME-Version: 1.0\n"
|
9 |
"Content-Type: text/plain; charset=utf-8\n"
|
10 |
"Content-Transfer-Encoding: 8bit\n"
|
@@ -936,6 +936,8 @@ msgstr ""
|
|
936 |
#: core/templates/parts/customize-checkbox.php:41
|
937 |
#: core/templates/parts/customize-radio.php:37
|
938 |
#: core/templates/parts/customize-radio.php:41
|
|
|
|
|
939 |
msgid "Choices"
|
940 |
msgstr ""
|
941 |
|
@@ -1150,63 +1152,63 @@ msgstr ""
|
|
1150 |
msgid "December"
|
1151 |
msgstr ""
|
1152 |
|
1153 |
-
#: core/helpers/helper-form-templates.php:985 core/helpers/helper-misc.php:
|
1154 |
msgid "Andorra"
|
1155 |
msgstr ""
|
1156 |
|
1157 |
-
#: core/helpers/helper-form-templates.php:986 core/helpers/helper-misc.php:
|
1158 |
msgid "United Arab Emirates"
|
1159 |
msgstr ""
|
1160 |
|
1161 |
-
#: core/helpers/helper-form-templates.php:987 core/helpers/helper-misc.php:
|
1162 |
msgid "Afghanistan"
|
1163 |
msgstr ""
|
1164 |
|
1165 |
-
#: core/helpers/helper-form-templates.php:988 core/helpers/helper-misc.php:
|
1166 |
msgid "Antigua and Barbuda"
|
1167 |
msgstr ""
|
1168 |
|
1169 |
-
#: core/helpers/helper-form-templates.php:989 core/helpers/helper-misc.php:
|
1170 |
msgid "Anguilla"
|
1171 |
msgstr ""
|
1172 |
|
1173 |
-
#: core/helpers/helper-form-templates.php:990 core/helpers/helper-misc.php:
|
1174 |
msgid "Albania"
|
1175 |
msgstr ""
|
1176 |
|
1177 |
-
#: core/helpers/helper-form-templates.php:991 core/helpers/helper-misc.php:
|
1178 |
msgid "Armenia"
|
1179 |
msgstr ""
|
1180 |
|
1181 |
-
#: core/helpers/helper-form-templates.php:992 core/helpers/helper-misc.php:
|
1182 |
msgid "Angola"
|
1183 |
msgstr ""
|
1184 |
|
1185 |
-
#: core/helpers/helper-form-templates.php:993 core/helpers/helper-misc.php:
|
1186 |
msgid "Antarctica"
|
1187 |
msgstr ""
|
1188 |
|
1189 |
-
#: core/helpers/helper-form-templates.php:994 core/helpers/helper-misc.php:
|
1190 |
msgid "Argentina"
|
1191 |
msgstr ""
|
1192 |
|
1193 |
-
#: core/helpers/helper-form-templates.php:995 core/helpers/helper-misc.php:
|
1194 |
msgid "American Samoa"
|
1195 |
msgstr ""
|
1196 |
|
1197 |
-
#: core/helpers/helper-form-templates.php:996 core/helpers/helper-misc.php:
|
1198 |
msgid "Austria"
|
1199 |
msgstr ""
|
1200 |
|
1201 |
-
#: core/helpers/helper-form-templates.php:997 core/helpers/helper-misc.php:
|
1202 |
msgid "Australia"
|
1203 |
msgstr ""
|
1204 |
|
1205 |
-
#: core/helpers/helper-form-templates.php:998 core/helpers/helper-misc.php:
|
1206 |
msgid "Aruba"
|
1207 |
msgstr ""
|
1208 |
|
1209 |
-
#: core/helpers/helper-form-templates.php:999 core/helpers/helper-misc.php:
|
1210 |
msgid "Azerbaijan"
|
1211 |
msgstr ""
|
1212 |
|
@@ -1214,35 +1216,35 @@ msgstr ""
|
|
1214 |
msgid "Bosnia and Herzegovina"
|
1215 |
msgstr ""
|
1216 |
|
1217 |
-
#: core/helpers/helper-form-templates.php:1001 core/helpers/helper-misc.php:
|
1218 |
msgid "Barbados"
|
1219 |
msgstr ""
|
1220 |
|
1221 |
-
#: core/helpers/helper-form-templates.php:1002 core/helpers/helper-misc.php:
|
1222 |
msgid "Bangladesh"
|
1223 |
msgstr ""
|
1224 |
|
1225 |
-
#: core/helpers/helper-form-templates.php:1003 core/helpers/helper-misc.php:
|
1226 |
msgid "Belgium"
|
1227 |
msgstr ""
|
1228 |
|
1229 |
-
#: core/helpers/helper-form-templates.php:1004 core/helpers/helper-misc.php:
|
1230 |
msgid "Burkina Faso"
|
1231 |
msgstr ""
|
1232 |
|
1233 |
-
#: core/helpers/helper-form-templates.php:1005 core/helpers/helper-misc.php:
|
1234 |
msgid "Bulgaria"
|
1235 |
msgstr ""
|
1236 |
|
1237 |
-
#: core/helpers/helper-form-templates.php:1006 core/helpers/helper-misc.php:
|
1238 |
msgid "Bahrain"
|
1239 |
msgstr ""
|
1240 |
|
1241 |
-
#: core/helpers/helper-form-templates.php:1007 core/helpers/helper-misc.php:
|
1242 |
msgid "Burundi"
|
1243 |
msgstr ""
|
1244 |
|
1245 |
-
#: core/helpers/helper-form-templates.php:1008 core/helpers/helper-misc.php:
|
1246 |
msgid "Benin"
|
1247 |
msgstr ""
|
1248 |
|
@@ -1250,43 +1252,43 @@ msgstr ""
|
|
1250 |
msgid "Saint Barthelemy"
|
1251 |
msgstr ""
|
1252 |
|
1253 |
-
#: core/helpers/helper-form-templates.php:1010 core/helpers/helper-misc.php:
|
1254 |
msgid "Bermuda"
|
1255 |
msgstr ""
|
1256 |
|
1257 |
-
#: core/helpers/helper-form-templates.php:1011 core/helpers/helper-misc.php:
|
1258 |
msgid "Brunei Darussalam"
|
1259 |
msgstr ""
|
1260 |
|
1261 |
-
#: core/helpers/helper-form-templates.php:1012 core/helpers/helper-misc.php:
|
1262 |
msgid "Bolivia"
|
1263 |
msgstr ""
|
1264 |
|
1265 |
-
#: core/helpers/helper-form-templates.php:1013 core/helpers/helper-misc.php:
|
1266 |
msgid "Brazil"
|
1267 |
msgstr ""
|
1268 |
|
1269 |
-
#: core/helpers/helper-form-templates.php:1014 core/helpers/helper-misc.php:
|
1270 |
msgid "Bahamas"
|
1271 |
msgstr ""
|
1272 |
|
1273 |
-
#: core/helpers/helper-form-templates.php:1015 core/helpers/helper-misc.php:
|
1274 |
msgid "Bhutan"
|
1275 |
msgstr ""
|
1276 |
|
1277 |
-
#: core/helpers/helper-form-templates.php:1016 core/helpers/helper-misc.php:
|
1278 |
msgid "Botswana"
|
1279 |
msgstr ""
|
1280 |
|
1281 |
-
#: core/helpers/helper-form-templates.php:1017 core/helpers/helper-misc.php:
|
1282 |
msgid "Belarus"
|
1283 |
msgstr ""
|
1284 |
|
1285 |
-
#: core/helpers/helper-form-templates.php:1018 core/helpers/helper-misc.php:
|
1286 |
msgid "Belize"
|
1287 |
msgstr ""
|
1288 |
|
1289 |
-
#: core/helpers/helper-form-templates.php:1019 core/helpers/helper-misc.php:
|
1290 |
msgid "Canada"
|
1291 |
msgstr ""
|
1292 |
|
@@ -1294,175 +1296,175 @@ msgstr ""
|
|
1294 |
msgid "Congo, The Democratic Republic of the"
|
1295 |
msgstr ""
|
1296 |
|
1297 |
-
#: core/helpers/helper-form-templates.php:1021 core/helpers/helper-misc.php:
|
1298 |
msgid "Central African Republic"
|
1299 |
msgstr ""
|
1300 |
|
1301 |
-
#: core/helpers/helper-form-templates.php:1022 core/helpers/helper-misc.php:
|
1302 |
msgid "Congo"
|
1303 |
msgstr ""
|
1304 |
|
1305 |
-
#: core/helpers/helper-form-templates.php:1023 core/helpers/helper-misc.php:
|
1306 |
msgid "Switzerland"
|
1307 |
msgstr ""
|
1308 |
|
1309 |
-
#: core/helpers/helper-form-templates.php:1024 core/helpers/helper-misc.php:
|
1310 |
msgid "Cook Islands"
|
1311 |
msgstr ""
|
1312 |
|
1313 |
-
#: core/helpers/helper-form-templates.php:1025 core/helpers/helper-misc.php:
|
1314 |
msgid "Chile"
|
1315 |
msgstr ""
|
1316 |
|
1317 |
-
#: core/helpers/helper-form-templates.php:1026 core/helpers/helper-misc.php:
|
1318 |
msgid "Cameroon"
|
1319 |
msgstr ""
|
1320 |
|
1321 |
-
#: core/helpers/helper-form-templates.php:1027 core/helpers/helper-misc.php:
|
1322 |
msgid "China"
|
1323 |
msgstr ""
|
1324 |
|
1325 |
-
#: core/helpers/helper-form-templates.php:1028 core/helpers/helper-misc.php:
|
1326 |
msgid "Colombia"
|
1327 |
msgstr ""
|
1328 |
|
1329 |
-
#: core/helpers/helper-form-templates.php:1029 core/helpers/helper-misc.php:
|
1330 |
msgid "Costa Rica"
|
1331 |
msgstr ""
|
1332 |
|
1333 |
-
#: core/helpers/helper-form-templates.php:1030 core/helpers/helper-misc.php:
|
1334 |
msgid "Cuba"
|
1335 |
msgstr ""
|
1336 |
|
1337 |
-
#: core/helpers/helper-form-templates.php:1031 core/helpers/helper-misc.php:
|
1338 |
msgid "Cape Verde"
|
1339 |
msgstr ""
|
1340 |
|
1341 |
-
#: core/helpers/helper-form-templates.php:1032 core/helpers/helper-misc.php:
|
1342 |
msgid "Cyprus"
|
1343 |
msgstr ""
|
1344 |
|
1345 |
-
#: core/helpers/helper-form-templates.php:1033 core/helpers/helper-misc.php:
|
1346 |
msgid "Czech Republic"
|
1347 |
msgstr ""
|
1348 |
|
1349 |
-
#: core/helpers/helper-form-templates.php:1034 core/helpers/helper-misc.php:
|
1350 |
msgid "Germany"
|
1351 |
msgstr ""
|
1352 |
|
1353 |
-
#: core/helpers/helper-form-templates.php:1035 core/helpers/helper-misc.php:
|
1354 |
msgid "Djibouti"
|
1355 |
msgstr ""
|
1356 |
|
1357 |
-
#: core/helpers/helper-form-templates.php:1036 core/helpers/helper-misc.php:
|
1358 |
msgid "Denmark"
|
1359 |
msgstr ""
|
1360 |
|
1361 |
-
#: core/helpers/helper-form-templates.php:1037 core/helpers/helper-misc.php:
|
1362 |
msgid "Dominica"
|
1363 |
msgstr ""
|
1364 |
|
1365 |
-
#: core/helpers/helper-form-templates.php:1038 core/helpers/helper-misc.php:
|
1366 |
msgid "Dominican Republic"
|
1367 |
msgstr ""
|
1368 |
|
1369 |
-
#: core/helpers/helper-form-templates.php:1039 core/helpers/helper-misc.php:
|
1370 |
msgid "Algeria"
|
1371 |
msgstr ""
|
1372 |
|
1373 |
-
#: core/helpers/helper-form-templates.php:1040 core/helpers/helper-misc.php:
|
1374 |
msgid "Ecuador"
|
1375 |
msgstr ""
|
1376 |
|
1377 |
-
#: core/helpers/helper-form-templates.php:1041 core/helpers/helper-misc.php:
|
1378 |
msgid "Estonia"
|
1379 |
msgstr ""
|
1380 |
|
1381 |
-
#: core/helpers/helper-form-templates.php:1042 core/helpers/helper-misc.php:
|
1382 |
msgid "Egypt"
|
1383 |
msgstr ""
|
1384 |
|
1385 |
-
#: core/helpers/helper-form-templates.php:1043 core/helpers/helper-misc.php:
|
1386 |
msgid "Eritrea"
|
1387 |
msgstr ""
|
1388 |
|
1389 |
-
#: core/helpers/helper-form-templates.php:1044 core/helpers/helper-misc.php:
|
1390 |
msgid "Spain"
|
1391 |
msgstr ""
|
1392 |
|
1393 |
-
#: core/helpers/helper-form-templates.php:1045 core/helpers/helper-misc.php:
|
1394 |
msgid "Ethiopia"
|
1395 |
msgstr ""
|
1396 |
|
1397 |
-
#: core/helpers/helper-form-templates.php:1046 core/helpers/helper-misc.php:
|
1398 |
msgid "Finland"
|
1399 |
msgstr ""
|
1400 |
|
1401 |
-
#: core/helpers/helper-form-templates.php:1047 core/helpers/helper-misc.php:
|
1402 |
msgid "Fiji"
|
1403 |
msgstr ""
|
1404 |
|
1405 |
-
#: core/helpers/helper-form-templates.php:1048 core/helpers/helper-misc.php:
|
1406 |
msgid "Falkland Islands (Malvinas)"
|
1407 |
msgstr ""
|
1408 |
|
1409 |
-
#: core/helpers/helper-form-templates.php:1049 core/helpers/helper-misc.php:
|
1410 |
msgid "Micronesia, Federated States of"
|
1411 |
msgstr ""
|
1412 |
|
1413 |
-
#: core/helpers/helper-form-templates.php:1050 core/helpers/helper-misc.php:
|
1414 |
msgid "Faroe Islands"
|
1415 |
msgstr ""
|
1416 |
|
1417 |
-
#: core/helpers/helper-form-templates.php:1051 core/helpers/helper-misc.php:
|
1418 |
msgid "France"
|
1419 |
msgstr ""
|
1420 |
|
1421 |
-
#: core/helpers/helper-form-templates.php:1052 core/helpers/helper-misc.php:
|
1422 |
msgid "Gabon"
|
1423 |
msgstr ""
|
1424 |
|
1425 |
-
#: core/helpers/helper-form-templates.php:1053 core/helpers/helper-misc.php:
|
1426 |
msgid "United Kingdom"
|
1427 |
msgstr ""
|
1428 |
|
1429 |
-
#: core/helpers/helper-form-templates.php:1054 core/helpers/helper-misc.php:
|
1430 |
msgid "Grenada"
|
1431 |
msgstr ""
|
1432 |
|
1433 |
-
#: core/helpers/helper-form-templates.php:1055 core/helpers/helper-misc.php:
|
1434 |
msgid "Georgia"
|
1435 |
msgstr ""
|
1436 |
|
1437 |
-
#: core/helpers/helper-form-templates.php:1056 core/helpers/helper-misc.php:
|
1438 |
msgid "Ghana"
|
1439 |
msgstr ""
|
1440 |
|
1441 |
-
#: core/helpers/helper-form-templates.php:1057 core/helpers/helper-misc.php:
|
1442 |
msgid "Gibraltar"
|
1443 |
msgstr ""
|
1444 |
|
1445 |
-
#: core/helpers/helper-form-templates.php:1058 core/helpers/helper-misc.php:
|
1446 |
msgid "Greenland"
|
1447 |
msgstr ""
|
1448 |
|
1449 |
-
#: core/helpers/helper-form-templates.php:1059 core/helpers/helper-misc.php:
|
1450 |
msgid "Gambia"
|
1451 |
msgstr ""
|
1452 |
|
1453 |
-
#: core/helpers/helper-form-templates.php:1060 core/helpers/helper-misc.php:
|
1454 |
msgid "Guinea"
|
1455 |
msgstr ""
|
1456 |
|
1457 |
-
#: core/helpers/helper-form-templates.php:1061 core/helpers/helper-misc.php:
|
1458 |
msgid "Greece"
|
1459 |
msgstr ""
|
1460 |
|
1461 |
-
#: core/helpers/helper-form-templates.php:1062 core/helpers/helper-misc.php:
|
1462 |
msgid "Guatemala"
|
1463 |
msgstr ""
|
1464 |
|
1465 |
-
#: core/helpers/helper-form-templates.php:1063 core/helpers/helper-misc.php:
|
1466 |
msgid "Guam"
|
1467 |
msgstr ""
|
1468 |
|
@@ -1470,15 +1472,15 @@ msgstr ""
|
|
1470 |
msgid "Guinea-bissau"
|
1471 |
msgstr ""
|
1472 |
|
1473 |
-
#: core/helpers/helper-form-templates.php:1065 core/helpers/helper-misc.php:
|
1474 |
msgid "Guyana"
|
1475 |
msgstr ""
|
1476 |
|
1477 |
-
#: core/helpers/helper-form-templates.php:1066 core/helpers/helper-misc.php:
|
1478 |
msgid "Hong Kong"
|
1479 |
msgstr ""
|
1480 |
|
1481 |
-
#: core/helpers/helper-form-templates.php:1067 core/helpers/helper-misc.php:
|
1482 |
msgid "Honduras"
|
1483 |
msgstr ""
|
1484 |
|
@@ -1486,31 +1488,31 @@ msgstr ""
|
|
1486 |
msgid "Croatia"
|
1487 |
msgstr ""
|
1488 |
|
1489 |
-
#: core/helpers/helper-form-templates.php:1069 core/helpers/helper-misc.php:
|
1490 |
msgid "Haiti"
|
1491 |
msgstr ""
|
1492 |
|
1493 |
-
#: core/helpers/helper-form-templates.php:1070 core/helpers/helper-misc.php:
|
1494 |
msgid "Hungary"
|
1495 |
msgstr ""
|
1496 |
|
1497 |
-
#: core/helpers/helper-form-templates.php:1071 core/helpers/helper-misc.php:
|
1498 |
msgid "Indonesia"
|
1499 |
msgstr ""
|
1500 |
|
1501 |
-
#: core/helpers/helper-form-templates.php:1072 core/helpers/helper-misc.php:
|
1502 |
msgid "Ireland"
|
1503 |
msgstr ""
|
1504 |
|
1505 |
-
#: core/helpers/helper-form-templates.php:1073 core/helpers/helper-misc.php:
|
1506 |
msgid "Israel"
|
1507 |
msgstr ""
|
1508 |
|
1509 |
-
#: core/helpers/helper-form-templates.php:1074 core/helpers/helper-misc.php:
|
1510 |
msgid "India"
|
1511 |
msgstr ""
|
1512 |
|
1513 |
-
#: core/helpers/helper-form-templates.php:1075 core/helpers/helper-misc.php:
|
1514 |
msgid "Iraq"
|
1515 |
msgstr ""
|
1516 |
|
@@ -1518,47 +1520,47 @@ msgstr ""
|
|
1518 |
msgid "Iran, Islamic Republic of"
|
1519 |
msgstr ""
|
1520 |
|
1521 |
-
#: core/helpers/helper-form-templates.php:1077 core/helpers/helper-misc.php:
|
1522 |
msgid "Iceland"
|
1523 |
msgstr ""
|
1524 |
|
1525 |
-
#: core/helpers/helper-form-templates.php:1078 core/helpers/helper-misc.php:
|
1526 |
msgid "Italy"
|
1527 |
msgstr ""
|
1528 |
|
1529 |
-
#: core/helpers/helper-form-templates.php:1079 core/helpers/helper-misc.php:
|
1530 |
msgid "Jamaica"
|
1531 |
msgstr ""
|
1532 |
|
1533 |
-
#: core/helpers/helper-form-templates.php:1080 core/helpers/helper-misc.php:
|
1534 |
msgid "Jordan"
|
1535 |
msgstr ""
|
1536 |
|
1537 |
-
#: core/helpers/helper-form-templates.php:1081 core/helpers/helper-misc.php:
|
1538 |
msgid "Japan"
|
1539 |
msgstr ""
|
1540 |
|
1541 |
-
#: core/helpers/helper-form-templates.php:1082 core/helpers/helper-misc.php:
|
1542 |
msgid "Kenya"
|
1543 |
msgstr ""
|
1544 |
|
1545 |
-
#: core/helpers/helper-form-templates.php:1083 core/helpers/helper-misc.php:
|
1546 |
msgid "Kyrgyzstan"
|
1547 |
msgstr ""
|
1548 |
|
1549 |
-
#: core/helpers/helper-form-templates.php:1084 core/helpers/helper-misc.php:
|
1550 |
msgid "Cambodia"
|
1551 |
msgstr ""
|
1552 |
|
1553 |
-
#: core/helpers/helper-form-templates.php:1085 core/helpers/helper-misc.php:
|
1554 |
msgid "Kiribati"
|
1555 |
msgstr ""
|
1556 |
|
1557 |
-
#: core/helpers/helper-form-templates.php:1086 core/helpers/helper-misc.php:
|
1558 |
msgid "Comoros"
|
1559 |
msgstr ""
|
1560 |
|
1561 |
-
#: core/helpers/helper-form-templates.php:1087 core/helpers/helper-misc.php:
|
1562 |
msgid "Saint Kitts and Nevis"
|
1563 |
msgstr ""
|
1564 |
|
@@ -1570,11 +1572,11 @@ msgstr ""
|
|
1570 |
msgid "Korea Republic of"
|
1571 |
msgstr ""
|
1572 |
|
1573 |
-
#: core/helpers/helper-form-templates.php:1090 core/helpers/helper-misc.php:
|
1574 |
msgid "Kuwait"
|
1575 |
msgstr ""
|
1576 |
|
1577 |
-
#: core/helpers/helper-form-templates.php:1091 core/helpers/helper-misc.php:
|
1578 |
msgid "Cayman Islands"
|
1579 |
msgstr ""
|
1580 |
|
@@ -1582,55 +1584,55 @@ msgstr ""
|
|
1582 |
msgid "Lao Peoples Democratic Republic"
|
1583 |
msgstr ""
|
1584 |
|
1585 |
-
#: core/helpers/helper-form-templates.php:1093 core/helpers/helper-misc.php:
|
1586 |
msgid "Lebanon"
|
1587 |
msgstr ""
|
1588 |
|
1589 |
-
#: core/helpers/helper-form-templates.php:1094 core/helpers/helper-misc.php:
|
1590 |
msgid "Saint Lucia"
|
1591 |
msgstr ""
|
1592 |
|
1593 |
-
#: core/helpers/helper-form-templates.php:1095 core/helpers/helper-misc.php:
|
1594 |
msgid "Liechtenstein"
|
1595 |
msgstr ""
|
1596 |
|
1597 |
-
#: core/helpers/helper-form-templates.php:1096 core/helpers/helper-misc.php:
|
1598 |
msgid "Sri Lanka"
|
1599 |
msgstr ""
|
1600 |
|
1601 |
-
#: core/helpers/helper-form-templates.php:1097 core/helpers/helper-misc.php:
|
1602 |
msgid "Liberia"
|
1603 |
msgstr ""
|
1604 |
|
1605 |
-
#: core/helpers/helper-form-templates.php:1098 core/helpers/helper-misc.php:
|
1606 |
msgid "Lesotho"
|
1607 |
msgstr ""
|
1608 |
|
1609 |
-
#: core/helpers/helper-form-templates.php:1099 core/helpers/helper-misc.php:
|
1610 |
msgid "Lithuania"
|
1611 |
msgstr ""
|
1612 |
|
1613 |
-
#: core/helpers/helper-form-templates.php:1100 core/helpers/helper-misc.php:
|
1614 |
msgid "Luxembourg"
|
1615 |
msgstr ""
|
1616 |
|
1617 |
-
#: core/helpers/helper-form-templates.php:1101 core/helpers/helper-misc.php:
|
1618 |
msgid "Latvia"
|
1619 |
msgstr ""
|
1620 |
|
1621 |
-
#: core/helpers/helper-form-templates.php:1102 core/helpers/helper-misc.php:
|
1622 |
msgid "Libyan Arab Jamahiriya"
|
1623 |
msgstr ""
|
1624 |
|
1625 |
-
#: core/helpers/helper-form-templates.php:1103 core/helpers/helper-misc.php:
|
1626 |
msgid "Morocco"
|
1627 |
msgstr ""
|
1628 |
|
1629 |
-
#: core/helpers/helper-form-templates.php:1104 core/helpers/helper-misc.php:
|
1630 |
msgid "Monaco"
|
1631 |
msgstr ""
|
1632 |
|
1633 |
-
#: core/helpers/helper-form-templates.php:1105 core/helpers/helper-misc.php:
|
1634 |
msgid "Moldova, Republic of"
|
1635 |
msgstr ""
|
1636 |
|
@@ -1638,147 +1640,147 @@ msgstr ""
|
|
1638 |
msgid "Montenegro"
|
1639 |
msgstr ""
|
1640 |
|
1641 |
-
#: core/helpers/helper-form-templates.php:1107 core/helpers/helper-misc.php:
|
1642 |
msgid "Madagascar"
|
1643 |
msgstr ""
|
1644 |
|
1645 |
-
#: core/helpers/helper-form-templates.php:1108 core/helpers/helper-misc.php:
|
1646 |
msgid "Marshall Islands"
|
1647 |
msgstr ""
|
1648 |
|
1649 |
-
#: core/helpers/helper-form-templates.php:1109 core/helpers/helper-misc.php:
|
1650 |
msgid "Macedonia, The Former Yugoslav Republic of"
|
1651 |
msgstr ""
|
1652 |
|
1653 |
-
#: core/helpers/helper-form-templates.php:1110 core/helpers/helper-misc.php:
|
1654 |
msgid "Mali"
|
1655 |
msgstr ""
|
1656 |
|
1657 |
-
#: core/helpers/helper-form-templates.php:1111 core/helpers/helper-misc.php:
|
1658 |
msgid "Myanmar"
|
1659 |
msgstr ""
|
1660 |
|
1661 |
-
#: core/helpers/helper-form-templates.php:1112 core/helpers/helper-misc.php:
|
1662 |
msgid "Mongolia"
|
1663 |
msgstr ""
|
1664 |
|
1665 |
-
#: core/helpers/helper-form-templates.php:1113 core/helpers/helper-misc.php:
|
1666 |
msgid "Macau"
|
1667 |
msgstr ""
|
1668 |
|
1669 |
-
#: core/helpers/helper-form-templates.php:1114 core/helpers/helper-misc.php:
|
1670 |
msgid "Northern Mariana Islands"
|
1671 |
msgstr ""
|
1672 |
|
1673 |
-
#: core/helpers/helper-form-templates.php:1115 core/helpers/helper-misc.php:
|
1674 |
msgid "Mauritania"
|
1675 |
msgstr ""
|
1676 |
|
1677 |
-
#: core/helpers/helper-form-templates.php:1116 core/helpers/helper-misc.php:
|
1678 |
msgid "Montserrat"
|
1679 |
msgstr ""
|
1680 |
|
1681 |
-
#: core/helpers/helper-form-templates.php:1117 core/helpers/helper-misc.php:
|
1682 |
msgid "Malta"
|
1683 |
msgstr ""
|
1684 |
|
1685 |
-
#: core/helpers/helper-form-templates.php:1118 core/helpers/helper-misc.php:
|
1686 |
msgid "Mauritius"
|
1687 |
msgstr ""
|
1688 |
|
1689 |
-
#: core/helpers/helper-form-templates.php:1119 core/helpers/helper-misc.php:
|
1690 |
msgid "Maldives"
|
1691 |
msgstr ""
|
1692 |
|
1693 |
-
#: core/helpers/helper-form-templates.php:1120 core/helpers/helper-misc.php:
|
1694 |
msgid "Malawi"
|
1695 |
msgstr ""
|
1696 |
|
1697 |
-
#: core/helpers/helper-form-templates.php:1121 core/helpers/helper-misc.php:
|
1698 |
msgid "Mexico"
|
1699 |
msgstr ""
|
1700 |
|
1701 |
-
#: core/helpers/helper-form-templates.php:1122 core/helpers/helper-misc.php:
|
1702 |
msgid "Malaysia"
|
1703 |
msgstr ""
|
1704 |
|
1705 |
-
#: core/helpers/helper-form-templates.php:1123 core/helpers/helper-misc.php:
|
1706 |
msgid "Mozambique"
|
1707 |
msgstr ""
|
1708 |
|
1709 |
-
#: core/helpers/helper-form-templates.php:1124 core/helpers/helper-misc.php:
|
1710 |
msgid "Namibia"
|
1711 |
msgstr ""
|
1712 |
|
1713 |
-
#: core/helpers/helper-form-templates.php:1125 core/helpers/helper-misc.php:
|
1714 |
msgid "New Caledonia"
|
1715 |
msgstr ""
|
1716 |
|
1717 |
-
#: core/helpers/helper-form-templates.php:1126 core/helpers/helper-misc.php:
|
1718 |
msgid "Niger"
|
1719 |
msgstr ""
|
1720 |
|
1721 |
-
#: core/helpers/helper-form-templates.php:1127 core/helpers/helper-misc.php:
|
1722 |
msgid "Nigeria"
|
1723 |
msgstr ""
|
1724 |
|
1725 |
-
#: core/helpers/helper-form-templates.php:1128 core/helpers/helper-misc.php:
|
1726 |
msgid "Nicaragua"
|
1727 |
msgstr ""
|
1728 |
|
1729 |
-
#: core/helpers/helper-form-templates.php:1129 core/helpers/helper-misc.php:
|
1730 |
msgid "Netherlands"
|
1731 |
msgstr ""
|
1732 |
|
1733 |
-
#: core/helpers/helper-form-templates.php:1130 core/helpers/helper-misc.php:
|
1734 |
msgid "Norway"
|
1735 |
msgstr ""
|
1736 |
|
1737 |
-
#: core/helpers/helper-form-templates.php:1131 core/helpers/helper-misc.php:
|
1738 |
msgid "Nepal"
|
1739 |
msgstr ""
|
1740 |
|
1741 |
-
#: core/helpers/helper-form-templates.php:1132 core/helpers/helper-misc.php:
|
1742 |
msgid "Nauru"
|
1743 |
msgstr ""
|
1744 |
|
1745 |
-
#: core/helpers/helper-form-templates.php:1133 core/helpers/helper-misc.php:
|
1746 |
msgid "Niue"
|
1747 |
msgstr ""
|
1748 |
|
1749 |
-
#: core/helpers/helper-form-templates.php:1134 core/helpers/helper-misc.php:
|
1750 |
msgid "New Zealand"
|
1751 |
msgstr ""
|
1752 |
|
1753 |
-
#: core/helpers/helper-form-templates.php:1135 core/helpers/helper-misc.php:
|
1754 |
msgid "Oman"
|
1755 |
msgstr ""
|
1756 |
|
1757 |
-
#: core/helpers/helper-form-templates.php:1136 core/helpers/helper-misc.php:
|
1758 |
msgid "Panama"
|
1759 |
msgstr ""
|
1760 |
|
1761 |
-
#: core/helpers/helper-form-templates.php:1137 core/helpers/helper-misc.php:
|
1762 |
msgid "Peru"
|
1763 |
msgstr ""
|
1764 |
|
1765 |
-
#: core/helpers/helper-form-templates.php:1138 core/helpers/helper-misc.php:
|
1766 |
msgid "French Polynesia"
|
1767 |
msgstr ""
|
1768 |
|
1769 |
-
#: core/helpers/helper-form-templates.php:1139 core/helpers/helper-misc.php:
|
1770 |
msgid "Papua New Guinea"
|
1771 |
msgstr ""
|
1772 |
|
1773 |
-
#: core/helpers/helper-form-templates.php:1140 core/helpers/helper-misc.php:
|
1774 |
msgid "Philippines"
|
1775 |
msgstr ""
|
1776 |
|
1777 |
-
#: core/helpers/helper-form-templates.php:1141 core/helpers/helper-misc.php:
|
1778 |
msgid "Pakistan"
|
1779 |
msgstr ""
|
1780 |
|
1781 |
-
#: core/helpers/helper-form-templates.php:1142 core/helpers/helper-misc.php:
|
1782 |
msgid "Poland"
|
1783 |
msgstr ""
|
1784 |
|
@@ -1786,27 +1788,27 @@ msgstr ""
|
|
1786 |
msgid "Saint Pierre and Miquelon"
|
1787 |
msgstr ""
|
1788 |
|
1789 |
-
#: core/helpers/helper-form-templates.php:1144 core/helpers/helper-misc.php:
|
1790 |
msgid "Pitcairn"
|
1791 |
msgstr ""
|
1792 |
|
1793 |
-
#: core/helpers/helper-form-templates.php:1145 core/helpers/helper-misc.php:
|
1794 |
msgid "Portugal"
|
1795 |
msgstr ""
|
1796 |
|
1797 |
-
#: core/helpers/helper-form-templates.php:1146 core/helpers/helper-misc.php:
|
1798 |
msgid "Palau"
|
1799 |
msgstr ""
|
1800 |
|
1801 |
-
#: core/helpers/helper-form-templates.php:1147 core/helpers/helper-misc.php:
|
1802 |
msgid "Paraguay"
|
1803 |
msgstr ""
|
1804 |
|
1805 |
-
#: core/helpers/helper-form-templates.php:1148 core/helpers/helper-misc.php:
|
1806 |
msgid "Qatar"
|
1807 |
msgstr ""
|
1808 |
|
1809 |
-
#: core/helpers/helper-form-templates.php:1149 core/helpers/helper-misc.php:
|
1810 |
msgid "Romania"
|
1811 |
msgstr ""
|
1812 |
|
@@ -1814,35 +1816,35 @@ msgstr ""
|
|
1814 |
msgid "Serbia"
|
1815 |
msgstr ""
|
1816 |
|
1817 |
-
#: core/helpers/helper-form-templates.php:1151 core/helpers/helper-misc.php:
|
1818 |
msgid "Russian Federation"
|
1819 |
msgstr ""
|
1820 |
|
1821 |
-
#: core/helpers/helper-form-templates.php:1152 core/helpers/helper-misc.php:
|
1822 |
msgid "Rwanda"
|
1823 |
msgstr ""
|
1824 |
|
1825 |
-
#: core/helpers/helper-form-templates.php:1153 core/helpers/helper-misc.php:
|
1826 |
msgid "Saudi Arabia"
|
1827 |
msgstr ""
|
1828 |
|
1829 |
-
#: core/helpers/helper-form-templates.php:1154 core/helpers/helper-misc.php:
|
1830 |
msgid "Solomon Islands"
|
1831 |
msgstr ""
|
1832 |
|
1833 |
-
#: core/helpers/helper-form-templates.php:1155 core/helpers/helper-misc.php:
|
1834 |
msgid "Seychelles"
|
1835 |
msgstr ""
|
1836 |
|
1837 |
-
#: core/helpers/helper-form-templates.php:1156 core/helpers/helper-misc.php:
|
1838 |
msgid "Sudan"
|
1839 |
msgstr ""
|
1840 |
|
1841 |
-
#: core/helpers/helper-form-templates.php:1157 core/helpers/helper-misc.php:
|
1842 |
msgid "Sweden"
|
1843 |
msgstr ""
|
1844 |
|
1845 |
-
#: core/helpers/helper-form-templates.php:1158 core/helpers/helper-misc.php:
|
1846 |
msgid "Singapore"
|
1847 |
msgstr ""
|
1848 |
|
@@ -1850,7 +1852,7 @@ msgstr ""
|
|
1850 |
msgid "Saint Helena"
|
1851 |
msgstr ""
|
1852 |
|
1853 |
-
#: core/helpers/helper-form-templates.php:1160 core/helpers/helper-misc.php:
|
1854 |
msgid "Slovenia"
|
1855 |
msgstr ""
|
1856 |
|
@@ -1858,63 +1860,63 @@ msgstr ""
|
|
1858 |
msgid "Slovakia"
|
1859 |
msgstr ""
|
1860 |
|
1861 |
-
#: core/helpers/helper-form-templates.php:1162 core/helpers/helper-misc.php:
|
1862 |
msgid "Sierra Leone"
|
1863 |
msgstr ""
|
1864 |
|
1865 |
-
#: core/helpers/helper-form-templates.php:1163 core/helpers/helper-misc.php:
|
1866 |
msgid "San Marino"
|
1867 |
msgstr ""
|
1868 |
|
1869 |
-
#: core/helpers/helper-form-templates.php:1164 core/helpers/helper-misc.php:
|
1870 |
msgid "Senegal"
|
1871 |
msgstr ""
|
1872 |
|
1873 |
-
#: core/helpers/helper-form-templates.php:1165 core/helpers/helper-misc.php:
|
1874 |
msgid "Somalia"
|
1875 |
msgstr ""
|
1876 |
|
1877 |
-
#: core/helpers/helper-form-templates.php:1166 core/helpers/helper-misc.php:
|
1878 |
msgid "Suriname"
|
1879 |
msgstr ""
|
1880 |
|
1881 |
-
#: core/helpers/helper-form-templates.php:1167 core/helpers/helper-misc.php:
|
1882 |
msgid "Sao Tome and Principe"
|
1883 |
msgstr ""
|
1884 |
|
1885 |
-
#: core/helpers/helper-form-templates.php:1168 core/helpers/helper-misc.php:
|
1886 |
msgid "El Salvador"
|
1887 |
msgstr ""
|
1888 |
|
1889 |
-
#: core/helpers/helper-form-templates.php:1169 core/helpers/helper-misc.php:
|
1890 |
msgid "Syrian Arab Republic"
|
1891 |
msgstr ""
|
1892 |
|
1893 |
-
#: core/helpers/helper-form-templates.php:1170 core/helpers/helper-misc.php:
|
1894 |
msgid "Swaziland"
|
1895 |
msgstr ""
|
1896 |
|
1897 |
-
#: core/helpers/helper-form-templates.php:1171 core/helpers/helper-misc.php:
|
1898 |
msgid "Turks and Caicos Islands"
|
1899 |
msgstr ""
|
1900 |
|
1901 |
-
#: core/helpers/helper-form-templates.php:1172 core/helpers/helper-misc.php:
|
1902 |
msgid "Chad"
|
1903 |
msgstr ""
|
1904 |
|
1905 |
-
#: core/helpers/helper-form-templates.php:1173 core/helpers/helper-misc.php:
|
1906 |
msgid "Togo"
|
1907 |
msgstr ""
|
1908 |
|
1909 |
-
#: core/helpers/helper-form-templates.php:1174 core/helpers/helper-misc.php:
|
1910 |
msgid "Thailand"
|
1911 |
msgstr ""
|
1912 |
|
1913 |
-
#: core/helpers/helper-form-templates.php:1175 core/helpers/helper-misc.php:
|
1914 |
msgid "Tajikistan"
|
1915 |
msgstr ""
|
1916 |
|
1917 |
-
#: core/helpers/helper-form-templates.php:1176 core/helpers/helper-misc.php:
|
1918 |
msgid "Tokelau"
|
1919 |
msgstr ""
|
1920 |
|
@@ -1922,63 +1924,63 @@ msgstr ""
|
|
1922 |
msgid "Timor-leste"
|
1923 |
msgstr ""
|
1924 |
|
1925 |
-
#: core/helpers/helper-form-templates.php:1178 core/helpers/helper-misc.php:
|
1926 |
msgid "Turkmenistan"
|
1927 |
msgstr ""
|
1928 |
|
1929 |
-
#: core/helpers/helper-form-templates.php:1179 core/helpers/helper-misc.php:
|
1930 |
msgid "Tunisia"
|
1931 |
msgstr ""
|
1932 |
|
1933 |
-
#: core/helpers/helper-form-templates.php:1180 core/helpers/helper-misc.php:
|
1934 |
msgid "Tonga"
|
1935 |
msgstr ""
|
1936 |
|
1937 |
-
#: core/helpers/helper-form-templates.php:1181 core/helpers/helper-misc.php:
|
1938 |
msgid "Turkey"
|
1939 |
msgstr ""
|
1940 |
|
1941 |
-
#: core/helpers/helper-form-templates.php:1182 core/helpers/helper-misc.php:
|
1942 |
msgid "Trinidad and Tobago"
|
1943 |
msgstr ""
|
1944 |
|
1945 |
-
#: core/helpers/helper-form-templates.php:1183 core/helpers/helper-misc.php:
|
1946 |
msgid "Tuvalu"
|
1947 |
msgstr ""
|
1948 |
|
1949 |
-
#: core/helpers/helper-form-templates.php:1184 core/helpers/helper-misc.php:
|
1950 |
msgid "Taiwan, Province of China"
|
1951 |
msgstr ""
|
1952 |
|
1953 |
-
#: core/helpers/helper-form-templates.php:1185 core/helpers/helper-misc.php:
|
1954 |
msgid "Tanzania, United Republic of"
|
1955 |
msgstr ""
|
1956 |
|
1957 |
-
#: core/helpers/helper-form-templates.php:1186 core/helpers/helper-misc.php:
|
1958 |
msgid "Ukraine"
|
1959 |
msgstr ""
|
1960 |
|
1961 |
-
#: core/helpers/helper-form-templates.php:1187 core/helpers/helper-misc.php:
|
1962 |
msgid "Uganda"
|
1963 |
msgstr ""
|
1964 |
|
1965 |
-
#: core/helpers/helper-form-templates.php:1188 core/helpers/helper-misc.php:
|
1966 |
msgid "United States"
|
1967 |
msgstr ""
|
1968 |
|
1969 |
-
#: core/helpers/helper-form-templates.php:1189 core/helpers/helper-misc.php:
|
1970 |
msgid "Uruguay"
|
1971 |
msgstr ""
|
1972 |
|
1973 |
-
#: core/helpers/helper-form-templates.php:1190 core/helpers/helper-misc.php:
|
1974 |
msgid "Uzbekistan"
|
1975 |
msgstr ""
|
1976 |
|
1977 |
-
#: core/helpers/helper-form-templates.php:1191 core/helpers/helper-misc.php:
|
1978 |
msgid "Saint Vincent and the Grenadines"
|
1979 |
msgstr ""
|
1980 |
|
1981 |
-
#: core/helpers/helper-form-templates.php:1192 core/helpers/helper-misc.php:
|
1982 |
msgid "Venezuela"
|
1983 |
msgstr ""
|
1984 |
|
@@ -1990,11 +1992,11 @@ msgstr ""
|
|
1990 |
msgid "Virgin Islands, U.S."
|
1991 |
msgstr ""
|
1992 |
|
1993 |
-
#: core/helpers/helper-form-templates.php:1195 core/helpers/helper-misc.php:
|
1994 |
msgid "Vietnam"
|
1995 |
msgstr ""
|
1996 |
|
1997 |
-
#: core/helpers/helper-form-templates.php:1196 core/helpers/helper-misc.php:
|
1998 |
msgid "Vanuatu"
|
1999 |
msgstr ""
|
2000 |
|
@@ -2002,731 +2004,731 @@ msgstr ""
|
|
2002 |
msgid "Wallis and Futuna"
|
2003 |
msgstr ""
|
2004 |
|
2005 |
-
#: core/helpers/helper-form-templates.php:1198 core/helpers/helper-misc.php:
|
2006 |
msgid "Samoa"
|
2007 |
msgstr ""
|
2008 |
|
2009 |
-
#: core/helpers/helper-form-templates.php:1199 core/helpers/helper-misc.php:
|
2010 |
msgid "Yemen"
|
2011 |
msgstr ""
|
2012 |
|
2013 |
-
#: core/helpers/helper-form-templates.php:1200 core/helpers/helper-misc.php:
|
2014 |
msgid "Mayotte"
|
2015 |
msgstr ""
|
2016 |
|
2017 |
-
#: core/helpers/helper-form-templates.php:1201 core/helpers/helper-misc.php:
|
2018 |
msgid "South Africa"
|
2019 |
msgstr ""
|
2020 |
|
2021 |
-
#: core/helpers/helper-form-templates.php:1202 core/helpers/helper-misc.php:
|
2022 |
msgid "Zambia"
|
2023 |
msgstr ""
|
2024 |
|
2025 |
-
#: core/helpers/helper-form-templates.php:1203 core/helpers/helper-misc.php:
|
2026 |
msgid "Zimbabwe"
|
2027 |
msgstr ""
|
2028 |
|
2029 |
-
#: core/helpers/helper-misc.php:
|
2030 |
msgid "Thank you for creating with"
|
2031 |
msgstr ""
|
2032 |
|
2033 |
-
#: core/helpers/helper-misc.php:
|
2034 |
msgid "Bosnia and Herzegowina"
|
2035 |
msgstr ""
|
2036 |
|
2037 |
-
#: core/helpers/helper-misc.php:
|
2038 |
msgid "Bouvet Island"
|
2039 |
msgstr ""
|
2040 |
|
2041 |
-
#: core/helpers/helper-misc.php:
|
2042 |
msgid "British Indian Ocean Territory"
|
2043 |
msgstr ""
|
2044 |
|
2045 |
-
#: core/helpers/helper-misc.php:
|
2046 |
msgid "Christmas Island"
|
2047 |
msgstr ""
|
2048 |
|
2049 |
-
#: core/helpers/helper-misc.php:
|
2050 |
msgid "Cocos (Keeling) Islands"
|
2051 |
msgstr ""
|
2052 |
|
2053 |
-
#: core/helpers/helper-misc.php:
|
2054 |
msgid "Congo, the Democratic Republic of the"
|
2055 |
msgstr ""
|
2056 |
|
2057 |
-
#: core/helpers/helper-misc.php:
|
2058 |
msgid "Ivory Coast"
|
2059 |
msgstr ""
|
2060 |
|
2061 |
-
#: core/helpers/helper-misc.php:
|
2062 |
msgid "Croatia (Hrvatska)"
|
2063 |
msgstr ""
|
2064 |
|
2065 |
-
#: core/helpers/helper-misc.php:
|
2066 |
msgid "East Timor"
|
2067 |
msgstr ""
|
2068 |
|
2069 |
-
#: core/helpers/helper-misc.php:
|
2070 |
msgid "Equatorial Guinea"
|
2071 |
msgstr ""
|
2072 |
|
2073 |
-
#: core/helpers/helper-misc.php:
|
2074 |
msgid "France Metropolitan"
|
2075 |
msgstr ""
|
2076 |
|
2077 |
-
#: core/helpers/helper-misc.php:
|
2078 |
msgid "French Guiana"
|
2079 |
msgstr ""
|
2080 |
|
2081 |
-
#: core/helpers/helper-misc.php:
|
2082 |
msgid "French Southern Territories"
|
2083 |
msgstr ""
|
2084 |
|
2085 |
-
#: core/helpers/helper-misc.php:
|
2086 |
msgid "Guadeloupe"
|
2087 |
msgstr ""
|
2088 |
|
2089 |
-
#: core/helpers/helper-misc.php:
|
2090 |
msgid "Guinea-Bissau"
|
2091 |
msgstr ""
|
2092 |
|
2093 |
-
#: core/helpers/helper-misc.php:
|
2094 |
msgid "Heard and Mc Donald Islands"
|
2095 |
msgstr ""
|
2096 |
|
2097 |
-
#: core/helpers/helper-misc.php:
|
2098 |
msgid "Holy See (Vatican City State)"
|
2099 |
msgstr ""
|
2100 |
|
2101 |
-
#: core/helpers/helper-misc.php:
|
2102 |
msgid "Iran (Islamic Republic of)"
|
2103 |
msgstr ""
|
2104 |
|
2105 |
-
#: core/helpers/helper-misc.php:
|
2106 |
msgid "Kazakhstan"
|
2107 |
msgstr ""
|
2108 |
|
2109 |
-
#: core/helpers/helper-misc.php:
|
2110 |
msgid "Korea, Democratic People's Republic of"
|
2111 |
msgstr ""
|
2112 |
|
2113 |
-
#: core/helpers/helper-misc.php:
|
2114 |
msgid "Korea, Republic of"
|
2115 |
msgstr ""
|
2116 |
|
2117 |
-
#: core/helpers/helper-misc.php:
|
2118 |
msgid "Lao, People's Democratic Republic"
|
2119 |
msgstr ""
|
2120 |
|
2121 |
-
#: core/helpers/helper-misc.php:
|
2122 |
msgid "Martinique"
|
2123 |
msgstr ""
|
2124 |
|
2125 |
-
#: core/helpers/helper-misc.php:
|
2126 |
msgid "Netherlands Antilles"
|
2127 |
msgstr ""
|
2128 |
|
2129 |
-
#: core/helpers/helper-misc.php:
|
2130 |
msgid "Norfolk Island"
|
2131 |
msgstr ""
|
2132 |
|
2133 |
-
#: core/helpers/helper-misc.php:
|
2134 |
msgid "Puerto Rico"
|
2135 |
msgstr ""
|
2136 |
|
2137 |
-
#: core/helpers/helper-misc.php:
|
2138 |
msgid "Reunion"
|
2139 |
msgstr ""
|
2140 |
|
2141 |
-
#: core/helpers/helper-misc.php:
|
2142 |
msgid "Slovakia (Slovak Republic)"
|
2143 |
msgstr ""
|
2144 |
|
2145 |
-
#: core/helpers/helper-misc.php:
|
2146 |
msgid "South Georgia and the South Sandwich Islands"
|
2147 |
msgstr ""
|
2148 |
|
2149 |
-
#: core/helpers/helper-misc.php:
|
2150 |
msgid "St. Helena"
|
2151 |
msgstr ""
|
2152 |
|
2153 |
-
#: core/helpers/helper-misc.php:
|
2154 |
msgid "St. Pierre and Miquelon"
|
2155 |
msgstr ""
|
2156 |
|
2157 |
-
#: core/helpers/helper-misc.php:
|
2158 |
msgid "Svalbard and Jan Mayen Islands"
|
2159 |
msgstr ""
|
2160 |
|
2161 |
-
#: core/helpers/helper-misc.php:
|
2162 |
msgid "United States Minor Outlying Islands"
|
2163 |
msgstr ""
|
2164 |
|
2165 |
-
#: core/helpers/helper-misc.php:
|
2166 |
msgid "Virgin Islands (British)"
|
2167 |
msgstr ""
|
2168 |
|
2169 |
-
#: core/helpers/helper-misc.php:
|
2170 |
msgid "Virgin Islands (U.S.)"
|
2171 |
msgstr ""
|
2172 |
|
2173 |
-
#: core/helpers/helper-misc.php:
|
2174 |
msgid "Wallis and Futuna Islands"
|
2175 |
msgstr ""
|
2176 |
|
2177 |
-
#: core/helpers/helper-misc.php:
|
2178 |
msgid "Western Sahara"
|
2179 |
msgstr ""
|
2180 |
|
2181 |
-
#: core/helpers/helper-misc.php:
|
2182 |
msgid "Yugoslavia"
|
2183 |
msgstr ""
|
2184 |
|
2185 |
-
#: core/helpers/helper-misc.php:
|
2186 |
msgid "Response #%s"
|
2187 |
msgstr ""
|
2188 |
|
2189 |
-
#: core/helpers/helper-misc.php:
|
2190 |
msgid "Afrikaans"
|
2191 |
msgstr ""
|
2192 |
|
2193 |
-
#: core/helpers/helper-misc.php:
|
2194 |
msgid "Akan"
|
2195 |
msgstr ""
|
2196 |
|
2197 |
-
#: core/helpers/helper-misc.php:
|
2198 |
msgid "Albanian"
|
2199 |
msgstr ""
|
2200 |
|
2201 |
-
#: core/helpers/helper-misc.php:
|
2202 |
msgid "Algerian Arabic"
|
2203 |
msgstr ""
|
2204 |
|
2205 |
-
#: core/helpers/helper-misc.php:
|
2206 |
msgid "Amharic"
|
2207 |
msgstr ""
|
2208 |
|
2209 |
-
#: core/helpers/helper-misc.php:
|
2210 |
msgid "Arabic"
|
2211 |
msgstr ""
|
2212 |
|
2213 |
-
#: core/helpers/helper-misc.php:
|
2214 |
msgid "Armenian"
|
2215 |
msgstr ""
|
2216 |
|
2217 |
-
#: core/helpers/helper-misc.php:
|
2218 |
msgid "Aromanian"
|
2219 |
msgstr ""
|
2220 |
|
2221 |
-
#: core/helpers/helper-misc.php:
|
2222 |
msgid "Arpitan"
|
2223 |
msgstr ""
|
2224 |
|
2225 |
-
#: core/helpers/helper-misc.php:
|
2226 |
msgid "Assamese"
|
2227 |
msgstr ""
|
2228 |
|
2229 |
-
#: core/helpers/helper-misc.php:
|
2230 |
msgid "Azerbaijani"
|
2231 |
msgstr ""
|
2232 |
|
2233 |
-
#: core/helpers/helper-misc.php:
|
2234 |
msgid "Balochi Southern"
|
2235 |
msgstr ""
|
2236 |
|
2237 |
-
#: core/helpers/helper-misc.php:
|
2238 |
msgid "Bashkir"
|
2239 |
msgstr ""
|
2240 |
|
2241 |
-
#: core/helpers/helper-misc.php:
|
2242 |
msgid "Basque"
|
2243 |
msgstr ""
|
2244 |
|
2245 |
-
#: core/helpers/helper-misc.php:
|
2246 |
msgid "Belarusian"
|
2247 |
msgstr ""
|
2248 |
|
2249 |
-
#: core/helpers/helper-misc.php:
|
2250 |
msgid "Bengali"
|
2251 |
msgstr ""
|
2252 |
|
2253 |
-
#: core/helpers/helper-misc.php:
|
2254 |
msgid "Bosnian"
|
2255 |
msgstr ""
|
2256 |
|
2257 |
-
#: core/helpers/helper-misc.php:
|
2258 |
msgid "Breton"
|
2259 |
msgstr ""
|
2260 |
|
2261 |
-
#: core/helpers/helper-misc.php:
|
2262 |
msgid "Bulgarian"
|
2263 |
msgstr ""
|
2264 |
|
2265 |
-
#: core/helpers/helper-misc.php:
|
2266 |
msgid "Catalan"
|
2267 |
msgstr ""
|
2268 |
|
2269 |
-
#: core/helpers/helper-misc.php:
|
2270 |
msgid "Cebuano"
|
2271 |
msgstr ""
|
2272 |
|
2273 |
-
#: core/helpers/helper-misc.php:
|
2274 |
msgid "Chinese"
|
2275 |
msgstr ""
|
2276 |
|
2277 |
-
#: core/helpers/helper-misc.php:
|
2278 |
msgid "Corsican"
|
2279 |
msgstr ""
|
2280 |
|
2281 |
-
#: core/helpers/helper-misc.php:
|
2282 |
msgid "Croatian"
|
2283 |
msgstr ""
|
2284 |
|
2285 |
-
#: core/helpers/helper-misc.php:
|
2286 |
msgid "Czech"
|
2287 |
msgstr ""
|
2288 |
|
2289 |
-
#: core/helpers/helper-misc.php:
|
2290 |
msgid "Danish"
|
2291 |
msgstr ""
|
2292 |
|
2293 |
-
#: core/helpers/helper-misc.php:
|
2294 |
msgid "Dhivehi"
|
2295 |
msgstr ""
|
2296 |
|
2297 |
-
#: core/helpers/helper-misc.php:
|
2298 |
msgid "Dutch"
|
2299 |
msgstr ""
|
2300 |
|
2301 |
-
#: core/helpers/helper-misc.php:
|
2302 |
msgid "Dzongkha"
|
2303 |
msgstr ""
|
2304 |
|
2305 |
-
#: core/helpers/helper-misc.php:
|
2306 |
msgid "English"
|
2307 |
msgstr ""
|
2308 |
|
2309 |
-
#: core/helpers/helper-misc.php:
|
2310 |
msgid "Esperanto"
|
2311 |
msgstr ""
|
2312 |
|
2313 |
-
#: core/helpers/helper-misc.php:
|
2314 |
msgid "Estonian"
|
2315 |
msgstr ""
|
2316 |
|
2317 |
-
#: core/helpers/helper-misc.php:
|
2318 |
msgid "Faroese"
|
2319 |
msgstr ""
|
2320 |
|
2321 |
-
#: core/helpers/helper-misc.php:
|
2322 |
msgid "Finnish"
|
2323 |
msgstr ""
|
2324 |
|
2325 |
-
#: core/helpers/helper-misc.php:
|
2326 |
msgid "French"
|
2327 |
msgstr ""
|
2328 |
|
2329 |
-
#: core/helpers/helper-misc.php:
|
2330 |
msgid "Frisian"
|
2331 |
msgstr ""
|
2332 |
|
2333 |
-
#: core/helpers/helper-misc.php:
|
2334 |
msgid "Friulian"
|
2335 |
msgstr ""
|
2336 |
|
2337 |
-
#: core/helpers/helper-misc.php:
|
2338 |
msgid "Fulah"
|
2339 |
msgstr ""
|
2340 |
|
2341 |
-
#: core/helpers/helper-misc.php:
|
2342 |
msgid "Galician"
|
2343 |
msgstr ""
|
2344 |
|
2345 |
-
#: core/helpers/helper-misc.php:
|
2346 |
msgid "Georgian"
|
2347 |
msgstr ""
|
2348 |
|
2349 |
-
#: core/helpers/helper-misc.php:
|
2350 |
msgid "German"
|
2351 |
msgstr ""
|
2352 |
|
2353 |
-
#: core/helpers/helper-misc.php:
|
2354 |
msgid "Greek"
|
2355 |
msgstr ""
|
2356 |
|
2357 |
-
#: core/helpers/helper-misc.php:
|
2358 |
msgid "Greenlandic"
|
2359 |
msgstr ""
|
2360 |
|
2361 |
-
#: core/helpers/helper-misc.php:
|
2362 |
msgid "Guaraní"
|
2363 |
msgstr ""
|
2364 |
|
2365 |
-
#: core/helpers/helper-misc.php:
|
2366 |
msgid "Gujarati"
|
2367 |
msgstr ""
|
2368 |
|
2369 |
-
#: core/helpers/helper-misc.php:
|
2370 |
msgid "Hawaiian"
|
2371 |
msgstr ""
|
2372 |
|
2373 |
-
#: core/helpers/helper-misc.php:
|
2374 |
msgid "Hazaragi"
|
2375 |
msgstr ""
|
2376 |
|
2377 |
-
#: core/helpers/helper-misc.php:
|
2378 |
msgid "Hebrew"
|
2379 |
msgstr ""
|
2380 |
|
2381 |
-
#: core/helpers/helper-misc.php:
|
2382 |
msgid "Hindi"
|
2383 |
msgstr ""
|
2384 |
|
2385 |
-
#: core/helpers/helper-misc.php:
|
2386 |
msgid "Hungarian"
|
2387 |
msgstr ""
|
2388 |
|
2389 |
-
#: core/helpers/helper-misc.php:
|
2390 |
msgid "Icelandic"
|
2391 |
msgstr ""
|
2392 |
|
2393 |
-
#: core/helpers/helper-misc.php:
|
2394 |
msgid "Ido"
|
2395 |
msgstr ""
|
2396 |
|
2397 |
-
#: core/helpers/helper-misc.php:
|
2398 |
msgid "Indonesian"
|
2399 |
msgstr ""
|
2400 |
|
2401 |
-
#: core/helpers/helper-misc.php:
|
2402 |
msgid "Irish"
|
2403 |
msgstr ""
|
2404 |
|
2405 |
-
#: core/helpers/helper-misc.php:
|
2406 |
msgid "Italian"
|
2407 |
msgstr ""
|
2408 |
|
2409 |
-
#: core/helpers/helper-misc.php:
|
2410 |
msgid "Japanese"
|
2411 |
msgstr ""
|
2412 |
|
2413 |
-
#: core/helpers/helper-misc.php:
|
2414 |
msgid "Javanese"
|
2415 |
msgstr ""
|
2416 |
|
2417 |
-
#: core/helpers/helper-misc.php:
|
2418 |
msgid "Kabyle"
|
2419 |
msgstr ""
|
2420 |
|
2421 |
-
#: core/helpers/helper-misc.php:
|
2422 |
msgid "Kannada"
|
2423 |
msgstr ""
|
2424 |
|
2425 |
-
#: core/helpers/helper-misc.php:
|
2426 |
msgid "Kazakh"
|
2427 |
msgstr ""
|
2428 |
|
2429 |
-
#: core/helpers/helper-misc.php:
|
2430 |
msgid "Khmer"
|
2431 |
msgstr ""
|
2432 |
|
2433 |
-
#: core/helpers/helper-misc.php:
|
2434 |
msgid "Kinyarwanda"
|
2435 |
msgstr ""
|
2436 |
|
2437 |
-
#: core/helpers/helper-misc.php:
|
2438 |
msgid "Kirghiz"
|
2439 |
msgstr ""
|
2440 |
|
2441 |
-
#: core/helpers/helper-misc.php:
|
2442 |
msgid "Korean"
|
2443 |
msgstr ""
|
2444 |
|
2445 |
-
#: core/helpers/helper-misc.php:
|
2446 |
msgid "Kurdish"
|
2447 |
msgstr ""
|
2448 |
|
2449 |
-
#: core/helpers/helper-misc.php:
|
2450 |
msgid "Lao"
|
2451 |
msgstr ""
|
2452 |
|
2453 |
-
#: core/helpers/helper-misc.php:
|
2454 |
msgid "Latvian"
|
2455 |
msgstr ""
|
2456 |
|
2457 |
-
#: core/helpers/helper-misc.php:
|
2458 |
msgid "Limburgish"
|
2459 |
msgstr ""
|
2460 |
|
2461 |
-
#: core/helpers/helper-misc.php:
|
2462 |
msgid "Lingala"
|
2463 |
msgstr ""
|
2464 |
|
2465 |
-
#: core/helpers/helper-misc.php:
|
2466 |
msgid "Lithuanian"
|
2467 |
msgstr ""
|
2468 |
|
2469 |
-
#: core/helpers/helper-misc.php:
|
2470 |
msgid "Luxembourgish"
|
2471 |
msgstr ""
|
2472 |
|
2473 |
-
#: core/helpers/helper-misc.php:
|
2474 |
msgid "Macedonian"
|
2475 |
msgstr ""
|
2476 |
|
2477 |
-
#: core/helpers/helper-misc.php:
|
2478 |
msgid "Malagasy"
|
2479 |
msgstr ""
|
2480 |
|
2481 |
-
#: core/helpers/helper-misc.php:
|
2482 |
msgid "Malay"
|
2483 |
msgstr ""
|
2484 |
|
2485 |
-
#: core/helpers/helper-misc.php:
|
2486 |
msgid "Malayalam"
|
2487 |
msgstr ""
|
2488 |
|
2489 |
-
#: core/helpers/helper-misc.php:
|
2490 |
msgid "Maori"
|
2491 |
msgstr ""
|
2492 |
|
2493 |
-
#: core/helpers/helper-misc.php:
|
2494 |
msgid "Marathi"
|
2495 |
msgstr ""
|
2496 |
|
2497 |
-
#: core/helpers/helper-misc.php:
|
2498 |
msgid "Mingrelian"
|
2499 |
msgstr ""
|
2500 |
|
2501 |
-
#: core/helpers/helper-misc.php:
|
2502 |
msgid "Mongolian"
|
2503 |
msgstr ""
|
2504 |
|
2505 |
-
#: core/helpers/helper-misc.php:
|
2506 |
msgid "Montenegrin"
|
2507 |
msgstr ""
|
2508 |
|
2509 |
-
#: core/helpers/helper-misc.php:
|
2510 |
msgid "Moroccan Arabic"
|
2511 |
msgstr ""
|
2512 |
|
2513 |
-
#: core/helpers/helper-misc.php:
|
2514 |
msgid "Myanmar (Burmese)"
|
2515 |
msgstr ""
|
2516 |
|
2517 |
-
#: core/helpers/helper-misc.php:
|
2518 |
msgid "Nepali"
|
2519 |
msgstr ""
|
2520 |
|
2521 |
-
#: core/helpers/helper-misc.php:
|
2522 |
msgid "Norwegian (Bokmål)"
|
2523 |
msgstr ""
|
2524 |
|
2525 |
-
#: core/helpers/helper-misc.php:
|
2526 |
msgid "Norwegian (Nynorsk)"
|
2527 |
msgstr ""
|
2528 |
|
2529 |
-
#: core/helpers/helper-misc.php:
|
2530 |
msgid "Occitan"
|
2531 |
msgstr ""
|
2532 |
|
2533 |
-
#: core/helpers/helper-misc.php:
|
2534 |
msgid "Oriya"
|
2535 |
msgstr ""
|
2536 |
|
2537 |
-
#: core/helpers/helper-misc.php:
|
2538 |
msgid "Ossetic"
|
2539 |
msgstr ""
|
2540 |
|
2541 |
-
#: core/helpers/helper-misc.php:
|
2542 |
msgid "Pashto"
|
2543 |
msgstr ""
|
2544 |
|
2545 |
-
#: core/helpers/helper-misc.php:
|
2546 |
msgid "Persian"
|
2547 |
msgstr ""
|
2548 |
|
2549 |
-
#: core/helpers/helper-misc.php:
|
2550 |
msgid "Polish"
|
2551 |
msgstr ""
|
2552 |
|
2553 |
-
#: core/helpers/helper-misc.php:
|
2554 |
msgid "Portuguese"
|
2555 |
msgstr ""
|
2556 |
|
2557 |
-
#: core/helpers/helper-misc.php:
|
2558 |
msgid "Punjabi"
|
2559 |
msgstr ""
|
2560 |
|
2561 |
-
#: core/helpers/helper-misc.php:
|
2562 |
msgid "Rohingya"
|
2563 |
msgstr ""
|
2564 |
|
2565 |
-
#: core/helpers/helper-misc.php:
|
2566 |
msgid "Romanian"
|
2567 |
msgstr ""
|
2568 |
|
2569 |
-
#: core/helpers/helper-misc.php:
|
2570 |
msgid "Romansh Vallader"
|
2571 |
msgstr ""
|
2572 |
|
2573 |
-
#: core/helpers/helper-misc.php:
|
2574 |
msgid "Russian"
|
2575 |
msgstr ""
|
2576 |
|
2577 |
-
#: core/helpers/helper-misc.php:
|
2578 |
msgid "Rusyn"
|
2579 |
msgstr ""
|
2580 |
|
2581 |
-
#: core/helpers/helper-misc.php:
|
2582 |
msgid "Sakha"
|
2583 |
msgstr ""
|
2584 |
|
2585 |
-
#: core/helpers/helper-misc.php:
|
2586 |
msgid "Sanskrit"
|
2587 |
msgstr ""
|
2588 |
|
2589 |
-
#: core/helpers/helper-misc.php:
|
2590 |
msgid "Sardinian"
|
2591 |
msgstr ""
|
2592 |
|
2593 |
-
#: core/helpers/helper-misc.php:
|
2594 |
msgid "Scottish Gaelic"
|
2595 |
msgstr ""
|
2596 |
|
2597 |
-
#: core/helpers/helper-misc.php:
|
2598 |
msgid "Serbian"
|
2599 |
msgstr ""
|
2600 |
|
2601 |
-
#: core/helpers/helper-misc.php:
|
2602 |
msgid "Silesian"
|
2603 |
msgstr ""
|
2604 |
|
2605 |
-
#: core/helpers/helper-misc.php:
|
2606 |
msgid "Sindhi"
|
2607 |
msgstr ""
|
2608 |
|
2609 |
-
#: core/helpers/helper-misc.php:
|
2610 |
msgid "Sinhala"
|
2611 |
msgstr ""
|
2612 |
|
2613 |
-
#: core/helpers/helper-misc.php:
|
2614 |
msgid "Slovak"
|
2615 |
msgstr ""
|
2616 |
|
2617 |
-
#: core/helpers/helper-misc.php:
|
2618 |
msgid "Slovenian"
|
2619 |
msgstr ""
|
2620 |
|
2621 |
-
#: core/helpers/helper-misc.php:
|
2622 |
msgid "Somali"
|
2623 |
msgstr ""
|
2624 |
|
2625 |
-
#: core/helpers/helper-misc.php:
|
2626 |
msgid "South Azerbaijani"
|
2627 |
msgstr ""
|
2628 |
|
2629 |
-
#: core/helpers/helper-misc.php:
|
2630 |
msgid "Spanish"
|
2631 |
msgstr ""
|
2632 |
|
2633 |
-
#: core/helpers/helper-misc.php:
|
2634 |
msgid "Sundanese"
|
2635 |
msgstr ""
|
2636 |
|
2637 |
-
#: core/helpers/helper-misc.php:
|
2638 |
msgid "Swahili"
|
2639 |
msgstr ""
|
2640 |
|
2641 |
-
#: core/helpers/helper-misc.php:
|
2642 |
msgid "Swedish"
|
2643 |
msgstr ""
|
2644 |
|
2645 |
-
#: core/helpers/helper-misc.php:
|
2646 |
msgid "Swiss German"
|
2647 |
msgstr ""
|
2648 |
|
2649 |
-
#: core/helpers/helper-misc.php:
|
2650 |
msgid "Tagalog"
|
2651 |
msgstr ""
|
2652 |
|
2653 |
-
#: core/helpers/helper-misc.php:
|
2654 |
msgid "Tahitian"
|
2655 |
msgstr ""
|
2656 |
|
2657 |
-
#: core/helpers/helper-misc.php:
|
2658 |
msgid "Tajik"
|
2659 |
msgstr ""
|
2660 |
|
2661 |
-
#: core/helpers/helper-misc.php:
|
2662 |
msgid "Tamazight"
|
2663 |
msgstr ""
|
2664 |
|
2665 |
-
#: core/helpers/helper-misc.php:
|
2666 |
msgid "Tamil"
|
2667 |
msgstr ""
|
2668 |
|
2669 |
-
#: core/helpers/helper-misc.php:
|
2670 |
msgid "Tatar"
|
2671 |
msgstr ""
|
2672 |
|
2673 |
-
#: core/helpers/helper-misc.php:
|
2674 |
msgid "Telugu"
|
2675 |
msgstr ""
|
2676 |
|
2677 |
-
#: core/helpers/helper-misc.php:
|
2678 |
msgid "Thai"
|
2679 |
msgstr ""
|
2680 |
|
2681 |
-
#: core/helpers/helper-misc.php:
|
2682 |
msgid "Tibetan"
|
2683 |
msgstr ""
|
2684 |
|
2685 |
-
#: core/helpers/helper-misc.php:
|
2686 |
msgid "Tigrinya"
|
2687 |
msgstr ""
|
2688 |
|
2689 |
-
#: core/helpers/helper-misc.php:
|
2690 |
msgid "Turkish"
|
2691 |
msgstr ""
|
2692 |
|
2693 |
-
#: core/helpers/helper-misc.php:
|
2694 |
msgid "Turkmen"
|
2695 |
msgstr ""
|
2696 |
|
2697 |
-
#: core/helpers/helper-misc.php:
|
2698 |
msgid "Tweants"
|
2699 |
msgstr ""
|
2700 |
|
2701 |
-
#: core/helpers/helper-misc.php:
|
2702 |
msgid "Uighur"
|
2703 |
msgstr ""
|
2704 |
|
2705 |
-
#: core/helpers/helper-misc.php:
|
2706 |
msgid "Ukrainian"
|
2707 |
msgstr ""
|
2708 |
|
2709 |
-
#: core/helpers/helper-misc.php:
|
2710 |
msgid "Urdu"
|
2711 |
msgstr ""
|
2712 |
|
2713 |
-
#: core/helpers/helper-misc.php:
|
2714 |
msgid "Uzbek"
|
2715 |
msgstr ""
|
2716 |
|
2717 |
-
#: core/helpers/helper-misc.php:
|
2718 |
msgid "Vietnamese"
|
2719 |
msgstr ""
|
2720 |
|
2721 |
-
#: core/helpers/helper-misc.php:
|
2722 |
msgid "Walloon"
|
2723 |
msgstr ""
|
2724 |
|
2725 |
-
#: core/helpers/helper-misc.php:
|
2726 |
msgid "Welsh"
|
2727 |
msgstr ""
|
2728 |
|
2729 |
-
#: core/helpers/helper-misc.php:
|
2730 |
msgid "Yoruba"
|
2731 |
msgstr ""
|
2732 |
|
@@ -2833,7 +2835,7 @@ msgid "Clear Results"
|
|
2833 |
msgstr ""
|
2834 |
|
2835 |
#: core/templates/customize-form-parts-drawer.php:30
|
2836 |
-
#: inc/classes/class-happyforms.php:
|
2837 |
#: inc/templates/customize-controls/checkbox_dummy.php:7
|
2838 |
msgid "Upgrade"
|
2839 |
msgstr ""
|
@@ -2965,31 +2967,37 @@ msgstr ""
|
|
2965 |
#: core/templates/parts/customize-number.php:32
|
2966 |
#: core/templates/parts/customize-radio.php:29
|
2967 |
#: core/templates/parts/customize-select.php:30
|
|
|
2968 |
msgid "Tooltip"
|
2969 |
msgstr ""
|
2970 |
|
2971 |
#: core/templates/parts/customize-checkbox.php:38
|
2972 |
#: core/templates/parts/customize-radio.php:38
|
|
|
2973 |
msgid "No choices added yet. Add one by clicking <i>Add Choice</i> below."
|
2974 |
msgstr ""
|
2975 |
|
2976 |
#: core/templates/parts/customize-checkbox.php:42
|
2977 |
#: core/templates/parts/customize-radio.php:42
|
|
|
2978 |
msgid "Type or paste your choices here, adding each on a new line."
|
2979 |
msgstr ""
|
2980 |
|
2981 |
#: core/templates/parts/customize-checkbox.php:45
|
2982 |
#: core/templates/parts/customize-radio.php:45
|
|
|
2983 |
msgid "Add choice"
|
2984 |
msgstr ""
|
2985 |
|
2986 |
#: core/templates/parts/customize-checkbox.php:47
|
2987 |
#: core/templates/parts/customize-radio.php:47
|
|
|
2988 |
msgid "Or, bulk add choices"
|
2989 |
msgstr ""
|
2990 |
|
2991 |
#: core/templates/parts/customize-checkbox.php:51
|
2992 |
#: core/templates/parts/customize-radio.php:51
|
|
|
2993 |
msgid "Add choices"
|
2994 |
msgstr ""
|
2995 |
|
@@ -3195,186 +3203,177 @@ msgstr ""
|
|
3195 |
msgid "Make this option default"
|
3196 |
msgstr ""
|
3197 |
|
3198 |
-
#: core/templates/parts/customize-select.php:
|
3199 |
-
|
3200 |
-
msgid "Options"
|
3201 |
-
msgstr ""
|
3202 |
-
|
3203 |
-
#: core/templates/parts/customize-select.php:43
|
3204 |
-
msgid "No options added yet. Add one by clicking <i>Add Option</i> below."
|
3205 |
-
msgstr ""
|
3206 |
-
|
3207 |
-
#: core/templates/parts/customize-select.php:47
|
3208 |
-
msgid "Type or paste your options here, adding each on a new line."
|
3209 |
msgstr ""
|
3210 |
|
3211 |
-
#: core/templates/parts/customize-
|
3212 |
-
msgid "
|
3213 |
msgstr ""
|
3214 |
|
3215 |
-
#: core/templates/parts/
|
3216 |
-
msgid "
|
3217 |
msgstr ""
|
3218 |
|
3219 |
-
#: core/templates/
|
3220 |
-
msgid "
|
3221 |
msgstr ""
|
3222 |
|
3223 |
-
#:
|
3224 |
-
msgid "
|
3225 |
msgstr ""
|
3226 |
|
3227 |
-
#:
|
3228 |
-
msgid "
|
3229 |
msgstr ""
|
3230 |
|
3231 |
-
#:
|
3232 |
-
msgid "
|
3233 |
msgstr ""
|
3234 |
|
3235 |
-
#:
|
3236 |
-
msgid "
|
3237 |
msgstr ""
|
3238 |
|
3239 |
-
#:
|
3240 |
-
msgid "
|
3241 |
msgstr ""
|
3242 |
|
3243 |
-
#: inc/classes/class-happyforms.php:
|
3244 |
-
msgid "Include
|
3245 |
msgstr ""
|
3246 |
|
3247 |
-
#: inc/classes/class-happyforms.php:
|
3248 |
-
msgid "
|
3249 |
msgstr ""
|
3250 |
|
3251 |
-
#: inc/classes/class-happyforms.php:
|
3252 |
msgid "Redirect on complete"
|
3253 |
msgstr ""
|
3254 |
|
3255 |
-
#: inc/classes/class-happyforms.php:
|
3256 |
msgid ""
|
3257 |
"By default, recipients will be redirected to the post or page displaying "
|
3258 |
"this form. To set a custom redirect webpage, add a link here."
|
3259 |
msgstr ""
|
3260 |
|
3261 |
-
#: inc/classes/class-happyforms.php:
|
3262 |
msgid "Track goal link"
|
3263 |
msgstr ""
|
3264 |
|
3265 |
-
#: inc/classes/class-happyforms.php:
|
3266 |
msgid ""
|
3267 |
"Track recipients landing on this internal page after successfully "
|
3268 |
"submitting this form."
|
3269 |
msgstr ""
|
3270 |
|
3271 |
-
#: inc/classes/class-happyforms.php:
|
3272 |
msgid "Use theme styles"
|
3273 |
msgstr ""
|
3274 |
|
3275 |
-
#: inc/classes/class-happyforms.php:
|
3276 |
msgid "Inherit theme default styles instead of using HappyForms styles."
|
3277 |
msgstr ""
|
3278 |
|
3279 |
-
#: inc/classes/class-happyforms.php:
|
3280 |
msgid "Shuffle parts"
|
3281 |
msgstr ""
|
3282 |
|
3283 |
-
#: inc/classes/class-happyforms.php:
|
3284 |
msgid "Shuffle the order of all form parts to avoid biases in your responses."
|
3285 |
msgstr ""
|
3286 |
|
3287 |
-
#: inc/classes/class-happyforms.php:
|
3288 |
msgid ""
|
3289 |
"Use <a href=\"%s\" target=\"_blank\" class=\"external\"> Google "
|
3290 |
"ReCaptcha</a>"
|
3291 |
msgstr ""
|
3292 |
|
3293 |
-
#: inc/classes/class-happyforms.php:
|
3294 |
msgid "Protect your form against bots using your Google ReCaptcha credentials."
|
3295 |
msgstr ""
|
3296 |
|
3297 |
-
#: inc/classes/class-happyforms.php:
|
3298 |
msgid "Require password"
|
3299 |
msgstr ""
|
3300 |
|
3301 |
-
#: inc/classes/class-happyforms.php:
|
3302 |
msgid "Only users with password will be able to view and submit the form."
|
3303 |
msgstr ""
|
3304 |
|
3305 |
-
#: inc/classes/class-happyforms.php:
|
3306 |
msgid "Open in overlay window"
|
3307 |
msgstr ""
|
3308 |
|
3309 |
-
#: inc/classes/class-happyforms.php:
|
3310 |
msgid "Generate a link that can be clicked to open an overlay window for this form."
|
3311 |
msgstr ""
|
3312 |
|
3313 |
-
#: inc/classes/class-happyforms.php:
|
3314 |
msgid "Save responses"
|
3315 |
msgstr ""
|
3316 |
|
3317 |
-
#: inc/classes/class-happyforms.php:
|
3318 |
msgid "Keep recipients responses stored in your WordPress database."
|
3319 |
msgstr ""
|
3320 |
|
3321 |
-
#: inc/classes/class-happyforms.php:
|
3322 |
msgid "Save abandoned responses"
|
3323 |
msgstr ""
|
3324 |
|
3325 |
-
#: inc/classes/class-happyforms.php:
|
3326 |
msgid "Keep incomplete recipients responses stored in your WordPress database."
|
3327 |
msgstr ""
|
3328 |
|
3329 |
-
#: inc/classes/class-happyforms.php:
|
3330 |
msgid "Give each response an ID number"
|
3331 |
msgstr ""
|
3332 |
|
3333 |
-
#: inc/classes/class-happyforms.php:
|
3334 |
msgid "Tag responses with a unique, incremental identifier."
|
3335 |
msgstr ""
|
3336 |
|
3337 |
-
#: inc/classes/class-happyforms.php:
|
3338 |
msgid "Preview values before submission"
|
3339 |
msgstr ""
|
3340 |
|
3341 |
-
#: inc/classes/class-happyforms.php:
|
3342 |
msgid "Let your users review their submission before confirming it."
|
3343 |
msgstr ""
|
3344 |
|
3345 |
-
#: inc/classes/class-happyforms.php:
|
3346 |
msgid "Fade submit button until valid"
|
3347 |
msgstr ""
|
3348 |
|
3349 |
-
#: inc/classes/class-happyforms.php:
|
3350 |
msgid ""
|
3351 |
"Reduce the opacity of the submit button until all required form parts are "
|
3352 |
"valid."
|
3353 |
msgstr ""
|
3354 |
|
3355 |
-
#: inc/classes/class-happyforms.php:
|
3356 |
msgid "Limit responses"
|
3357 |
msgstr ""
|
3358 |
|
3359 |
-
#: inc/classes/class-happyforms.php:
|
3360 |
msgid "Set limit on number of allowed form submission in general or per user."
|
3361 |
msgstr ""
|
3362 |
|
3363 |
-
#: inc/classes/class-happyforms.php:
|
3364 |
msgid "Schedule visibility"
|
3365 |
msgstr ""
|
3366 |
|
3367 |
-
#: inc/classes/class-happyforms.php:
|
3368 |
msgid ""
|
3369 |
"Show or hide this form during a chosen time and day. Go to Settings > "
|
3370 |
"Timezone to set your city offset."
|
3371 |
msgstr ""
|
3372 |
|
3373 |
-
#: inc/classes/class-happyforms.php:
|
3374 |
msgid "HappyForms Upgrade"
|
3375 |
msgstr ""
|
3376 |
|
3377 |
-
#: inc/classes/class-happyforms.php:
|
3378 |
msgid ""
|
3379 |
"<p><strong>Important changes to HappyForms</strong></p><p>We want to "
|
3380 |
"continue developing the free HappyForms plugin, but we can't do this "
|
@@ -3388,7 +3387,7 @@ msgid ""
|
|
3388 |
"changes.</p>"
|
3389 |
msgstr ""
|
3390 |
|
3391 |
-
#: inc/classes/class-happyforms.php:
|
3392 |
msgid ""
|
3393 |
"<p>Can we ask a favor?</p><p>You created your first form %s days ago — how "
|
3394 |
"time flies! Since then, we’ve answered hundreds of community emails and "
|
@@ -3510,6 +3509,14 @@ msgstr ""
|
|
3510 |
msgid "For collecting opinions using a horizontal slider."
|
3511 |
msgstr ""
|
3512 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3513 |
#: inc/classes/parts/class-part-table-dummy.php:8
|
3514 |
msgid "Table"
|
3515 |
msgstr ""
|
2 |
# This file is distributed under the same license as the HappyForms package.
|
3 |
msgid ""
|
4 |
msgstr ""
|
5 |
+
"Project-Id-Version: HappyForms 1.8.20\n"
|
6 |
"Report-Msgid-Bugs-To: https://thethemefoundry.com/support/\n"
|
7 |
+
"POT-Creation-Date: 2019-11-05 13:19:53+00:00\n"
|
8 |
"MIME-Version: 1.0\n"
|
9 |
"Content-Type: text/plain; charset=utf-8\n"
|
10 |
"Content-Transfer-Encoding: 8bit\n"
|
936 |
#: core/templates/parts/customize-checkbox.php:41
|
937 |
#: core/templates/parts/customize-radio.php:37
|
938 |
#: core/templates/parts/customize-radio.php:41
|
939 |
+
#: core/templates/parts/customize-select.php:42
|
940 |
+
#: core/templates/parts/customize-select.php:46
|
941 |
msgid "Choices"
|
942 |
msgstr ""
|
943 |
|
1152 |
msgid "December"
|
1153 |
msgstr ""
|
1154 |
|
1155 |
+
#: core/helpers/helper-form-templates.php:985 core/helpers/helper-misc.php:218
|
1156 |
msgid "Andorra"
|
1157 |
msgstr ""
|
1158 |
|
1159 |
+
#: core/helpers/helper-form-templates.php:986 core/helpers/helper-misc.php:436
|
1160 |
msgid "United Arab Emirates"
|
1161 |
msgstr ""
|
1162 |
|
1163 |
+
#: core/helpers/helper-form-templates.php:987 core/helpers/helper-misc.php:214
|
1164 |
msgid "Afghanistan"
|
1165 |
msgstr ""
|
1166 |
|
1167 |
+
#: core/helpers/helper-form-templates.php:988 core/helpers/helper-misc.php:222
|
1168 |
msgid "Antigua and Barbuda"
|
1169 |
msgstr ""
|
1170 |
|
1171 |
+
#: core/helpers/helper-form-templates.php:989 core/helpers/helper-misc.php:220
|
1172 |
msgid "Anguilla"
|
1173 |
msgstr ""
|
1174 |
|
1175 |
+
#: core/helpers/helper-form-templates.php:990 core/helpers/helper-misc.php:215
|
1176 |
msgid "Albania"
|
1177 |
msgstr ""
|
1178 |
|
1179 |
+
#: core/helpers/helper-form-templates.php:991 core/helpers/helper-misc.php:224
|
1180 |
msgid "Armenia"
|
1181 |
msgstr ""
|
1182 |
|
1183 |
+
#: core/helpers/helper-form-templates.php:992 core/helpers/helper-misc.php:219
|
1184 |
msgid "Angola"
|
1185 |
msgstr ""
|
1186 |
|
1187 |
+
#: core/helpers/helper-form-templates.php:993 core/helpers/helper-misc.php:221
|
1188 |
msgid "Antarctica"
|
1189 |
msgstr ""
|
1190 |
|
1191 |
+
#: core/helpers/helper-form-templates.php:994 core/helpers/helper-misc.php:223
|
1192 |
msgid "Argentina"
|
1193 |
msgstr ""
|
1194 |
|
1195 |
+
#: core/helpers/helper-form-templates.php:995 core/helpers/helper-misc.php:217
|
1196 |
msgid "American Samoa"
|
1197 |
msgstr ""
|
1198 |
|
1199 |
+
#: core/helpers/helper-form-templates.php:996 core/helpers/helper-misc.php:227
|
1200 |
msgid "Austria"
|
1201 |
msgstr ""
|
1202 |
|
1203 |
+
#: core/helpers/helper-form-templates.php:997 core/helpers/helper-misc.php:226
|
1204 |
msgid "Australia"
|
1205 |
msgstr ""
|
1206 |
|
1207 |
+
#: core/helpers/helper-form-templates.php:998 core/helpers/helper-misc.php:225
|
1208 |
msgid "Aruba"
|
1209 |
msgstr ""
|
1210 |
|
1211 |
+
#: core/helpers/helper-form-templates.php:999 core/helpers/helper-misc.php:228
|
1212 |
msgid "Azerbaijan"
|
1213 |
msgstr ""
|
1214 |
|
1216 |
msgid "Bosnia and Herzegovina"
|
1217 |
msgstr ""
|
1218 |
|
1219 |
+
#: core/helpers/helper-form-templates.php:1001 core/helpers/helper-misc.php:232
|
1220 |
msgid "Barbados"
|
1221 |
msgstr ""
|
1222 |
|
1223 |
+
#: core/helpers/helper-form-templates.php:1002 core/helpers/helper-misc.php:231
|
1224 |
msgid "Bangladesh"
|
1225 |
msgstr ""
|
1226 |
|
1227 |
+
#: core/helpers/helper-form-templates.php:1003 core/helpers/helper-misc.php:234
|
1228 |
msgid "Belgium"
|
1229 |
msgstr ""
|
1230 |
|
1231 |
+
#: core/helpers/helper-form-templates.php:1004 core/helpers/helper-misc.php:247
|
1232 |
msgid "Burkina Faso"
|
1233 |
msgstr ""
|
1234 |
|
1235 |
+
#: core/helpers/helper-form-templates.php:1005 core/helpers/helper-misc.php:246
|
1236 |
msgid "Bulgaria"
|
1237 |
msgstr ""
|
1238 |
|
1239 |
+
#: core/helpers/helper-form-templates.php:1006 core/helpers/helper-misc.php:230
|
1240 |
msgid "Bahrain"
|
1241 |
msgstr ""
|
1242 |
|
1243 |
+
#: core/helpers/helper-form-templates.php:1007 core/helpers/helper-misc.php:248
|
1244 |
msgid "Burundi"
|
1245 |
msgstr ""
|
1246 |
|
1247 |
+
#: core/helpers/helper-form-templates.php:1008 core/helpers/helper-misc.php:236
|
1248 |
msgid "Benin"
|
1249 |
msgstr ""
|
1250 |
|
1252 |
msgid "Saint Barthelemy"
|
1253 |
msgstr ""
|
1254 |
|
1255 |
+
#: core/helpers/helper-form-templates.php:1010 core/helpers/helper-misc.php:237
|
1256 |
msgid "Bermuda"
|
1257 |
msgstr ""
|
1258 |
|
1259 |
+
#: core/helpers/helper-form-templates.php:1011 core/helpers/helper-misc.php:245
|
1260 |
msgid "Brunei Darussalam"
|
1261 |
msgstr ""
|
1262 |
|
1263 |
+
#: core/helpers/helper-form-templates.php:1012 core/helpers/helper-misc.php:239
|
1264 |
msgid "Bolivia"
|
1265 |
msgstr ""
|
1266 |
|
1267 |
+
#: core/helpers/helper-form-templates.php:1013 core/helpers/helper-misc.php:243
|
1268 |
msgid "Brazil"
|
1269 |
msgstr ""
|
1270 |
|
1271 |
+
#: core/helpers/helper-form-templates.php:1014 core/helpers/helper-misc.php:229
|
1272 |
msgid "Bahamas"
|
1273 |
msgstr ""
|
1274 |
|
1275 |
+
#: core/helpers/helper-form-templates.php:1015 core/helpers/helper-misc.php:238
|
1276 |
msgid "Bhutan"
|
1277 |
msgstr ""
|
1278 |
|
1279 |
+
#: core/helpers/helper-form-templates.php:1016 core/helpers/helper-misc.php:241
|
1280 |
msgid "Botswana"
|
1281 |
msgstr ""
|
1282 |
|
1283 |
+
#: core/helpers/helper-form-templates.php:1017 core/helpers/helper-misc.php:233
|
1284 |
msgid "Belarus"
|
1285 |
msgstr ""
|
1286 |
|
1287 |
+
#: core/helpers/helper-form-templates.php:1018 core/helpers/helper-misc.php:235
|
1288 |
msgid "Belize"
|
1289 |
msgstr ""
|
1290 |
|
1291 |
+
#: core/helpers/helper-form-templates.php:1019 core/helpers/helper-misc.php:251
|
1292 |
msgid "Canada"
|
1293 |
msgstr ""
|
1294 |
|
1296 |
msgid "Congo, The Democratic Republic of the"
|
1297 |
msgstr ""
|
1298 |
|
1299 |
+
#: core/helpers/helper-form-templates.php:1021 core/helpers/helper-misc.php:254
|
1300 |
msgid "Central African Republic"
|
1301 |
msgstr ""
|
1302 |
|
1303 |
+
#: core/helpers/helper-form-templates.php:1022 core/helpers/helper-misc.php:262
|
1304 |
msgid "Congo"
|
1305 |
msgstr ""
|
1306 |
|
1307 |
+
#: core/helpers/helper-form-templates.php:1023 core/helpers/helper-misc.php:419
|
1308 |
msgid "Switzerland"
|
1309 |
msgstr ""
|
1310 |
|
1311 |
+
#: core/helpers/helper-form-templates.php:1024 core/helpers/helper-misc.php:264
|
1312 |
msgid "Cook Islands"
|
1313 |
msgstr ""
|
1314 |
|
1315 |
+
#: core/helpers/helper-form-templates.php:1025 core/helpers/helper-misc.php:256
|
1316 |
msgid "Chile"
|
1317 |
msgstr ""
|
1318 |
|
1319 |
+
#: core/helpers/helper-form-templates.php:1026 core/helpers/helper-misc.php:250
|
1320 |
msgid "Cameroon"
|
1321 |
msgstr ""
|
1322 |
|
1323 |
+
#: core/helpers/helper-form-templates.php:1027 core/helpers/helper-misc.php:257
|
1324 |
msgid "China"
|
1325 |
msgstr ""
|
1326 |
|
1327 |
+
#: core/helpers/helper-form-templates.php:1028 core/helpers/helper-misc.php:260
|
1328 |
msgid "Colombia"
|
1329 |
msgstr ""
|
1330 |
|
1331 |
+
#: core/helpers/helper-form-templates.php:1029 core/helpers/helper-misc.php:265
|
1332 |
msgid "Costa Rica"
|
1333 |
msgstr ""
|
1334 |
|
1335 |
+
#: core/helpers/helper-form-templates.php:1030 core/helpers/helper-misc.php:268
|
1336 |
msgid "Cuba"
|
1337 |
msgstr ""
|
1338 |
|
1339 |
+
#: core/helpers/helper-form-templates.php:1031 core/helpers/helper-misc.php:252
|
1340 |
msgid "Cape Verde"
|
1341 |
msgstr ""
|
1342 |
|
1343 |
+
#: core/helpers/helper-form-templates.php:1032 core/helpers/helper-misc.php:269
|
1344 |
msgid "Cyprus"
|
1345 |
msgstr ""
|
1346 |
|
1347 |
+
#: core/helpers/helper-form-templates.php:1033 core/helpers/helper-misc.php:270
|
1348 |
msgid "Czech Republic"
|
1349 |
msgstr ""
|
1350 |
|
1351 |
+
#: core/helpers/helper-form-templates.php:1034 core/helpers/helper-misc.php:295
|
1352 |
msgid "Germany"
|
1353 |
msgstr ""
|
1354 |
|
1355 |
+
#: core/helpers/helper-form-templates.php:1035 core/helpers/helper-misc.php:272
|
1356 |
msgid "Djibouti"
|
1357 |
msgstr ""
|
1358 |
|
1359 |
+
#: core/helpers/helper-form-templates.php:1036 core/helpers/helper-misc.php:271
|
1360 |
msgid "Denmark"
|
1361 |
msgstr ""
|
1362 |
|
1363 |
+
#: core/helpers/helper-form-templates.php:1037 core/helpers/helper-misc.php:273
|
1364 |
msgid "Dominica"
|
1365 |
msgstr ""
|
1366 |
|
1367 |
+
#: core/helpers/helper-form-templates.php:1038 core/helpers/helper-misc.php:274
|
1368 |
msgid "Dominican Republic"
|
1369 |
msgstr ""
|
1370 |
|
1371 |
+
#: core/helpers/helper-form-templates.php:1039 core/helpers/helper-misc.php:216
|
1372 |
msgid "Algeria"
|
1373 |
msgstr ""
|
1374 |
|
1375 |
+
#: core/helpers/helper-form-templates.php:1040 core/helpers/helper-misc.php:276
|
1376 |
msgid "Ecuador"
|
1377 |
msgstr ""
|
1378 |
|
1379 |
+
#: core/helpers/helper-form-templates.php:1041 core/helpers/helper-misc.php:281
|
1380 |
msgid "Estonia"
|
1381 |
msgstr ""
|
1382 |
|
1383 |
+
#: core/helpers/helper-form-templates.php:1042 core/helpers/helper-misc.php:277
|
1384 |
msgid "Egypt"
|
1385 |
msgstr ""
|
1386 |
|
1387 |
+
#: core/helpers/helper-form-templates.php:1043 core/helpers/helper-misc.php:280
|
1388 |
msgid "Eritrea"
|
1389 |
msgstr ""
|
1390 |
|
1391 |
+
#: core/helpers/helper-form-templates.php:1044 core/helpers/helper-misc.php:410
|
1392 |
msgid "Spain"
|
1393 |
msgstr ""
|
1394 |
|
1395 |
+
#: core/helpers/helper-form-templates.php:1045 core/helpers/helper-misc.php:282
|
1396 |
msgid "Ethiopia"
|
1397 |
msgstr ""
|
1398 |
|
1399 |
+
#: core/helpers/helper-form-templates.php:1046 core/helpers/helper-misc.php:286
|
1400 |
msgid "Finland"
|
1401 |
msgstr ""
|
1402 |
|
1403 |
+
#: core/helpers/helper-form-templates.php:1047 core/helpers/helper-misc.php:285
|
1404 |
msgid "Fiji"
|
1405 |
msgstr ""
|
1406 |
|
1407 |
+
#: core/helpers/helper-form-templates.php:1048 core/helpers/helper-misc.php:283
|
1408 |
msgid "Falkland Islands (Malvinas)"
|
1409 |
msgstr ""
|
1410 |
|
1411 |
+
#: core/helpers/helper-form-templates.php:1049 core/helpers/helper-misc.php:354
|
1412 |
msgid "Micronesia, Federated States of"
|
1413 |
msgstr ""
|
1414 |
|
1415 |
+
#: core/helpers/helper-form-templates.php:1050 core/helpers/helper-misc.php:284
|
1416 |
msgid "Faroe Islands"
|
1417 |
msgstr ""
|
1418 |
|
1419 |
+
#: core/helpers/helper-form-templates.php:1051 core/helpers/helper-misc.php:287
|
1420 |
msgid "France"
|
1421 |
msgstr ""
|
1422 |
|
1423 |
+
#: core/helpers/helper-form-templates.php:1052 core/helpers/helper-misc.php:292
|
1424 |
msgid "Gabon"
|
1425 |
msgstr ""
|
1426 |
|
1427 |
+
#: core/helpers/helper-form-templates.php:1053 core/helpers/helper-misc.php:437
|
1428 |
msgid "United Kingdom"
|
1429 |
msgstr ""
|
1430 |
|
1431 |
+
#: core/helpers/helper-form-templates.php:1054 core/helpers/helper-misc.php:300
|
1432 |
msgid "Grenada"
|
1433 |
msgstr ""
|
1434 |
|
1435 |
+
#: core/helpers/helper-form-templates.php:1055 core/helpers/helper-misc.php:294
|
1436 |
msgid "Georgia"
|
1437 |
msgstr ""
|
1438 |
|
1439 |
+
#: core/helpers/helper-form-templates.php:1056 core/helpers/helper-misc.php:296
|
1440 |
msgid "Ghana"
|
1441 |
msgstr ""
|
1442 |
|
1443 |
+
#: core/helpers/helper-form-templates.php:1057 core/helpers/helper-misc.php:297
|
1444 |
msgid "Gibraltar"
|
1445 |
msgstr ""
|
1446 |
|
1447 |
+
#: core/helpers/helper-form-templates.php:1058 core/helpers/helper-misc.php:299
|
1448 |
msgid "Greenland"
|
1449 |
msgstr ""
|
1450 |
|
1451 |
+
#: core/helpers/helper-form-templates.php:1059 core/helpers/helper-misc.php:293
|
1452 |
msgid "Gambia"
|
1453 |
msgstr ""
|
1454 |
|
1455 |
+
#: core/helpers/helper-form-templates.php:1060 core/helpers/helper-misc.php:304
|
1456 |
msgid "Guinea"
|
1457 |
msgstr ""
|
1458 |
|
1459 |
+
#: core/helpers/helper-form-templates.php:1061 core/helpers/helper-misc.php:298
|
1460 |
msgid "Greece"
|
1461 |
msgstr ""
|
1462 |
|
1463 |
+
#: core/helpers/helper-form-templates.php:1062 core/helpers/helper-misc.php:303
|
1464 |
msgid "Guatemala"
|
1465 |
msgstr ""
|
1466 |
|
1467 |
+
#: core/helpers/helper-form-templates.php:1063 core/helpers/helper-misc.php:302
|
1468 |
msgid "Guam"
|
1469 |
msgstr ""
|
1470 |
|
1472 |
msgid "Guinea-bissau"
|
1473 |
msgstr ""
|
1474 |
|
1475 |
+
#: core/helpers/helper-form-templates.php:1065 core/helpers/helper-misc.php:306
|
1476 |
msgid "Guyana"
|
1477 |
msgstr ""
|
1478 |
|
1479 |
+
#: core/helpers/helper-form-templates.php:1066 core/helpers/helper-misc.php:311
|
1480 |
msgid "Hong Kong"
|
1481 |
msgstr ""
|
1482 |
|
1483 |
+
#: core/helpers/helper-form-templates.php:1067 core/helpers/helper-misc.php:310
|
1484 |
msgid "Honduras"
|
1485 |
msgstr ""
|
1486 |
|
1488 |
msgid "Croatia"
|
1489 |
msgstr ""
|
1490 |
|
1491 |
+
#: core/helpers/helper-form-templates.php:1069 core/helpers/helper-misc.php:307
|
1492 |
msgid "Haiti"
|
1493 |
msgstr ""
|
1494 |
|
1495 |
+
#: core/helpers/helper-form-templates.php:1070 core/helpers/helper-misc.php:312
|
1496 |
msgid "Hungary"
|
1497 |
msgstr ""
|
1498 |
|
1499 |
+
#: core/helpers/helper-form-templates.php:1071 core/helpers/helper-misc.php:315
|
1500 |
msgid "Indonesia"
|
1501 |
msgstr ""
|
1502 |
|
1503 |
+
#: core/helpers/helper-form-templates.php:1072 core/helpers/helper-misc.php:318
|
1504 |
msgid "Ireland"
|
1505 |
msgstr ""
|
1506 |
|
1507 |
+
#: core/helpers/helper-form-templates.php:1073 core/helpers/helper-misc.php:319
|
1508 |
msgid "Israel"
|
1509 |
msgstr ""
|
1510 |
|
1511 |
+
#: core/helpers/helper-form-templates.php:1074 core/helpers/helper-misc.php:314
|
1512 |
msgid "India"
|
1513 |
msgstr ""
|
1514 |
|
1515 |
+
#: core/helpers/helper-form-templates.php:1075 core/helpers/helper-misc.php:317
|
1516 |
msgid "Iraq"
|
1517 |
msgstr ""
|
1518 |
|
1520 |
msgid "Iran, Islamic Republic of"
|
1521 |
msgstr ""
|
1522 |
|
1523 |
+
#: core/helpers/helper-form-templates.php:1077 core/helpers/helper-misc.php:313
|
1524 |
msgid "Iceland"
|
1525 |
msgstr ""
|
1526 |
|
1527 |
+
#: core/helpers/helper-form-templates.php:1078 core/helpers/helper-misc.php:320
|
1528 |
msgid "Italy"
|
1529 |
msgstr ""
|
1530 |
|
1531 |
+
#: core/helpers/helper-form-templates.php:1079 core/helpers/helper-misc.php:321
|
1532 |
msgid "Jamaica"
|
1533 |
msgstr ""
|
1534 |
|
1535 |
+
#: core/helpers/helper-form-templates.php:1080 core/helpers/helper-misc.php:323
|
1536 |
msgid "Jordan"
|
1537 |
msgstr ""
|
1538 |
|
1539 |
+
#: core/helpers/helper-form-templates.php:1081 core/helpers/helper-misc.php:322
|
1540 |
msgid "Japan"
|
1541 |
msgstr ""
|
1542 |
|
1543 |
+
#: core/helpers/helper-form-templates.php:1082 core/helpers/helper-misc.php:325
|
1544 |
msgid "Kenya"
|
1545 |
msgstr ""
|
1546 |
|
1547 |
+
#: core/helpers/helper-form-templates.php:1083 core/helpers/helper-misc.php:330
|
1548 |
msgid "Kyrgyzstan"
|
1549 |
msgstr ""
|
1550 |
|
1551 |
+
#: core/helpers/helper-form-templates.php:1084 core/helpers/helper-misc.php:249
|
1552 |
msgid "Cambodia"
|
1553 |
msgstr ""
|
1554 |
|
1555 |
+
#: core/helpers/helper-form-templates.php:1085 core/helpers/helper-misc.php:326
|
1556 |
msgid "Kiribati"
|
1557 |
msgstr ""
|
1558 |
|
1559 |
+
#: core/helpers/helper-form-templates.php:1086 core/helpers/helper-misc.php:261
|
1560 |
msgid "Comoros"
|
1561 |
msgstr ""
|
1562 |
|
1563 |
+
#: core/helpers/helper-form-templates.php:1087 core/helpers/helper-misc.php:393
|
1564 |
msgid "Saint Kitts and Nevis"
|
1565 |
msgstr ""
|
1566 |
|
1572 |
msgid "Korea Republic of"
|
1573 |
msgstr ""
|
1574 |
|
1575 |
+
#: core/helpers/helper-form-templates.php:1090 core/helpers/helper-misc.php:329
|
1576 |
msgid "Kuwait"
|
1577 |
msgstr ""
|
1578 |
|
1579 |
+
#: core/helpers/helper-form-templates.php:1091 core/helpers/helper-misc.php:253
|
1580 |
msgid "Cayman Islands"
|
1581 |
msgstr ""
|
1582 |
|
1584 |
msgid "Lao Peoples Democratic Republic"
|
1585 |
msgstr ""
|
1586 |
|
1587 |
+
#: core/helpers/helper-form-templates.php:1093 core/helpers/helper-misc.php:333
|
1588 |
msgid "Lebanon"
|
1589 |
msgstr ""
|
1590 |
|
1591 |
+
#: core/helpers/helper-form-templates.php:1094 core/helpers/helper-misc.php:394
|
1592 |
msgid "Saint Lucia"
|
1593 |
msgstr ""
|
1594 |
|
1595 |
+
#: core/helpers/helper-form-templates.php:1095 core/helpers/helper-misc.php:337
|
1596 |
msgid "Liechtenstein"
|
1597 |
msgstr ""
|
1598 |
|
1599 |
+
#: core/helpers/helper-form-templates.php:1096 core/helpers/helper-misc.php:411
|
1600 |
msgid "Sri Lanka"
|
1601 |
msgstr ""
|
1602 |
|
1603 |
+
#: core/helpers/helper-form-templates.php:1097 core/helpers/helper-misc.php:335
|
1604 |
msgid "Liberia"
|
1605 |
msgstr ""
|
1606 |
|
1607 |
+
#: core/helpers/helper-form-templates.php:1098 core/helpers/helper-misc.php:334
|
1608 |
msgid "Lesotho"
|
1609 |
msgstr ""
|
1610 |
|
1611 |
+
#: core/helpers/helper-form-templates.php:1099 core/helpers/helper-misc.php:338
|
1612 |
msgid "Lithuania"
|
1613 |
msgstr ""
|
1614 |
|
1615 |
+
#: core/helpers/helper-form-templates.php:1100 core/helpers/helper-misc.php:339
|
1616 |
msgid "Luxembourg"
|
1617 |
msgstr ""
|
1618 |
|
1619 |
+
#: core/helpers/helper-form-templates.php:1101 core/helpers/helper-misc.php:332
|
1620 |
msgid "Latvia"
|
1621 |
msgstr ""
|
1622 |
|
1623 |
+
#: core/helpers/helper-form-templates.php:1102 core/helpers/helper-misc.php:336
|
1624 |
msgid "Libyan Arab Jamahiriya"
|
1625 |
msgstr ""
|
1626 |
|
1627 |
+
#: core/helpers/helper-form-templates.php:1103 core/helpers/helper-misc.php:359
|
1628 |
msgid "Morocco"
|
1629 |
msgstr ""
|
1630 |
|
1631 |
+
#: core/helpers/helper-form-templates.php:1104 core/helpers/helper-misc.php:356
|
1632 |
msgid "Monaco"
|
1633 |
msgstr ""
|
1634 |
|
1635 |
+
#: core/helpers/helper-form-templates.php:1105 core/helpers/helper-misc.php:355
|
1636 |
msgid "Moldova, Republic of"
|
1637 |
msgstr ""
|
1638 |
|
1640 |
msgid "Montenegro"
|
1641 |
msgstr ""
|
1642 |
|
1643 |
+
#: core/helpers/helper-form-templates.php:1107 core/helpers/helper-misc.php:342
|
1644 |
msgid "Madagascar"
|
1645 |
msgstr ""
|
1646 |
|
1647 |
+
#: core/helpers/helper-form-templates.php:1108 core/helpers/helper-misc.php:348
|
1648 |
msgid "Marshall Islands"
|
1649 |
msgstr ""
|
1650 |
|
1651 |
+
#: core/helpers/helper-form-templates.php:1109 core/helpers/helper-misc.php:341
|
1652 |
msgid "Macedonia, The Former Yugoslav Republic of"
|
1653 |
msgstr ""
|
1654 |
|
1655 |
+
#: core/helpers/helper-form-templates.php:1110 core/helpers/helper-misc.php:346
|
1656 |
msgid "Mali"
|
1657 |
msgstr ""
|
1658 |
|
1659 |
+
#: core/helpers/helper-form-templates.php:1111 core/helpers/helper-misc.php:361
|
1660 |
msgid "Myanmar"
|
1661 |
msgstr ""
|
1662 |
|
1663 |
+
#: core/helpers/helper-form-templates.php:1112 core/helpers/helper-misc.php:357
|
1664 |
msgid "Mongolia"
|
1665 |
msgstr ""
|
1666 |
|
1667 |
+
#: core/helpers/helper-form-templates.php:1113 core/helpers/helper-misc.php:340
|
1668 |
msgid "Macau"
|
1669 |
msgstr ""
|
1670 |
|
1671 |
+
#: core/helpers/helper-form-templates.php:1114 core/helpers/helper-misc.php:374
|
1672 |
msgid "Northern Mariana Islands"
|
1673 |
msgstr ""
|
1674 |
|
1675 |
+
#: core/helpers/helper-form-templates.php:1115 core/helpers/helper-misc.php:350
|
1676 |
msgid "Mauritania"
|
1677 |
msgstr ""
|
1678 |
|
1679 |
+
#: core/helpers/helper-form-templates.php:1116 core/helpers/helper-misc.php:358
|
1680 |
msgid "Montserrat"
|
1681 |
msgstr ""
|
1682 |
|
1683 |
+
#: core/helpers/helper-form-templates.php:1117 core/helpers/helper-misc.php:347
|
1684 |
msgid "Malta"
|
1685 |
msgstr ""
|
1686 |
|
1687 |
+
#: core/helpers/helper-form-templates.php:1118 core/helpers/helper-misc.php:351
|
1688 |
msgid "Mauritius"
|
1689 |
msgstr ""
|
1690 |
|
1691 |
+
#: core/helpers/helper-form-templates.php:1119 core/helpers/helper-misc.php:345
|
1692 |
msgid "Maldives"
|
1693 |
msgstr ""
|
1694 |
|
1695 |
+
#: core/helpers/helper-form-templates.php:1120 core/helpers/helper-misc.php:343
|
1696 |
msgid "Malawi"
|
1697 |
msgstr ""
|
1698 |
|
1699 |
+
#: core/helpers/helper-form-templates.php:1121 core/helpers/helper-misc.php:353
|
1700 |
msgid "Mexico"
|
1701 |
msgstr ""
|
1702 |
|
1703 |
+
#: core/helpers/helper-form-templates.php:1122 core/helpers/helper-misc.php:344
|
1704 |
msgid "Malaysia"
|
1705 |
msgstr ""
|
1706 |
|
1707 |
+
#: core/helpers/helper-form-templates.php:1123 core/helpers/helper-misc.php:360
|
1708 |
msgid "Mozambique"
|
1709 |
msgstr ""
|
1710 |
|
1711 |
+
#: core/helpers/helper-form-templates.php:1124 core/helpers/helper-misc.php:362
|
1712 |
msgid "Namibia"
|
1713 |
msgstr ""
|
1714 |
|
1715 |
+
#: core/helpers/helper-form-templates.php:1125 core/helpers/helper-misc.php:367
|
1716 |
msgid "New Caledonia"
|
1717 |
msgstr ""
|
1718 |
|
1719 |
+
#: core/helpers/helper-form-templates.php:1126 core/helpers/helper-misc.php:370
|
1720 |
msgid "Niger"
|
1721 |
msgstr ""
|
1722 |
|
1723 |
+
#: core/helpers/helper-form-templates.php:1127 core/helpers/helper-misc.php:371
|
1724 |
msgid "Nigeria"
|
1725 |
msgstr ""
|
1726 |
|
1727 |
+
#: core/helpers/helper-form-templates.php:1128 core/helpers/helper-misc.php:369
|
1728 |
msgid "Nicaragua"
|
1729 |
msgstr ""
|
1730 |
|
1731 |
+
#: core/helpers/helper-form-templates.php:1129 core/helpers/helper-misc.php:365
|
1732 |
msgid "Netherlands"
|
1733 |
msgstr ""
|
1734 |
|
1735 |
+
#: core/helpers/helper-form-templates.php:1130 core/helpers/helper-misc.php:375
|
1736 |
msgid "Norway"
|
1737 |
msgstr ""
|
1738 |
|
1739 |
+
#: core/helpers/helper-form-templates.php:1131 core/helpers/helper-misc.php:364
|
1740 |
msgid "Nepal"
|
1741 |
msgstr ""
|
1742 |
|
1743 |
+
#: core/helpers/helper-form-templates.php:1132 core/helpers/helper-misc.php:363
|
1744 |
msgid "Nauru"
|
1745 |
msgstr ""
|
1746 |
|
1747 |
+
#: core/helpers/helper-form-templates.php:1133 core/helpers/helper-misc.php:372
|
1748 |
msgid "Niue"
|
1749 |
msgstr ""
|
1750 |
|
1751 |
+
#: core/helpers/helper-form-templates.php:1134 core/helpers/helper-misc.php:368
|
1752 |
msgid "New Zealand"
|
1753 |
msgstr ""
|
1754 |
|
1755 |
+
#: core/helpers/helper-form-templates.php:1135 core/helpers/helper-misc.php:376
|
1756 |
msgid "Oman"
|
1757 |
msgstr ""
|
1758 |
|
1759 |
+
#: core/helpers/helper-form-templates.php:1136 core/helpers/helper-misc.php:379
|
1760 |
msgid "Panama"
|
1761 |
msgstr ""
|
1762 |
|
1763 |
+
#: core/helpers/helper-form-templates.php:1137 core/helpers/helper-misc.php:382
|
1764 |
msgid "Peru"
|
1765 |
msgstr ""
|
1766 |
|
1767 |
+
#: core/helpers/helper-form-templates.php:1138 core/helpers/helper-misc.php:290
|
1768 |
msgid "French Polynesia"
|
1769 |
msgstr ""
|
1770 |
|
1771 |
+
#: core/helpers/helper-form-templates.php:1139 core/helpers/helper-misc.php:380
|
1772 |
msgid "Papua New Guinea"
|
1773 |
msgstr ""
|
1774 |
|
1775 |
+
#: core/helpers/helper-form-templates.php:1140 core/helpers/helper-misc.php:383
|
1776 |
msgid "Philippines"
|
1777 |
msgstr ""
|
1778 |
|
1779 |
+
#: core/helpers/helper-form-templates.php:1141 core/helpers/helper-misc.php:377
|
1780 |
msgid "Pakistan"
|
1781 |
msgstr ""
|
1782 |
|
1783 |
+
#: core/helpers/helper-form-templates.php:1142 core/helpers/helper-misc.php:385
|
1784 |
msgid "Poland"
|
1785 |
msgstr ""
|
1786 |
|
1788 |
msgid "Saint Pierre and Miquelon"
|
1789 |
msgstr ""
|
1790 |
|
1791 |
+
#: core/helpers/helper-form-templates.php:1144 core/helpers/helper-misc.php:384
|
1792 |
msgid "Pitcairn"
|
1793 |
msgstr ""
|
1794 |
|
1795 |
+
#: core/helpers/helper-form-templates.php:1145 core/helpers/helper-misc.php:386
|
1796 |
msgid "Portugal"
|
1797 |
msgstr ""
|
1798 |
|
1799 |
+
#: core/helpers/helper-form-templates.php:1146 core/helpers/helper-misc.php:378
|
1800 |
msgid "Palau"
|
1801 |
msgstr ""
|
1802 |
|
1803 |
+
#: core/helpers/helper-form-templates.php:1147 core/helpers/helper-misc.php:381
|
1804 |
msgid "Paraguay"
|
1805 |
msgstr ""
|
1806 |
|
1807 |
+
#: core/helpers/helper-form-templates.php:1148 core/helpers/helper-misc.php:388
|
1808 |
msgid "Qatar"
|
1809 |
msgstr ""
|
1810 |
|
1811 |
+
#: core/helpers/helper-form-templates.php:1149 core/helpers/helper-misc.php:390
|
1812 |
msgid "Romania"
|
1813 |
msgstr ""
|
1814 |
|
1816 |
msgid "Serbia"
|
1817 |
msgstr ""
|
1818 |
|
1819 |
+
#: core/helpers/helper-form-templates.php:1151 core/helpers/helper-misc.php:391
|
1820 |
msgid "Russian Federation"
|
1821 |
msgstr ""
|
1822 |
|
1823 |
+
#: core/helpers/helper-form-templates.php:1152 core/helpers/helper-misc.php:392
|
1824 |
msgid "Rwanda"
|
1825 |
msgstr ""
|
1826 |
|
1827 |
+
#: core/helpers/helper-form-templates.php:1153 core/helpers/helper-misc.php:399
|
1828 |
msgid "Saudi Arabia"
|
1829 |
msgstr ""
|
1830 |
|
1831 |
+
#: core/helpers/helper-form-templates.php:1154 core/helpers/helper-misc.php:406
|
1832 |
msgid "Solomon Islands"
|
1833 |
msgstr ""
|
1834 |
|
1835 |
+
#: core/helpers/helper-form-templates.php:1155 core/helpers/helper-misc.php:401
|
1836 |
msgid "Seychelles"
|
1837 |
msgstr ""
|
1838 |
|
1839 |
+
#: core/helpers/helper-form-templates.php:1156 core/helpers/helper-misc.php:414
|
1840 |
msgid "Sudan"
|
1841 |
msgstr ""
|
1842 |
|
1843 |
+
#: core/helpers/helper-form-templates.php:1157 core/helpers/helper-misc.php:418
|
1844 |
msgid "Sweden"
|
1845 |
msgstr ""
|
1846 |
|
1847 |
+
#: core/helpers/helper-form-templates.php:1158 core/helpers/helper-misc.php:403
|
1848 |
msgid "Singapore"
|
1849 |
msgstr ""
|
1850 |
|
1852 |
msgid "Saint Helena"
|
1853 |
msgstr ""
|
1854 |
|
1855 |
+
#: core/helpers/helper-form-templates.php:1160 core/helpers/helper-misc.php:405
|
1856 |
msgid "Slovenia"
|
1857 |
msgstr ""
|
1858 |
|
1860 |
msgid "Slovakia"
|
1861 |
msgstr ""
|
1862 |
|
1863 |
+
#: core/helpers/helper-form-templates.php:1162 core/helpers/helper-misc.php:402
|
1864 |
msgid "Sierra Leone"
|
1865 |
msgstr ""
|
1866 |
|
1867 |
+
#: core/helpers/helper-form-templates.php:1163 core/helpers/helper-misc.php:397
|
1868 |
msgid "San Marino"
|
1869 |
msgstr ""
|
1870 |
|
1871 |
+
#: core/helpers/helper-form-templates.php:1164 core/helpers/helper-misc.php:400
|
1872 |
msgid "Senegal"
|
1873 |
msgstr ""
|
1874 |
|
1875 |
+
#: core/helpers/helper-form-templates.php:1165 core/helpers/helper-misc.php:407
|
1876 |
msgid "Somalia"
|
1877 |
msgstr ""
|
1878 |
|
1879 |
+
#: core/helpers/helper-form-templates.php:1166 core/helpers/helper-misc.php:415
|
1880 |
msgid "Suriname"
|
1881 |
msgstr ""
|
1882 |
|
1883 |
+
#: core/helpers/helper-form-templates.php:1167 core/helpers/helper-misc.php:398
|
1884 |
msgid "Sao Tome and Principe"
|
1885 |
msgstr ""
|
1886 |
|
1887 |
+
#: core/helpers/helper-form-templates.php:1168 core/helpers/helper-misc.php:278
|
1888 |
msgid "El Salvador"
|
1889 |
msgstr ""
|
1890 |
|
1891 |
+
#: core/helpers/helper-form-templates.php:1169 core/helpers/helper-misc.php:420
|
1892 |
msgid "Syrian Arab Republic"
|
1893 |
msgstr ""
|
1894 |
|
1895 |
+
#: core/helpers/helper-form-templates.php:1170 core/helpers/helper-misc.php:417
|
1896 |
msgid "Swaziland"
|
1897 |
msgstr ""
|
1898 |
|
1899 |
+
#: core/helpers/helper-form-templates.php:1171 core/helpers/helper-misc.php:432
|
1900 |
msgid "Turks and Caicos Islands"
|
1901 |
msgstr ""
|
1902 |
|
1903 |
+
#: core/helpers/helper-form-templates.php:1172 core/helpers/helper-misc.php:255
|
1904 |
msgid "Chad"
|
1905 |
msgstr ""
|
1906 |
|
1907 |
+
#: core/helpers/helper-form-templates.php:1173 core/helpers/helper-misc.php:425
|
1908 |
msgid "Togo"
|
1909 |
msgstr ""
|
1910 |
|
1911 |
+
#: core/helpers/helper-form-templates.php:1174 core/helpers/helper-misc.php:424
|
1912 |
msgid "Thailand"
|
1913 |
msgstr ""
|
1914 |
|
1915 |
+
#: core/helpers/helper-form-templates.php:1175 core/helpers/helper-misc.php:422
|
1916 |
msgid "Tajikistan"
|
1917 |
msgstr ""
|
1918 |
|
1919 |
+
#: core/helpers/helper-form-templates.php:1176 core/helpers/helper-misc.php:426
|
1920 |
msgid "Tokelau"
|
1921 |
msgstr ""
|
1922 |
|
1924 |
msgid "Timor-leste"
|
1925 |
msgstr ""
|
1926 |
|
1927 |
+
#: core/helpers/helper-form-templates.php:1178 core/helpers/helper-misc.php:431
|
1928 |
msgid "Turkmenistan"
|
1929 |
msgstr ""
|
1930 |
|
1931 |
+
#: core/helpers/helper-form-templates.php:1179 core/helpers/helper-misc.php:429
|
1932 |
msgid "Tunisia"
|
1933 |
msgstr ""
|
1934 |
|
1935 |
+
#: core/helpers/helper-form-templates.php:1180 core/helpers/helper-misc.php:427
|
1936 |
msgid "Tonga"
|
1937 |
msgstr ""
|
1938 |
|
1939 |
+
#: core/helpers/helper-form-templates.php:1181 core/helpers/helper-misc.php:430
|
1940 |
msgid "Turkey"
|
1941 |
msgstr ""
|
1942 |
|
1943 |
+
#: core/helpers/helper-form-templates.php:1182 core/helpers/helper-misc.php:428
|
1944 |
msgid "Trinidad and Tobago"
|
1945 |
msgstr ""
|
1946 |
|
1947 |
+
#: core/helpers/helper-form-templates.php:1183 core/helpers/helper-misc.php:433
|
1948 |
msgid "Tuvalu"
|
1949 |
msgstr ""
|
1950 |
|
1951 |
+
#: core/helpers/helper-form-templates.php:1184 core/helpers/helper-misc.php:421
|
1952 |
msgid "Taiwan, Province of China"
|
1953 |
msgstr ""
|
1954 |
|
1955 |
+
#: core/helpers/helper-form-templates.php:1185 core/helpers/helper-misc.php:423
|
1956 |
msgid "Tanzania, United Republic of"
|
1957 |
msgstr ""
|
1958 |
|
1959 |
+
#: core/helpers/helper-form-templates.php:1186 core/helpers/helper-misc.php:435
|
1960 |
msgid "Ukraine"
|
1961 |
msgstr ""
|
1962 |
|
1963 |
+
#: core/helpers/helper-form-templates.php:1187 core/helpers/helper-misc.php:434
|
1964 |
msgid "Uganda"
|
1965 |
msgstr ""
|
1966 |
|
1967 |
+
#: core/helpers/helper-form-templates.php:1188 core/helpers/helper-misc.php:438
|
1968 |
msgid "United States"
|
1969 |
msgstr ""
|
1970 |
|
1971 |
+
#: core/helpers/helper-form-templates.php:1189 core/helpers/helper-misc.php:440
|
1972 |
msgid "Uruguay"
|
1973 |
msgstr ""
|
1974 |
|
1975 |
+
#: core/helpers/helper-form-templates.php:1190 core/helpers/helper-misc.php:441
|
1976 |
msgid "Uzbekistan"
|
1977 |
msgstr ""
|
1978 |
|
1979 |
+
#: core/helpers/helper-form-templates.php:1191 core/helpers/helper-misc.php:395
|
1980 |
msgid "Saint Vincent and the Grenadines"
|
1981 |
msgstr ""
|
1982 |
|
1983 |
+
#: core/helpers/helper-form-templates.php:1192 core/helpers/helper-misc.php:443
|
1984 |
msgid "Venezuela"
|
1985 |
msgstr ""
|
1986 |
|
1992 |
msgid "Virgin Islands, U.S."
|
1993 |
msgstr ""
|
1994 |
|
1995 |
+
#: core/helpers/helper-form-templates.php:1195 core/helpers/helper-misc.php:444
|
1996 |
msgid "Vietnam"
|
1997 |
msgstr ""
|
1998 |
|
1999 |
+
#: core/helpers/helper-form-templates.php:1196 core/helpers/helper-misc.php:442
|
2000 |
msgid "Vanuatu"
|
2001 |
msgstr ""
|
2002 |
|
2004 |
msgid "Wallis and Futuna"
|
2005 |
msgstr ""
|
2006 |
|
2007 |
+
#: core/helpers/helper-form-templates.php:1198 core/helpers/helper-misc.php:396
|
2008 |
msgid "Samoa"
|
2009 |
msgstr ""
|
2010 |
|
2011 |
+
#: core/helpers/helper-form-templates.php:1199 core/helpers/helper-misc.php:449
|
2012 |
msgid "Yemen"
|
2013 |
msgstr ""
|
2014 |
|
2015 |
+
#: core/helpers/helper-form-templates.php:1200 core/helpers/helper-misc.php:352
|
2016 |
msgid "Mayotte"
|
2017 |
msgstr ""
|
2018 |
|
2019 |
+
#: core/helpers/helper-form-templates.php:1201 core/helpers/helper-misc.php:408
|
2020 |
msgid "South Africa"
|
2021 |
msgstr ""
|
2022 |
|
2023 |
+
#: core/helpers/helper-form-templates.php:1202 core/helpers/helper-misc.php:451
|
2024 |
msgid "Zambia"
|
2025 |
msgstr ""
|
2026 |
|
2027 |
+
#: core/helpers/helper-form-templates.php:1203 core/helpers/helper-misc.php:452
|
2028 |
msgid "Zimbabwe"
|
2029 |
msgstr ""
|
2030 |
|
2031 |
+
#: core/helpers/helper-misc.php:197
|
2032 |
msgid "Thank you for creating with"
|
2033 |
msgstr ""
|
2034 |
|
2035 |
+
#: core/helpers/helper-misc.php:240
|
2036 |
msgid "Bosnia and Herzegowina"
|
2037 |
msgstr ""
|
2038 |
|
2039 |
+
#: core/helpers/helper-misc.php:242
|
2040 |
msgid "Bouvet Island"
|
2041 |
msgstr ""
|
2042 |
|
2043 |
+
#: core/helpers/helper-misc.php:244
|
2044 |
msgid "British Indian Ocean Territory"
|
2045 |
msgstr ""
|
2046 |
|
2047 |
+
#: core/helpers/helper-misc.php:258
|
2048 |
msgid "Christmas Island"
|
2049 |
msgstr ""
|
2050 |
|
2051 |
+
#: core/helpers/helper-misc.php:259
|
2052 |
msgid "Cocos (Keeling) Islands"
|
2053 |
msgstr ""
|
2054 |
|
2055 |
+
#: core/helpers/helper-misc.php:263
|
2056 |
msgid "Congo, the Democratic Republic of the"
|
2057 |
msgstr ""
|
2058 |
|
2059 |
+
#: core/helpers/helper-misc.php:266
|
2060 |
msgid "Ivory Coast"
|
2061 |
msgstr ""
|
2062 |
|
2063 |
+
#: core/helpers/helper-misc.php:267
|
2064 |
msgid "Croatia (Hrvatska)"
|
2065 |
msgstr ""
|
2066 |
|
2067 |
+
#: core/helpers/helper-misc.php:275
|
2068 |
msgid "East Timor"
|
2069 |
msgstr ""
|
2070 |
|
2071 |
+
#: core/helpers/helper-misc.php:279
|
2072 |
msgid "Equatorial Guinea"
|
2073 |
msgstr ""
|
2074 |
|
2075 |
+
#: core/helpers/helper-misc.php:288
|
2076 |
msgid "France Metropolitan"
|
2077 |
msgstr ""
|
2078 |
|
2079 |
+
#: core/helpers/helper-misc.php:289
|
2080 |
msgid "French Guiana"
|
2081 |
msgstr ""
|
2082 |
|
2083 |
+
#: core/helpers/helper-misc.php:291
|
2084 |
msgid "French Southern Territories"
|
2085 |
msgstr ""
|
2086 |
|
2087 |
+
#: core/helpers/helper-misc.php:301
|
2088 |
msgid "Guadeloupe"
|
2089 |
msgstr ""
|
2090 |
|
2091 |
+
#: core/helpers/helper-misc.php:305
|
2092 |
msgid "Guinea-Bissau"
|
2093 |
msgstr ""
|
2094 |
|
2095 |
+
#: core/helpers/helper-misc.php:308
|
2096 |
msgid "Heard and Mc Donald Islands"
|
2097 |
msgstr ""
|
2098 |
|
2099 |
+
#: core/helpers/helper-misc.php:309
|
2100 |
msgid "Holy See (Vatican City State)"
|
2101 |
msgstr ""
|
2102 |
|
2103 |
+
#: core/helpers/helper-misc.php:316
|
2104 |
msgid "Iran (Islamic Republic of)"
|
2105 |
msgstr ""
|
2106 |
|
2107 |
+
#: core/helpers/helper-misc.php:324
|
2108 |
msgid "Kazakhstan"
|
2109 |
msgstr ""
|
2110 |
|
2111 |
+
#: core/helpers/helper-misc.php:327
|
2112 |
msgid "Korea, Democratic People's Republic of"
|
2113 |
msgstr ""
|
2114 |
|
2115 |
+
#: core/helpers/helper-misc.php:328
|
2116 |
msgid "Korea, Republic of"
|
2117 |
msgstr ""
|
2118 |
|
2119 |
+
#: core/helpers/helper-misc.php:331
|
2120 |
msgid "Lao, People's Democratic Republic"
|
2121 |
msgstr ""
|
2122 |
|
2123 |
+
#: core/helpers/helper-misc.php:349
|
2124 |
msgid "Martinique"
|
2125 |
msgstr ""
|
2126 |
|
2127 |
+
#: core/helpers/helper-misc.php:366
|
2128 |
msgid "Netherlands Antilles"
|
2129 |
msgstr ""
|
2130 |
|
2131 |
+
#: core/helpers/helper-misc.php:373
|
2132 |
msgid "Norfolk Island"
|
2133 |
msgstr ""
|
2134 |
|
2135 |
+
#: core/helpers/helper-misc.php:387
|
2136 |
msgid "Puerto Rico"
|
2137 |
msgstr ""
|
2138 |
|
2139 |
+
#: core/helpers/helper-misc.php:389
|
2140 |
msgid "Reunion"
|
2141 |
msgstr ""
|
2142 |
|
2143 |
+
#: core/helpers/helper-misc.php:404
|
2144 |
msgid "Slovakia (Slovak Republic)"
|
2145 |
msgstr ""
|
2146 |
|
2147 |
+
#: core/helpers/helper-misc.php:409
|
2148 |
msgid "South Georgia and the South Sandwich Islands"
|
2149 |
msgstr ""
|
2150 |
|
2151 |
+
#: core/helpers/helper-misc.php:412
|
2152 |
msgid "St. Helena"
|
2153 |
msgstr ""
|
2154 |
|
2155 |
+
#: core/helpers/helper-misc.php:413
|
2156 |
msgid "St. Pierre and Miquelon"
|
2157 |
msgstr ""
|
2158 |
|
2159 |
+
#: core/helpers/helper-misc.php:416
|
2160 |
msgid "Svalbard and Jan Mayen Islands"
|
2161 |
msgstr ""
|
2162 |
|
2163 |
+
#: core/helpers/helper-misc.php:439
|
2164 |
msgid "United States Minor Outlying Islands"
|
2165 |
msgstr ""
|
2166 |
|
2167 |
+
#: core/helpers/helper-misc.php:445
|
2168 |
msgid "Virgin Islands (British)"
|
2169 |
msgstr ""
|
2170 |
|
2171 |
+
#: core/helpers/helper-misc.php:446
|
2172 |
msgid "Virgin Islands (U.S.)"
|
2173 |
msgstr ""
|
2174 |
|
2175 |
+
#: core/helpers/helper-misc.php:447
|
2176 |
msgid "Wallis and Futuna Islands"
|
2177 |
msgstr ""
|
2178 |
|
2179 |
+
#: core/helpers/helper-misc.php:448
|
2180 |
msgid "Western Sahara"
|
2181 |
msgstr ""
|
2182 |
|
2183 |
+
#: core/helpers/helper-misc.php:450
|
2184 |
msgid "Yugoslavia"
|
2185 |
msgstr ""
|
2186 |
|
2187 |
+
#: core/helpers/helper-misc.php:667
|
2188 |
msgid "Response #%s"
|
2189 |
msgstr ""
|
2190 |
|
2191 |
+
#: core/helpers/helper-misc.php:718
|
2192 |
msgid "Afrikaans"
|
2193 |
msgstr ""
|
2194 |
|
2195 |
+
#: core/helpers/helper-misc.php:719
|
2196 |
msgid "Akan"
|
2197 |
msgstr ""
|
2198 |
|
2199 |
+
#: core/helpers/helper-misc.php:720
|
2200 |
msgid "Albanian"
|
2201 |
msgstr ""
|
2202 |
|
2203 |
+
#: core/helpers/helper-misc.php:721
|
2204 |
msgid "Algerian Arabic"
|
2205 |
msgstr ""
|
2206 |
|
2207 |
+
#: core/helpers/helper-misc.php:722
|
2208 |
msgid "Amharic"
|
2209 |
msgstr ""
|
2210 |
|
2211 |
+
#: core/helpers/helper-misc.php:723
|
2212 |
msgid "Arabic"
|
2213 |
msgstr ""
|
2214 |
|
2215 |
+
#: core/helpers/helper-misc.php:724
|
2216 |
msgid "Armenian"
|
2217 |
msgstr ""
|
2218 |
|
2219 |
+
#: core/helpers/helper-misc.php:725
|
2220 |
msgid "Aromanian"
|
2221 |
msgstr ""
|
2222 |
|
2223 |
+
#: core/helpers/helper-misc.php:726
|
2224 |
msgid "Arpitan"
|
2225 |
msgstr ""
|
2226 |
|
2227 |
+
#: core/helpers/helper-misc.php:727
|
2228 |
msgid "Assamese"
|
2229 |
msgstr ""
|
2230 |
|
2231 |
+
#: core/helpers/helper-misc.php:728
|
2232 |
msgid "Azerbaijani"
|
2233 |
msgstr ""
|
2234 |
|
2235 |
+
#: core/helpers/helper-misc.php:729
|
2236 |
msgid "Balochi Southern"
|
2237 |
msgstr ""
|
2238 |
|
2239 |
+
#: core/helpers/helper-misc.php:730
|
2240 |
msgid "Bashkir"
|
2241 |
msgstr ""
|
2242 |
|
2243 |
+
#: core/helpers/helper-misc.php:731
|
2244 |
msgid "Basque"
|
2245 |
msgstr ""
|
2246 |
|
2247 |
+
#: core/helpers/helper-misc.php:732
|
2248 |
msgid "Belarusian"
|
2249 |
msgstr ""
|
2250 |
|
2251 |
+
#: core/helpers/helper-misc.php:733
|
2252 |
msgid "Bengali"
|
2253 |
msgstr ""
|
2254 |
|
2255 |
+
#: core/helpers/helper-misc.php:734
|
2256 |
msgid "Bosnian"
|
2257 |
msgstr ""
|
2258 |
|
2259 |
+
#: core/helpers/helper-misc.php:735
|
2260 |
msgid "Breton"
|
2261 |
msgstr ""
|
2262 |
|
2263 |
+
#: core/helpers/helper-misc.php:736
|
2264 |
msgid "Bulgarian"
|
2265 |
msgstr ""
|
2266 |
|
2267 |
+
#: core/helpers/helper-misc.php:737
|
2268 |
msgid "Catalan"
|
2269 |
msgstr ""
|
2270 |
|
2271 |
+
#: core/helpers/helper-misc.php:738
|
2272 |
msgid "Cebuano"
|
2273 |
msgstr ""
|
2274 |
|
2275 |
+
#: core/helpers/helper-misc.php:739
|
2276 |
msgid "Chinese"
|
2277 |
msgstr ""
|
2278 |
|
2279 |
+
#: core/helpers/helper-misc.php:740
|
2280 |
msgid "Corsican"
|
2281 |
msgstr ""
|
2282 |
|
2283 |
+
#: core/helpers/helper-misc.php:741
|
2284 |
msgid "Croatian"
|
2285 |
msgstr ""
|
2286 |
|
2287 |
+
#: core/helpers/helper-misc.php:742
|
2288 |
msgid "Czech"
|
2289 |
msgstr ""
|
2290 |
|
2291 |
+
#: core/helpers/helper-misc.php:743
|
2292 |
msgid "Danish"
|
2293 |
msgstr ""
|
2294 |
|
2295 |
+
#: core/helpers/helper-misc.php:744
|
2296 |
msgid "Dhivehi"
|
2297 |
msgstr ""
|
2298 |
|
2299 |
+
#: core/helpers/helper-misc.php:745
|
2300 |
msgid "Dutch"
|
2301 |
msgstr ""
|
2302 |
|
2303 |
+
#: core/helpers/helper-misc.php:746
|
2304 |
msgid "Dzongkha"
|
2305 |
msgstr ""
|
2306 |
|
2307 |
+
#: core/helpers/helper-misc.php:747
|
2308 |
msgid "English"
|
2309 |
msgstr ""
|
2310 |
|
2311 |
+
#: core/helpers/helper-misc.php:748
|
2312 |
msgid "Esperanto"
|
2313 |
msgstr ""
|
2314 |
|
2315 |
+
#: core/helpers/helper-misc.php:749
|
2316 |
msgid "Estonian"
|
2317 |
msgstr ""
|
2318 |
|
2319 |
+
#: core/helpers/helper-misc.php:750
|
2320 |
msgid "Faroese"
|
2321 |
msgstr ""
|
2322 |
|
2323 |
+
#: core/helpers/helper-misc.php:751
|
2324 |
msgid "Finnish"
|
2325 |
msgstr ""
|
2326 |
|
2327 |
+
#: core/helpers/helper-misc.php:752
|
2328 |
msgid "French"
|
2329 |
msgstr ""
|
2330 |
|
2331 |
+
#: core/helpers/helper-misc.php:753
|
2332 |
msgid "Frisian"
|
2333 |
msgstr ""
|
2334 |
|
2335 |
+
#: core/helpers/helper-misc.php:754
|
2336 |
msgid "Friulian"
|
2337 |
msgstr ""
|
2338 |
|
2339 |
+
#: core/helpers/helper-misc.php:755
|
2340 |
msgid "Fulah"
|
2341 |
msgstr ""
|
2342 |
|
2343 |
+
#: core/helpers/helper-misc.php:756
|
2344 |
msgid "Galician"
|
2345 |
msgstr ""
|
2346 |
|
2347 |
+
#: core/helpers/helper-misc.php:757
|
2348 |
msgid "Georgian"
|
2349 |
msgstr ""
|
2350 |
|
2351 |
+
#: core/helpers/helper-misc.php:758
|
2352 |
msgid "German"
|
2353 |
msgstr ""
|
2354 |
|
2355 |
+
#: core/helpers/helper-misc.php:759
|
2356 |
msgid "Greek"
|
2357 |
msgstr ""
|
2358 |
|
2359 |
+
#: core/helpers/helper-misc.php:760
|
2360 |
msgid "Greenlandic"
|
2361 |
msgstr ""
|
2362 |
|
2363 |
+
#: core/helpers/helper-misc.php:761
|
2364 |
msgid "Guaraní"
|
2365 |
msgstr ""
|
2366 |
|
2367 |
+
#: core/helpers/helper-misc.php:762
|
2368 |
msgid "Gujarati"
|
2369 |
msgstr ""
|
2370 |
|
2371 |
+
#: core/helpers/helper-misc.php:763
|
2372 |
msgid "Hawaiian"
|
2373 |
msgstr ""
|
2374 |
|
2375 |
+
#: core/helpers/helper-misc.php:764
|
2376 |
msgid "Hazaragi"
|
2377 |
msgstr ""
|
2378 |
|
2379 |
+
#: core/helpers/helper-misc.php:765
|
2380 |
msgid "Hebrew"
|
2381 |
msgstr ""
|
2382 |
|
2383 |
+
#: core/helpers/helper-misc.php:766
|
2384 |
msgid "Hindi"
|
2385 |
msgstr ""
|
2386 |
|
2387 |
+
#: core/helpers/helper-misc.php:767
|
2388 |
msgid "Hungarian"
|
2389 |
msgstr ""
|
2390 |
|
2391 |
+
#: core/helpers/helper-misc.php:768
|
2392 |
msgid "Icelandic"
|
2393 |
msgstr ""
|
2394 |
|
2395 |
+
#: core/helpers/helper-misc.php:769
|
2396 |
msgid "Ido"
|
2397 |
msgstr ""
|
2398 |
|
2399 |
+
#: core/helpers/helper-misc.php:770
|
2400 |
msgid "Indonesian"
|
2401 |
msgstr ""
|
2402 |
|
2403 |
+
#: core/helpers/helper-misc.php:771
|
2404 |
msgid "Irish"
|
2405 |
msgstr ""
|
2406 |
|
2407 |
+
#: core/helpers/helper-misc.php:772
|
2408 |
msgid "Italian"
|
2409 |
msgstr ""
|
2410 |
|
2411 |
+
#: core/helpers/helper-misc.php:773
|
2412 |
msgid "Japanese"
|
2413 |
msgstr ""
|
2414 |
|
2415 |
+
#: core/helpers/helper-misc.php:774
|
2416 |
msgid "Javanese"
|
2417 |
msgstr ""
|
2418 |
|
2419 |
+
#: core/helpers/helper-misc.php:775
|
2420 |
msgid "Kabyle"
|
2421 |
msgstr ""
|
2422 |
|
2423 |
+
#: core/helpers/helper-misc.php:776
|
2424 |
msgid "Kannada"
|
2425 |
msgstr ""
|
2426 |
|
2427 |
+
#: core/helpers/helper-misc.php:777
|
2428 |
msgid "Kazakh"
|
2429 |
msgstr ""
|
2430 |
|
2431 |
+
#: core/helpers/helper-misc.php:778
|
2432 |
msgid "Khmer"
|
2433 |
msgstr ""
|
2434 |
|
2435 |
+
#: core/helpers/helper-misc.php:779
|
2436 |
msgid "Kinyarwanda"
|
2437 |
msgstr ""
|
2438 |
|
2439 |
+
#: core/helpers/helper-misc.php:780
|
2440 |
msgid "Kirghiz"
|
2441 |
msgstr ""
|
2442 |
|
2443 |
+
#: core/helpers/helper-misc.php:781
|
2444 |
msgid "Korean"
|
2445 |
msgstr ""
|
2446 |
|
2447 |
+
#: core/helpers/helper-misc.php:782
|
2448 |
msgid "Kurdish"
|
2449 |
msgstr ""
|
2450 |
|
2451 |
+
#: core/helpers/helper-misc.php:783
|
2452 |
msgid "Lao"
|
2453 |
msgstr ""
|
2454 |
|
2455 |
+
#: core/helpers/helper-misc.php:784
|
2456 |
msgid "Latvian"
|
2457 |
msgstr ""
|
2458 |
|
2459 |
+
#: core/helpers/helper-misc.php:785
|
2460 |
msgid "Limburgish"
|
2461 |
msgstr ""
|
2462 |
|
2463 |
+
#: core/helpers/helper-misc.php:786
|
2464 |
msgid "Lingala"
|
2465 |
msgstr ""
|
2466 |
|
2467 |
+
#: core/helpers/helper-misc.php:787
|
2468 |
msgid "Lithuanian"
|
2469 |
msgstr ""
|
2470 |
|
2471 |
+
#: core/helpers/helper-misc.php:788
|
2472 |
msgid "Luxembourgish"
|
2473 |
msgstr ""
|
2474 |
|
2475 |
+
#: core/helpers/helper-misc.php:789
|
2476 |
msgid "Macedonian"
|
2477 |
msgstr ""
|
2478 |
|
2479 |
+
#: core/helpers/helper-misc.php:790
|
2480 |
msgid "Malagasy"
|
2481 |
msgstr ""
|
2482 |
|
2483 |
+
#: core/helpers/helper-misc.php:791
|
2484 |
msgid "Malay"
|
2485 |
msgstr ""
|
2486 |
|
2487 |
+
#: core/helpers/helper-misc.php:792
|
2488 |
msgid "Malayalam"
|
2489 |
msgstr ""
|
2490 |
|
2491 |
+
#: core/helpers/helper-misc.php:793
|
2492 |
msgid "Maori"
|
2493 |
msgstr ""
|
2494 |
|
2495 |
+
#: core/helpers/helper-misc.php:794
|
2496 |
msgid "Marathi"
|
2497 |
msgstr ""
|
2498 |
|
2499 |
+
#: core/helpers/helper-misc.php:795
|
2500 |
msgid "Mingrelian"
|
2501 |
msgstr ""
|
2502 |
|
2503 |
+
#: core/helpers/helper-misc.php:796
|
2504 |
msgid "Mongolian"
|
2505 |
msgstr ""
|
2506 |
|
2507 |
+
#: core/helpers/helper-misc.php:797
|
2508 |
msgid "Montenegrin"
|
2509 |
msgstr ""
|
2510 |
|
2511 |
+
#: core/helpers/helper-misc.php:798
|
2512 |
msgid "Moroccan Arabic"
|
2513 |
msgstr ""
|
2514 |
|
2515 |
+
#: core/helpers/helper-misc.php:799
|
2516 |
msgid "Myanmar (Burmese)"
|
2517 |
msgstr ""
|
2518 |
|
2519 |
+
#: core/helpers/helper-misc.php:800
|
2520 |
msgid "Nepali"
|
2521 |
msgstr ""
|
2522 |
|
2523 |
+
#: core/helpers/helper-misc.php:801
|
2524 |
msgid "Norwegian (Bokmål)"
|
2525 |
msgstr ""
|
2526 |
|
2527 |
+
#: core/helpers/helper-misc.php:802
|
2528 |
msgid "Norwegian (Nynorsk)"
|
2529 |
msgstr ""
|
2530 |
|
2531 |
+
#: core/helpers/helper-misc.php:803
|
2532 |
msgid "Occitan"
|
2533 |
msgstr ""
|
2534 |
|
2535 |
+
#: core/helpers/helper-misc.php:804
|
2536 |
msgid "Oriya"
|
2537 |
msgstr ""
|
2538 |
|
2539 |
+
#: core/helpers/helper-misc.php:805
|
2540 |
msgid "Ossetic"
|
2541 |
msgstr ""
|
2542 |
|
2543 |
+
#: core/helpers/helper-misc.php:806
|
2544 |
msgid "Pashto"
|
2545 |
msgstr ""
|
2546 |
|
2547 |
+
#: core/helpers/helper-misc.php:807
|
2548 |
msgid "Persian"
|
2549 |
msgstr ""
|
2550 |
|
2551 |
+
#: core/helpers/helper-misc.php:808
|
2552 |
msgid "Polish"
|
2553 |
msgstr ""
|
2554 |
|
2555 |
+
#: core/helpers/helper-misc.php:809
|
2556 |
msgid "Portuguese"
|
2557 |
msgstr ""
|
2558 |
|
2559 |
+
#: core/helpers/helper-misc.php:810
|
2560 |
msgid "Punjabi"
|
2561 |
msgstr ""
|
2562 |
|
2563 |
+
#: core/helpers/helper-misc.php:811
|
2564 |
msgid "Rohingya"
|
2565 |
msgstr ""
|
2566 |
|
2567 |
+
#: core/helpers/helper-misc.php:812
|
2568 |
msgid "Romanian"
|
2569 |
msgstr ""
|
2570 |
|
2571 |
+
#: core/helpers/helper-misc.php:813
|
2572 |
msgid "Romansh Vallader"
|
2573 |
msgstr ""
|
2574 |
|
2575 |
+
#: core/helpers/helper-misc.php:814
|
2576 |
msgid "Russian"
|
2577 |
msgstr ""
|
2578 |
|
2579 |
+
#: core/helpers/helper-misc.php:815
|
2580 |
msgid "Rusyn"
|
2581 |
msgstr ""
|
2582 |
|
2583 |
+
#: core/helpers/helper-misc.php:816
|
2584 |
msgid "Sakha"
|
2585 |
msgstr ""
|
2586 |
|
2587 |
+
#: core/helpers/helper-misc.php:817
|
2588 |
msgid "Sanskrit"
|
2589 |
msgstr ""
|
2590 |
|
2591 |
+
#: core/helpers/helper-misc.php:818
|
2592 |
msgid "Sardinian"
|
2593 |
msgstr ""
|
2594 |
|
2595 |
+
#: core/helpers/helper-misc.php:819
|
2596 |
msgid "Scottish Gaelic"
|
2597 |
msgstr ""
|
2598 |
|
2599 |
+
#: core/helpers/helper-misc.php:820
|
2600 |
msgid "Serbian"
|
2601 |
msgstr ""
|
2602 |
|
2603 |
+
#: core/helpers/helper-misc.php:821
|
2604 |
msgid "Silesian"
|
2605 |
msgstr ""
|
2606 |
|
2607 |
+
#: core/helpers/helper-misc.php:822
|
2608 |
msgid "Sindhi"
|
2609 |
msgstr ""
|
2610 |
|
2611 |
+
#: core/helpers/helper-misc.php:823
|
2612 |
msgid "Sinhala"
|
2613 |
msgstr ""
|
2614 |
|
2615 |
+
#: core/helpers/helper-misc.php:824
|
2616 |
msgid "Slovak"
|
2617 |
msgstr ""
|
2618 |
|
2619 |
+
#: core/helpers/helper-misc.php:825
|
2620 |
msgid "Slovenian"
|
2621 |
msgstr ""
|
2622 |
|
2623 |
+
#: core/helpers/helper-misc.php:826
|
2624 |
msgid "Somali"
|
2625 |
msgstr ""
|
2626 |
|
2627 |
+
#: core/helpers/helper-misc.php:827
|
2628 |
msgid "South Azerbaijani"
|
2629 |
msgstr ""
|
2630 |
|
2631 |
+
#: core/helpers/helper-misc.php:828
|
2632 |
msgid "Spanish"
|
2633 |
msgstr ""
|
2634 |
|
2635 |
+
#: core/helpers/helper-misc.php:829
|
2636 |
msgid "Sundanese"
|
2637 |
msgstr ""
|
2638 |
|
2639 |
+
#: core/helpers/helper-misc.php:830
|
2640 |
msgid "Swahili"
|
2641 |
msgstr ""
|
2642 |
|
2643 |
+
#: core/helpers/helper-misc.php:831
|
2644 |
msgid "Swedish"
|
2645 |
msgstr ""
|
2646 |
|
2647 |
+
#: core/helpers/helper-misc.php:832
|
2648 |
msgid "Swiss German"
|
2649 |
msgstr ""
|
2650 |
|
2651 |
+
#: core/helpers/helper-misc.php:833
|
2652 |
msgid "Tagalog"
|
2653 |
msgstr ""
|
2654 |
|
2655 |
+
#: core/helpers/helper-misc.php:834
|
2656 |
msgid "Tahitian"
|
2657 |
msgstr ""
|
2658 |
|
2659 |
+
#: core/helpers/helper-misc.php:835
|
2660 |
msgid "Tajik"
|
2661 |
msgstr ""
|
2662 |
|
2663 |
+
#: core/helpers/helper-misc.php:836
|
2664 |
msgid "Tamazight"
|
2665 |
msgstr ""
|
2666 |
|
2667 |
+
#: core/helpers/helper-misc.php:837
|
2668 |
msgid "Tamil"
|
2669 |
msgstr ""
|
2670 |
|
2671 |
+
#: core/helpers/helper-misc.php:838
|
2672 |
msgid "Tatar"
|
2673 |
msgstr ""
|
2674 |
|
2675 |
+
#: core/helpers/helper-misc.php:839
|
2676 |
msgid "Telugu"
|
2677 |
msgstr ""
|
2678 |
|
2679 |
+
#: core/helpers/helper-misc.php:840
|
2680 |
msgid "Thai"
|
2681 |
msgstr ""
|
2682 |
|
2683 |
+
#: core/helpers/helper-misc.php:841
|
2684 |
msgid "Tibetan"
|
2685 |
msgstr ""
|
2686 |
|
2687 |
+
#: core/helpers/helper-misc.php:842
|
2688 |
msgid "Tigrinya"
|
2689 |
msgstr ""
|
2690 |
|
2691 |
+
#: core/helpers/helper-misc.php:843
|
2692 |
msgid "Turkish"
|
2693 |
msgstr ""
|
2694 |
|
2695 |
+
#: core/helpers/helper-misc.php:844
|
2696 |
msgid "Turkmen"
|
2697 |
msgstr ""
|
2698 |
|
2699 |
+
#: core/helpers/helper-misc.php:845
|
2700 |
msgid "Tweants"
|
2701 |
msgstr ""
|
2702 |
|
2703 |
+
#: core/helpers/helper-misc.php:846
|
2704 |
msgid "Uighur"
|
2705 |
msgstr ""
|
2706 |
|
2707 |
+
#: core/helpers/helper-misc.php:847
|
2708 |
msgid "Ukrainian"
|
2709 |
msgstr ""
|
2710 |
|
2711 |
+
#: core/helpers/helper-misc.php:848
|
2712 |
msgid "Urdu"
|
2713 |
msgstr ""
|
2714 |
|
2715 |
+
#: core/helpers/helper-misc.php:849
|
2716 |
msgid "Uzbek"
|
2717 |
msgstr ""
|
2718 |
|
2719 |
+
#: core/helpers/helper-misc.php:850
|
2720 |
msgid "Vietnamese"
|
2721 |
msgstr ""
|
2722 |
|
2723 |
+
#: core/helpers/helper-misc.php:851
|
2724 |
msgid "Walloon"
|
2725 |
msgstr ""
|
2726 |
|
2727 |
+
#: core/helpers/helper-misc.php:852
|
2728 |
msgid "Welsh"
|
2729 |
msgstr ""
|
2730 |
|
2731 |
+
#: core/helpers/helper-misc.php:853
|
2732 |
msgid "Yoruba"
|
2733 |
msgstr ""
|
2734 |
|
2835 |
msgstr ""
|
2836 |
|
2837 |
#: core/templates/customize-form-parts-drawer.php:30
|
2838 |
+
#: inc/classes/class-happyforms.php:232
|
2839 |
#: inc/templates/customize-controls/checkbox_dummy.php:7
|
2840 |
msgid "Upgrade"
|
2841 |
msgstr ""
|
2967 |
#: core/templates/parts/customize-number.php:32
|
2968 |
#: core/templates/parts/customize-radio.php:29
|
2969 |
#: core/templates/parts/customize-select.php:30
|
2970 |
+
#: core/templates/parts/customize-single-line-text.php:32
|
2971 |
msgid "Tooltip"
|
2972 |
msgstr ""
|
2973 |
|
2974 |
#: core/templates/parts/customize-checkbox.php:38
|
2975 |
#: core/templates/parts/customize-radio.php:38
|
2976 |
+
#: core/templates/parts/customize-select.php:43
|
2977 |
msgid "No choices added yet. Add one by clicking <i>Add Choice</i> below."
|
2978 |
msgstr ""
|
2979 |
|
2980 |
#: core/templates/parts/customize-checkbox.php:42
|
2981 |
#: core/templates/parts/customize-radio.php:42
|
2982 |
+
#: core/templates/parts/customize-select.php:47
|
2983 |
msgid "Type or paste your choices here, adding each on a new line."
|
2984 |
msgstr ""
|
2985 |
|
2986 |
#: core/templates/parts/customize-checkbox.php:45
|
2987 |
#: core/templates/parts/customize-radio.php:45
|
2988 |
+
#: core/templates/parts/customize-select.php:50
|
2989 |
msgid "Add choice"
|
2990 |
msgstr ""
|
2991 |
|
2992 |
#: core/templates/parts/customize-checkbox.php:47
|
2993 |
#: core/templates/parts/customize-radio.php:47
|
2994 |
+
#: core/templates/parts/customize-select.php:52
|
2995 |
msgid "Or, bulk add choices"
|
2996 |
msgstr ""
|
2997 |
|
2998 |
#: core/templates/parts/customize-checkbox.php:51
|
2999 |
#: core/templates/parts/customize-radio.php:51
|
3000 |
+
#: core/templates/parts/customize-select.php:56
|
3001 |
msgid "Add choices"
|
3002 |
msgstr ""
|
3003 |
|
3203 |
msgid "Make this option default"
|
3204 |
msgstr ""
|
3205 |
|
3206 |
+
#: core/templates/parts/customize-select.php:74
|
3207 |
+
msgid "Make searchable"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3208 |
msgstr ""
|
3209 |
|
3210 |
+
#: core/templates/parts/customize-single-line-text.php:55
|
3211 |
+
msgid "Use value as email subject"
|
3212 |
msgstr ""
|
3213 |
|
3214 |
+
#: core/templates/parts/frontend-checkbox.php:13
|
3215 |
+
msgid "Select all"
|
3216 |
msgstr ""
|
3217 |
|
3218 |
+
#: core/templates/preview-form-pencil.php:3
|
3219 |
+
msgid "Click to edit this part."
|
3220 |
msgstr ""
|
3221 |
|
3222 |
+
#: inc/classes/class-happyforms.php:83
|
3223 |
+
msgid "Include mark and reply link"
|
3224 |
msgstr ""
|
3225 |
|
3226 |
+
#: inc/classes/class-happyforms.php:84
|
3227 |
+
msgid "Reply to your users and mark their submission as read in one click."
|
3228 |
msgstr ""
|
3229 |
|
3230 |
+
#: inc/classes/class-happyforms.php:90
|
3231 |
+
msgid "Link to attachments in email"
|
3232 |
msgstr ""
|
3233 |
|
3234 |
+
#: inc/classes/class-happyforms.php:91
|
3235 |
+
msgid "Show attachments as links instead of a simple counter."
|
3236 |
msgstr ""
|
3237 |
|
3238 |
+
#: inc/classes/class-happyforms.php:97
|
3239 |
+
msgid "Hide Placeholder parts in email"
|
3240 |
msgstr ""
|
3241 |
|
3242 |
+
#: inc/classes/class-happyforms.php:103
|
3243 |
+
msgid "Include referral link"
|
3244 |
msgstr ""
|
3245 |
|
3246 |
+
#: inc/classes/class-happyforms.php:104
|
3247 |
+
msgid "Include the page link your form was submitted from."
|
3248 |
msgstr ""
|
3249 |
|
3250 |
+
#: inc/classes/class-happyforms.php:110
|
3251 |
msgid "Redirect on complete"
|
3252 |
msgstr ""
|
3253 |
|
3254 |
+
#: inc/classes/class-happyforms.php:111
|
3255 |
msgid ""
|
3256 |
"By default, recipients will be redirected to the post or page displaying "
|
3257 |
"this form. To set a custom redirect webpage, add a link here."
|
3258 |
msgstr ""
|
3259 |
|
3260 |
+
#: inc/classes/class-happyforms.php:117
|
3261 |
msgid "Track goal link"
|
3262 |
msgstr ""
|
3263 |
|
3264 |
+
#: inc/classes/class-happyforms.php:118
|
3265 |
msgid ""
|
3266 |
"Track recipients landing on this internal page after successfully "
|
3267 |
"submitting this form."
|
3268 |
msgstr ""
|
3269 |
|
3270 |
+
#: inc/classes/class-happyforms.php:124
|
3271 |
msgid "Use theme styles"
|
3272 |
msgstr ""
|
3273 |
|
3274 |
+
#: inc/classes/class-happyforms.php:125
|
3275 |
msgid "Inherit theme default styles instead of using HappyForms styles."
|
3276 |
msgstr ""
|
3277 |
|
3278 |
+
#: inc/classes/class-happyforms.php:131
|
3279 |
msgid "Shuffle parts"
|
3280 |
msgstr ""
|
3281 |
|
3282 |
+
#: inc/classes/class-happyforms.php:132
|
3283 |
msgid "Shuffle the order of all form parts to avoid biases in your responses."
|
3284 |
msgstr ""
|
3285 |
|
3286 |
+
#: inc/classes/class-happyforms.php:139
|
3287 |
msgid ""
|
3288 |
"Use <a href=\"%s\" target=\"_blank\" class=\"external\"> Google "
|
3289 |
"ReCaptcha</a>"
|
3290 |
msgstr ""
|
3291 |
|
3292 |
+
#: inc/classes/class-happyforms.php:142
|
3293 |
msgid "Protect your form against bots using your Google ReCaptcha credentials."
|
3294 |
msgstr ""
|
3295 |
|
3296 |
+
#: inc/classes/class-happyforms.php:148
|
3297 |
msgid "Require password"
|
3298 |
msgstr ""
|
3299 |
|
3300 |
+
#: inc/classes/class-happyforms.php:149
|
3301 |
msgid "Only users with password will be able to view and submit the form."
|
3302 |
msgstr ""
|
3303 |
|
3304 |
+
#: inc/classes/class-happyforms.php:155
|
3305 |
msgid "Open in overlay window"
|
3306 |
msgstr ""
|
3307 |
|
3308 |
+
#: inc/classes/class-happyforms.php:156
|
3309 |
msgid "Generate a link that can be clicked to open an overlay window for this form."
|
3310 |
msgstr ""
|
3311 |
|
3312 |
+
#: inc/classes/class-happyforms.php:162
|
3313 |
msgid "Save responses"
|
3314 |
msgstr ""
|
3315 |
|
3316 |
+
#: inc/classes/class-happyforms.php:163
|
3317 |
msgid "Keep recipients responses stored in your WordPress database."
|
3318 |
msgstr ""
|
3319 |
|
3320 |
+
#: inc/classes/class-happyforms.php:170
|
3321 |
msgid "Save abandoned responses"
|
3322 |
msgstr ""
|
3323 |
|
3324 |
+
#: inc/classes/class-happyforms.php:171
|
3325 |
msgid "Keep incomplete recipients responses stored in your WordPress database."
|
3326 |
msgstr ""
|
3327 |
|
3328 |
+
#: inc/classes/class-happyforms.php:177
|
3329 |
msgid "Give each response an ID number"
|
3330 |
msgstr ""
|
3331 |
|
3332 |
+
#: inc/classes/class-happyforms.php:178
|
3333 |
msgid "Tag responses with a unique, incremental identifier."
|
3334 |
msgstr ""
|
3335 |
|
3336 |
+
#: inc/classes/class-happyforms.php:184
|
3337 |
msgid "Preview values before submission"
|
3338 |
msgstr ""
|
3339 |
|
3340 |
+
#: inc/classes/class-happyforms.php:185
|
3341 |
msgid "Let your users review their submission before confirming it."
|
3342 |
msgstr ""
|
3343 |
|
3344 |
+
#: inc/classes/class-happyforms.php:191
|
3345 |
msgid "Fade submit button until valid"
|
3346 |
msgstr ""
|
3347 |
|
3348 |
+
#: inc/classes/class-happyforms.php:192
|
3349 |
msgid ""
|
3350 |
"Reduce the opacity of the submit button until all required form parts are "
|
3351 |
"valid."
|
3352 |
msgstr ""
|
3353 |
|
3354 |
+
#: inc/classes/class-happyforms.php:198
|
3355 |
msgid "Limit responses"
|
3356 |
msgstr ""
|
3357 |
|
3358 |
+
#: inc/classes/class-happyforms.php:199
|
3359 |
msgid "Set limit on number of allowed form submission in general or per user."
|
3360 |
msgstr ""
|
3361 |
|
3362 |
+
#: inc/classes/class-happyforms.php:205
|
3363 |
msgid "Schedule visibility"
|
3364 |
msgstr ""
|
3365 |
|
3366 |
+
#: inc/classes/class-happyforms.php:206
|
3367 |
msgid ""
|
3368 |
"Show or hide this form during a chosen time and day. Go to Settings > "
|
3369 |
"Timezone to set your city offset."
|
3370 |
msgstr ""
|
3371 |
|
3372 |
+
#: inc/classes/class-happyforms.php:231
|
3373 |
msgid "HappyForms Upgrade"
|
3374 |
msgstr ""
|
3375 |
|
3376 |
+
#: inc/classes/class-happyforms.php:346
|
3377 |
msgid ""
|
3378 |
"<p><strong>Important changes to HappyForms</strong></p><p>We want to "
|
3379 |
"continue developing the free HappyForms plugin, but we can't do this "
|
3387 |
"changes.</p>"
|
3388 |
msgstr ""
|
3389 |
|
3390 |
+
#: inc/classes/class-happyforms.php:374
|
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 "
|
3509 |
msgid "For collecting opinions using a horizontal slider."
|
3510 |
msgstr ""
|
3511 |
|
3512 |
+
#: inc/classes/parts/class-part-signature-dummy.php:8
|
3513 |
+
msgid "Signature"
|
3514 |
+
msgstr ""
|
3515 |
+
|
3516 |
+
#: inc/classes/parts/class-part-signature-dummy.php:9
|
3517 |
+
msgid "For requiring authorization before accepting submission."
|
3518 |
+
msgstr ""
|
3519 |
+
|
3520 |
#: inc/classes/parts/class-part-table-dummy.php:8
|
3521 |
msgid "Table"
|
3522 |
msgstr ""
|
readme.txt
CHANGED
@@ -3,9 +3,9 @@
|
|
3 |
Contributors: thethemefoundry
|
4 |
Tags: contact, contact form, email, feedback form, form, form builder, custom form, lead generation, survey form, quote form
|
5 |
Requires at least: 4.8
|
6 |
-
Tested up to: 5.
|
7 |
Requires PHP: 5.3
|
8 |
-
Stable tag: 1.8.
|
9 |
License: GPLv2 or later
|
10 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
11 |
|
@@ -97,6 +97,10 @@ Yep! HappyForms free isn't going anywhere but for those looking for even more yo
|
|
97 |
|
98 |
== Changelog ==
|
99 |
|
|
|
|
|
|
|
|
|
100 |
= 1.8.19 =
|
101 |
* New feature: Added new control "Hide form on submission" to Step 2.
|
102 |
* Improvement: Various improvements to styles and wording in form builder UI.
|
@@ -541,6 +545,9 @@ Yep! HappyForms free isn't going anywhere but for those looking for even more yo
|
|
541 |
|
542 |
== Upgrade Notice ==
|
543 |
|
|
|
|
|
|
|
544 |
= 1.8.19 =
|
545 |
* New control for hiding form after submission, various improvements to styles and wording in form builder UI.
|
546 |
|
3 |
Contributors: thethemefoundry
|
4 |
Tags: contact, contact form, email, feedback form, form, form builder, custom form, lead generation, survey form, quote form
|
5 |
Requires at least: 4.8
|
6 |
+
Tested up to: 5.3
|
7 |
Requires PHP: 5.3
|
8 |
+
Stable tag: 1.8.20
|
9 |
License: GPLv2 or later
|
10 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
11 |
|
97 |
|
98 |
== Changelog ==
|
99 |
|
100 |
+
= 1.8.20 =
|
101 |
+
* Improvement: Various improvements related to builder and front-end styles.
|
102 |
+
* Improvement: Compatibility with WordPress 5.3.
|
103 |
+
|
104 |
= 1.8.19 =
|
105 |
* New feature: Added new control "Hide form on submission" to Step 2.
|
106 |
* Improvement: Various improvements to styles and wording in form builder UI.
|
545 |
|
546 |
== Upgrade Notice ==
|
547 |
|
548 |
+
= 1.8.20 =
|
549 |
+
* Various style improvements, compatibility with WordPress 5.3.
|
550 |
+
|
551 |
= 1.8.19 =
|
552 |
* New control for hiding form after submission, various improvements to styles and wording in form builder UI.
|
553 |
|