Version Description
- custom-contact-forms.php - Template form display function fixed
- custom-contact-forms-admin.php - jQuery dialog used for plugin usage popover
- modules/db/custom-contact-forms-activate.php - Field options column changed to text
- modules/widgets/custom-contact-forms-dashboard.php - jQuery dialog used for popovers
- modules/widgets/custom-contact-forms-dashboard.css - jQuery dialog used for popovers
Download this release
Release Info
Developer | tlovett1 |
Plugin | Custom Contact Forms |
Version | 4.5.2 |
Comparing to | |
See all releases |
Code changes from version 4.5.1.2 to 4.5.2
- css/custom-contact-forms-admin.css +1 -40
- css/custom-contact-forms-dashboard.css +12 -37
- css/jquery-ui.css +571 -0
- custom-contact-forms-admin.php +23 -16
- custom-contact-forms.php +2 -3
- images/ui-bg_flat_0_aaaaaa_40x100.png +0 -0
- images/ui-bg_flat_75_ffffff_40x100.png +0 -0
- images/ui-bg_glass_55_fbf9ee_1x400.png +0 -0
- images/ui-bg_glass_65_ffffff_1x400.png +0 -0
- images/ui-bg_glass_75_dadada_1x400.png +0 -0
- images/ui-bg_glass_75_e6e6e6_1x400.png +0 -0
- images/ui-bg_glass_95_fef1ec_1x400.png +0 -0
- images/ui-bg_highlight-soft_75_cccccc_1x100.png +0 -0
- images/ui-icons_222222_256x240.png +0 -0
- images/ui-icons_2e83ff_256x240.png +0 -0
- images/ui-icons_454545_256x240.png +0 -0
- images/ui-icons_888888_256x240.png +0 -0
- images/ui-icons_cd0a0a_256x240.png +0 -0
- js/custom-contact-forms-admin-inc.js +0 -4
- js/custom-contact-forms-admin.js +7 -5
- js/custom-contact-forms-dashboard.js +8 -5
- lang/custom-contact-forms.mo +0 -0
- lang/custom-contact-forms.po +636 -580
- modules/db/custom-contact-forms-activate-db.php +2 -1
- modules/usage_popover/custom-contact-forms-usage-popover.php +3 -6
- modules/widget/custom-contact-forms-dashboard.php +23 -11
- readme.txt +16 -1
css/custom-contact-forms-admin.css
CHANGED
@@ -428,53 +428,14 @@
|
|
428 |
/* CCF Install Popover -------------------------------- */
|
429 |
#ccf-usage-popover {
|
430 |
display:none;
|
431 |
-
border: 9px solid #efefef;
|
432 |
-
border-spacing:0;
|
433 |
-
width:680px;
|
434 |
-
padding:0px;
|
435 |
-
margin:0 0 0 -340px;
|
436 |
-
-moz-border-radius:10px;
|
437 |
-
-khtml-border-radius:10px;
|
438 |
-
-webkit-border-radius:10px;
|
439 |
-
border-radius:15px;
|
440 |
-
position:fixed;
|
441 |
-
z-index:10000;
|
442 |
-
left:50%;
|
443 |
-
background-color:white;
|
444 |
-
top:20px;
|
445 |
-
bottom:20px;
|
446 |
-
-moz-box-shadow:0 0 14px #123;
|
447 |
-
-webkit-box-shadow: 0 0 14px #123;
|
448 |
-
box-shadow:0 0 14px #123;
|
449 |
}
|
450 |
#ccf-usage-popover #popover-tof { text-align:center; border-bottom:1px #ccc dashed; margin:5px 0 10px 0; padding:0 0 6px 0; }
|
451 |
#ccf-usage-popover #popover-tof li { display:inline; padding:0 2px 0 3px;
|
452 |
}
|
453 |
-
|
454 |
-
background-color:#efefef;
|
455 |
-
padding:9px 9px 9px 20px;
|
456 |
-
margin:0 0 15px 0px;
|
457 |
-
height:1.3em;
|
458 |
-
}
|
459 |
-
#ccf-usage-popover div.popover-header h5 {
|
460 |
-
text-align:left;
|
461 |
-
float:left;
|
462 |
-
margin:0;
|
463 |
-
font-size:1.5em;
|
464 |
-
font-weight:bold;
|
465 |
-
}
|
466 |
-
#ccf-usage-popover div.popover-header a.close {
|
467 |
-
float:right;
|
468 |
-
display:block;
|
469 |
-
font-size:12px;
|
470 |
-
}
|
471 |
#ccf-usage-popover div.popover-body span { font-weight:bold; }
|
472 |
#ccf-usage-popover div.popover-body {
|
473 |
text-align:left;
|
474 |
-
overflow:scroll;
|
475 |
-
position:absolute;
|
476 |
-
bottom:0px;
|
477 |
-
top:3em;
|
478 |
padding:3px;
|
479 |
}
|
480 |
#ccf-usage-popover div.popover-body ul { margin:5px 0px 5px 8px; padding:0; border-top:1px solid #efefef; }
|
428 |
/* CCF Install Popover -------------------------------- */
|
429 |
#ccf-usage-popover {
|
430 |
display:none;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
431 |
}
|
432 |
#ccf-usage-popover #popover-tof { text-align:center; border-bottom:1px #ccc dashed; margin:5px 0 10px 0; padding:0 0 6px 0; }
|
433 |
#ccf-usage-popover #popover-tof li { display:inline; padding:0 2px 0 3px;
|
434 |
}
|
435 |
+
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
436 |
#ccf-usage-popover div.popover-body span { font-weight:bold; }
|
437 |
#ccf-usage-popover div.popover-body {
|
438 |
text-align:left;
|
|
|
|
|
|
|
|
|
439 |
padding:3px;
|
440 |
}
|
441 |
#ccf-usage-popover div.popover-body ul { margin:5px 0px 5px 8px; padding:0; border-top:1px solid #efefef; }
|
css/custom-contact-forms-dashboard.css
CHANGED
@@ -15,46 +15,21 @@
|
|
15 |
text-shadow:0 1px 0 #FFFFFF;
|
16 |
}
|
17 |
|
18 |
-
#ccf-dashboard .view-submission-popover {
|
19 |
display:none;
|
20 |
-
z-index:20000;
|
21 |
-
border: 9px solid #efefef;
|
22 |
-
border-spacing:0;
|
23 |
-
width:680px;
|
24 |
-
padding:0px;
|
25 |
-
margin:0 0 0 -340px;
|
26 |
-
-moz-border-radius:10px;
|
27 |
-
-khtml-border-radius:10px;
|
28 |
-
-webkit-border-radius:10px;
|
29 |
-
border-radius:15px;
|
30 |
-
position:fixed;
|
31 |
-
left:50%;
|
32 |
-
background-color:white;
|
33 |
-
top:20px;
|
34 |
-
padding:20px;
|
35 |
-
bottom:20px;
|
36 |
-
-moz-box-shadow:0 0 14px #123;
|
37 |
-
-webkit-box-shadow: 0 0 14px #123;
|
38 |
-
box-shadow:0 0 14px #123;
|
39 |
}
|
40 |
-
|
41 |
-
|
42 |
-
|
43 |
-
|
44 |
-
|
45 |
-
|
46 |
-
|
47 |
-
#ccf-dashboard .view-submission-popover div.top { height:40px; }
|
48 |
-
#ccf-dashboard .view-submission-popover div.top .right { float:right; width:40%; }
|
49 |
-
#ccf-dashboard .view-submission-popover div.top .right p { margin:3px; padding:0; }
|
50 |
-
#ccf-dashboard .view-submission-popover div.top .right span { font-weight:bold; }
|
51 |
-
#ccf-dashboard .view-submission-popover div.top .left { float:left; font-size:2em; width:60%; }
|
52 |
-
#ccf-dashboard .view-submission-popover ul {
|
53 |
min-height:30px;
|
54 |
width:95%;
|
55 |
margin:3px auto 2px auto;
|
56 |
}
|
57 |
-
|
58 |
-
|
59 |
-
|
60 |
-
|
15 |
text-shadow:0 1px 0 #FFFFFF;
|
16 |
}
|
17 |
|
18 |
+
#ccf-dashboard .ccf-view-submission-popover {
|
19 |
display:none;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
20 |
}
|
21 |
+
|
22 |
+
.ccf-view-submission-popover div.top { height:30px; padding-bottom:7px; }
|
23 |
+
.ccf-view-submission-popover div.top .right { float:right; width:40%; }
|
24 |
+
.ccf-view-submission-popover div.top .left p { margin:2px; padding:0; }
|
25 |
+
.ccf-view-submission-popover div.top .right span, .ccf-view-submission-popover div.top .left span { font-weight:bold; }
|
26 |
+
.ccf-view-submission-popover div.top .left { float:left; width:60%; }
|
27 |
+
.ccf-view-submission-popover ul {
|
|
|
|
|
|
|
|
|
|
|
|
|
28 |
min-height:30px;
|
29 |
width:95%;
|
30 |
margin:3px auto 2px auto;
|
31 |
}
|
32 |
+
.ccf-view-submission-popover .separate { clear:both; width:100%; border-bottom:1px solid #ccc; height:1px; margin:3px; }
|
33 |
+
.ccf-view-submission-popover ul li { float:left; margin-right:9px; }
|
34 |
+
.ccf-view-submission-popover ul li p { display:block; }
|
35 |
+
.ccf-view-submission-popover ul li div { font-weight:bold; border-bottom:1px solid #666; padding:2px; text-align:left; }
|
css/jquery-ui.css
ADDED
@@ -0,0 +1,571 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
/*
|
2 |
+
* jQuery UI CSS Framework 1.8.9
|
3 |
+
*
|
4 |
+
* Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
|
5 |
+
* Dual licensed under the MIT or GPL Version 2 licenses.
|
6 |
+
* http://jquery.org/license
|
7 |
+
*
|
8 |
+
* http://docs.jquery.com/UI/Theming/API
|
9 |
+
*/
|
10 |
+
|
11 |
+
/* Layout helpers
|
12 |
+
----------------------------------*/
|
13 |
+
.ui-helper-hidden { display: none; }
|
14 |
+
.ui-helper-hidden-accessible { position: absolute !important; clip: rect(1px 1px 1px 1px); clip: rect(1px,1px,1px,1px); }
|
15 |
+
.ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; }
|
16 |
+
.ui-helper-clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
|
17 |
+
.ui-helper-clearfix { display: inline-block; }
|
18 |
+
/* required comment for clearfix to work in Opera \*/
|
19 |
+
* html .ui-helper-clearfix { height:1%; }
|
20 |
+
.ui-helper-clearfix { display:block; }
|
21 |
+
/* end clearfix */
|
22 |
+
.ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); }
|
23 |
+
|
24 |
+
|
25 |
+
/* Interaction Cues
|
26 |
+
----------------------------------*/
|
27 |
+
.ui-state-disabled { cursor: default !important; }
|
28 |
+
|
29 |
+
|
30 |
+
/* Icons
|
31 |
+
----------------------------------*/
|
32 |
+
|
33 |
+
/* states and images */
|
34 |
+
.ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; }
|
35 |
+
|
36 |
+
|
37 |
+
/* Misc visuals
|
38 |
+
----------------------------------*/
|
39 |
+
|
40 |
+
/* Overlays */
|
41 |
+
.ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
|
42 |
+
/*
|
43 |
+
* jQuery UI Accordion 1.8.9
|
44 |
+
*
|
45 |
+
* Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
|
46 |
+
* Dual licensed under the MIT or GPL Version 2 licenses.
|
47 |
+
* http://jquery.org/license
|
48 |
+
*
|
49 |
+
* http://docs.jquery.com/UI/Accordion#theming
|
50 |
+
*/
|
51 |
+
/* IE/Win - Fix animation bug - #4615 */
|
52 |
+
.ui-accordion { width: 100%; }
|
53 |
+
.ui-accordion .ui-accordion-header { cursor: pointer; position: relative; margin-top: 1px; zoom: 1; }
|
54 |
+
.ui-accordion .ui-accordion-li-fix { display: inline; }
|
55 |
+
.ui-accordion .ui-accordion-header-active { border-bottom: 0 !important; }
|
56 |
+
.ui-accordion .ui-accordion-header a { display: block; font-size: 1em; padding: .5em .5em .5em .7em; }
|
57 |
+
.ui-accordion-icons .ui-accordion-header a { padding-left: 2.2em; }
|
58 |
+
.ui-accordion .ui-accordion-header .ui-icon { position: absolute; left: .5em; top: 50%; margin-top: -8px; }
|
59 |
+
.ui-accordion .ui-accordion-content { padding: 1em 2.2em; border-top: 0; margin-top: -2px; position: relative; top: 1px; margin-bottom: 2px; overflow: auto; display: none; zoom: 1; }
|
60 |
+
.ui-accordion .ui-accordion-content-active { display: block; }
|
61 |
+
/*
|
62 |
+
* jQuery UI Autocomplete 1.8.9
|
63 |
+
*
|
64 |
+
* Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
|
65 |
+
* Dual licensed under the MIT or GPL Version 2 licenses.
|
66 |
+
* http://jquery.org/license
|
67 |
+
*
|
68 |
+
* http://docs.jquery.com/UI/Autocomplete#theming
|
69 |
+
*/
|
70 |
+
.ui-autocomplete { position: absolute; cursor: default; }
|
71 |
+
|
72 |
+
/* workarounds */
|
73 |
+
* html .ui-autocomplete { width:1px; } /* without this, the menu expands to 100% in IE6 */
|
74 |
+
|
75 |
+
/*
|
76 |
+
* jQuery UI Menu 1.8.9
|
77 |
+
*
|
78 |
+
* Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
|
79 |
+
* Dual licensed under the MIT or GPL Version 2 licenses.
|
80 |
+
* http://jquery.org/license
|
81 |
+
*
|
82 |
+
* http://docs.jquery.com/UI/Menu#theming
|
83 |
+
*/
|
84 |
+
.ui-menu {
|
85 |
+
list-style:none;
|
86 |
+
padding: 2px;
|
87 |
+
margin: 0;
|
88 |
+
display:block;
|
89 |
+
float: left;
|
90 |
+
}
|
91 |
+
.ui-menu .ui-menu {
|
92 |
+
margin-top: -3px;
|
93 |
+
}
|
94 |
+
.ui-menu .ui-menu-item {
|
95 |
+
margin:0;
|
96 |
+
padding: 0;
|
97 |
+
zoom: 1;
|
98 |
+
float: left;
|
99 |
+
clear: left;
|
100 |
+
width: 100%;
|
101 |
+
}
|
102 |
+
.ui-menu .ui-menu-item a {
|
103 |
+
text-decoration:none;
|
104 |
+
display:block;
|
105 |
+
padding:.2em .4em;
|
106 |
+
line-height:1.5;
|
107 |
+
zoom:1;
|
108 |
+
}
|
109 |
+
.ui-menu .ui-menu-item a.ui-state-hover,
|
110 |
+
.ui-menu .ui-menu-item a.ui-state-active {
|
111 |
+
font-weight: normal;
|
112 |
+
margin: -1px;
|
113 |
+
}
|
114 |
+
/*
|
115 |
+
* jQuery UI Button 1.8.9
|
116 |
+
*
|
117 |
+
* Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
|
118 |
+
* Dual licensed under the MIT or GPL Version 2 licenses.
|
119 |
+
* http://jquery.org/license
|
120 |
+
*
|
121 |
+
* http://docs.jquery.com/UI/Button#theming
|
122 |
+
*/
|
123 |
+
.ui-button { display: inline-block; position: relative; padding: 0; margin-right: .1em; text-decoration: none !important; cursor: pointer; text-align: center; zoom: 1; overflow: visible; } /* the overflow property removes extra width in IE */
|
124 |
+
.ui-button-icon-only { width: 2.2em; } /* to make room for the icon, a width needs to be set here */
|
125 |
+
button.ui-button-icon-only { width: 2.4em; } /* button elements seem to need a little more width */
|
126 |
+
.ui-button-icons-only { width: 3.4em; }
|
127 |
+
button.ui-button-icons-only { width: 3.7em; }
|
128 |
+
|
129 |
+
/*button text element */
|
130 |
+
.ui-button .ui-button-text { display: block; line-height: 1.4; }
|
131 |
+
.ui-button-text-only .ui-button-text { padding: .4em 1em; }
|
132 |
+
.ui-button-icon-only .ui-button-text, .ui-button-icons-only .ui-button-text { padding: .4em; text-indent: -9999999px; }
|
133 |
+
.ui-button-text-icon-primary .ui-button-text, .ui-button-text-icons .ui-button-text { padding: .4em 1em .4em 2.1em; }
|
134 |
+
.ui-button-text-icon-secondary .ui-button-text, .ui-button-text-icons .ui-button-text { padding: .4em 2.1em .4em 1em; }
|
135 |
+
.ui-button-text-icons .ui-button-text { padding-left: 2.1em; padding-right: 2.1em; }
|
136 |
+
/* no icon support for input elements, provide padding by default */
|
137 |
+
input.ui-button { padding: .4em 1em; }
|
138 |
+
|
139 |
+
/*button icon element(s) */
|
140 |
+
.ui-button-icon-only .ui-icon, .ui-button-text-icon-primary .ui-icon, .ui-button-text-icon-secondary .ui-icon, .ui-button-text-icons .ui-icon, .ui-button-icons-only .ui-icon { position: absolute; top: 50%; margin-top: -8px; }
|
141 |
+
.ui-button-icon-only .ui-icon { left: 50%; margin-left: -8px; }
|
142 |
+
.ui-button-text-icon-primary .ui-button-icon-primary, .ui-button-text-icons .ui-button-icon-primary, .ui-button-icons-only .ui-button-icon-primary { left: .5em; }
|
143 |
+
.ui-button-text-icon-secondary .ui-button-icon-secondary, .ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary { right: .5em; }
|
144 |
+
.ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary { right: .5em; }
|
145 |
+
|
146 |
+
/*button sets*/
|
147 |
+
.ui-buttonset { margin-right: 7px; }
|
148 |
+
.ui-buttonset .ui-button { margin-left: 0; margin-right: -.3em; }
|
149 |
+
|
150 |
+
/* workarounds */
|
151 |
+
button.ui-button::-moz-focus-inner { border: 0; padding: 0; } /* reset extra padding in Firefox */
|
152 |
+
/*
|
153 |
+
* jQuery UI Datepicker 1.8.9
|
154 |
+
*
|
155 |
+
* Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
|
156 |
+
* Dual licensed under the MIT or GPL Version 2 licenses.
|
157 |
+
* http://jquery.org/license
|
158 |
+
*
|
159 |
+
* http://docs.jquery.com/UI/Datepicker#theming
|
160 |
+
*/
|
161 |
+
.ui-datepicker { width: 17em; padding: .2em .2em 0; display: none; }
|
162 |
+
.ui-datepicker .ui-datepicker-header { position:relative; padding:.2em 0; }
|
163 |
+
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next { position:absolute; top: 2px; width: 1.8em; height: 1.8em; }
|
164 |
+
.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover { top: 1px; }
|
165 |
+
.ui-datepicker .ui-datepicker-prev { left:2px; }
|
166 |
+
.ui-datepicker .ui-datepicker-next { right:2px; }
|
167 |
+
.ui-datepicker .ui-datepicker-prev-hover { left:1px; }
|
168 |
+
.ui-datepicker .ui-datepicker-next-hover { right:1px; }
|
169 |
+
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span { display: block; position: absolute; left: 50%; margin-left: -8px; top: 50%; margin-top: -8px; }
|
170 |
+
.ui-datepicker .ui-datepicker-title { margin: 0 2.3em; line-height: 1.8em; text-align: center; }
|
171 |
+
.ui-datepicker .ui-datepicker-title select { font-size:1em; margin:1px 0; }
|
172 |
+
.ui-datepicker select.ui-datepicker-month-year {width: 100%;}
|
173 |
+
.ui-datepicker select.ui-datepicker-month,
|
174 |
+
.ui-datepicker select.ui-datepicker-year { width: 49%;}
|
175 |
+
.ui-datepicker table {width: 100%; font-size: .9em; border-collapse: collapse; margin:0 0 .4em; }
|
176 |
+
.ui-datepicker th { padding: .7em .3em; text-align: center; font-weight: bold; border: 0; }
|
177 |
+
.ui-datepicker td { border: 0; padding: 1px; }
|
178 |
+
.ui-datepicker td span, .ui-datepicker td a { display: block; padding: .2em; text-align: right; text-decoration: none; }
|
179 |
+
.ui-datepicker .ui-datepicker-buttonpane { background-image: none; margin: .7em 0 0 0; padding:0 .2em; border-left: 0; border-right: 0; border-bottom: 0; }
|
180 |
+
.ui-datepicker .ui-datepicker-buttonpane button { float: right; margin: .5em .2em .4em; cursor: pointer; padding: .2em .6em .3em .6em; width:auto; overflow:visible; }
|
181 |
+
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current { float:left; }
|
182 |
+
|
183 |
+
/* with multiple calendars */
|
184 |
+
.ui-datepicker.ui-datepicker-multi { width:auto; }
|
185 |
+
.ui-datepicker-multi .ui-datepicker-group { float:left; }
|
186 |
+
.ui-datepicker-multi .ui-datepicker-group table { width:95%; margin:0 auto .4em; }
|
187 |
+
.ui-datepicker-multi-2 .ui-datepicker-group { width:50%; }
|
188 |
+
.ui-datepicker-multi-3 .ui-datepicker-group { width:33.3%; }
|
189 |
+
.ui-datepicker-multi-4 .ui-datepicker-group { width:25%; }
|
190 |
+
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header { border-left-width:0; }
|
191 |
+
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header { border-left-width:0; }
|
192 |
+
.ui-datepicker-multi .ui-datepicker-buttonpane { clear:left; }
|
193 |
+
.ui-datepicker-row-break { clear:both; width:100%; }
|
194 |
+
|
195 |
+
/* RTL support */
|
196 |
+
.ui-datepicker-rtl { direction: rtl; }
|
197 |
+
.ui-datepicker-rtl .ui-datepicker-prev { right: 2px; left: auto; }
|
198 |
+
.ui-datepicker-rtl .ui-datepicker-next { left: 2px; right: auto; }
|
199 |
+
.ui-datepicker-rtl .ui-datepicker-prev:hover { right: 1px; left: auto; }
|
200 |
+
.ui-datepicker-rtl .ui-datepicker-next:hover { left: 1px; right: auto; }
|
201 |
+
.ui-datepicker-rtl .ui-datepicker-buttonpane { clear:right; }
|
202 |
+
.ui-datepicker-rtl .ui-datepicker-buttonpane button { float: left; }
|
203 |
+
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current { float:right; }
|
204 |
+
.ui-datepicker-rtl .ui-datepicker-group { float:right; }
|
205 |
+
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header { border-right-width:0; border-left-width:1px; }
|
206 |
+
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header { border-right-width:0; border-left-width:1px; }
|
207 |
+
|
208 |
+
/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
|
209 |
+
.ui-datepicker-cover {
|
210 |
+
display: none; /*sorry for IE5*/
|
211 |
+
display/**/: block; /*sorry for IE5*/
|
212 |
+
position: absolute; /*must have*/
|
213 |
+
z-index: -1; /*must have*/
|
214 |
+
filter: mask(); /*must have*/
|
215 |
+
top: -4px; /*must have*/
|
216 |
+
left: -4px; /*must have*/
|
217 |
+
width: 200px; /*must have*/
|
218 |
+
height: 200px; /*must have*/
|
219 |
+
}/*
|
220 |
+
* jQuery UI Dialog 1.8.9
|
221 |
+
*
|
222 |
+
* Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
|
223 |
+
* Dual licensed under the MIT or GPL Version 2 licenses.
|
224 |
+
* http://jquery.org/license
|
225 |
+
*
|
226 |
+
* http://docs.jquery.com/UI/Dialog#theming
|
227 |
+
*/
|
228 |
+
.ui-dialog { position: absolute; padding: .2em; width: 300px; overflow: hidden; }
|
229 |
+
.ui-dialog .ui-dialog-titlebar { padding: .4em 1em; position: relative; }
|
230 |
+
.ui-dialog .ui-dialog-title { float: left; margin: .1em 16px .1em 0; }
|
231 |
+
.ui-dialog .ui-dialog-titlebar-close { position: absolute; right: .3em; top: 50%; width: 19px; margin: -10px 0 0 0; padding: 1px; height: 18px; }
|
232 |
+
.ui-dialog .ui-dialog-titlebar-close span { display: block; margin: 1px; }
|
233 |
+
.ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus { padding: 0; }
|
234 |
+
.ui-dialog .ui-dialog-content { position: relative; border: 0; padding: .5em 1em; background: none; overflow: auto; zoom: 1; }
|
235 |
+
.ui-dialog .ui-dialog-buttonpane { text-align: left; border-width: 1px 0 0 0; background-image: none; margin: .5em 0 0 0; padding: .3em 1em .5em .4em; }
|
236 |
+
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset { float: right; }
|
237 |
+
.ui-dialog .ui-dialog-buttonpane button { margin: .5em .4em .5em 0; cursor: pointer; }
|
238 |
+
.ui-dialog .ui-resizable-se { width: 14px; height: 14px; right: 3px; bottom: 3px; }
|
239 |
+
.ui-draggable .ui-dialog-titlebar { cursor: move; }
|
240 |
+
/*
|
241 |
+
* jQuery UI Progressbar 1.8.9
|
242 |
+
*
|
243 |
+
* Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
|
244 |
+
* Dual licensed under the MIT or GPL Version 2 licenses.
|
245 |
+
* http://jquery.org/license
|
246 |
+
*
|
247 |
+
* http://docs.jquery.com/UI/Progressbar#theming
|
248 |
+
*/
|
249 |
+
.ui-progressbar { height:2em; text-align: left; }
|
250 |
+
.ui-progressbar .ui-progressbar-value {margin: -1px; height:100%; }/*
|
251 |
+
* jQuery UI Resizable 1.8.9
|
252 |
+
*
|
253 |
+
* Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
|
254 |
+
* Dual licensed under the MIT or GPL Version 2 licenses.
|
255 |
+
* http://jquery.org/license
|
256 |
+
*
|
257 |
+
* http://docs.jquery.com/UI/Resizable#theming
|
258 |
+
*/
|
259 |
+
.ui-resizable { position: relative;}
|
260 |
+
.ui-resizable-handle { position: absolute;font-size: 0.1px;z-index: 99999; display: block;}
|
261 |
+
.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle { display: none; }
|
262 |
+
.ui-resizable-n { cursor: n-resize; height: 7px; width: 100%; top: -5px; left: 0; }
|
263 |
+
.ui-resizable-s { cursor: s-resize; height: 7px; width: 100%; bottom: -5px; left: 0; }
|
264 |
+
.ui-resizable-e { cursor: e-resize; width: 7px; right: -5px; top: 0; height: 100%; }
|
265 |
+
.ui-resizable-w { cursor: w-resize; width: 7px; left: -5px; top: 0; height: 100%; }
|
266 |
+
.ui-resizable-se { cursor: se-resize; width: 12px; height: 12px; right: 1px; bottom: 1px; }
|
267 |
+
.ui-resizable-sw { cursor: sw-resize; width: 9px; height: 9px; left: -5px; bottom: -5px; }
|
268 |
+
.ui-resizable-nw { cursor: nw-resize; width: 9px; height: 9px; left: -5px; top: -5px; }
|
269 |
+
.ui-resizable-ne { cursor: ne-resize; width: 9px; height: 9px; right: -5px; top: -5px;}/*
|
270 |
+
* jQuery UI Selectable 1.8.9
|
271 |
+
*
|
272 |
+
* Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
|
273 |
+
* Dual licensed under the MIT or GPL Version 2 licenses.
|
274 |
+
* http://jquery.org/license
|
275 |
+
*
|
276 |
+
* http://docs.jquery.com/UI/Selectable#theming
|
277 |
+
*/
|
278 |
+
.ui-selectable-helper { position: absolute; z-index: 100; border:1px dotted black; }
|
279 |
+
/*
|
280 |
+
* jQuery UI Slider 1.8.9
|
281 |
+
*
|
282 |
+
* Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
|
283 |
+
* Dual licensed under the MIT or GPL Version 2 licenses.
|
284 |
+
* http://jquery.org/license
|
285 |
+
*
|
286 |
+
* http://docs.jquery.com/UI/Slider#theming
|
287 |
+
*/
|
288 |
+
.ui-slider { position: relative; text-align: left; }
|
289 |
+
.ui-slider .ui-slider-handle { position: absolute; z-index: 2; width: 1.2em; height: 1.2em; cursor: default; }
|
290 |
+
.ui-slider .ui-slider-range { position: absolute; z-index: 1; font-size: .7em; display: block; border: 0; background-position: 0 0; }
|
291 |
+
|
292 |
+
.ui-slider-horizontal { height: .8em; }
|
293 |
+
.ui-slider-horizontal .ui-slider-handle { top: -.3em; margin-left: -.6em; }
|
294 |
+
.ui-slider-horizontal .ui-slider-range { top: 0; height: 100%; }
|
295 |
+
.ui-slider-horizontal .ui-slider-range-min { left: 0; }
|
296 |
+
.ui-slider-horizontal .ui-slider-range-max { right: 0; }
|
297 |
+
|
298 |
+
.ui-slider-vertical { width: .8em; height: 100px; }
|
299 |
+
.ui-slider-vertical .ui-slider-handle { left: -.3em; margin-left: 0; margin-bottom: -.6em; }
|
300 |
+
.ui-slider-vertical .ui-slider-range { left: 0; width: 100%; }
|
301 |
+
.ui-slider-vertical .ui-slider-range-min { bottom: 0; }
|
302 |
+
.ui-slider-vertical .ui-slider-range-max { top: 0; }/*
|
303 |
+
* jQuery UI Tabs 1.8.9
|
304 |
+
*
|
305 |
+
* Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
|
306 |
+
* Dual licensed under the MIT or GPL Version 2 licenses.
|
307 |
+
* http://jquery.org/license
|
308 |
+
*
|
309 |
+
* http://docs.jquery.com/UI/Tabs#theming
|
310 |
+
*/
|
311 |
+
.ui-tabs { position: relative; padding: .2em; zoom: 1; } /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
|
312 |
+
.ui-tabs .ui-tabs-nav { margin: 0; padding: .2em .2em 0; }
|
313 |
+
.ui-tabs .ui-tabs-nav li { list-style: none; float: left; position: relative; top: 1px; margin: 0 .2em 1px 0; border-bottom: 0 !important; padding: 0; white-space: nowrap; }
|
314 |
+
.ui-tabs .ui-tabs-nav li a { float: left; padding: .5em 1em; text-decoration: none; }
|
315 |
+
.ui-tabs .ui-tabs-nav li.ui-tabs-selected { margin-bottom: 0; padding-bottom: 1px; }
|
316 |
+
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a { cursor: text; }
|
317 |
+
.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { cursor: pointer; } /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
|
318 |
+
.ui-tabs .ui-tabs-panel { display: block; border-width: 0; padding: 1em 1.4em; background: none; }
|
319 |
+
.ui-tabs .ui-tabs-hide { display: none !important; }
|
320 |
+
/*
|
321 |
+
* jQuery UI CSS Framework 1.8.9
|
322 |
+
*
|
323 |
+
* Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
|
324 |
+
* Dual licensed under the MIT or GPL Version 2 licenses.
|
325 |
+
* http://jquery.org/license
|
326 |
+
*
|
327 |
+
* http://docs.jquery.com/UI/Theming/API
|
328 |
+
*
|
329 |
+
* To view and modify this theme, visit http://jqueryui.com/themeroller/
|
330 |
+
*/
|
331 |
+
|
332 |
+
|
333 |
+
/* Component containers
|
334 |
+
----------------------------------*/
|
335 |
+
.ui-widget { font-family: Verdana,Arial,sans-serif/*{ffDefault}*/; font-size: 1.1em/*{fsDefault}*/; }
|
336 |
+
.ui-widget .ui-widget { font-size: 1em; }
|
337 |
+
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: Verdana,Arial,sans-serif/*{ffDefault}*/; font-size: 1em; }
|
338 |
+
.ui-widget-content { border: 1px solid #aaaaaa/*{borderColorContent}*/; background: #ffffff/*{bgColorContent}*/ url(../images/ui-bg_flat_75_ffffff_40x100.png)/*{bgImgUrlContent}*/ 50%/*{bgContentXPos}*/ 50%/*{bgContentYPos}*/ repeat-x/*{bgContentRepeat}*/; color: #222222/*{fcContent}*/; }
|
339 |
+
.ui-widget-content a { color: #222222/*{fcContent}*/; }
|
340 |
+
.ui-widget-header { border: 1px solid #aaaaaa/*{borderColorHeader}*/; background: #cccccc/*{bgColorHeader}*/ url(../images/ui-bg_highlight-soft_75_cccccc_1x100.png)/*{bgImgUrlHeader}*/ 50%/*{bgHeaderXPos}*/ 50%/*{bgHeaderYPos}*/ repeat-x/*{bgHeaderRepeat}*/; color: #222222/*{fcHeader}*/; font-weight: bold; }
|
341 |
+
.ui-widget-header a { color: #222222/*{fcHeader}*/; }
|
342 |
+
|
343 |
+
/* Interaction states
|
344 |
+
----------------------------------*/
|
345 |
+
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { border: 1px solid #d3d3d3/*{borderColorDefault}*/; background: #e6e6e6/*{bgColorDefault}*/ url(../images/ui-bg_glass_75_e6e6e6_1x400.png)/*{bgImgUrlDefault}*/ 50%/*{bgDefaultXPos}*/ 50%/*{bgDefaultYPos}*/ repeat-x/*{bgDefaultRepeat}*/; font-weight: normal/*{fwDefault}*/; color: #555555/*{fcDefault}*/; }
|
346 |
+
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #555555/*{fcDefault}*/; text-decoration: none; }
|
347 |
+
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus { border: 1px solid #999999/*{borderColorHover}*/; background: #dadada/*{bgColorHover}*/ url(../images/ui-bg_glass_75_dadada_1x400.png)/*{bgImgUrlHover}*/ 50%/*{bgHoverXPos}*/ 50%/*{bgHoverYPos}*/ repeat-x/*{bgHoverRepeat}*/; font-weight: normal/*{fwDefault}*/; color: #212121/*{fcHover}*/; }
|
348 |
+
.ui-state-hover a, .ui-state-hover a:hover { color: #212121/*{fcHover}*/; text-decoration: none; }
|
349 |
+
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active { border: 1px solid #aaaaaa/*{borderColorActive}*/; background: #ffffff/*{bgColorActive}*/ url(../images/ui-bg_glass_65_ffffff_1x400.png)/*{bgImgUrlActive}*/ 50%/*{bgActiveXPos}*/ 50%/*{bgActiveYPos}*/ repeat-x/*{bgActiveRepeat}*/; font-weight: normal/*{fwDefault}*/; color: #212121/*{fcActive}*/; }
|
350 |
+
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #212121/*{fcActive}*/; text-decoration: none; }
|
351 |
+
.ui-widget :active { outline: none; }
|
352 |
+
|
353 |
+
/* Interaction Cues
|
354 |
+
----------------------------------*/
|
355 |
+
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {border: 1px solid #fcefa1/*{borderColorHighlight}*/; background: #fbf9ee/*{bgColorHighlight}*/ url(../images/ui-bg_glass_55_fbf9ee_1x400.png)/*{bgImgUrlHighlight}*/ 50%/*{bgHighlightXPos}*/ 50%/*{bgHighlightYPos}*/ repeat-x/*{bgHighlightRepeat}*/; color: #363636/*{fcHighlight}*/; }
|
356 |
+
.ui-state-highlight a, .ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a { color: #363636/*{fcHighlight}*/; }
|
357 |
+
.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {border: 1px solid #cd0a0a/*{borderColorError}*/; background: #fef1ec/*{bgColorError}*/ url(../images/ui-bg_glass_95_fef1ec_1x400.png)/*{bgImgUrlError}*/ 50%/*{bgErrorXPos}*/ 50%/*{bgErrorYPos}*/ repeat-x/*{bgErrorRepeat}*/; color: #cd0a0a/*{fcError}*/; }
|
358 |
+
.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a { color: #cd0a0a/*{fcError}*/; }
|
359 |
+
.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text { color: #cd0a0a/*{fcError}*/; }
|
360 |
+
.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary { font-weight: bold; }
|
361 |
+
.ui-priority-secondary, .ui-widget-content .ui-priority-secondary, .ui-widget-header .ui-priority-secondary { opacity: .7; filter:Alpha(Opacity=70); font-weight: normal; }
|
362 |
+
.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled { opacity: .35; filter:Alpha(Opacity=35); background-image: none; }
|
363 |
+
|
364 |
+
/* Icons
|
365 |
+
----------------------------------*/
|
366 |
+
|
367 |
+
/* states and images */
|
368 |
+
.ui-icon { width: 16px; height: 16px; background-image: url(../images/ui-icons_222222_256x240.png)/*{iconsContent}*/; }
|
369 |
+
.ui-widget-content .ui-icon {background-image: url(../images/ui-icons_222222_256x240.png)/*{iconsContent}*/; }
|
370 |
+
.ui-widget-header .ui-icon {background-image: url(../images/ui-icons_222222_256x240.png)/*{iconsHeader}*/; }
|
371 |
+
.ui-state-default .ui-icon { background-image: url(../images/ui-icons_888888_256x240.png)/*{iconsDefault}*/; }
|
372 |
+
.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {background-image: url(../images/ui-icons_454545_256x240.png)/*{iconsHover}*/; }
|
373 |
+
.ui-state-active .ui-icon {background-image: url(../images/ui-icons_454545_256x240.png)/*{iconsActive}*/; }
|
374 |
+
.ui-state-highlight .ui-icon {background-image: url(../images/ui-icons_2e83ff_256x240.png)/*{iconsHighlight}*/; }
|
375 |
+
.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {background-image: url(../images/ui-icons_cd0a0a_256x240.png)/*{iconsError}*/; }
|
376 |
+
|
377 |
+
/* positioning */
|
378 |
+
.ui-icon-carat-1-n { background-position: 0 0; }
|
379 |
+
.ui-icon-carat-1-ne { background-position: -16px 0; }
|
380 |
+
.ui-icon-carat-1-e { background-position: -32px 0; }
|
381 |
+
.ui-icon-carat-1-se { background-position: -48px 0; }
|
382 |
+
.ui-icon-carat-1-s { background-position: -64px 0; }
|
383 |
+
.ui-icon-carat-1-sw { background-position: -80px 0; }
|
384 |
+
.ui-icon-carat-1-w { background-position: -96px 0; }
|
385 |
+
.ui-icon-carat-1-nw { background-position: -112px 0; }
|
386 |
+
.ui-icon-carat-2-n-s { background-position: -128px 0; }
|
387 |
+
.ui-icon-carat-2-e-w { background-position: -144px 0; }
|
388 |
+
.ui-icon-triangle-1-n { background-position: 0 -16px; }
|
389 |
+
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
|
390 |
+
.ui-icon-triangle-1-e { background-position: -32px -16px; }
|
391 |
+
.ui-icon-triangle-1-se { background-position: -48px -16px; }
|
392 |
+
.ui-icon-triangle-1-s { background-position: -64px -16px; }
|
393 |
+
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
|
394 |
+
.ui-icon-triangle-1-w { background-position: -96px -16px; }
|
395 |
+
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
|
396 |
+
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
|
397 |
+
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
|
398 |
+
.ui-icon-arrow-1-n { background-position: 0 -32px; }
|
399 |
+
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
|
400 |
+
.ui-icon-arrow-1-e { background-position: -32px -32px; }
|
401 |
+
.ui-icon-arrow-1-se { background-position: -48px -32px; }
|
402 |
+
.ui-icon-arrow-1-s { background-position: -64px -32px; }
|
403 |
+
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
|
404 |
+
.ui-icon-arrow-1-w { background-position: -96px -32px; }
|
405 |
+
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
|
406 |
+
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
|
407 |
+
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
|
408 |
+
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
|
409 |
+
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
|
410 |
+
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
|
411 |
+
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
|
412 |
+
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
|
413 |
+
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
|
414 |
+
.ui-icon-arrowthick-1-n { background-position: 0 -48px; }
|
415 |
+
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
|
416 |
+
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
|
417 |
+
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
|
418 |
+
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
|
419 |
+
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
|
420 |
+
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
|
421 |
+
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
|
422 |
+
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
|
423 |
+
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
|
424 |
+
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
|
425 |
+
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
|
426 |
+
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
|
427 |
+
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
|
428 |
+
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
|
429 |
+
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
|
430 |
+
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
|
431 |
+
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
|
432 |
+
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
|
433 |
+
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
|
434 |
+
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
|
435 |
+
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
|
436 |
+
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
|
437 |
+
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
|
438 |
+
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
|
439 |
+
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
|
440 |
+
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
|
441 |
+
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
|
442 |
+
.ui-icon-arrow-4 { background-position: 0 -80px; }
|
443 |
+
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
|
444 |
+
.ui-icon-extlink { background-position: -32px -80px; }
|
445 |
+
.ui-icon-newwin { background-position: -48px -80px; }
|
446 |
+
.ui-icon-refresh { background-position: -64px -80px; }
|
447 |
+
.ui-icon-shuffle { background-position: -80px -80px; }
|
448 |
+
.ui-icon-transfer-e-w { background-position: -96px -80px; }
|
449 |
+
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
|
450 |
+
.ui-icon-folder-collapsed { background-position: 0 -96px; }
|
451 |
+
.ui-icon-folder-open { background-position: -16px -96px; }
|
452 |
+
.ui-icon-document { background-position: -32px -96px; }
|
453 |
+
.ui-icon-document-b { background-position: -48px -96px; }
|
454 |
+
.ui-icon-note { background-position: -64px -96px; }
|
455 |
+
.ui-icon-mail-closed { background-position: -80px -96px; }
|
456 |
+
.ui-icon-mail-open { background-position: -96px -96px; }
|
457 |
+
.ui-icon-suitcase { background-position: -112px -96px; }
|
458 |
+
.ui-icon-comment { background-position: -128px -96px; }
|
459 |
+
.ui-icon-person { background-position: -144px -96px; }
|
460 |
+
.ui-icon-print { background-position: -160px -96px; }
|
461 |
+
.ui-icon-trash { background-position: -176px -96px; }
|
462 |
+
.ui-icon-locked { background-position: -192px -96px; }
|
463 |
+
.ui-icon-unlocked { background-position: -208px -96px; }
|
464 |
+
.ui-icon-bookmark { background-position: -224px -96px; }
|
465 |
+
.ui-icon-tag { background-position: -240px -96px; }
|
466 |
+
.ui-icon-home { background-position: 0 -112px; }
|
467 |
+
.ui-icon-flag { background-position: -16px -112px; }
|
468 |
+
.ui-icon-calendar { background-position: -32px -112px; }
|
469 |
+
.ui-icon-cart { background-position: -48px -112px; }
|
470 |
+
.ui-icon-pencil { background-position: -64px -112px; }
|
471 |
+
.ui-icon-clock { background-position: -80px -112px; }
|
472 |
+
.ui-icon-disk { background-position: -96px -112px; }
|
473 |
+
.ui-icon-calculator { background-position: -112px -112px; }
|
474 |
+
.ui-icon-zoomin { background-position: -128px -112px; }
|
475 |
+
.ui-icon-zoomout { background-position: -144px -112px; }
|
476 |
+
.ui-icon-search { background-position: -160px -112px; }
|
477 |
+
.ui-icon-wrench { background-position: -176px -112px; }
|
478 |
+
.ui-icon-gear { background-position: -192px -112px; }
|
479 |
+
.ui-icon-heart { background-position: -208px -112px; }
|
480 |
+
.ui-icon-star { background-position: -224px -112px; }
|
481 |
+
.ui-icon-link { background-position: -240px -112px; }
|
482 |
+
.ui-icon-cancel { background-position: 0 -128px; }
|
483 |
+
.ui-icon-plus { background-position: -16px -128px; }
|
484 |
+
.ui-icon-plusthick { background-position: -32px -128px; }
|
485 |
+
.ui-icon-minus { background-position: -48px -128px; }
|
486 |
+
.ui-icon-minusthick { background-position: -64px -128px; }
|
487 |
+
.ui-icon-close { background-position: -80px -128px; }
|
488 |
+
.ui-icon-closethick { background-position: -96px -128px; }
|
489 |
+
.ui-icon-key { background-position: -112px -128px; }
|
490 |
+
.ui-icon-lightbulb { background-position: -128px -128px; }
|
491 |
+
.ui-icon-scissors { background-position: -144px -128px; }
|
492 |
+
.ui-icon-clipboard { background-position: -160px -128px; }
|
493 |
+
.ui-icon-copy { background-position: -176px -128px; }
|
494 |
+
.ui-icon-contact { background-position: -192px -128px; }
|
495 |
+
.ui-icon-image { background-position: -208px -128px; }
|
496 |
+
.ui-icon-video { background-position: -224px -128px; }
|
497 |
+
.ui-icon-script { background-position: -240px -128px; }
|
498 |
+
.ui-icon-alert { background-position: 0 -144px; }
|
499 |
+
.ui-icon-info { background-position: -16px -144px; }
|
500 |
+
.ui-icon-notice { background-position: -32px -144px; }
|
501 |
+
.ui-icon-help { background-position: -48px -144px; }
|
502 |
+
.ui-icon-check { background-position: -64px -144px; }
|
503 |
+
.ui-icon-bullet { background-position: -80px -144px; }
|
504 |
+
.ui-icon-radio-off { background-position: -96px -144px; }
|
505 |
+
.ui-icon-radio-on { background-position: -112px -144px; }
|
506 |
+
.ui-icon-pin-w { background-position: -128px -144px; }
|
507 |
+
.ui-icon-pin-s { background-position: -144px -144px; }
|
508 |
+
.ui-icon-play { background-position: 0 -160px; }
|
509 |
+
.ui-icon-pause { background-position: -16px -160px; }
|
510 |
+
.ui-icon-seek-next { background-position: -32px -160px; }
|
511 |
+
.ui-icon-seek-prev { background-position: -48px -160px; }
|
512 |
+
.ui-icon-seek-end { background-position: -64px -160px; }
|
513 |
+
.ui-icon-seek-start { background-position: -80px -160px; }
|
514 |
+
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
|
515 |
+
.ui-icon-seek-first { background-position: -80px -160px; }
|
516 |
+
.ui-icon-stop { background-position: -96px -160px; }
|
517 |
+
.ui-icon-eject { background-position: -112px -160px; }
|
518 |
+
.ui-icon-volume-off { background-position: -128px -160px; }
|
519 |
+
.ui-icon-volume-on { background-position: -144px -160px; }
|
520 |
+
.ui-icon-power { background-position: 0 -176px; }
|
521 |
+
.ui-icon-signal-diag { background-position: -16px -176px; }
|
522 |
+
.ui-icon-signal { background-position: -32px -176px; }
|
523 |
+
.ui-icon-battery-0 { background-position: -48px -176px; }
|
524 |
+
.ui-icon-battery-1 { background-position: -64px -176px; }
|
525 |
+
.ui-icon-battery-2 { background-position: -80px -176px; }
|
526 |
+
.ui-icon-battery-3 { background-position: -96px -176px; }
|
527 |
+
.ui-icon-circle-plus { background-position: 0 -192px; }
|
528 |
+
.ui-icon-circle-minus { background-position: -16px -192px; }
|
529 |
+
.ui-icon-circle-close { background-position: -32px -192px; }
|
530 |
+
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
|
531 |
+
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
|
532 |
+
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
|
533 |
+
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
|
534 |
+
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
|
535 |
+
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
|
536 |
+
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
|
537 |
+
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
|
538 |
+
.ui-icon-circle-zoomin { background-position: -176px -192px; }
|
539 |
+
.ui-icon-circle-zoomout { background-position: -192px -192px; }
|
540 |
+
.ui-icon-circle-check { background-position: -208px -192px; }
|
541 |
+
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
|
542 |
+
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
|
543 |
+
.ui-icon-circlesmall-close { background-position: -32px -208px; }
|
544 |
+
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
|
545 |
+
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
|
546 |
+
.ui-icon-squaresmall-close { background-position: -80px -208px; }
|
547 |
+
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
|
548 |
+
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
|
549 |
+
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
|
550 |
+
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
|
551 |
+
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
|
552 |
+
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }
|
553 |
+
|
554 |
+
|
555 |
+
/* Misc visuals
|
556 |
+
----------------------------------*/
|
557 |
+
|
558 |
+
/* Corner radius */
|
559 |
+
.ui-corner-tl { -moz-border-radius-topleft: 4px/*{cornerRadius}*/; -webkit-border-top-left-radius: 4px/*{cornerRadius}*/; border-top-left-radius: 4px/*{cornerRadius}*/; }
|
560 |
+
.ui-corner-tr { -moz-border-radius-topright: 4px/*{cornerRadius}*/; -webkit-border-top-right-radius: 4px/*{cornerRadius}*/; border-top-right-radius: 4px/*{cornerRadius}*/; }
|
561 |
+
.ui-corner-bl { -moz-border-radius-bottomleft: 4px/*{cornerRadius}*/; -webkit-border-bottom-left-radius: 4px/*{cornerRadius}*/; border-bottom-left-radius: 4px/*{cornerRadius}*/; }
|
562 |
+
.ui-corner-br { -moz-border-radius-bottomright: 4px/*{cornerRadius}*/; -webkit-border-bottom-right-radius: 4px/*{cornerRadius}*/; border-bottom-right-radius: 4px/*{cornerRadius}*/; }
|
563 |
+
.ui-corner-top { -moz-border-radius-topleft: 4px/*{cornerRadius}*/; -webkit-border-top-left-radius: 4px/*{cornerRadius}*/; border-top-left-radius: 4px/*{cornerRadius}*/; -moz-border-radius-topright: 4px/*{cornerRadius}*/; -webkit-border-top-right-radius: 4px/*{cornerRadius}*/; border-top-right-radius: 4px/*{cornerRadius}*/; }
|
564 |
+
.ui-corner-bottom { -moz-border-radius-bottomleft: 4px/*{cornerRadius}*/; -webkit-border-bottom-left-radius: 4px/*{cornerRadius}*/; border-bottom-left-radius: 4px/*{cornerRadius}*/; -moz-border-radius-bottomright: 4px/*{cornerRadius}*/; -webkit-border-bottom-right-radius: 4px/*{cornerRadius}*/; border-bottom-right-radius: 4px/*{cornerRadius}*/; }
|
565 |
+
.ui-corner-right { -moz-border-radius-topright: 4px/*{cornerRadius}*/; -webkit-border-top-right-radius: 4px/*{cornerRadius}*/; border-top-right-radius: 4px/*{cornerRadius}*/; -moz-border-radius-bottomright: 4px/*{cornerRadius}*/; -webkit-border-bottom-right-radius: 4px/*{cornerRadius}*/; border-bottom-right-radius: 4px/*{cornerRadius}*/; }
|
566 |
+
.ui-corner-left { -moz-border-radius-topleft: 4px/*{cornerRadius}*/; -webkit-border-top-left-radius: 4px/*{cornerRadius}*/; border-top-left-radius: 4px/*{cornerRadius}*/; -moz-border-radius-bottomleft: 4px/*{cornerRadius}*/; -webkit-border-bottom-left-radius: 4px/*{cornerRadius}*/; border-bottom-left-radius: 4px/*{cornerRadius}*/; }
|
567 |
+
.ui-corner-all { -moz-border-radius: 4px/*{cornerRadius}*/; -webkit-border-radius: 4px/*{cornerRadius}*/; border-radius: 4px/*{cornerRadius}*/; }
|
568 |
+
|
569 |
+
/* Overlays */
|
570 |
+
.ui-widget-overlay { background: #aaaaaa/*{bgColorOverlay}*/ url(../images/ui-bg_flat_0_aaaaaa_40x100.png)/*{bgImgUrlOverlay}*/ 50%/*{bgOverlayXPos}*/ 50%/*{bgOverlayYPos}*/ repeat-x/*{bgOverlayRepeat}*/; opacity: .3;filter:Alpha(Opacity=30)/*{opacityOverlay}*/; }
|
571 |
+
.ui-widget-shadow { margin: -8px/*{offsetTopShadow}*/ 0 0 -8px/*{offsetLeftShadow}*/; padding: 8px/*{thicknessShadow}*/; background: #aaaaaa/*{bgColorShadow}*/ url(../images/ui-bg_flat_0_aaaaaa_40x100.png)/*{bgImgUrlShadow}*/ 50%/*{bgShadowXPos}*/ 50%/*{bgShadowYPos}*/ repeat-x/*{bgShadowRepeat}*/; opacity: .3;filter:Alpha(Opacity=30)/*{opacityShadow}*/; -moz-border-radius: 8px/*{cornerRadiusShadow}*/; -webkit-border-radius: 8px/*{cornerRadiusShadow}*/; border-radius: 8px/*{cornerRadiusShadow}*/; }
|
custom-contact-forms-admin.php
CHANGED
@@ -160,16 +160,18 @@ if (!class_exists('CustomContactFormsAdmin')) {
|
|
160 |
}
|
161 |
|
162 |
function insertBackEndStyles() {
|
163 |
-
wp_register_style('
|
164 |
-
wp_register_style('
|
165 |
-
|
166 |
-
|
167 |
-
|
168 |
-
wp_enqueue_style('
|
|
|
|
|
169 |
}
|
170 |
|
171 |
function insertAdminScripts() {
|
172 |
-
$js_version = '1.0.
|
173 |
$admin_options = parent::getAdminOptions();
|
174 |
$js_lang = array(
|
175 |
'attaching' => __('Attaching', 'custom-contact-forms'),
|
@@ -193,13 +195,16 @@ if (!class_exists('CustomContactFormsAdmin')) {
|
|
193 |
wp_enqueue_script('jquery-form');
|
194 |
wp_enqueue_script('jquery-ui-core');
|
195 |
wp_enqueue_script('jquery-ui-tabs');
|
|
|
196 |
|
197 |
-
wp_enqueue_script('jquery-tools', plugins_url() . '/custom-contact-forms/js/jquery.tools.min.js'
|
198 |
-
wp_enqueue_script('
|
199 |
-
wp_enqueue_script('
|
200 |
-
wp_enqueue_script('ccf-
|
|
|
|
|
201 |
if ($admin_options['admin_ajax'] == 1) {
|
202 |
-
wp_enqueue_script('ccf-admin-ajax', plugins_url() . '/custom-contact-forms/js/custom-contact-forms-admin-ajax.js',
|
203 |
wp_localize_script('ccf-admin-ajax', 'ccfLang', $js_lang);
|
204 |
wp_localize_script('ccf-admin-ajax', 'ccfAjax', $js_ajax);
|
205 |
}
|
@@ -306,7 +311,7 @@ if (!class_exists('CustomContactFormsAdmin')) {
|
|
306 |
?>
|
307 |
<script type="text/javascript" language="javascript">
|
308 |
$j(document).ready(function() {
|
309 |
-
|
310 |
});
|
311 |
</script>
|
312 |
<?php
|
@@ -1817,8 +1822,7 @@ the field names you want required by commas. Remember to use underscores instead
|
|
1817 |
</form></textarea>
|
1818 |
</div>
|
1819 |
</div>
|
1820 |
-
|
1821 |
-
|
1822 |
</div>
|
1823 |
<?php
|
1824 |
}
|
@@ -1895,7 +1899,8 @@ the field names you want required by commas. Remember to use underscores instead
|
|
1895 |
<td><?php
|
1896 |
if ($data->getFormID() > 0) {
|
1897 |
$data_form = parent::selectForm($data->getFormID());
|
1898 |
-
|
|
|
1899 |
} else
|
1900 |
_e('Custom HTML Form', 'custom-contact-forms');
|
1901 |
?>
|
@@ -1946,6 +1951,7 @@ the field names you want required by commas. Remember to use underscores instead
|
|
1946 |
|
1947 |
|
1948 |
</form>
|
|
|
1949 |
</div>
|
1950 |
<?php
|
1951 |
}
|
@@ -2375,6 +2381,7 @@ the field names you want required by commas. Remember to use underscores instead
|
|
2375 |
</form>
|
2376 |
</div>
|
2377 |
</div>
|
|
|
2378 |
</div>
|
2379 |
<?php
|
2380 |
}
|
160 |
}
|
161 |
|
162 |
function insertBackEndStyles() {
|
163 |
+
wp_register_style('ccf-standards', plugins_url() . '/custom-contact-forms/css/custom-contact-forms-standards.css');
|
164 |
+
wp_register_style('ccf-jquery-ui', plugins_url() . '/custom-contact-forms/css/jquery-ui.css');
|
165 |
+
wp_register_style('ccf-admin', plugins_url() . '/custom-contact-forms/css/custom-contact-forms-admin.css');
|
166 |
+
wp_register_style('ccf-colorpicker', plugins_url() . '/custom-contact-forms/css/colorpicker.css');
|
167 |
+
wp_enqueue_style('ccf-jquery-ui');
|
168 |
+
wp_enqueue_style('ccf-standards');
|
169 |
+
wp_enqueue_style('ccf-admin');
|
170 |
+
wp_enqueue_style('ccf-colorpicker');
|
171 |
}
|
172 |
|
173 |
function insertAdminScripts() {
|
174 |
+
$js_version = '1.0.19';
|
175 |
$admin_options = parent::getAdminOptions();
|
176 |
$js_lang = array(
|
177 |
'attaching' => __('Attaching', 'custom-contact-forms'),
|
195 |
wp_enqueue_script('jquery-form');
|
196 |
wp_enqueue_script('jquery-ui-core');
|
197 |
wp_enqueue_script('jquery-ui-tabs');
|
198 |
+
wp_enqueue_script('jquery-ui-dialog');
|
199 |
|
200 |
+
wp_enqueue_script('jquery-tools', plugins_url() . '/custom-contact-forms/js/jquery.tools.min.js');
|
201 |
+
wp_enqueue_script('jquery-ui-widget', plugins_url() . '/custom-contact-forms/js/jquery.ui.widget.js');
|
202 |
+
//wp_enqueue_script('jquery-ui-dialog', plugins_url() . '/custom-contact-forms/js/jquery.ui.dialog.js', array('jquery', 'jquery-ui-core', 'jquery-ui-tabs'));
|
203 |
+
//wp_enqueue_script('ccf-pagination', plugins_url() . '/custom-contact-forms/js/jquery.pagination.js');
|
204 |
+
wp_enqueue_script('ccf-admin-inc', plugins_url() . '/custom-contact-forms/js/custom-contact-forms-admin-inc.js', $js_version);
|
205 |
+
wp_enqueue_script('ccf-admin', plugins_url() . '/custom-contact-forms/js/custom-contact-forms-admin.js', $js_version);
|
206 |
if ($admin_options['admin_ajax'] == 1) {
|
207 |
+
wp_enqueue_script('ccf-admin-ajax', plugins_url() . '/custom-contact-forms/js/custom-contact-forms-admin-ajax.js', $js_version);
|
208 |
wp_localize_script('ccf-admin-ajax', 'ccfLang', $js_lang);
|
209 |
wp_localize_script('ccf-admin-ajax', 'ccfAjax', $js_ajax);
|
210 |
}
|
311 |
?>
|
312 |
<script type="text/javascript" language="javascript">
|
313 |
$j(document).ready(function() {
|
314 |
+
$j("#ccf-usage-popover").dialog('open');
|
315 |
});
|
316 |
</script>
|
317 |
<?php
|
1822 |
</form></textarea>
|
1823 |
</div>
|
1824 |
</div>
|
1825 |
+
<?php $this->insertUsagePopover(); ?>
|
|
|
1826 |
</div>
|
1827 |
<?php
|
1828 |
}
|
1899 |
<td><?php
|
1900 |
if ($data->getFormID() > 0) {
|
1901 |
$data_form = parent::selectForm($data->getFormID());
|
1902 |
+
$this_form = (!empty($data_form->form_slug)) ? $data_form->form_slug : '-';
|
1903 |
+
echo $this_form;
|
1904 |
} else
|
1905 |
_e('Custom HTML Form', 'custom-contact-forms');
|
1906 |
?>
|
1951 |
|
1952 |
|
1953 |
</form>
|
1954 |
+
<?php $this->insertUsagePopover(); ?>
|
1955 |
</div>
|
1956 |
<?php
|
1957 |
}
|
2381 |
</form>
|
2382 |
</div>
|
2383 |
</div>
|
2384 |
+
<?php $this->insertUsagePopover(); ?>
|
2385 |
</div>
|
2386 |
<?php
|
2387 |
}
|
custom-contact-forms.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
Plugin Name: Custom Contact Forms
|
4 |
Plugin URI: http://taylorlovett.com/wordpress-plugins
|
5 |
Description: Guaranteed to be 1000X more customizable and intuitive than Fast Secure Contact Forms or Contact Form 7. Customize every aspect of your forms without any knowledge of CSS: borders, padding, sizes, colors. Ton's of great features. Required fields, form submissions saved to database, captchas, tooltip popovers, unlimited fields/forms/form styles, import/export, use a custom thank you page or built-in popover with a custom success message set for each form.
|
6 |
-
Version: 4.5.
|
7 |
Author: Taylor Lovett
|
8 |
Author URI: http://www.taylorlovett.com
|
9 |
*/
|
@@ -77,7 +77,7 @@ if (!is_admin()) { /* is front */
|
|
77 |
if (!function_exists('serveCustomContactForm')) {
|
78 |
function serveCustomContactForm($fid) {
|
79 |
global $custom_contact_front;
|
80 |
-
echo $custom_contact_front->getFormCode($fid);
|
81 |
}
|
82 |
}
|
83 |
add_action('init', array(&$custom_contact_front, 'frontInit'), 1);
|
@@ -116,7 +116,6 @@ if (!is_admin()) { /* is front */
|
|
116 |
if ($custom_contact_admin->isPluginAdminPage()) {
|
117 |
add_action('admin_print_styles', array(&$custom_contact_admin, 'insertBackEndStyles'), 1);
|
118 |
add_action('admin_print_scripts', array(&$custom_contact_admin, 'insertAdminScripts'), 1);
|
119 |
-
add_action('admin_footer', array(&$custom_contact_admin, 'insertUsagePopover'));
|
120 |
}
|
121 |
add_action('wp_ajax_ccf-ajax', array(&$custom_contact_admin, 'handleAJAX'));
|
122 |
add_action('wp_ajax_nopriv_ccf-ajax', array(&$custom_contact_admin, 'handleAJAX'));
|
3 |
Plugin Name: Custom Contact Forms
|
4 |
Plugin URI: http://taylorlovett.com/wordpress-plugins
|
5 |
Description: Guaranteed to be 1000X more customizable and intuitive than Fast Secure Contact Forms or Contact Form 7. Customize every aspect of your forms without any knowledge of CSS: borders, padding, sizes, colors. Ton's of great features. Required fields, form submissions saved to database, captchas, tooltip popovers, unlimited fields/forms/form styles, import/export, use a custom thank you page or built-in popover with a custom success message set for each form.
|
6 |
+
Version: 4.5.2
|
7 |
Author: Taylor Lovett
|
8 |
Author URI: http://www.taylorlovett.com
|
9 |
*/
|
77 |
if (!function_exists('serveCustomContactForm')) {
|
78 |
function serveCustomContactForm($fid) {
|
79 |
global $custom_contact_front;
|
80 |
+
echo $custom_contact_front->getFormCode($custom_contact_front->selectForm($fid));
|
81 |
}
|
82 |
}
|
83 |
add_action('init', array(&$custom_contact_front, 'frontInit'), 1);
|
116 |
if ($custom_contact_admin->isPluginAdminPage()) {
|
117 |
add_action('admin_print_styles', array(&$custom_contact_admin, 'insertBackEndStyles'), 1);
|
118 |
add_action('admin_print_scripts', array(&$custom_contact_admin, 'insertAdminScripts'), 1);
|
|
|
119 |
}
|
120 |
add_action('wp_ajax_ccf-ajax', array(&$custom_contact_admin, 'handleAJAX'));
|
121 |
add_action('wp_ajax_nopriv_ccf-ajax', array(&$custom_contact_admin, 'handleAJAX'));
|
images/ui-bg_flat_0_aaaaaa_40x100.png
ADDED
Binary file
|
images/ui-bg_flat_75_ffffff_40x100.png
ADDED
Binary file
|
images/ui-bg_glass_55_fbf9ee_1x400.png
ADDED
Binary file
|
images/ui-bg_glass_65_ffffff_1x400.png
ADDED
Binary file
|
images/ui-bg_glass_75_dadada_1x400.png
ADDED
Binary file
|
images/ui-bg_glass_75_e6e6e6_1x400.png
ADDED
Binary file
|
images/ui-bg_glass_95_fef1ec_1x400.png
ADDED
Binary file
|
images/ui-bg_highlight-soft_75_cccccc_1x100.png
ADDED
Binary file
|
images/ui-icons_222222_256x240.png
ADDED
Binary file
|
images/ui-icons_2e83ff_256x240.png
ADDED
Binary file
|
images/ui-icons_454545_256x240.png
ADDED
Binary file
|
images/ui-icons_888888_256x240.png
ADDED
Binary file
|
images/ui-icons_cd0a0a_256x240.png
ADDED
Binary file
|
js/custom-contact-forms-admin-inc.js
CHANGED
@@ -1,9 +1,5 @@
|
|
1 |
$j = jQuery.noConflict();
|
2 |
|
3 |
-
function showCCFUsagePopover() {
|
4 |
-
$j("#ccf-usage-popover").fadeIn('slow');
|
5 |
-
}
|
6 |
-
|
7 |
(function($j) {
|
8 |
var cache = [];
|
9 |
// Arguments are image paths relative to the current page.
|
1 |
$j = jQuery.noConflict();
|
2 |
|
|
|
|
|
|
|
|
|
3 |
(function($j) {
|
4 |
var cache = [];
|
5 |
// Arguments are image paths relative to the current page.
|
js/custom-contact-forms-admin.js
CHANGED
@@ -56,12 +56,14 @@ $j(document).ready(function(){
|
|
56 |
});
|
57 |
$j('.fields-extra-options').hide();
|
58 |
|
59 |
-
$j(
|
60 |
-
|
61 |
-
|
62 |
-
|
63 |
-
|
64 |
});
|
|
|
|
|
65 |
|
66 |
$j("a[title].toollink").tooltip({
|
67 |
position: "bottom left",
|
56 |
});
|
57 |
$j('.fields-extra-options').hide();
|
58 |
|
59 |
+
$j("#ccf-usage-popover").dialog({
|
60 |
+
height: 420,
|
61 |
+
width:600,
|
62 |
+
modal: true,
|
63 |
+
autoOpen: false
|
64 |
});
|
65 |
+
|
66 |
+
$j(".usage-popover-button").click(function() { $j("#ccf-usage-popover").dialog('open'); });
|
67 |
|
68 |
$j("a[title].toollink").tooltip({
|
69 |
position: "bottom left",
|
js/custom-contact-forms-dashboard.js
CHANGED
@@ -3,12 +3,15 @@
|
|
3 |
$j = jQuery.noConflict();
|
4 |
|
5 |
$j(document).ready(function() {
|
6 |
-
|
|
|
7 |
var submission_window = $j(this).next();
|
8 |
-
submission_window.
|
9 |
-
|
|
|
|
|
|
|
10 |
});
|
11 |
-
submission_window.
|
12 |
-
|
13 |
});
|
14 |
});
|
3 |
$j = jQuery.noConflict();
|
4 |
|
5 |
$j(document).ready(function() {
|
6 |
+
|
7 |
+
$j(".ccf-view-submission").each(function() {
|
8 |
var submission_window = $j(this).next();
|
9 |
+
submission_window.dialog({
|
10 |
+
height: 420,
|
11 |
+
width:600,
|
12 |
+
modal: true,
|
13 |
+
autoOpen: false
|
14 |
});
|
15 |
+
$j(this).click(function() { submission_window.dialog('open'); });
|
|
|
16 |
});
|
17 |
});
|
lang/custom-contact-forms.mo
CHANGED
Binary file
|
lang/custom-contact-forms.po
CHANGED
@@ -2,8 +2,8 @@ msgid ""
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: custom-contact-forms\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date: 2011-01-
|
6 |
-
"PO-Revision-Date: 2011-01-
|
7 |
"Last-Translator: Taylor Lovett <sdfds@sfs.com>\n"
|
8 |
"Language-Team: TaylorLovett.com <admin@taylorlovett.com>\n"
|
9 |
"MIME-Version: 1.0\n"
|
@@ -20,1000 +20,1042 @@ msgstr ""
|
|
20 |
"X-Poedit-SearchPath-4: ../modules/usage_popover\n"
|
21 |
"X-Poedit-SearchPath-5: ../modules/widget\n"
|
22 |
|
23 |
-
#: ../custom-contact-forms-admin.php:
|
24 |
-
#: ../custom-contact-forms-admin.php:
|
25 |
-
#: ../custom-contact-forms-admin.php:
|
26 |
msgid "Custom Contact Forms"
|
27 |
msgstr ""
|
28 |
|
29 |
-
#: ../custom-contact-forms-admin.php:
|
30 |
-
#: ../custom-contact-forms-admin.php:
|
31 |
-
#: ../custom-contact-forms-admin.php:
|
32 |
msgid "Plugin Usage Manual"
|
33 |
msgstr ""
|
34 |
|
35 |
-
#: ../custom-contact-forms-admin.php:
|
36 |
msgid "Create Fields"
|
37 |
msgstr ""
|
38 |
|
39 |
-
#: ../custom-contact-forms-admin.php:
|
40 |
msgid "Create Forms"
|
41 |
msgstr ""
|
42 |
|
43 |
-
#: ../custom-contact-forms-admin.php:
|
44 |
msgid "Manage Fields"
|
45 |
msgstr ""
|
46 |
|
47 |
-
#: ../custom-contact-forms-admin.php:
|
48 |
-
#: ../custom-contact-forms-admin.php:
|
49 |
msgid "Manage Fixed Fields"
|
50 |
msgstr ""
|
51 |
|
52 |
-
#: ../custom-contact-forms-admin.php:
|
53 |
-
#: ../custom-contact-forms-admin.php:
|
54 |
msgid "Manage Forms"
|
55 |
msgstr ""
|
56 |
|
57 |
-
#: ../custom-contact-forms-admin.php:
|
58 |
msgid "Create Styles"
|
59 |
msgstr ""
|
60 |
|
61 |
-
#: ../custom-contact-forms-admin.php:
|
62 |
msgid "Manage Styles"
|
63 |
msgstr ""
|
64 |
|
65 |
-
#: ../custom-contact-forms-admin.php:
|
66 |
-
#: ../custom-contact-forms-admin.php:
|
67 |
msgid "Manage Field Options"
|
68 |
msgstr ""
|
69 |
|
70 |
-
#: ../custom-contact-forms-admin.php:
|
71 |
-
#: ../custom-contact-forms-admin.php:
|
72 |
msgid "Suggest a Feature"
|
73 |
msgstr ""
|
74 |
|
75 |
-
#: ../custom-contact-forms-admin.php:
|
76 |
-
#: ../custom-contact-forms-admin.php:
|
77 |
msgid "Bug Report"
|
78 |
msgstr ""
|
79 |
|
80 |
-
#: ../custom-contact-forms-admin.php:
|
81 |
-
#: ../modules/usage_popover/custom-contact-forms-usage-popover.php:
|
82 |
msgid "Custom HTML Forms"
|
83 |
msgstr ""
|
84 |
|
85 |
-
#: ../custom-contact-forms-admin.php:
|
86 |
msgid "Plugin News"
|
87 |
msgstr ""
|
88 |
|
89 |
-
#: ../custom-contact-forms-admin.php:
|
90 |
msgid "Create A Form Field"
|
91 |
msgstr ""
|
92 |
|
93 |
-
#: ../custom-contact-forms-admin.php:
|
94 |
msgid "Field Slug:"
|
95 |
msgstr ""
|
96 |
|
97 |
-
#: ../custom-contact-forms-admin.php:
|
98 |
msgid "This is just a unique way for CCF to refer to your field. Must be unique from other slugs and contain only underscores and alphanumeric characters."
|
99 |
msgstr ""
|
100 |
|
101 |
-
#: ../custom-contact-forms-admin.php:
|
102 |
-
#: ../modules/usage_popover/custom-contact-forms-usage-popover.php:
|
103 |
msgid "Field Label:"
|
104 |
msgstr ""
|
105 |
|
106 |
-
#: ../custom-contact-forms-admin.php:
|
107 |
-
#: ../modules/usage_popover/custom-contact-forms-usage-popover.php:
|
108 |
msgid "The field label is displayed next to the field and is visible to the user."
|
109 |
msgstr ""
|
110 |
|
111 |
-
#: ../custom-contact-forms-admin.php:
|
112 |
-
#: ../modules/usage_popover/custom-contact-forms-usage-popover.php:
|
113 |
msgid "Field Type:"
|
114 |
msgstr ""
|
115 |
|
116 |
-
#: ../custom-contact-forms-admin.php:
|
117 |
-
#: ../modules/usage_popover/custom-contact-forms-usage-popover.php:
|
118 |
msgid "Initial Value:"
|
119 |
msgstr ""
|
120 |
|
121 |
-
#: ../custom-contact-forms-admin.php:
|
122 |
msgid ""
|
123 |
"This is the initial value of the field. If you set the type as checkbox, it is recommend you set this to what the checkbox is implying. For example if I were creating the checkbox \n"
|
124 |
"\t\t\t\t\t\t'Are you human?', I would set the initial value to 'Yes'."
|
125 |
msgstr ""
|
126 |
|
127 |
-
#: ../custom-contact-forms-admin.php:
|
128 |
msgid "If you set the field type as 'Dropdown' or 'Radio', you should enter the slug of the"
|
129 |
msgstr ""
|
130 |
|
131 |
-
#: ../custom-contact-forms-admin.php:
|
132 |
msgid "Create a Field Option"
|
133 |
msgstr ""
|
134 |
|
135 |
-
#: ../custom-contact-forms-admin.php:
|
136 |
msgid "field option"
|
137 |
msgstr ""
|
138 |
|
139 |
-
#: ../custom-contact-forms-admin.php:
|
140 |
msgid "you would like initially selected."
|
141 |
msgstr ""
|
142 |
|
143 |
-
#: ../custom-contact-forms-admin.php:
|
144 |
-
#: ../modules/usage_popover/custom-contact-forms-usage-popover.php:
|
145 |
msgid "Max Length:"
|
146 |
msgstr ""
|
147 |
|
148 |
-
#: ../custom-contact-forms-admin.php:
|
149 |
msgid "0 for no limit; only applies to Text fields"
|
150 |
msgstr ""
|
151 |
|
152 |
-
#: ../custom-contact-forms-admin.php:
|
153 |
-
#: ../modules/usage_popover/custom-contact-forms-usage-popover.php:
|
154 |
msgid "Required Field:"
|
155 |
msgstr ""
|
156 |
|
157 |
-
#: ../custom-contact-forms-admin.php:
|
158 |
-
#: ../custom-contact-forms-admin.php:
|
159 |
-
#: ../custom-contact-forms-admin.php:
|
160 |
-
#: ../custom-contact-forms-admin.php:
|
161 |
-
#: ../custom-contact-forms-admin.php:
|
162 |
-
#: ../custom-contact-forms-admin.php:
|
163 |
-
#: ../custom-contact-forms-admin.php:
|
164 |
-
#: ../custom-contact-forms-admin.php:
|
165 |
msgid "No"
|
166 |
msgstr ""
|
167 |
|
168 |
-
#: ../custom-contact-forms-admin.php:
|
169 |
-
#: ../custom-contact-forms-admin.php:
|
170 |
-
#: ../custom-contact-forms-admin.php:
|
171 |
-
#: ../custom-contact-forms-admin.php:
|
172 |
-
#: ../custom-contact-forms-admin.php:
|
173 |
-
#: ../custom-contact-forms-admin.php:
|
174 |
-
#: ../custom-contact-forms-admin.php:
|
175 |
-
#: ../custom-contact-forms-admin.php:
|
176 |
-
#: ../custom-contact-forms-admin.php:
|
177 |
msgid "Yes"
|
178 |
msgstr ""
|
179 |
|
180 |
-
#: ../custom-contact-forms-admin.php:
|
181 |
msgid "If a field is required and a user leaves it blank, the plugin will display an error message (which you can customize using 'Field Error') explaining the problem."
|
182 |
msgstr ""
|
183 |
|
184 |
-
#: ../custom-contact-forms-admin.php:
|
185 |
-
#: ../custom-contact-forms-admin.php:
|
186 |
-
#: ../custom-contact-forms-admin.php:
|
187 |
-
#: ../modules/usage_popover/custom-contact-forms-usage-popover.php:
|
188 |
msgid "Field Instructions:"
|
189 |
msgstr ""
|
190 |
|
191 |
-
#: ../custom-contact-forms-admin.php:
|
192 |
-
#: ../custom-contact-forms-admin.php:
|
193 |
-
#: ../custom-contact-forms-admin.php:
|
194 |
msgid "If this is filled out, a tooltip popover displaying this text will show when the field is selected."
|
195 |
msgstr ""
|
196 |
|
197 |
-
#: ../custom-contact-forms-admin.php:
|
198 |
-
#: ../custom-contact-forms-admin.php:
|
199 |
-
#: ../custom-contact-forms-admin.php:
|
200 |
msgid "Field Class:"
|
201 |
msgstr ""
|
202 |
|
203 |
-
#: ../custom-contact-forms-admin.php:
|
204 |
msgid "If you manage your own .css stylesheet, you can use this to attach a class to this field. Leaving this blank will do nothing."
|
205 |
msgstr ""
|
206 |
|
207 |
-
#: ../custom-contact-forms-admin.php:
|
208 |
-
#: ../custom-contact-forms-admin.php:
|
209 |
-
#: ../custom-contact-forms-admin.php:
|
210 |
-
#: ../modules/usage_popover/custom-contact-forms-usage-popover.php:
|
211 |
msgid "Field Error:"
|
212 |
msgstr ""
|
213 |
|
214 |
-
#: ../custom-contact-forms-admin.php:
|
215 |
-
#: ../modules/usage_popover/custom-contact-forms-usage-popover.php:
|
216 |
msgid "If a user leaves this field blank and the field is required, this error message will be shown. A generic default will show if left blank."
|
217 |
msgstr ""
|
218 |
|
219 |
-
#: ../custom-contact-forms-admin.php:
|
220 |
msgid "Create Field"
|
221 |
msgstr ""
|
222 |
|
223 |
-
#: ../custom-contact-forms-admin.php:
|
224 |
msgid "If this is a dropdown or radio field, you should go to the field manager below to attach field options after you create it."
|
225 |
msgstr ""
|
226 |
|
227 |
-
#: ../custom-contact-forms-admin.php:
|
228 |
msgid "Create A Form"
|
229 |
msgstr ""
|
230 |
|
231 |
-
#: ../custom-contact-forms-admin.php:
|
232 |
msgid "Form Slug:"
|
233 |
msgstr ""
|
234 |
|
235 |
-
#: ../custom-contact-forms-admin.php:
|
236 |
msgid "This is just a unique way for CCF to refer to your form. Must be unique from other slugs and contain only underscores and alphanumeric characters."
|
237 |
msgstr ""
|
238 |
|
239 |
-
#: ../custom-contact-forms-admin.php:
|
240 |
-
#: ../modules/usage_popover/custom-contact-forms-usage-popover.php:
|
241 |
msgid "Form Title:"
|
242 |
msgstr ""
|
243 |
|
244 |
-
#: ../custom-contact-forms-admin.php:
|
245 |
msgid "This text is displayed above the form as the heading."
|
246 |
msgstr ""
|
247 |
|
248 |
-
#: ../custom-contact-forms-admin.php:
|
249 |
-
#: ../modules/usage_popover/custom-contact-forms-usage-popover.php:
|
250 |
msgid "Form Style:"
|
251 |
msgstr ""
|
252 |
|
253 |
-
#: ../custom-contact-forms-admin.php:
|
254 |
msgid "Click to create a style"
|
255 |
msgstr ""
|
256 |
|
257 |
-
#: ../custom-contact-forms-admin.php:
|
258 |
-
#: ../modules/usage_popover/custom-contact-forms-usage-popover.php:
|
259 |
msgid "Submit Button Text:"
|
260 |
msgstr ""
|
261 |
|
262 |
-
#: ../custom-contact-forms-admin.php:
|
263 |
-
#: ../modules/usage_popover/custom-contact-forms-usage-popover.php:
|
264 |
msgid "Form Destination Email:"
|
265 |
msgstr ""
|
266 |
|
267 |
-
#: ../custom-contact-forms-admin.php:
|
268 |
msgid "Will receive all submissions from this form; if left blank it will use the default specified in general settings."
|
269 |
msgstr ""
|
270 |
|
271 |
-
#: ../custom-contact-forms-admin.php:
|
272 |
msgid "Form Email Subject:"
|
273 |
msgstr ""
|
274 |
|
275 |
-
#: ../custom-contact-forms-admin.php:
|
276 |
msgid "When submitted and configured accordingly, the form will send an email with this subject."
|
277 |
msgstr ""
|
278 |
|
279 |
-
#: ../custom-contact-forms-admin.php:
|
280 |
msgid "Form Email Name:"
|
281 |
msgstr ""
|
282 |
|
283 |
-
#: ../custom-contact-forms-admin.php:
|
284 |
msgid "When submitted and configured accordingly, the form will send an email with this as the email 'from name'."
|
285 |
msgstr ""
|
286 |
|
287 |
-
#: ../custom-contact-forms-admin.php:
|
288 |
-
#: ../modules/usage_popover/custom-contact-forms-usage-popover.php:
|
289 |
msgid "Form Success Message:"
|
290 |
msgstr ""
|
291 |
|
292 |
-
#: ../custom-contact-forms-admin.php:
|
293 |
-
#: ../custom-contact-forms-admin.php:
|
294 |
-
#: ../modules/usage_popover/custom-contact-forms-usage-popover.php:
|
295 |
msgid "Will be displayed in a popover when the form is filled out successfully when no custom success page is specified; if left blank it will use the default specified in general settings."
|
296 |
msgstr ""
|
297 |
|
298 |
-
#: ../custom-contact-forms-admin.php:
|
299 |
-
#: ../modules/usage_popover/custom-contact-forms-usage-popover.php:
|
300 |
msgid "Form Success Message Title:"
|
301 |
msgstr ""
|
302 |
|
303 |
-
#: ../custom-contact-forms-admin.php:
|
304 |
-
#: ../modules/usage_popover/custom-contact-forms-usage-popover.php:
|
305 |
msgid "Custom Success URL:"
|
306 |
msgstr ""
|
307 |
|
308 |
-
#: ../custom-contact-forms-admin.php:
|
309 |
msgid "If this is filled out, users will be sent to this page when they successfully fill out this form. If it is left blank, a popover showing the form's 'success message' will be displayed on form success."
|
310 |
msgstr ""
|
311 |
|
312 |
-
#: ../custom-contact-forms-admin.php:
|
313 |
msgid "Who Can View This Form:"
|
314 |
msgstr ""
|
315 |
|
316 |
-
#: ../custom-contact-forms-admin.php:
|
317 |
msgid "Choose which types of users should be able to view this form."
|
318 |
msgstr ""
|
319 |
|
320 |
-
#: ../custom-contact-forms-admin.php:
|
321 |
msgid "Create Form"
|
322 |
msgstr ""
|
323 |
|
324 |
-
#: ../custom-contact-forms-admin.php:
|
325 |
-
msgid "You should
|
326 |
msgstr ""
|
327 |
|
328 |
-
#: ../custom-contact-forms-admin.php:
|
329 |
msgid "Manage User Fields"
|
330 |
msgstr ""
|
331 |
|
332 |
-
#: ../custom-contact-forms-admin.php:
|
333 |
-
#: ../custom-contact-forms-admin.php:
|
334 |
-
#: ../custom-contact-forms-admin.php:
|
335 |
-
#: ../custom-contact-forms-admin.php:
|
336 |
-
#: ../custom-contact-forms-admin.php:
|
337 |
-
#: ../custom-contact-forms-admin.php:
|
338 |
-
#: ../custom-contact-forms-admin.php:
|
339 |
-
#: ../custom-contact-forms-admin.php:
|
340 |
msgid "Slug"
|
341 |
msgstr ""
|
342 |
|
343 |
-
#: ../custom-contact-forms-admin.php:
|
344 |
-
#: ../custom-contact-forms-admin.php:
|
345 |
-
#: ../custom-contact-forms-admin.php:
|
346 |
-
#: ../custom-contact-forms-admin.php:
|
347 |
-
#: ../custom-contact-forms-admin.php:
|
348 |
-
#: ../custom-contact-forms-admin.php:
|
349 |
msgid "Label"
|
350 |
msgstr ""
|
351 |
|
352 |
-
#: ../custom-contact-forms-admin.php:
|
353 |
-
#: ../custom-contact-forms-admin.php:
|
354 |
-
#: ../custom-contact-forms-admin.php:
|
355 |
-
#: ../custom-contact-forms-admin.php:
|
356 |
msgid "Type"
|
357 |
msgstr ""
|
358 |
|
359 |
-
#: ../custom-contact-forms-admin.php:
|
360 |
-
#: ../custom-contact-forms-admin.php:
|
361 |
-
#: ../custom-contact-forms-admin.php:
|
362 |
-
#: ../custom-contact-forms-admin.php:
|
363 |
msgid "Initial Value"
|
364 |
msgstr ""
|
365 |
|
366 |
-
#: ../custom-contact-forms-admin.php:
|
367 |
-
#: ../custom-contact-forms-admin.php:
|
368 |
-
#: ../custom-contact-forms-admin.php:
|
369 |
-
#: ../custom-contact-forms-admin.php:
|
370 |
msgid "Required"
|
371 |
msgstr ""
|
372 |
|
373 |
-
#: ../custom-contact-forms-admin.php:
|
374 |
-
#: ../custom-contact-forms-admin.php:
|
375 |
-
#: ../custom-contact-forms-admin.php:
|
376 |
-
#: ../custom-contact-forms-admin.php:
|
377 |
msgid "Maxlength"
|
378 |
msgstr ""
|
379 |
|
380 |
-
#: ../custom-contact-forms-admin.php:
|
381 |
-
#: ../custom-contact-forms-admin.php:
|
382 |
msgid "If you manage a .CSS file for your theme, you could create a class in that file and add it to this field. If the form attaching this field is using a \"Form Style\" other than the default, styles inherited from the \"Field Class\" might be overwritten."
|
383 |
msgstr ""
|
384 |
|
385 |
-
#: ../custom-contact-forms-admin.php:
|
386 |
-
#: ../custom-contact-forms-admin.php:
|
387 |
msgid "This lets you customize the error message displayed when this field is required and left blank."
|
388 |
msgstr ""
|
389 |
|
390 |
-
#: ../custom-contact-forms-admin.php:
|
391 |
msgid "Detach field options you"
|
392 |
msgstr ""
|
393 |
|
394 |
-
#: ../custom-contact-forms-admin.php:
|
395 |
-
#: ../custom-contact-forms-admin.php:
|
396 |
msgid "create"
|
397 |
msgstr ""
|
398 |
|
399 |
-
#: ../custom-contact-forms-admin.php:
|
400 |
msgid "Attach field options in the order you want them to display."
|
401 |
msgstr ""
|
402 |
|
403 |
-
#: ../custom-contact-forms-admin.php:
|
404 |
-
#: ../custom-contact-forms-admin.php:
|
405 |
-
#: ../custom-contact-forms-admin.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
406 |
msgid "None"
|
407 |
msgstr ""
|
408 |
|
409 |
-
#: ../custom-contact-forms-admin.php:
|
410 |
-
#: ../custom-contact-forms-admin.php:
|
411 |
msgid "Value"
|
412 |
msgstr ""
|
413 |
|
414 |
-
#: ../custom-contact-forms-admin.php:
|
415 |
-
#: ../custom-contact-forms-admin.php:
|
416 |
msgid "Is Dead"
|
417 |
msgstr ""
|
418 |
|
419 |
-
#: ../custom-contact-forms-admin.php:
|
420 |
msgid "No field options have been created."
|
421 |
msgstr ""
|
422 |
|
423 |
-
#: ../custom-contact-forms-admin.php:
|
424 |
msgid "Create A Field Option"
|
425 |
msgstr ""
|
426 |
|
427 |
-
#: ../custom-contact-forms-admin.php:
|
428 |
msgid "Option Slug:"
|
429 |
msgstr ""
|
430 |
|
431 |
-
#: ../custom-contact-forms-admin.php:
|
432 |
msgid "Used to identify this option, solely for admin purposes; must be unique, and contain only letters, numbers, and underscores. Example: 'slug_one'"
|
433 |
msgstr ""
|
434 |
|
435 |
-
#: ../custom-contact-forms-admin.php:
|
436 |
-
#: ../modules/usage_popover/custom-contact-forms-usage-popover.php:
|
437 |
msgid "Option Label:"
|
438 |
msgstr ""
|
439 |
|
440 |
-
#: ../custom-contact-forms-admin.php:
|
441 |
msgid "This is what is shown to the user in the dropdown or radio field. Example: 'United States'"
|
442 |
msgstr ""
|
443 |
|
444 |
-
#: ../custom-contact-forms-admin.php:
|
445 |
-
#: ../modules/usage_popover/custom-contact-forms-usage-popover.php:
|
446 |
msgid "Option Value:"
|
447 |
msgstr ""
|
448 |
|
449 |
-
#: ../custom-contact-forms-admin.php:
|
450 |
msgid "This is the actual value of the option which is not shown to the user. This can be the same thing as the label. An example pairing of label => value is: 'The color green' => 'green' or 'Yes' => '1'."
|
451 |
msgstr ""
|
452 |
|
453 |
-
#: ../custom-contact-forms-admin.php:
|
454 |
msgid "This is the actual value of the option which is not shown to the user. This can be the same thing as the label. An example pairing of label => value is: \"The color green\" => \"green\" or \"Yes\" => \"1\"."
|
455 |
msgstr ""
|
456 |
|
457 |
-
#: ../custom-contact-forms-admin.php:
|
458 |
-
#: ../modules/usage_popover/custom-contact-forms-usage-popover.php:
|
459 |
msgid "Is Dead Option:"
|
460 |
msgstr ""
|
461 |
|
462 |
-
#: ../custom-contact-forms-admin.php:
|
463 |
msgid "A dead option is something like 'Please Select One'. This is a useful tool for required dropdown fields. If a dead option is submitted by a user for a required dropdown field, then the user will have to go back and fill out the field again."
|
464 |
msgstr ""
|
465 |
|
466 |
-
#: ../custom-contact-forms-admin.php:
|
467 |
msgid "Create Field Option"
|
468 |
msgstr ""
|
469 |
|
470 |
-
#: ../custom-contact-forms-admin.php:
|
471 |
msgid "Rate This Plugin"
|
472 |
msgstr ""
|
473 |
|
474 |
-
#: ../custom-contact-forms-admin.php:
|
475 |
msgid "We need your help to continue development! Please <span>rate this plugin</span> to show your support."
|
476 |
msgstr ""
|
477 |
|
478 |
-
#: ../custom-contact-forms-admin.php:
|
479 |
msgid "Form Display Code"
|
480 |
msgstr ""
|
481 |
|
482 |
-
#: ../custom-contact-forms-admin.php:
|
483 |
-
#: ../custom-contact-forms-admin.php:
|
484 |
msgid "Destination Email"
|
485 |
msgstr ""
|
486 |
|
487 |
-
#: ../custom-contact-forms-admin.php:
|
488 |
-
#: ../custom-contact-forms-admin.php:
|
489 |
msgid "Title"
|
490 |
msgstr ""
|
491 |
|
492 |
-
#: ../custom-contact-forms-admin.php:
|
493 |
-
#: ../custom-contact-forms-admin.php:
|
494 |
msgid "Button Text"
|
495 |
msgstr ""
|
496 |
|
497 |
-
#: ../custom-contact-forms-admin.php:
|
498 |
-
#: ../custom-contact-forms-admin.php:
|
499 |
msgid "Style"
|
500 |
msgstr ""
|
501 |
|
502 |
-
#: ../custom-contact-forms-admin.php:
|
503 |
msgid "Method"
|
504 |
msgstr ""
|
505 |
|
506 |
-
#: ../custom-contact-forms-admin.php:
|
507 |
msgid "Form Action"
|
508 |
msgstr ""
|
509 |
|
510 |
-
#: ../custom-contact-forms-admin.php:
|
511 |
msgid "Email Subject"
|
512 |
msgstr ""
|
513 |
|
514 |
-
#: ../custom-contact-forms-admin.php:
|
515 |
msgid "Email From Name"
|
516 |
msgstr ""
|
517 |
|
518 |
-
#: ../custom-contact-forms-admin.php:
|
519 |
msgid "Success Message Title"
|
520 |
msgstr ""
|
521 |
|
522 |
-
#: ../custom-contact-forms-admin.php:
|
523 |
msgid "Success Message"
|
524 |
msgstr ""
|
525 |
|
526 |
-
#: ../custom-contact-forms-admin.php:
|
527 |
msgid "Custom Success URL"
|
528 |
msgstr ""
|
529 |
|
530 |
-
#: ../custom-contact-forms-admin.php:
|
531 |
msgid "The Form Method is the method by which information is transfer through your form. If you aren't an expert with HTML and PHP, leave this as Post."
|
532 |
msgstr ""
|
533 |
|
534 |
-
#: ../custom-contact-forms-admin.php:
|
535 |
msgid "This lets you process your forms through alternate scripts. If you use a service like InfusionSoft or Aweber, set this to be the same form action as the code provided to you by that service, otherwise leave this blank."
|
536 |
msgstr ""
|
537 |
|
538 |
-
#: ../custom-contact-forms-admin.php:
|
539 |
msgid "This is the form email subject sent to the destination email address. If left blank, the default from General Settings will be used."
|
540 |
msgstr ""
|
541 |
|
542 |
-
#: ../custom-contact-forms-admin.php:
|
543 |
msgid "This is the from name of the email sent on successful form submission. If left blank, the default from General Settings will be used."
|
544 |
msgstr ""
|
545 |
|
546 |
-
#: ../custom-contact-forms-admin.php:
|
547 |
msgid "This will be displayed as the header in a popover when the form is filled out successfully when no custom success page is specified; if left blank it will use the default specified in general settings."
|
548 |
msgstr ""
|
549 |
|
550 |
-
#: ../custom-contact-forms-admin.php:
|
551 |
msgid "This will be displayed in a popover when the form is filled out successfully when no custom success page is specified; if left blank it will use the default specified in general settings."
|
552 |
msgstr ""
|
553 |
|
554 |
-
#: ../custom-contact-forms-admin.php:
|
555 |
msgid "If this is filled out, users will be sent to this thank you page when they successfully fill out this form. If it is left blank, a popover showing the form's 'success message' will be displayed on form success."
|
556 |
msgstr ""
|
557 |
|
558 |
-
#: ../custom-contact-forms-admin.php:
|
559 |
msgid "The form display code above ([customcontact form=x]) will only work in Wordpress pages and posts. If you want to display this form in a theme file such as page.php, header.php, index.php, category.php, etc, then insert this PHP snippet."
|
560 |
msgstr ""
|
561 |
|
562 |
-
#: ../custom-contact-forms-admin.php:
|
563 |
msgid "Code to Display Form in Theme Files:"
|
564 |
msgstr ""
|
565 |
|
566 |
-
#: ../custom-contact-forms-admin.php:
|
567 |
msgid "This field allows you to insert HTML directly after the starting <form> tag."
|
568 |
msgstr ""
|
569 |
|
570 |
-
#: ../custom-contact-forms-admin.php:
|
571 |
-
#: ../modules/usage_popover/custom-contact-forms-usage-popover.php:
|
572 |
msgid "Custom Code:"
|
573 |
msgstr ""
|
574 |
|
575 |
-
#: ../custom-contact-forms-admin.php:
|
576 |
-
msgid "If you want to show this form to only certain types of users, you can uncheck boxes accordingly. To show this form to anyone, check all the boxes."
|
577 |
msgstr ""
|
578 |
|
579 |
-
#: ../custom-contact-forms-admin.php:
|
580 |
msgid "Attached Fields:"
|
581 |
msgstr ""
|
582 |
|
583 |
-
#: ../custom-contact-forms-admin.php:
|
584 |
msgid "Attach fields in the order you want them displayed."
|
585 |
msgstr ""
|
586 |
|
587 |
-
#: ../custom-contact-forms-admin.php:
|
588 |
msgid "Attach Field:"
|
589 |
msgstr ""
|
590 |
|
591 |
-
#: ../custom-contact-forms-admin.php:
|
592 |
msgid "Attach fixed fields or ones you"
|
593 |
msgstr ""
|
594 |
|
595 |
-
#: ../custom-contact-forms-admin.php:
|
596 |
msgid "Form Code"
|
597 |
msgstr ""
|
598 |
|
599 |
-
#: ../custom-contact-forms-admin.php:
|
600 |
msgid "Create A Style for Your Forms"
|
601 |
msgstr ""
|
602 |
|
603 |
-
#: ../custom-contact-forms-admin.php:
|
604 |
msgid "Use this manager to create styles for your forms. Each field is already filled out with nice look defaults. It is recommended you simply input a slug and click create to see the defaults before you start changing values."
|
605 |
msgstr ""
|
606 |
|
607 |
-
#: ../custom-contact-forms-admin.php:
|
608 |
msgid "Style Slug:"
|
609 |
msgstr ""
|
610 |
|
611 |
-
#: ../custom-contact-forms-admin.php:
|
612 |
msgid "(Must be unique)"
|
613 |
msgstr ""
|
614 |
|
615 |
-
#: ../custom-contact-forms-admin.php:
|
616 |
-
#: ../custom-contact-forms-admin.php:
|
617 |
-
#: ../custom-contact-forms-admin.php:
|
618 |
msgid "Title Font Size:"
|
619 |
msgstr ""
|
620 |
|
621 |
-
#: ../custom-contact-forms-admin.php:
|
622 |
msgid "(ex: 10pt, 10px, 1em)"
|
623 |
msgstr ""
|
624 |
|
625 |
-
#: ../custom-contact-forms-admin.php:
|
626 |
-
#: ../custom-contact-forms-admin.php:
|
627 |
-
#: ../custom-contact-forms-admin.php:
|
628 |
msgid "Title Font Color:"
|
629 |
msgstr ""
|
630 |
|
631 |
-
#: ../custom-contact-forms-admin.php:
|
632 |
-
#: ../custom-contact-forms-admin.php:
|
633 |
-
#: ../custom-contact-forms-admin.php:
|
634 |
-
#: ../custom-contact-forms-admin.php:
|
635 |
-
#: ../custom-contact-forms-admin.php:
|
636 |
-
#: ../custom-contact-forms-admin.php:
|
637 |
msgid "(ex: FF0000)"
|
638 |
msgstr ""
|
639 |
|
640 |
-
#: ../custom-contact-forms-admin.php:
|
641 |
-
#: ../custom-contact-forms-admin.php:
|
642 |
msgid "Label Width:"
|
643 |
msgstr ""
|
644 |
|
645 |
-
#: ../custom-contact-forms-admin.php:
|
646 |
msgid "(ex: 100px or 20%)"
|
647 |
msgstr ""
|
648 |
|
649 |
-
#: ../custom-contact-forms-admin.php:
|
650 |
-
#: ../custom-contact-forms-admin.php:
|
651 |
msgid "Label Font Size:"
|
652 |
msgstr ""
|
653 |
|
654 |
-
#: ../custom-contact-forms-admin.php:
|
655 |
-
#: ../custom-contact-forms-admin.php:
|
656 |
msgid "(ex: 10px, 10pt, 1em)"
|
657 |
msgstr ""
|
658 |
|
659 |
-
#: ../custom-contact-forms-admin.php:
|
660 |
-
#: ../custom-contact-forms-admin.php:
|
661 |
msgid "Label Font Color:"
|
662 |
msgstr ""
|
663 |
|
664 |
-
#: ../custom-contact-forms-admin.php:
|
665 |
-
#: ../custom-contact-forms-admin.php:
|
666 |
msgid "Text Field Width:"
|
667 |
msgstr ""
|
668 |
|
669 |
-
#: ../custom-contact-forms-admin.php:
|
670 |
-
#: ../custom-contact-forms-admin.php:
|
671 |
-
#: ../custom-contact-forms-admin.php:
|
672 |
-
#: ../custom-contact-forms-admin.php:
|
673 |
msgid "(ex: 100px or 100%)"
|
674 |
msgstr ""
|
675 |
|
676 |
-
#: ../custom-contact-forms-admin.php:
|
677 |
msgid "Textarea Field Width:"
|
678 |
msgstr ""
|
679 |
|
680 |
-
#: ../custom-contact-forms-admin.php:
|
681 |
msgid "Textarea Field Height:"
|
682 |
msgstr ""
|
683 |
|
684 |
-
#: ../custom-contact-forms-admin.php:
|
685 |
-
#: ../custom-contact-forms-admin.php:
|
686 |
msgid "Field Font Size:"
|
687 |
msgstr ""
|
688 |
|
689 |
-
#: ../custom-contact-forms-admin.php:
|
690 |
msgid "(ex: 10px, 10pt, 1em"
|
691 |
msgstr ""
|
692 |
|
693 |
-
#: ../custom-contact-forms-admin.php:
|
694 |
-
#: ../custom-contact-forms-admin.php:
|
695 |
msgid "Field Font Color:"
|
696 |
msgstr ""
|
697 |
|
698 |
-
#: ../custom-contact-forms-admin.php:
|
699 |
-
#: ../custom-contact-forms-admin.php:
|
700 |
msgid "(ex: 333333)"
|
701 |
msgstr ""
|
702 |
|
703 |
-
#: ../custom-contact-forms-admin.php:
|
704 |
-
#: ../custom-contact-forms-admin.php:
|
705 |
msgid "Field Border Style:"
|
706 |
msgstr ""
|
707 |
|
708 |
-
#: ../custom-contact-forms-admin.php:
|
709 |
-
#: ../custom-contact-forms-admin.php:
|
710 |
msgid "Form Margin:"
|
711 |
msgstr ""
|
712 |
|
713 |
-
#: ../custom-contact-forms-admin.php:
|
714 |
-
#: ../custom-contact-forms-admin.php:
|
715 |
-
#: ../custom-contact-forms-admin.php:
|
716 |
-
#: ../custom-contact-forms-admin.php:
|
717 |
msgid "(ex: 5px or 1em)"
|
718 |
msgstr ""
|
719 |
|
720 |
-
#: ../custom-contact-forms-admin.php:
|
721 |
-
#: ../custom-contact-forms-admin.php:
|
722 |
msgid "Label Margin:"
|
723 |
msgstr ""
|
724 |
|
725 |
-
#: ../custom-contact-forms-admin.php:
|
726 |
msgid "Textarea Background Color:"
|
727 |
msgstr ""
|
728 |
|
729 |
-
#: ../custom-contact-forms-admin.php:
|
730 |
msgid "Success Popover Font Color:"
|
731 |
msgstr ""
|
732 |
|
733 |
-
#: ../custom-contact-forms-admin.php:
|
734 |
msgid "Success Popover Title Font Size:"
|
735 |
msgstr ""
|
736 |
|
737 |
-
#: ../custom-contact-forms-admin.php:
|
738 |
-
#: ../custom-contact-forms-admin.php:
|
739 |
-
#: ../custom-contact-forms-admin.php:
|
740 |
-
#: ../custom-contact-forms-admin.php:
|
741 |
msgid "(ex: 12px, 1em, 100%)"
|
742 |
msgstr ""
|
743 |
|
744 |
-
#: ../custom-contact-forms-admin.php:
|
745 |
-
#: ../custom-contact-forms-admin.php:
|
746 |
msgid "Form Background Color:"
|
747 |
msgstr ""
|
748 |
|
749 |
-
#: ../custom-contact-forms-admin.php:
|
750 |
msgid "Tooltip Background Color:"
|
751 |
msgstr ""
|
752 |
|
753 |
-
#: ../custom-contact-forms-admin.php:
|
754 |
msgid "(ex: 000000 or black)"
|
755 |
msgstr ""
|
756 |
|
757 |
-
#: ../custom-contact-forms-admin.php:
|
758 |
-
#: ../custom-contact-forms-admin.php:
|
759 |
msgid "Field Border Color:"
|
760 |
msgstr ""
|
761 |
|
762 |
-
#: ../custom-contact-forms-admin.php:
|
763 |
-
#: ../custom-contact-forms-admin.php:
|
764 |
msgid "Form Border Style:"
|
765 |
msgstr ""
|
766 |
|
767 |
-
#: ../custom-contact-forms-admin.php:
|
768 |
-
#: ../custom-contact-forms-admin.php:
|
769 |
msgid "Form Border Color:"
|
770 |
msgstr ""
|
771 |
|
772 |
-
#: ../custom-contact-forms-admin.php:
|
773 |
msgid "(ex: 000000)"
|
774 |
msgstr ""
|
775 |
|
776 |
-
#: ../custom-contact-forms-admin.php:
|
777 |
-
#: ../custom-contact-forms-admin.php:
|
778 |
msgid "Form Border Width:"
|
779 |
msgstr ""
|
780 |
|
781 |
-
#: ../custom-contact-forms-admin.php:
|
782 |
msgid "(ex: 1px)"
|
783 |
msgstr ""
|
784 |
|
785 |
-
#: ../custom-contact-forms-admin.php:
|
786 |
-
#: ../custom-contact-forms-admin.php:
|
787 |
msgid "Form Width:"
|
788 |
msgstr ""
|
789 |
|
790 |
-
#: ../custom-contact-forms-admin.php:
|
791 |
msgid "(ex: 100px or 50%)"
|
792 |
msgstr ""
|
793 |
|
794 |
-
#: ../custom-contact-forms-admin.php:
|
795 |
msgid "Form Font Family:"
|
796 |
msgstr ""
|
797 |
|
798 |
-
#: ../custom-contact-forms-admin.php:
|
799 |
msgid "(ex: Verdana, Tahoma, Arial)"
|
800 |
msgstr ""
|
801 |
|
802 |
-
#: ../custom-contact-forms-admin.php:
|
803 |
-
#: ../custom-contact-forms-admin.php:
|
804 |
msgid "Button Width:"
|
805 |
msgstr ""
|
806 |
|
807 |
-
#: ../custom-contact-forms-admin.php:
|
808 |
msgid "(ex: 100px, 30%, auto)"
|
809 |
msgstr ""
|
810 |
|
811 |
-
#: ../custom-contact-forms-admin.php:
|
812 |
-
#: ../custom-contact-forms-admin.php:
|
813 |
msgid "Button Height:"
|
814 |
msgstr ""
|
815 |
|
816 |
-
#: ../custom-contact-forms-admin.php:
|
817 |
msgid "(ex: 100px or 30%)"
|
818 |
msgstr ""
|
819 |
|
820 |
-
#: ../custom-contact-forms-admin.php:
|
821 |
-
#: ../custom-contact-forms-admin.php:
|
822 |
msgid "Button Font Size:"
|
823 |
msgstr ""
|
824 |
|
825 |
-
#: ../custom-contact-forms-admin.php:
|
826 |
-
#: ../custom-contact-forms-admin.php:
|
827 |
msgid "Button Font Color:"
|
828 |
msgstr ""
|
829 |
|
830 |
-
#: ../custom-contact-forms-admin.php:
|
831 |
-
#: ../custom-contact-forms-admin.php:
|
832 |
msgid "Field Background Color:"
|
833 |
msgstr ""
|
834 |
|
835 |
-
#: ../custom-contact-forms-admin.php:
|
836 |
-
#: ../custom-contact-forms-admin.php:
|
837 |
msgid "Form Padding:"
|
838 |
msgstr ""
|
839 |
|
840 |
-
#: ../custom-contact-forms-admin.php:
|
841 |
-
#: ../custom-contact-forms-admin.php:
|
842 |
msgid "Title Margin:"
|
843 |
msgstr ""
|
844 |
|
845 |
-
#: ../custom-contact-forms-admin.php:
|
846 |
-
#: ../custom-contact-forms-admin.php:
|
847 |
msgid "Dropdown Width:"
|
848 |
msgstr ""
|
849 |
|
850 |
-
#: ../custom-contact-forms-admin.php:
|
851 |
msgid "(ex: 30px, 20%, or auto)"
|
852 |
msgstr ""
|
853 |
|
854 |
-
#: ../custom-contact-forms-admin.php:
|
855 |
msgid "Success Popover Border Color:"
|
856 |
msgstr ""
|
857 |
|
858 |
-
#: ../custom-contact-forms-admin.php:
|
859 |
msgid "Success Popover Font Size:"
|
860 |
msgstr ""
|
861 |
|
862 |
-
#: ../custom-contact-forms-admin.php:
|
863 |
msgid "Success Popover Height:"
|
864 |
msgstr ""
|
865 |
|
866 |
-
#: ../custom-contact-forms-admin.php:
|
867 |
msgid "(ex: 200px, 6em, 50%)"
|
868 |
msgstr ""
|
869 |
|
870 |
-
#: ../custom-contact-forms-admin.php:
|
871 |
-
#: ../custom-contact-forms-admin.php:
|
872 |
msgid "Field Border Roundness:"
|
873 |
msgstr ""
|
874 |
|
875 |
-
#: ../custom-contact-forms-admin.php:
|
876 |
msgid "(ex: 6px, or 0px)"
|
877 |
msgstr ""
|
878 |
|
879 |
-
#: ../custom-contact-forms-admin.php:
|
880 |
-
#: ../custom-contact-forms-admin.php:
|
881 |
-
#: ../custom-contact-forms-admin.php:
|
882 |
msgid "Tooltip"
|
883 |
msgstr ""
|
884 |
|
885 |
-
#: ../custom-contact-forms-admin.php:
|
886 |
-
#: ../custom-contact-forms-admin.php:
|
887 |
-
#: ../custom-contact-forms-admin.php:
|
888 |
msgid "A tooltip is the little box that fades in displaying 'Field Instructions' when a user selects a particular field."
|
889 |
msgstr ""
|
890 |
|
891 |
-
#: ../custom-contact-forms-admin.php:
|
892 |
-
#: ../custom-contact-forms-admin.php:
|
893 |
msgid "Font Size:"
|
894 |
msgstr ""
|
895 |
|
896 |
-
#: ../custom-contact-forms-admin.php:
|
897 |
msgid "Tooltip Font Color:"
|
898 |
msgstr ""
|
899 |
|
900 |
-
#: ../custom-contact-forms-admin.php:
|
901 |
msgid "(ex: ffffff or white)"
|
902 |
msgstr ""
|
903 |
|
904 |
-
#: ../custom-contact-forms-admin.php:
|
905 |
msgid "Create Style"
|
906 |
msgstr ""
|
907 |
|
908 |
-
#: ../custom-contact-forms-admin.php:
|
909 |
msgid "Manage Form Styles"
|
910 |
msgstr ""
|
911 |
|
912 |
-
#: ../custom-contact-forms-admin.php:
|
913 |
-
#: ../modules/usage_popover/custom-contact-forms-usage-popover.php:
|
914 |
-
#: ../modules/usage_popover/custom-contact-forms-usage-popover.php:
|
915 |
-
#: ../modules/usage_popover/custom-contact-forms-usage-popover.php:
|
916 |
msgid "Slug:"
|
917 |
msgstr ""
|
918 |
|
919 |
-
#: ../custom-contact-forms-admin.php:
|
920 |
msgid "Font Family:"
|
921 |
msgstr ""
|
922 |
|
923 |
-
#: ../custom-contact-forms-admin.php:
|
924 |
msgid "Textarea Background"
|
925 |
msgstr ""
|
926 |
|
927 |
-
#: ../custom-contact-forms-admin.php:
|
928 |
msgid "Color:"
|
929 |
msgstr ""
|
930 |
|
931 |
-
#: ../custom-contact-forms-admin.php:
|
932 |
-
#: ../custom-contact-forms-admin.php:
|
933 |
-
#: ../custom-contact-forms-admin.php:
|
934 |
-
#: ../custom-contact-forms-admin.php:
|
935 |
-
#: ../custom-contact-forms-admin.php:
|
936 |
-
#: ../custom-contact-forms-admin.php:
|
937 |
msgid "Success Popover"
|
938 |
msgstr ""
|
939 |
|
940 |
-
#: ../custom-contact-forms-admin.php:
|
941 |
msgid "Border Color:"
|
942 |
msgstr ""
|
943 |
|
944 |
-
#: ../custom-contact-forms-admin.php:
|
945 |
-
#: ../custom-contact-forms-admin.php:
|
946 |
msgid "Font Color:"
|
947 |
msgstr ""
|
948 |
|
949 |
-
#: ../custom-contact-forms-admin.php:
|
950 |
msgid "Textarea Width:"
|
951 |
msgstr ""
|
952 |
|
953 |
-
#: ../custom-contact-forms-admin.php:
|
954 |
msgid "Textarea Height:"
|
955 |
msgstr ""
|
956 |
|
957 |
-
#: ../custom-contact-forms-admin.php:
|
958 |
msgid "Height:"
|
959 |
msgstr ""
|
960 |
|
961 |
-
#: ../custom-contact-forms-admin.php:
|
962 |
msgid "Background Color:"
|
963 |
msgstr ""
|
964 |
|
965 |
-
#: ../custom-contact-forms-admin.php:
|
966 |
msgid "Tooltip Font Size:"
|
967 |
msgstr ""
|
968 |
|
969 |
-
#: ../custom-contact-forms-admin.php:
|
970 |
msgid "Report a Bug/Suggest a Feature"
|
971 |
msgstr ""
|
972 |
|
973 |
-
#: ../custom-contact-forms-admin.php:
|
974 |
msgid "Your Name:"
|
975 |
msgstr ""
|
976 |
|
977 |
-
#: ../custom-contact-forms-admin.php:
|
978 |
msgid "Your Email:"
|
979 |
msgstr ""
|
980 |
|
981 |
-
#: ../custom-contact-forms-admin.php:
|
982 |
msgid "Who Hosts Your Website?"
|
983 |
msgstr ""
|
984 |
|
985 |
-
#: ../custom-contact-forms-admin.php:
|
986 |
msgid "Your Message:"
|
987 |
msgstr ""
|
988 |
|
989 |
-
#: ../custom-contact-forms-admin.php:
|
990 |
msgid "Purpose of this message:"
|
991 |
msgstr ""
|
992 |
|
993 |
-
#: ../custom-contact-forms-admin.php:
|
994 |
msgid "Plugin Question"
|
995 |
msgstr ""
|
996 |
|
997 |
-
#: ../custom-contact-forms-admin.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
998 |
msgid "Send Message"
|
999 |
msgstr ""
|
1000 |
|
1001 |
-
#: ../custom-contact-forms-admin.php:
|
1002 |
msgid "Custom HTML Forms (Advanced)"
|
1003 |
msgstr ""
|
1004 |
|
1005 |
-
#: ../custom-contact-forms-admin.php:
|
1006 |
msgid ""
|
1007 |
"If you know HTML and simply want to use this plugin to process form requests, this feature is for you. \n"
|
1008 |
"\t\t\t\t\tThe following HTML is a the framework to which you must adhere. In order for your form to work you MUST do the following: a) Keep the form action/method the same (yes the action is supposed to be empty), b) Include all the hidden fields shown below, c) provide a \n"
|
1009 |
"\t\t\t\t\thidden field with a success message or thank you page (both hidden fields are included below, you must choose one or the other and fill in the value part of the input field appropriately."
|
1010 |
msgstr ""
|
1011 |
|
1012 |
-
#: ../custom-contact-forms-admin.php:
|
1013 |
msgid "Thank you for filling out our form!"
|
1014 |
msgstr ""
|
1015 |
|
1016 |
-
#: ../custom-contact-forms-admin.php:
|
1017 |
msgid ""
|
1018 |
"Paste all this code into a page or post and edit it to your liking. It is recommended you only use this feature if you are experienced with HTML. The destination_email \n"
|
1019 |
"field specifies where emails will be sent on successful submission; you can have the form send to multiple addresses by separating email's with semi-colons (i.e. email@google.com; email2@google.com). \n"
|
@@ -1022,738 +1064,748 @@ msgid ""
|
|
1022 |
"the field names you want required by commas. Remember to use underscores instead of spaces in field names!"
|
1023 |
msgstr ""
|
1024 |
|
1025 |
-
#: ../custom-contact-forms-admin.php:
|
1026 |
-
#: ../modules/usage_popover/custom-contact-forms-usage-popover.php:
|
1027 |
msgid "Saved Form Submissions"
|
1028 |
msgstr ""
|
1029 |
|
1030 |
-
#: ../custom-contact-forms-admin.php:
|
1031 |
-
#: ../custom-contact-forms-admin.php:
|
1032 |
msgid "Date Submitted"
|
1033 |
msgstr ""
|
1034 |
|
1035 |
-
#: ../custom-contact-forms-admin.php:
|
1036 |
-
#: ../custom-contact-forms-admin.php:
|
1037 |
msgid "Form Submitted"
|
1038 |
msgstr ""
|
1039 |
|
1040 |
-
#: ../custom-contact-forms-admin.php:
|
1041 |
-
#: ../custom-contact-forms-admin.php:
|
1042 |
msgid "Form Page"
|
1043 |
msgstr ""
|
1044 |
|
1045 |
-
#: ../custom-contact-forms-admin.php:
|
1046 |
msgid "Custom HTML Form"
|
1047 |
msgstr ""
|
1048 |
|
1049 |
-
#: ../custom-contact-forms-admin.php:
|
1050 |
msgid "General Settings"
|
1051 |
msgstr ""
|
1052 |
|
1053 |
-
#: ../custom-contact-forms-admin.php:
|
1054 |
msgid "Email Form Submissions:"
|
1055 |
msgstr ""
|
1056 |
|
1057 |
-
#: ../custom-contact-forms-admin.php:
|
1058 |
msgid "When a user fills out one of your forms, the info submitted is saved in the Saved Form Submission section of the admin panel for you to view. If this is enabled, you will also be sent an email containing the submission info."
|
1059 |
msgstr ""
|
1060 |
|
1061 |
-
#: ../custom-contact-forms-admin.php:
|
1062 |
msgid "Default Email:"
|
1063 |
msgstr ""
|
1064 |
|
1065 |
-
#: ../custom-contact-forms-admin.php:
|
1066 |
msgid "Form emails will be sent <span>to</span> this address, if no destination email is specified by the form."
|
1067 |
msgstr ""
|
1068 |
|
1069 |
-
#: ../custom-contact-forms-admin.php:
|
1070 |
msgid "Front End JQuery:"
|
1071 |
msgstr ""
|
1072 |
|
1073 |
-
#: ../custom-contact-forms-admin.php:
|
1074 |
-
#: ../custom-contact-forms-admin.php:
|
1075 |
-
#: ../custom-contact-forms-admin.php:
|
1076 |
-
#: ../custom-contact-forms-admin.php:
|
|
|
1077 |
msgid "Enabled"
|
1078 |
msgstr ""
|
1079 |
|
1080 |
-
#: ../custom-contact-forms-admin.php:
|
1081 |
-
#: ../custom-contact-forms-admin.php:
|
1082 |
-
#: ../custom-contact-forms-admin.php:
|
1083 |
-
#: ../custom-contact-forms-admin.php:
|
|
|
1084 |
msgid "Disabled"
|
1085 |
msgstr ""
|
1086 |
|
1087 |
-
#: ../custom-contact-forms-admin.php:
|
1088 |
#, php-format
|
1089 |
msgid "Some plugins don't setup JQuery correctly, so when any other plugin uses JQuery (whether correctly or not), JQuery works for neither plugin. This plugin uses JQuery correctly. If another plugin isn't using JQuery correctly but is more important to you than this one: disable this option. 99% of this plugin's functionality will work without JQuery, just no field instruction tooltips."
|
1090 |
msgstr ""
|
1091 |
|
1092 |
-
#: ../custom-contact-forms-admin.php:
|
1093 |
msgid "Default From Email:"
|
1094 |
msgstr ""
|
1095 |
|
1096 |
-
#: ../custom-contact-forms-admin.php:
|
1097 |
msgid "Form emails will be sent <span>from</span> this address. It is recommended you provide a real email address that has been created through your host."
|
1098 |
msgstr ""
|
1099 |
|
1100 |
-
#: ../custom-contact-forms-admin.php:
|
1101 |
msgid "Default From Name:"
|
1102 |
msgstr ""
|
1103 |
|
1104 |
-
#: ../custom-contact-forms-admin.php:
|
1105 |
msgid "This setting allows you to specify the name under which form emails are sent. The default is 'Custom Contact Forms'."
|
1106 |
msgstr ""
|
1107 |
|
1108 |
-
#: ../custom-contact-forms-admin.php:
|
1109 |
msgid "Default Email Subject:"
|
1110 |
msgstr ""
|
1111 |
|
1112 |
-
#: ../custom-contact-forms-admin.php:
|
1113 |
msgid "Default subject to be included in all form emails."
|
1114 |
msgstr ""
|
1115 |
|
1116 |
-
#: ../custom-contact-forms-admin.php:
|
1117 |
msgid "Enable Dashboard Widget:"
|
1118 |
msgstr ""
|
1119 |
|
1120 |
-
#: ../custom-contact-forms-admin.php:
|
1121 |
msgid "Enabling this will display a widget on your dashboard that shows the latest form submissions."
|
1122 |
msgstr ""
|
1123 |
|
1124 |
-
#: ../custom-contact-forms-admin.php:
|
1125 |
msgid "Default Form Error Header:"
|
1126 |
msgstr ""
|
1127 |
|
1128 |
-
#: ../custom-contact-forms-admin.php:
|
1129 |
msgid "When a form is filled out incorrectly, this message will be displayed followed by the individual field error messages."
|
1130 |
msgstr ""
|
1131 |
|
1132 |
-
#: ../custom-contact-forms-admin.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1133 |
msgid "Default Form Success Message Title:"
|
1134 |
msgstr ""
|
1135 |
|
1136 |
-
#: ../custom-contact-forms-admin.php:
|
1137 |
msgid "If someone fills out a form for which a success message title is not provided and a custom success page is not provided, the plugin will show a popover using this field as the window title."
|
1138 |
msgstr ""
|
1139 |
|
1140 |
-
#: ../custom-contact-forms-admin.php:
|
1141 |
msgid "Default Form Success Message:"
|
1142 |
msgstr ""
|
1143 |
|
1144 |
-
#: ../custom-contact-forms-admin.php:
|
1145 |
msgid "If someone fills out a form for which a success message is not provided and a custom success page is not provided, the plugin will show a popover containing this message."
|
1146 |
msgstr ""
|
1147 |
|
1148 |
-
#: ../custom-contact-forms-admin.php:
|
1149 |
msgid "Remember Field Values:"
|
1150 |
msgstr ""
|
1151 |
|
1152 |
-
#: ../custom-contact-forms-admin.php:
|
1153 |
msgid "Selecting yes will make form fields remember how they were last filled out."
|
1154 |
msgstr ""
|
1155 |
|
1156 |
-
#: ../custom-contact-forms-admin.php:
|
1157 |
msgid "Tooltips in Widget:"
|
1158 |
msgstr ""
|
1159 |
|
1160 |
-
#: ../custom-contact-forms-admin.php:
|
1161 |
msgid "Enabling this shows tooltips containing field instructions on forms in the widget."
|
1162 |
msgstr ""
|
1163 |
|
1164 |
-
#: ../custom-contact-forms-admin.php:
|
1165 |
msgid "Hide Plugin Author Link in Code:"
|
1166 |
msgstr ""
|
1167 |
|
1168 |
-
#: ../custom-contact-forms-admin.php:
|
1169 |
-
msgid "
|
1170 |
msgstr ""
|
1171 |
|
1172 |
-
#: ../custom-contact-forms-admin.php:
|
1173 |
-
msgid "This
|
1174 |
msgstr ""
|
1175 |
|
1176 |
-
#: ../custom-contact-forms-admin.php:
|
1177 |
-
msgid "
|
1178 |
msgstr ""
|
1179 |
|
1180 |
-
#: ../custom-contact-forms-admin.php:
|
1181 |
-
msgid "
|
1182 |
msgstr ""
|
1183 |
|
1184 |
-
#: ../custom-contact-forms-admin.php:
|
1185 |
-
msgid "
|
1186 |
msgstr ""
|
1187 |
|
1188 |
-
#: ../custom-contact-forms-admin.php:
|
1189 |
-
msgid "
|
1190 |
msgstr ""
|
1191 |
|
1192 |
-
#: ../custom-contact-forms-admin.php:
|
1193 |
msgid "Show Sidebar Widget:"
|
1194 |
msgstr ""
|
1195 |
|
1196 |
-
#: ../custom-contact-forms-admin.php:
|
1197 |
msgid "On Homepage"
|
1198 |
msgstr ""
|
1199 |
|
1200 |
-
#: ../custom-contact-forms-admin.php:
|
1201 |
msgid "On Pages"
|
1202 |
msgstr ""
|
1203 |
|
1204 |
-
#: ../custom-contact-forms-admin.php:
|
1205 |
msgid "On Single Posts"
|
1206 |
msgstr ""
|
1207 |
|
1208 |
-
#: ../custom-contact-forms-admin.php:
|
1209 |
msgid "On Categories"
|
1210 |
msgstr ""
|
1211 |
|
1212 |
-
#: ../custom-contact-forms-admin.php:
|
1213 |
msgid "On Archives"
|
1214 |
msgstr ""
|
1215 |
|
1216 |
-
#: ../custom-contact-forms-admin.php:
|
1217 |
msgid "Update"
|
1218 |
msgstr ""
|
1219 |
|
1220 |
-
#: ../custom-contact-forms-admin.php:
|
1221 |
msgid "Mail Settings"
|
1222 |
msgstr ""
|
1223 |
|
1224 |
-
#: ../custom-contact-forms-admin.php:
|
1225 |
msgid "There are two ways you can send emails: using the PHP mail() function or using SMTP (secure/insecure). If you choose to use the PHP mail() function you can ignore all the other options. For some people Wordpress's default way of sending mail does not work; if for some reason your mail is being sent you should try the SMTP option."
|
1226 |
msgstr ""
|
1227 |
|
1228 |
-
#: ../custom-contact-forms-admin.php:
|
1229 |
msgid "* Send My Emails Using the Following:"
|
1230 |
msgstr ""
|
1231 |
|
1232 |
-
#: ../custom-contact-forms-admin.php:
|
1233 |
msgid "Wordpress Default"
|
1234 |
msgstr ""
|
1235 |
|
1236 |
-
#: ../custom-contact-forms-admin.php:
|
1237 |
msgid "SMTP"
|
1238 |
msgstr ""
|
1239 |
|
1240 |
-
#: ../custom-contact-forms-admin.php:
|
1241 |
msgid "(If mail isn't sending, try toggling this option.)"
|
1242 |
msgstr ""
|
1243 |
|
1244 |
-
#: ../custom-contact-forms-admin.php:
|
1245 |
msgid "SMTP Host:"
|
1246 |
msgstr ""
|
1247 |
|
1248 |
-
#: ../custom-contact-forms-admin.php:
|
1249 |
msgid "SMTP Port:"
|
1250 |
msgstr ""
|
1251 |
|
1252 |
-
#: ../custom-contact-forms-admin.php:
|
1253 |
msgid "Encryption:"
|
1254 |
msgstr ""
|
1255 |
|
1256 |
-
#: ../custom-contact-forms-admin.php:
|
1257 |
msgid "SSL"
|
1258 |
msgstr ""
|
1259 |
|
1260 |
-
#: ../custom-contact-forms-admin.php:
|
1261 |
msgid "TLS"
|
1262 |
msgstr ""
|
1263 |
|
1264 |
-
#: ../custom-contact-forms-admin.php:
|
1265 |
msgid "SMTP Authentication:"
|
1266 |
msgstr ""
|
1267 |
|
1268 |
-
#: ../custom-contact-forms-admin.php:
|
1269 |
msgid "None Needed"
|
1270 |
msgstr ""
|
1271 |
|
1272 |
-
#: ../custom-contact-forms-admin.php:
|
1273 |
msgid "Use SMTP Username/Password"
|
1274 |
msgstr ""
|
1275 |
|
1276 |
-
#: ../custom-contact-forms-admin.php:
|
1277 |
msgid "SMTP Username:"
|
1278 |
msgstr ""
|
1279 |
|
1280 |
-
#: ../custom-contact-forms-admin.php:
|
1281 |
msgid "SMTP Password:"
|
1282 |
msgstr ""
|
1283 |
|
1284 |
-
#: ../custom-contact-forms-admin.php:
|
1285 |
msgid "Save Mail Sending Options"
|
1286 |
msgstr ""
|
1287 |
|
1288 |
-
#: ../custom-contact-forms-admin.php:
|
1289 |
msgid "Export"
|
1290 |
msgstr ""
|
1291 |
|
1292 |
-
#: ../custom-contact-forms-admin.php:
|
1293 |
msgid ""
|
1294 |
"Preforming a Custom Contact Forms export will create a file of the form \n"
|
1295 |
"\t\t\t\t\t\tccf-export-xxxx.sql on your web server. The file created contains SQL that \n"
|
1296 |
"\t\t\t\t\t\twill recreate all the plugin data on any Wordpress installation. After Custom Contact Forms creates the export file, you will be prompted to download it. You can use this file as a backup in case your Wordpress database gets ruined."
|
1297 |
msgstr ""
|
1298 |
|
1299 |
-
#: ../custom-contact-forms-admin.php:
|
1300 |
msgid "Export All CCF Plugin Content"
|
1301 |
msgstr ""
|
1302 |
|
1303 |
-
#: ../custom-contact-forms-admin.php:
|
1304 |
msgid "Import"
|
1305 |
msgstr ""
|
1306 |
|
1307 |
-
#: ../custom-contact-forms-admin.php:
|
1308 |
msgid "Browse to a CCF .sql export file to import Custom Contact Form data from another Wordpress installation to this one. Pressing the 'Clear and Import' button deletes all current data and then imports the selected file; this will not work for merging to data!. Clearing all CCF data before importing prevents any conflicts from occuring. Before you attempt an import, you should always download a backup, by clicking the 'Export All' button."
|
1309 |
msgstr ""
|
1310 |
|
1311 |
-
#: ../custom-contact-forms-admin.php:
|
1312 |
msgid "Choose What You Want to Use from the Import File:"
|
1313 |
msgstr ""
|
1314 |
|
1315 |
-
#: ../custom-contact-forms-admin.php:
|
1316 |
msgid "Use General Settings"
|
1317 |
msgstr ""
|
1318 |
|
1319 |
-
#: ../custom-contact-forms-admin.php:
|
1320 |
-
#: ../custom-contact-forms-admin.php:
|
1321 |
-
#: ../modules/usage_popover/custom-contact-forms-usage-popover.php:
|
1322 |
-
#: ../modules/usage_popover/custom-contact-forms-usage-popover.php:
|
1323 |
msgid "Forms"
|
1324 |
msgstr ""
|
1325 |
|
1326 |
-
#: ../custom-contact-forms-admin.php:
|
1327 |
-
#: ../modules/usage_popover/custom-contact-forms-usage-popover.php:
|
1328 |
msgid "Form Submissions"
|
1329 |
msgstr ""
|
1330 |
|
1331 |
-
#: ../custom-contact-forms-admin.php:
|
1332 |
-
#: ../modules/usage_popover/custom-contact-forms-usage-popover.php:
|
1333 |
-
#: ../modules/usage_popover/custom-contact-forms-usage-popover.php:
|
1334 |
msgid "Fields"
|
1335 |
msgstr ""
|
1336 |
|
1337 |
-
#: ../custom-contact-forms-admin.php:
|
1338 |
-
#: ../modules/usage_popover/custom-contact-forms-usage-popover.php:
|
1339 |
-
#: ../modules/usage_popover/custom-contact-forms-usage-popover.php:
|
1340 |
msgid "Field Options"
|
1341 |
msgstr ""
|
1342 |
|
1343 |
-
#: ../custom-contact-forms-admin.php:
|
1344 |
-
#: ../modules/usage_popover/custom-contact-forms-usage-popover.php:
|
1345 |
msgid "Styles"
|
1346 |
msgstr ""
|
1347 |
|
1348 |
-
#: ../custom-contact-forms-admin.php:
|
1349 |
msgid "Choose an Import File:"
|
1350 |
msgstr ""
|
1351 |
|
1352 |
-
#: ../custom-contact-forms-admin.php:
|
1353 |
msgid "Clear and Import"
|
1354 |
msgstr ""
|
1355 |
|
1356 |
-
#: ../custom-contact-forms-admin.php:
|
1357 |
msgid "Yes, I want to do this and have created a backup."
|
1358 |
msgstr ""
|
1359 |
|
1360 |
-
#: ../modules/usage_popover/custom-contact-forms-usage-popover.php:
|
1361 |
-
msgid "
|
1362 |
msgstr ""
|
1363 |
|
1364 |
-
#: ../modules/usage_popover/custom-contact-forms-usage-popover.php:
|
1365 |
-
#: ../modules/usage_popover/custom-contact-forms-usage-popover.php:
|
1366 |
msgid "Fixed Fields"
|
1367 |
msgstr ""
|
1368 |
|
1369 |
-
#: ../modules/usage_popover/custom-contact-forms-usage-popover.php:
|
1370 |
msgid "Import/Export"
|
1371 |
msgstr ""
|
1372 |
|
1373 |
-
#: ../modules/usage_popover/custom-contact-forms-usage-popover.php:
|
1374 |
msgid "Introduction"
|
1375 |
msgstr ""
|
1376 |
|
1377 |
-
#: ../modules/usage_popover/custom-contact-forms-usage-popover.php:
|
1378 |
msgid ""
|
1379 |
"CCF is an extremely intuitive plugin allowing you to create any type of contact form you can imagine. CCF is very user friendly but with possibilities comes complexity. It is recommend that you click the button below to create default fields, field options, and forms.\n"
|
1380 |
" The default content will help you get a feel for the amazing things you can accomplish with this plugin. This popover only shows automatically the first time you visit the admin page;"
|
1381 |
msgstr ""
|
1382 |
|
1383 |
-
#: ../modules/usage_popover/custom-contact-forms-usage-popover.php:
|
1384 |
msgid "if you want to view this popover again, click the 'Show Plugin Usage Popover'"
|
1385 |
msgstr ""
|
1386 |
|
1387 |
-
#: ../modules/usage_popover/custom-contact-forms-usage-popover.php:
|
1388 |
msgid "in the instruction area of the admin page."
|
1389 |
msgstr ""
|
1390 |
|
1391 |
-
#: ../modules/usage_popover/custom-contact-forms-usage-popover.php:
|
1392 |
msgid "Insert Default Content"
|
1393 |
msgstr ""
|
1394 |
|
1395 |
-
#: ../modules/usage_popover/custom-contact-forms-usage-popover.php:
|
1396 |
msgid "Below is a basic usage outline of the four pillars of this plugin: fields, field options, styles, and forms. Another useful part of the plugin is the 'Custom HTML Feature' which allows you to write the form HTML yourself using the plugin simply as a form processor; this is great if you are a web developer with HTML experience. Also explained below is the 'Saved Form Submissions' feature which displays all form submissions in the admin panel."
|
1397 |
msgstr ""
|
1398 |
|
1399 |
-
#: ../modules/usage_popover/custom-contact-forms-usage-popover.php:
|
1400 |
msgid "Fields are the actual input boxes in which users enter their information. There are six types of fields that you can attach to your forms.!"
|
1401 |
msgstr ""
|
1402 |
|
1403 |
-
#: ../modules/usage_popover/custom-contact-forms-usage-popover.php:
|
1404 |
msgid "Text:"
|
1405 |
msgstr ""
|
1406 |
|
1407 |
-
#: ../modules/usage_popover/custom-contact-forms-usage-popover.php:
|
1408 |
-
#: ../modules/usage_popover/custom-contact-forms-usage-popover.php:
|
1409 |
msgid "This is a text field"
|
1410 |
msgstr ""
|
1411 |
|
1412 |
-
#: ../modules/usage_popover/custom-contact-forms-usage-popover.php:
|
1413 |
msgid "Textarea:"
|
1414 |
msgstr ""
|
1415 |
|
1416 |
-
#: ../modules/usage_popover/custom-contact-forms-usage-popover.php:
|
1417 |
msgid "Dropdown:"
|
1418 |
msgstr ""
|
1419 |
|
1420 |
-
#: ../modules/usage_popover/custom-contact-forms-usage-popover.php:
|
1421 |
msgid "This is a dropdown field"
|
1422 |
msgstr ""
|
1423 |
|
1424 |
-
#: ../modules/usage_popover/custom-contact-forms-usage-popover.php:
|
1425 |
msgid "Field Option 2!"
|
1426 |
msgstr ""
|
1427 |
|
1428 |
-
#: ../modules/usage_popover/custom-contact-forms-usage-popover.php:
|
1429 |
msgid "Field Option 3!"
|
1430 |
msgstr ""
|
1431 |
|
1432 |
-
#: ../modules/usage_popover/custom-contact-forms-usage-popover.php:
|
1433 |
msgid "Field Option 4!"
|
1434 |
msgstr ""
|
1435 |
|
1436 |
-
#: ../modules/usage_popover/custom-contact-forms-usage-popover.php:
|
1437 |
msgid "Unlimited # of options allowed"
|
1438 |
msgstr ""
|
1439 |
|
1440 |
-
#: ../modules/usage_popover/custom-contact-forms-usage-popover.php:
|
1441 |
msgid "Radio:"
|
1442 |
msgstr ""
|
1443 |
|
1444 |
-
#: ../modules/usage_popover/custom-contact-forms-usage-popover.php:
|
1445 |
msgid "A radio field"
|
1446 |
msgstr ""
|
1447 |
|
1448 |
-
#: ../modules/usage_popover/custom-contact-forms-usage-popover.php:
|
1449 |
msgid "Field Option 2"
|
1450 |
msgstr ""
|
1451 |
|
1452 |
-
#: ../modules/usage_popover/custom-contact-forms-usage-popover.php:
|
1453 |
msgid "Field Option 3"
|
1454 |
msgstr ""
|
1455 |
|
1456 |
-
#: ../modules/usage_popover/custom-contact-forms-usage-popover.php:
|
1457 |
msgid "Checkbox:"
|
1458 |
msgstr ""
|
1459 |
|
1460 |
-
#: ../modules/usage_popover/custom-contact-forms-usage-popover.php:
|
1461 |
msgid "This is a checkbox field"
|
1462 |
msgstr ""
|
1463 |
|
1464 |
-
#: ../modules/usage_popover/custom-contact-forms-usage-popover.php:
|
1465 |
msgid "(advanced) Hidden:"
|
1466 |
msgstr ""
|
1467 |
|
1468 |
-
#: ../modules/usage_popover/custom-contact-forms-usage-popover.php:
|
1469 |
msgid "These fields are hidden (obviously), they allow you to pass hidden information within your forms. Great for using other form processors like Aweber or InfusionSoft."
|
1470 |
msgstr ""
|
1471 |
|
1472 |
-
#: ../modules/usage_popover/custom-contact-forms-usage-popover.php:
|
1473 |
msgid "There are a variety of different options that you can use when creating a field,"
|
1474 |
msgstr ""
|
1475 |
|
1476 |
-
#: ../modules/usage_popover/custom-contact-forms-usage-popover.php:
|
1477 |
msgid "denotes something required:"
|
1478 |
msgstr ""
|
1479 |
|
1480 |
-
#: ../modules/usage_popover/custom-contact-forms-usage-popover.php:
|
1481 |
msgid "A slug is simply a way to identify your field. It can only contain underscores, letters, and numbers and must be unique."
|
1482 |
msgstr ""
|
1483 |
|
1484 |
-
#: ../modules/usage_popover/custom-contact-forms-usage-popover.php:
|
1485 |
msgid "The six field types you can choose from are explained above."
|
1486 |
msgstr ""
|
1487 |
|
1488 |
-
#: ../modules/usage_popover/custom-contact-forms-usage-popover.php:
|
1489 |
msgid "This is the initial value of the field. If you set the type as checkbox, it is recommend you set this to what the checkbox is implying. For example if I were creating the checkbox 'Are you human?', I would set the initial value to 'Yes'. If you set the field type as 'Dropdown' or 'Radio', you should enter the slug of the field option you would like initially selected (or just leave it blank and the first option attached will be selected)."
|
1490 |
msgstr ""
|
1491 |
|
1492 |
-
#: ../modules/usage_popover/custom-contact-forms-usage-popover.php:
|
1493 |
msgid "This allows you to limit the amount of characters a user can enter in a field (does not apply to textareas as of version 3.5.5)"
|
1494 |
msgstr ""
|
1495 |
|
1496 |
-
#: ../modules/usage_popover/custom-contact-forms-usage-popover.php:
|
1497 |
msgid "If a field is required and a user leaves it blank, the plugin will display an error message explaining the problem. The user will then have to go back and fill in the field properly."
|
1498 |
msgstr ""
|
1499 |
|
1500 |
-
#: ../modules/usage_popover/custom-contact-forms-usage-popover.php:
|
1501 |
msgid "If this is filled out, a stylish tooltip popover displaying this text will show when the field is selected. This will only work if JQuery is enabled in general options."
|
1502 |
msgstr ""
|
1503 |
|
1504 |
-
#: ../modules/usage_popover/custom-contact-forms-usage-popover.php:
|
1505 |
msgid "(advanced) Field Class:"
|
1506 |
msgstr ""
|
1507 |
|
1508 |
-
#: ../modules/usage_popover/custom-contact-forms-usage-popover.php:
|
1509 |
msgid "This allows you to assign a CSS class to an individual field without affecting anything else. This is a great way to take the customization of your form to the next level."
|
1510 |
msgstr ""
|
1511 |
|
1512 |
-
#: ../modules/usage_popover/custom-contact-forms-usage-popover.php:
|
1513 |
msgid "Field Options:"
|
1514 |
msgstr ""
|
1515 |
|
1516 |
-
#: ../modules/usage_popover/custom-contact-forms-usage-popover.php:
|
1517 |
msgid "After you create a field, if it's field type is radio or dropdown, you can attach field options to the field. Field options are explained in the next section."
|
1518 |
msgstr ""
|
1519 |
|
1520 |
-
#: ../modules/usage_popover/custom-contact-forms-usage-popover.php:
|
1521 |
msgid "The last important thing related to fields are <span>Fixed Fields</span>. Fixed Fields are special fields that come already created within the plugin such as the captcha spam blocker and email field. Fixed Fields do special things that you wouldn't be able to accomplish with normal fields; they cannot be deleted or created. For example, if you use the fixedEmail field, as opposed to creating your own email field. the users email will be checked to make sure it is valid, if it isn't a form error will be displayed. Below is a list of fixed fields and their descriptions."
|
1522 |
msgstr ""
|
1523 |
|
1524 |
-
#: ../modules/usage_popover/custom-contact-forms-usage-popover.php:
|
1525 |
msgid "fixedEmail:"
|
1526 |
msgstr ""
|
1527 |
|
1528 |
-
#: ../modules/usage_popover/custom-contact-forms-usage-popover.php:
|
1529 |
msgid "When attached to a form and set to required, this field will validate a user's email addresses. If a user's email is not valid, an error will be shown."
|
1530 |
msgstr ""
|
1531 |
|
1532 |
-
#: ../modules/usage_popover/custom-contact-forms-usage-popover.php:
|
1533 |
msgid "captcha:"
|
1534 |
msgstr ""
|
1535 |
|
1536 |
-
#: ../modules/usage_popover/custom-contact-forms-usage-popover.php:
|
1537 |
msgid "This field helps prevent spam by prompting users to copy numbers displayed on an image. If a user copies the numbers incorrectly, the form will show an error."
|
1538 |
msgstr ""
|
1539 |
|
1540 |
-
#: ../modules/usage_popover/custom-contact-forms-usage-popover.php:
|
1541 |
msgid "fixedWebsite:"
|
1542 |
msgstr ""
|
1543 |
|
1544 |
-
#: ../modules/usage_popover/custom-contact-forms-usage-popover.php:
|
1545 |
msgid "When attached to a form and set to required, this field will validate a user's website. If a user's website is not valid, an error will be shown."
|
1546 |
msgstr ""
|
1547 |
|
1548 |
-
#: ../modules/usage_popover/custom-contact-forms-usage-popover.php:
|
1549 |
msgid "emailSubject:"
|
1550 |
msgstr ""
|
1551 |
|
1552 |
-
#: ../modules/usage_popover/custom-contact-forms-usage-popover.php:
|
1553 |
msgid "This lets a user enter in an email subject that will carry over as the subject of the email sent to you on form completion"
|
1554 |
msgstr ""
|
1555 |
|
1556 |
-
#: ../modules/usage_popover/custom-contact-forms-usage-popover.php:
|
1557 |
msgid "usaStates:"
|
1558 |
msgstr ""
|
1559 |
|
1560 |
-
#: ../modules/usage_popover/custom-contact-forms-usage-popover.php:
|
1561 |
msgid "This field displays a dropdown of all the states in the US."
|
1562 |
msgstr ""
|
1563 |
|
1564 |
-
#: ../modules/usage_popover/custom-contact-forms-usage-popover.php:
|
1565 |
msgid "allCountries:"
|
1566 |
msgstr ""
|
1567 |
|
1568 |
-
#: ../modules/usage_popover/custom-contact-forms-usage-popover.php:
|
1569 |
msgid "This field displays a dropdown of all the countries in the world."
|
1570 |
msgstr ""
|
1571 |
|
1572 |
-
#: ../modules/usage_popover/custom-contact-forms-usage-popover.php:
|
1573 |
msgid "resetButton:"
|
1574 |
msgstr ""
|
1575 |
|
1576 |
-
#: ../modules/usage_popover/custom-contact-forms-usage-popover.php:
|
1577 |
msgid "Attaching this field adds a reset button right next to the submit button in your form."
|
1578 |
msgstr ""
|
1579 |
|
1580 |
-
#: ../modules/usage_popover/custom-contact-forms-usage-popover.php:
|
1581 |
msgid "ishuman:"
|
1582 |
msgstr ""
|
1583 |
|
1584 |
-
#: ../modules/usage_popover/custom-contact-forms-usage-popover.php:
|
1585 |
msgid "This field helps prevent spam by prompting users to check a box to verify that they are human. If the box is left unchecked, an error will be displayed and the user will have to go back."
|
1586 |
msgstr ""
|
1587 |
|
1588 |
-
#: ../modules/usage_popover/custom-contact-forms-usage-popover.php:
|
1589 |
msgid "In the field section above, look at the radio or dropdown fields. See how they have multiple options within the field? Those are called Field Options. Field Options have their own manager. There are only three things you must fill in to create a field option."
|
1590 |
msgstr ""
|
1591 |
|
1592 |
-
#: ../modules/usage_popover/custom-contact-forms-usage-popover.php:
|
1593 |
msgid "Used to identify the field option, solely for admin purposes; must be unique, and contain only letters, numbers, and underscores. Example: 'slug_one'."
|
1594 |
msgstr ""
|
1595 |
|
1596 |
-
#: ../modules/usage_popover/custom-contact-forms-usage-popover.php:
|
1597 |
msgid "This is what is shown to the user in the dropdown or radio field."
|
1598 |
msgstr ""
|
1599 |
|
1600 |
-
#: ../modules/usage_popover/custom-contact-forms-usage-popover.php:
|
1601 |
msgid "This is the actual value of the option which isn't shown to the user. This can be the same thing as the label. An example pairing of label => value is: 'The color green' => 'green' or 'Yes' => '1'. The option value is behind the scences; unseen by the user, but when a user fills out the form, the option value is what is actually emailed to you and stored in the database. For dropdown fields the option value is optional, <span>for radio fields it is required</span>."
|
1602 |
msgstr ""
|
1603 |
|
1604 |
-
#: ../modules/usage_popover/custom-contact-forms-usage-popover.php:
|
1605 |
msgid "Please Select:"
|
1606 |
msgstr ""
|
1607 |
|
1608 |
-
#: ../modules/usage_popover/custom-contact-forms-usage-popover.php:
|
1609 |
msgid "Option 1"
|
1610 |
msgstr ""
|
1611 |
|
1612 |
-
#: ../modules/usage_popover/custom-contact-forms-usage-popover.php:
|
1613 |
msgid "Option 2"
|
1614 |
msgstr ""
|
1615 |
|
1616 |
-
#: ../modules/usage_popover/custom-contact-forms-usage-popover.php:
|
1617 |
msgid "Dead options are only useful for required dropdown fields. The first field option \"Please Select\" would be a useful way to encorporate a dead option. Assume the field is required; if a user submitted that field and left it as \"Please Select:\", then the form would throw an error and the user would have to go back."
|
1618 |
msgstr ""
|
1619 |
|
1620 |
-
#: ../modules/usage_popover/custom-contact-forms-usage-popover.php:
|
1621 |
msgid "Once you create field options, you can attach them (in the field manager) to radio and dropdown fields (that are already created). It is important to remember that after you create a dropdown or radio field, they will not work until you attach one or more field options."
|
1622 |
msgstr ""
|
1623 |
|
1624 |
-
#: ../modules/usage_popover/custom-contact-forms-usage-popover.php:
|
1625 |
msgid "Forms bring everything together. Each form you create in the form manager shows a code to display that form in posts/pages as well as theme files. The post/page form display code looks like: [customcontact id=FORMID]. There are a number of parameters that you can fill out when creating and managing each of your forms."
|
1626 |
msgstr ""
|
1627 |
|
1628 |
-
#: ../modules/usage_popover/custom-contact-forms-usage-popover.php:
|
1629 |
msgid "A slug is simply a way to identify your form. It can only contain underscores, letters, and numbers and must be unique. Example 'my_contact_form'"
|
1630 |
msgstr ""
|
1631 |
|
1632 |
-
#: ../modules/usage_popover/custom-contact-forms-usage-popover.php:
|
1633 |
msgid "The form title is heading text shown at the top of the form to users. Here's an example: 'My Contact Form'."
|
1634 |
msgstr ""
|
1635 |
|
1636 |
-
#: ../modules/usage_popover/custom-contact-forms-usage-popover.php:
|
1637 |
msgid "Form Method:"
|
1638 |
msgstr ""
|
1639 |
|
1640 |
-
#: ../modules/usage_popover/custom-contact-forms-usage-popover.php:
|
1641 |
msgid "If you don't know what this is leave it as 'Post'. This allows you to change the way a form sends user information."
|
1642 |
msgstr ""
|
1643 |
|
1644 |
-
#: ../modules/usage_popover/custom-contact-forms-usage-popover.php:
|
1645 |
msgid "Form Action:"
|
1646 |
msgstr ""
|
1647 |
|
1648 |
-
#: ../modules/usage_popover/custom-contact-forms-usage-popover.php:
|
1649 |
msgid "This allows you to process your forms using 3rd party services or your own scripts. If you don't know what this is, then leave it blank. This is useful if you use a service like Aweber or InfusionSoft."
|
1650 |
msgstr ""
|
1651 |
|
1652 |
-
#: ../modules/usage_popover/custom-contact-forms-usage-popover.php:
|
1653 |
msgid "This allows you to apply styles you create in the style manager to your forms. If you haven't created a custom style yet, just choose 'Default'."
|
1654 |
msgstr ""
|
1655 |
|
1656 |
-
#: ../modules/usage_popover/custom-contact-forms-usage-popover.php:
|
1657 |
msgid "Here, you can specify the text that shows on the submit button."
|
1658 |
msgstr ""
|
1659 |
|
1660 |
-
#: ../modules/usage_popover/custom-contact-forms-usage-popover.php:
|
1661 |
msgid "If unsure, leave blank. This field allows you to insert custom HTML directly after the starting form tag."
|
1662 |
msgstr ""
|
1663 |
|
1664 |
-
#: ../modules/usage_popover/custom-contact-forms-usage-popover.php:
|
1665 |
msgid "Specify the email address(es) that should receive all form submissions. Seperate multiple email addresses with semi-colons (ex: email1@gmail.com;email2@gmail.com;email3@gmail.com). If you leave this blank it will revert to the default specified in general settings. You can set forms not to send email in General Settings."
|
1666 |
msgstr ""
|
1667 |
|
1668 |
-
#: ../modules/usage_popover/custom-contact-forms-usage-popover.php:
|
1669 |
msgid "Will be displayed in a popover after the form is filled out successfully when no custom success page is specified; if left blank it will use the default specified in general settings."
|
1670 |
msgstr ""
|
1671 |
|
1672 |
-
#: ../modules/usage_popover/custom-contact-forms-usage-popover.php:
|
1673 |
msgid "If this is filled out, users will be sent to this page when they successfully fill out the form. If it is left blank, a popover showing the form's 'success message' will be displayed on successful form submission."
|
1674 |
msgstr ""
|
1675 |
|
1676 |
-
#: ../modules/usage_popover/custom-contact-forms-usage-popover.php:
|
1677 |
msgid "Email From Name:"
|
1678 |
msgstr ""
|
1679 |
|
1680 |
-
#: ../modules/usage_popover/custom-contact-forms-usage-popover.php:
|
1681 |
msgid "The email sent to you on form completion will be from this name. If this is left blank, it will default to the 'Default From Name' provided in General Settings."
|
1682 |
msgstr ""
|
1683 |
|
1684 |
-
#: ../modules/usage_popover/custom-contact-forms-usage-popover.php:
|
1685 |
msgid "Email Subject:"
|
1686 |
msgstr ""
|
1687 |
|
1688 |
-
#: ../modules/usage_popover/custom-contact-forms-usage-popover.php:
|
1689 |
msgid "This is the subject of the email that will be sent to you on form completion. If this is left blank, it will default to the 'Default Email Subject' provided in General Settings."
|
1690 |
msgstr ""
|
1691 |
|
1692 |
-
#: ../modules/usage_popover/custom-contact-forms-usage-popover.php:
|
1693 |
msgid "Can View Form:"
|
1694 |
msgstr ""
|
1695 |
|
1696 |
-
#: ../modules/usage_popover/custom-contact-forms-usage-popover.php:
|
1697 |
msgid "This lets you choose which types of users can view your form. If you want everyone to see the form, check all the boxes. If a user doesn't have access to the form, they will not be able to see it."
|
1698 |
msgstr ""
|
1699 |
|
1700 |
-
#: ../modules/usage_popover/custom-contact-forms-usage-popover.php:
|
1701 |
msgid "Attach Fields:"
|
1702 |
msgstr ""
|
1703 |
|
1704 |
-
#: ../modules/usage_popover/custom-contact-forms-usage-popover.php:
|
1705 |
msgid "After creating a form you are given the option to attach (and detach) fields to that specific form. Forms are useless until you attach fields."
|
1706 |
msgstr ""
|
1707 |
|
1708 |
-
#: ../modules/usage_popover/custom-contact-forms-usage-popover.php:
|
1709 |
msgid "The form success message and success title apply to a popover that fades in after someone successfully completes a form (that does not have a custom success URL provided). The image below will help to give you a feel to how the popover will look and where the title and message actually show up."
|
1710 |
msgstr ""
|
1711 |
|
1712 |
-
#: ../modules/usage_popover/custom-contact-forms-usage-popover.php:
|
1713 |
msgid "Style Manager"
|
1714 |
msgstr ""
|
1715 |
|
1716 |
-
#: ../modules/usage_popover/custom-contact-forms-usage-popover.php:
|
1717 |
msgid "The style manager allows you to customize the appearance of forms without any knowledge of CSS. There are a ton of parameters you can fill out with each style and all of them are pretty self-explanitory. After you create a style, you need to go to the form manager and set the form style to the new style you created (the slug will be what shows in the 'Form Style' dropdown)."
|
1718 |
msgstr ""
|
1719 |
|
1720 |
-
#: ../modules/usage_popover/custom-contact-forms-usage-popover.php:
|
1721 |
msgid "The image below will help you better understand how each style option will change your forms."
|
1722 |
msgstr ""
|
1723 |
|
1724 |
-
#: ../modules/usage_popover/custom-contact-forms-usage-popover.php:
|
1725 |
msgid "Custom HTML Forms Feature (advanced)"
|
1726 |
msgstr ""
|
1727 |
|
1728 |
-
#: ../modules/usage_popover/custom-contact-forms-usage-popover.php:
|
1729 |
msgid "If you know HTML and simply want to use this plugin to process form requests, this feature is for you. The following HTML is a the framework to which you must adhere. In order for your form to work you MUST do the following:"
|
1730 |
msgstr ""
|
1731 |
|
1732 |
-
#: ../modules/usage_popover/custom-contact-forms-usage-popover.php:
|
1733 |
msgid "Keep the form action/method the same (yes the action is supposed to be empty)."
|
1734 |
msgstr ""
|
1735 |
|
1736 |
-
#: ../modules/usage_popover/custom-contact-forms-usage-popover.php:
|
1737 |
msgid "Include all the hidden fields shown below."
|
1738 |
msgstr ""
|
1739 |
|
1740 |
-
#: ../modules/usage_popover/custom-contact-forms-usage-popover.php:
|
1741 |
msgid "Provide a hidden field with a success message or thank you page (both hidden fields are included below, you must choose one or the other and fill in the value part of the input field appropriately)."
|
1742 |
msgstr ""
|
1743 |
|
1744 |
-
#: ../modules/usage_popover/custom-contact-forms-usage-popover.php:
|
1745 |
msgid "Just to be clear, you don't edit the code in the Custom HTML Forms feature within the admin panel. Instead, you copy the code in to the page, post, or theme file you want to display a form, then edit the code to look how you want following the guidelines provided above."
|
1746 |
msgstr ""
|
1747 |
|
1748 |
-
#: ../modules/usage_popover/custom-contact-forms-usage-popover.php:
|
1749 |
msgid "This features saves each user form submission. All the fields attached to the form along with the time of submission and form URL are saved in the database and displayed in a stylish format in the admin panel."
|
1750 |
msgstr ""
|
1751 |
|
1752 |
-
#: ../modules/usage_popover/custom-contact-forms-usage-popover.php:
|
1753 |
msgid "Import / Export"
|
1754 |
msgstr ""
|
1755 |
|
1756 |
-
#: ../modules/usage_popover/custom-contact-forms-usage-popover.php:
|
1757 |
msgid ""
|
1758 |
"Import/export is a new feature that allows you to transfer forms, fields, field options, styles and everything else saved by the plugin between Wordpress installations. Clicking the Export All button will create a .SQL file for download. With the .SQL export file you can use the importer within the CCF plugin admin page to import the .SQL file. The built-in importer is completely safe as long as you only import files that have been generated by the CCF exporter. \n"
|
1759 |
" You can also use PHPMyAdmin or any other MySQL database administration tool to run the import file. Importing a .SQL file will never overwrite any existing data. \n"
|
@@ -1761,48 +1813,52 @@ msgid ""
|
|
1761 |
" If you are importing without using the built-in importer (such as PHPMyAdmin), then note the following: You should only run the import file on Wordpress installations that already have Custom Contact Forms installed; also you will need to change the table prefix for each query within the .SQL file."
|
1762 |
msgstr ""
|
1763 |
|
1764 |
-
#: ../modules/usage_popover/custom-contact-forms-usage-popover.php:
|
1765 |
msgid "Custom Contact Forms allows you to import data in different ways."
|
1766 |
msgstr ""
|
1767 |
|
1768 |
-
#: ../modules/usage_popover/custom-contact-forms-usage-popover.php:
|
1769 |
msgid "Clear and Import:"
|
1770 |
msgstr ""
|
1771 |
|
1772 |
-
#: ../modules/usage_popover/custom-contact-forms-usage-popover.php:
|
1773 |
msgid "This is the safest way to import because it deletes all current content before importing. This is important because it prevents occurences of conflicting data ID's or slugs."
|
1774 |
msgstr ""
|
1775 |
|
1776 |
-
#: ../modules/usage_popover/custom-contact-forms-usage-popover.php:
|
1777 |
msgid "You can also export data in different ways."
|
1778 |
msgstr ""
|
1779 |
|
1780 |
-
#: ../modules/usage_popover/custom-contact-forms-usage-popover.php:
|
1781 |
msgid "Export All:"
|
1782 |
msgstr ""
|
1783 |
|
1784 |
-
#: ../modules/usage_popover/custom-contact-forms-usage-popover.php:
|
1785 |
msgid "This exports all custom contact form data including your general settings in SQL format. This is allows you to easily create backups."
|
1786 |
msgstr ""
|
1787 |
|
1788 |
-
#: ../modules/usage_popover/custom-contact-forms-usage-popover.php:
|
1789 |
msgid "More import/export methods will be added in the future. Always create a backup before attempting an import! * Note: If you are having problems getting the importer/exporter to work, try CHMODing the import/ and export/ directories to 0777."
|
1790 |
msgstr ""
|
1791 |
|
1792 |
-
#: ../modules/widget/custom-contact-forms-dashboard.php:
|
1793 |
msgid "View"
|
1794 |
msgstr ""
|
1795 |
|
1796 |
-
#: ../modules/widget/custom-contact-forms-dashboard.php:
|
1797 |
msgid "CCF Saved Form Submission"
|
1798 |
msgstr ""
|
1799 |
|
1800 |
-
#: ../modules/widget/custom-contact-forms-dashboard.php:
|
1801 |
msgid "Form Submitted:"
|
1802 |
msgstr ""
|
1803 |
|
1804 |
-
#: ../modules/widget/custom-contact-forms-dashboard.php:
|
1805 |
-
|
|
|
|
|
|
|
|
|
1806 |
msgid "View All Submissions"
|
1807 |
msgstr ""
|
1808 |
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: custom-contact-forms\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2011-01-27 23:34-0500\n"
|
6 |
+
"PO-Revision-Date: 2011-01-27 23:35-0500\n"
|
7 |
"Last-Translator: Taylor Lovett <sdfds@sfs.com>\n"
|
8 |
"Language-Team: TaylorLovett.com <admin@taylorlovett.com>\n"
|
9 |
"MIME-Version: 1.0\n"
|
20 |
"X-Poedit-SearchPath-4: ../modules/usage_popover\n"
|
21 |
"X-Poedit-SearchPath-5: ../modules/widget\n"
|
22 |
|
23 |
+
#: ../custom-contact-forms-admin.php:342
|
24 |
+
#: ../custom-contact-forms-admin.php:1852
|
25 |
+
#: ../custom-contact-forms-admin.php:1991
|
26 |
msgid "Custom Contact Forms"
|
27 |
msgstr ""
|
28 |
|
29 |
+
#: ../custom-contact-forms-admin.php:344
|
30 |
+
#: ../custom-contact-forms-admin.php:1854
|
31 |
+
#: ../custom-contact-forms-admin.php:1993
|
32 |
msgid "Plugin Usage Manual"
|
33 |
msgstr ""
|
34 |
|
35 |
+
#: ../custom-contact-forms-admin.php:347
|
36 |
msgid "Create Fields"
|
37 |
msgstr ""
|
38 |
|
39 |
+
#: ../custom-contact-forms-admin.php:348
|
40 |
msgid "Create Forms"
|
41 |
msgstr ""
|
42 |
|
43 |
+
#: ../custom-contact-forms-admin.php:349
|
44 |
msgid "Manage Fields"
|
45 |
msgstr ""
|
46 |
|
47 |
+
#: ../custom-contact-forms-admin.php:350
|
48 |
+
#: ../custom-contact-forms-admin.php:754
|
49 |
msgid "Manage Fixed Fields"
|
50 |
msgstr ""
|
51 |
|
52 |
+
#: ../custom-contact-forms-admin.php:351
|
53 |
+
#: ../custom-contact-forms-admin.php:986
|
54 |
msgid "Manage Forms"
|
55 |
msgstr ""
|
56 |
|
57 |
+
#: ../custom-contact-forms-admin.php:352
|
58 |
msgid "Create Styles"
|
59 |
msgstr ""
|
60 |
|
61 |
+
#: ../custom-contact-forms-admin.php:353
|
62 |
msgid "Manage Styles"
|
63 |
msgstr ""
|
64 |
|
65 |
+
#: ../custom-contact-forms-admin.php:354
|
66 |
+
#: ../custom-contact-forms-admin.php:866
|
67 |
msgid "Manage Field Options"
|
68 |
msgstr ""
|
69 |
|
70 |
+
#: ../custom-contact-forms-admin.php:355
|
71 |
+
#: ../custom-contact-forms-admin.php:1771
|
72 |
msgid "Suggest a Feature"
|
73 |
msgstr ""
|
74 |
|
75 |
+
#: ../custom-contact-forms-admin.php:356
|
76 |
+
#: ../custom-contact-forms-admin.php:1768
|
77 |
msgid "Bug Report"
|
78 |
msgstr ""
|
79 |
|
80 |
+
#: ../custom-contact-forms-admin.php:357
|
81 |
+
#: ../modules/usage_popover/custom-contact-forms-usage-popover.php:20
|
82 |
msgid "Custom HTML Forms"
|
83 |
msgstr ""
|
84 |
|
85 |
+
#: ../custom-contact-forms-admin.php:358
|
86 |
msgid "Plugin News"
|
87 |
msgstr ""
|
88 |
|
89 |
+
#: ../custom-contact-forms-admin.php:385
|
90 |
msgid "Create A Form Field"
|
91 |
msgstr ""
|
92 |
|
93 |
+
#: ../custom-contact-forms-admin.php:392
|
94 |
msgid "Field Slug:"
|
95 |
msgstr ""
|
96 |
|
97 |
+
#: ../custom-contact-forms-admin.php:396
|
98 |
msgid "This is just a unique way for CCF to refer to your field. Must be unique from other slugs and contain only underscores and alphanumeric characters."
|
99 |
msgstr ""
|
100 |
|
101 |
+
#: ../custom-contact-forms-admin.php:400
|
102 |
+
#: ../modules/usage_popover/custom-contact-forms-usage-popover.php:130
|
103 |
msgid "Field Label:"
|
104 |
msgstr ""
|
105 |
|
106 |
+
#: ../custom-contact-forms-admin.php:404
|
107 |
+
#: ../modules/usage_popover/custom-contact-forms-usage-popover.php:132
|
108 |
msgid "The field label is displayed next to the field and is visible to the user."
|
109 |
msgstr ""
|
110 |
|
111 |
+
#: ../custom-contact-forms-admin.php:408
|
112 |
+
#: ../modules/usage_popover/custom-contact-forms-usage-popover.php:135
|
113 |
msgid "Field Type:"
|
114 |
msgstr ""
|
115 |
|
116 |
+
#: ../custom-contact-forms-admin.php:421
|
117 |
+
#: ../modules/usage_popover/custom-contact-forms-usage-popover.php:140
|
118 |
msgid "Initial Value:"
|
119 |
msgstr ""
|
120 |
|
121 |
+
#: ../custom-contact-forms-admin.php:426
|
122 |
msgid ""
|
123 |
"This is the initial value of the field. If you set the type as checkbox, it is recommend you set this to what the checkbox is implying. For example if I were creating the checkbox \n"
|
124 |
"\t\t\t\t\t\t'Are you human?', I would set the initial value to 'Yes'."
|
125 |
msgstr ""
|
126 |
|
127 |
+
#: ../custom-contact-forms-admin.php:428
|
128 |
msgid "If you set the field type as 'Dropdown' or 'Radio', you should enter the slug of the"
|
129 |
msgstr ""
|
130 |
|
131 |
+
#: ../custom-contact-forms-admin.php:429
|
132 |
msgid "Create a Field Option"
|
133 |
msgstr ""
|
134 |
|
135 |
+
#: ../custom-contact-forms-admin.php:429
|
136 |
msgid "field option"
|
137 |
msgstr ""
|
138 |
|
139 |
+
#: ../custom-contact-forms-admin.php:430
|
140 |
msgid "you would like initially selected."
|
141 |
msgstr ""
|
142 |
|
143 |
+
#: ../custom-contact-forms-admin.php:434
|
144 |
+
#: ../modules/usage_popover/custom-contact-forms-usage-popover.php:145
|
145 |
msgid "Max Length:"
|
146 |
msgstr ""
|
147 |
|
148 |
+
#: ../custom-contact-forms-admin.php:438
|
149 |
msgid "0 for no limit; only applies to Text fields"
|
150 |
msgstr ""
|
151 |
|
152 |
+
#: ../custom-contact-forms-admin.php:442
|
153 |
+
#: ../modules/usage_popover/custom-contact-forms-usage-popover.php:150
|
154 |
msgid "Required Field:"
|
155 |
msgstr ""
|
156 |
|
157 |
+
#: ../custom-contact-forms-admin.php:446
|
158 |
+
#: ../custom-contact-forms-admin.php:644
|
159 |
+
#: ../custom-contact-forms-admin.php:799
|
160 |
+
#: ../custom-contact-forms-admin.php:906
|
161 |
+
#: ../custom-contact-forms-admin.php:963
|
162 |
+
#: ../custom-contact-forms-admin.php:2032
|
163 |
+
#: ../custom-contact-forms-admin.php:2156
|
164 |
+
#: ../custom-contact-forms-admin.php:2188
|
165 |
msgid "No"
|
166 |
msgstr ""
|
167 |
|
168 |
+
#: ../custom-contact-forms-admin.php:449
|
169 |
+
#: ../custom-contact-forms-admin.php:641
|
170 |
+
#: ../custom-contact-forms-admin.php:796
|
171 |
+
#: ../custom-contact-forms-admin.php:806
|
172 |
+
#: ../custom-contact-forms-admin.php:906
|
173 |
+
#: ../custom-contact-forms-admin.php:963
|
174 |
+
#: ../custom-contact-forms-admin.php:2029
|
175 |
+
#: ../custom-contact-forms-admin.php:2153
|
176 |
+
#: ../custom-contact-forms-admin.php:2185
|
177 |
msgid "Yes"
|
178 |
msgstr ""
|
179 |
|
180 |
+
#: ../custom-contact-forms-admin.php:453
|
181 |
msgid "If a field is required and a user leaves it blank, the plugin will display an error message (which you can customize using 'Field Error') explaining the problem."
|
182 |
msgstr ""
|
183 |
|
184 |
+
#: ../custom-contact-forms-admin.php:457
|
185 |
+
#: ../custom-contact-forms-admin.php:663
|
186 |
+
#: ../custom-contact-forms-admin.php:828
|
187 |
+
#: ../modules/usage_popover/custom-contact-forms-usage-popover.php:155
|
188 |
msgid "Field Instructions:"
|
189 |
msgstr ""
|
190 |
|
191 |
+
#: ../custom-contact-forms-admin.php:461
|
192 |
+
#: ../custom-contact-forms-admin.php:661
|
193 |
+
#: ../custom-contact-forms-admin.php:826
|
194 |
msgid "If this is filled out, a tooltip popover displaying this text will show when the field is selected."
|
195 |
msgstr ""
|
196 |
|
197 |
+
#: ../custom-contact-forms-admin.php:465
|
198 |
+
#: ../custom-contact-forms-admin.php:668
|
199 |
+
#: ../custom-contact-forms-admin.php:822
|
200 |
msgid "Field Class:"
|
201 |
msgstr ""
|
202 |
|
203 |
+
#: ../custom-contact-forms-admin.php:469
|
204 |
msgid "If you manage your own .css stylesheet, you can use this to attach a class to this field. Leaving this blank will do nothing."
|
205 |
msgstr ""
|
206 |
|
207 |
+
#: ../custom-contact-forms-admin.php:473
|
208 |
+
#: ../custom-contact-forms-admin.php:673
|
209 |
+
#: ../custom-contact-forms-admin.php:833
|
210 |
+
#: ../modules/usage_popover/custom-contact-forms-usage-popover.php:160
|
211 |
msgid "Field Error:"
|
212 |
msgstr ""
|
213 |
|
214 |
+
#: ../custom-contact-forms-admin.php:477
|
215 |
+
#: ../modules/usage_popover/custom-contact-forms-usage-popover.php:162
|
216 |
msgid "If a user leaves this field blank and the field is required, this error message will be shown. A generic default will show if left blank."
|
217 |
msgstr ""
|
218 |
|
219 |
+
#: ../custom-contact-forms-admin.php:482
|
220 |
msgid "Create Field"
|
221 |
msgstr ""
|
222 |
|
223 |
+
#: ../custom-contact-forms-admin.php:484
|
224 |
msgid "If this is a dropdown or radio field, you should go to the field manager below to attach field options after you create it."
|
225 |
msgstr ""
|
226 |
|
227 |
+
#: ../custom-contact-forms-admin.php:493
|
228 |
msgid "Create A Form"
|
229 |
msgstr ""
|
230 |
|
231 |
+
#: ../custom-contact-forms-admin.php:500
|
232 |
msgid "Form Slug:"
|
233 |
msgstr ""
|
234 |
|
235 |
+
#: ../custom-contact-forms-admin.php:504
|
236 |
msgid "This is just a unique way for CCF to refer to your form. Must be unique from other slugs and contain only underscores and alphanumeric characters."
|
237 |
msgstr ""
|
238 |
|
239 |
+
#: ../custom-contact-forms-admin.php:508
|
240 |
+
#: ../modules/usage_popover/custom-contact-forms-usage-popover.php:240
|
241 |
msgid "Form Title:"
|
242 |
msgstr ""
|
243 |
|
244 |
+
#: ../custom-contact-forms-admin.php:511
|
245 |
msgid "This text is displayed above the form as the heading."
|
246 |
msgstr ""
|
247 |
|
248 |
+
#: ../custom-contact-forms-admin.php:515
|
249 |
+
#: ../modules/usage_popover/custom-contact-forms-usage-popover.php:255
|
250 |
msgid "Form Style:"
|
251 |
msgstr ""
|
252 |
|
253 |
+
#: ../custom-contact-forms-admin.php:520
|
254 |
msgid "Click to create a style"
|
255 |
msgstr ""
|
256 |
|
257 |
+
#: ../custom-contact-forms-admin.php:523
|
258 |
+
#: ../modules/usage_popover/custom-contact-forms-usage-popover.php:260
|
259 |
msgid "Submit Button Text:"
|
260 |
msgstr ""
|
261 |
|
262 |
+
#: ../custom-contact-forms-admin.php:529
|
263 |
+
#: ../modules/usage_popover/custom-contact-forms-usage-popover.php:270
|
264 |
msgid "Form Destination Email:"
|
265 |
msgstr ""
|
266 |
|
267 |
+
#: ../custom-contact-forms-admin.php:533
|
268 |
msgid "Will receive all submissions from this form; if left blank it will use the default specified in general settings."
|
269 |
msgstr ""
|
270 |
|
271 |
+
#: ../custom-contact-forms-admin.php:537
|
272 |
msgid "Form Email Subject:"
|
273 |
msgstr ""
|
274 |
|
275 |
+
#: ../custom-contact-forms-admin.php:541
|
276 |
msgid "When submitted and configured accordingly, the form will send an email with this subject."
|
277 |
msgstr ""
|
278 |
|
279 |
+
#: ../custom-contact-forms-admin.php:545
|
280 |
msgid "Form Email Name:"
|
281 |
msgstr ""
|
282 |
|
283 |
+
#: ../custom-contact-forms-admin.php:549
|
284 |
msgid "When submitted and configured accordingly, the form will send an email with this as the email 'from name'."
|
285 |
msgstr ""
|
286 |
|
287 |
+
#: ../custom-contact-forms-admin.php:553
|
288 |
+
#: ../modules/usage_popover/custom-contact-forms-usage-popover.php:275
|
289 |
msgid "Form Success Message:"
|
290 |
msgstr ""
|
291 |
|
292 |
+
#: ../custom-contact-forms-admin.php:557
|
293 |
+
#: ../custom-contact-forms-admin.php:565
|
294 |
+
#: ../modules/usage_popover/custom-contact-forms-usage-popover.php:282
|
295 |
msgid "Will be displayed in a popover when the form is filled out successfully when no custom success page is specified; if left blank it will use the default specified in general settings."
|
296 |
msgstr ""
|
297 |
|
298 |
+
#: ../custom-contact-forms-admin.php:561
|
299 |
+
#: ../modules/usage_popover/custom-contact-forms-usage-popover.php:280
|
300 |
msgid "Form Success Message Title:"
|
301 |
msgstr ""
|
302 |
|
303 |
+
#: ../custom-contact-forms-admin.php:569
|
304 |
+
#: ../modules/usage_popover/custom-contact-forms-usage-popover.php:285
|
305 |
msgid "Custom Success URL:"
|
306 |
msgstr ""
|
307 |
|
308 |
+
#: ../custom-contact-forms-admin.php:573
|
309 |
msgid "If this is filled out, users will be sent to this page when they successfully fill out this form. If it is left blank, a popover showing the form's 'success message' will be displayed on form success."
|
310 |
msgstr ""
|
311 |
|
312 |
+
#: ../custom-contact-forms-admin.php:576
|
313 |
msgid "Who Can View This Form:"
|
314 |
msgstr ""
|
315 |
|
316 |
+
#: ../custom-contact-forms-admin.php:592
|
317 |
msgid "Choose which types of users should be able to view this form."
|
318 |
msgstr ""
|
319 |
|
320 |
+
#: ../custom-contact-forms-admin.php:596
|
321 |
msgid "Create Form"
|
322 |
msgstr ""
|
323 |
|
324 |
+
#: ../custom-contact-forms-admin.php:598
|
325 |
+
msgid "You should go to the form manager below to attach fields to this form after you create it."
|
326 |
msgstr ""
|
327 |
|
328 |
+
#: ../custom-contact-forms-admin.php:605
|
329 |
msgid "Manage User Fields"
|
330 |
msgstr ""
|
331 |
|
332 |
+
#: ../custom-contact-forms-admin.php:612
|
333 |
+
#: ../custom-contact-forms-admin.php:736
|
334 |
+
#: ../custom-contact-forms-admin.php:761
|
335 |
+
#: ../custom-contact-forms-admin.php:848
|
336 |
+
#: ../custom-contact-forms-admin.php:875
|
337 |
+
#: ../custom-contact-forms-admin.php:884
|
338 |
+
#: ../custom-contact-forms-admin.php:994
|
339 |
+
#: ../custom-contact-forms-admin.php:1143
|
340 |
msgid "Slug"
|
341 |
msgstr ""
|
342 |
|
343 |
+
#: ../custom-contact-forms-admin.php:613
|
344 |
+
#: ../custom-contact-forms-admin.php:737
|
345 |
+
#: ../custom-contact-forms-admin.php:762
|
346 |
+
#: ../custom-contact-forms-admin.php:849
|
347 |
+
#: ../custom-contact-forms-admin.php:876
|
348 |
+
#: ../custom-contact-forms-admin.php:885
|
349 |
msgid "Label"
|
350 |
msgstr ""
|
351 |
|
352 |
+
#: ../custom-contact-forms-admin.php:614
|
353 |
+
#: ../custom-contact-forms-admin.php:738
|
354 |
+
#: ../custom-contact-forms-admin.php:763
|
355 |
+
#: ../custom-contact-forms-admin.php:850
|
356 |
msgid "Type"
|
357 |
msgstr ""
|
358 |
|
359 |
+
#: ../custom-contact-forms-admin.php:615
|
360 |
+
#: ../custom-contact-forms-admin.php:739
|
361 |
+
#: ../custom-contact-forms-admin.php:764
|
362 |
+
#: ../custom-contact-forms-admin.php:851
|
363 |
msgid "Initial Value"
|
364 |
msgstr ""
|
365 |
|
366 |
+
#: ../custom-contact-forms-admin.php:616
|
367 |
+
#: ../custom-contact-forms-admin.php:740
|
368 |
+
#: ../custom-contact-forms-admin.php:765
|
369 |
+
#: ../custom-contact-forms-admin.php:852
|
370 |
msgid "Required"
|
371 |
msgstr ""
|
372 |
|
373 |
+
#: ../custom-contact-forms-admin.php:617
|
374 |
+
#: ../custom-contact-forms-admin.php:741
|
375 |
+
#: ../custom-contact-forms-admin.php:766
|
376 |
+
#: ../custom-contact-forms-admin.php:853
|
377 |
msgid "Maxlength"
|
378 |
msgstr ""
|
379 |
|
380 |
+
#: ../custom-contact-forms-admin.php:666
|
381 |
+
#: ../custom-contact-forms-admin.php:821
|
382 |
msgid "If you manage a .CSS file for your theme, you could create a class in that file and add it to this field. If the form attaching this field is using a \"Form Style\" other than the default, styles inherited from the \"Field Class\" might be overwritten."
|
383 |
msgstr ""
|
384 |
|
385 |
+
#: ../custom-contact-forms-admin.php:671
|
386 |
+
#: ../custom-contact-forms-admin.php:831
|
387 |
msgid "This lets you customize the error message displayed when this field is required and left blank."
|
388 |
msgstr ""
|
389 |
|
390 |
+
#: ../custom-contact-forms-admin.php:703
|
391 |
msgid "Detach field options you"
|
392 |
msgstr ""
|
393 |
|
394 |
+
#: ../custom-contact-forms-admin.php:705
|
395 |
+
#: ../custom-contact-forms-admin.php:1122
|
396 |
msgid "create"
|
397 |
msgstr ""
|
398 |
|
399 |
+
#: ../custom-contact-forms-admin.php:722
|
400 |
msgid "Attach field options in the order you want them to display."
|
401 |
msgstr ""
|
402 |
|
403 |
+
#: ../custom-contact-forms-admin.php:747
|
404 |
+
#: ../custom-contact-forms-admin.php:859
|
405 |
+
#: ../custom-contact-forms-admin.php:922
|
406 |
+
#: ../custom-contact-forms-admin.php:1155
|
407 |
+
#: ../custom-contact-forms-admin.php:1725
|
408 |
+
#: ../custom-contact-forms-admin.php:1946
|
409 |
+
msgid "Bulk Actions"
|
410 |
+
msgstr ""
|
411 |
+
|
412 |
+
#: ../custom-contact-forms-admin.php:748
|
413 |
+
#: ../custom-contact-forms-admin.php:860
|
414 |
+
#: ../custom-contact-forms-admin.php:923
|
415 |
+
#: ../custom-contact-forms-admin.php:1156
|
416 |
+
#: ../custom-contact-forms-admin.php:1726
|
417 |
+
msgid "Save"
|
418 |
+
msgstr ""
|
419 |
+
|
420 |
+
#: ../custom-contact-forms-admin.php:749
|
421 |
+
#: ../custom-contact-forms-admin.php:924
|
422 |
+
#: ../custom-contact-forms-admin.php:1157
|
423 |
+
#: ../custom-contact-forms-admin.php:1727
|
424 |
+
#: ../custom-contact-forms-admin.php:1947
|
425 |
+
msgid "Delete"
|
426 |
+
msgstr ""
|
427 |
+
|
428 |
+
#: ../custom-contact-forms-admin.php:750
|
429 |
+
#: ../custom-contact-forms-admin.php:861
|
430 |
+
#: ../custom-contact-forms-admin.php:925
|
431 |
+
#: ../custom-contact-forms-admin.php:1158
|
432 |
+
#: ../custom-contact-forms-admin.php:1728
|
433 |
+
#: ../custom-contact-forms-admin.php:1948
|
434 |
+
msgid "Apply"
|
435 |
+
msgstr ""
|
436 |
+
|
437 |
+
#: ../custom-contact-forms-admin.php:782
|
438 |
+
#: ../custom-contact-forms-admin.php:813
|
439 |
+
#: ../custom-contact-forms-admin.php:2283
|
440 |
msgid "None"
|
441 |
msgstr ""
|
442 |
|
443 |
+
#: ../custom-contact-forms-admin.php:877
|
444 |
+
#: ../custom-contact-forms-admin.php:886
|
445 |
msgid "Value"
|
446 |
msgstr ""
|
447 |
|
448 |
+
#: ../custom-contact-forms-admin.php:878
|
449 |
+
#: ../custom-contact-forms-admin.php:887
|
450 |
msgid "Is Dead"
|
451 |
msgstr ""
|
452 |
|
453 |
+
#: ../custom-contact-forms-admin.php:914
|
454 |
msgid "No field options have been created."
|
455 |
msgstr ""
|
456 |
|
457 |
+
#: ../custom-contact-forms-admin.php:932
|
458 |
msgid "Create A Field Option"
|
459 |
msgstr ""
|
460 |
|
461 |
+
#: ../custom-contact-forms-admin.php:939
|
462 |
msgid "Option Slug:"
|
463 |
msgstr ""
|
464 |
|
465 |
+
#: ../custom-contact-forms-admin.php:943
|
466 |
msgid "Used to identify this option, solely for admin purposes; must be unique, and contain only letters, numbers, and underscores. Example: 'slug_one'"
|
467 |
msgstr ""
|
468 |
|
469 |
+
#: ../custom-contact-forms-admin.php:947
|
470 |
+
#: ../modules/usage_popover/custom-contact-forms-usage-popover.php:207
|
471 |
msgid "Option Label:"
|
472 |
msgstr ""
|
473 |
|
474 |
+
#: ../custom-contact-forms-admin.php:951
|
475 |
msgid "This is what is shown to the user in the dropdown or radio field. Example: 'United States'"
|
476 |
msgstr ""
|
477 |
|
478 |
+
#: ../custom-contact-forms-admin.php:955
|
479 |
+
#: ../modules/usage_popover/custom-contact-forms-usage-popover.php:212
|
480 |
msgid "Option Value:"
|
481 |
msgstr ""
|
482 |
|
483 |
+
#: ../custom-contact-forms-admin.php:957
|
484 |
msgid "This is the actual value of the option which is not shown to the user. This can be the same thing as the label. An example pairing of label => value is: 'The color green' => 'green' or 'Yes' => '1'."
|
485 |
msgstr ""
|
486 |
|
487 |
+
#: ../custom-contact-forms-admin.php:959
|
488 |
msgid "This is the actual value of the option which is not shown to the user. This can be the same thing as the label. An example pairing of label => value is: \"The color green\" => \"green\" or \"Yes\" => \"1\"."
|
489 |
msgstr ""
|
490 |
|
491 |
+
#: ../custom-contact-forms-admin.php:962
|
492 |
+
#: ../modules/usage_popover/custom-contact-forms-usage-popover.php:217
|
493 |
msgid "Is Dead Option:"
|
494 |
msgstr ""
|
495 |
|
496 |
+
#: ../custom-contact-forms-admin.php:964
|
497 |
msgid "A dead option is something like 'Please Select One'. This is a useful tool for required dropdown fields. If a dead option is submitted by a user for a required dropdown field, then the user will have to go back and fill out the field again."
|
498 |
msgstr ""
|
499 |
|
500 |
+
#: ../custom-contact-forms-admin.php:968
|
501 |
msgid "Create Field Option"
|
502 |
msgstr ""
|
503 |
|
504 |
+
#: ../custom-contact-forms-admin.php:978
|
505 |
msgid "Rate This Plugin"
|
506 |
msgstr ""
|
507 |
|
508 |
+
#: ../custom-contact-forms-admin.php:979
|
509 |
msgid "We need your help to continue development! Please <span>rate this plugin</span> to show your support."
|
510 |
msgstr ""
|
511 |
|
512 |
+
#: ../custom-contact-forms-admin.php:993
|
513 |
msgid "Form Display Code"
|
514 |
msgstr ""
|
515 |
|
516 |
+
#: ../custom-contact-forms-admin.php:995
|
517 |
+
#: ../custom-contact-forms-admin.php:1144
|
518 |
msgid "Destination Email"
|
519 |
msgstr ""
|
520 |
|
521 |
+
#: ../custom-contact-forms-admin.php:996
|
522 |
+
#: ../custom-contact-forms-admin.php:1145
|
523 |
msgid "Title"
|
524 |
msgstr ""
|
525 |
|
526 |
+
#: ../custom-contact-forms-admin.php:997
|
527 |
+
#: ../custom-contact-forms-admin.php:1146
|
528 |
msgid "Button Text"
|
529 |
msgstr ""
|
530 |
|
531 |
+
#: ../custom-contact-forms-admin.php:998
|
532 |
+
#: ../custom-contact-forms-admin.php:1147
|
533 |
msgid "Style"
|
534 |
msgstr ""
|
535 |
|
536 |
+
#: ../custom-contact-forms-admin.php:1031
|
537 |
msgid "Method"
|
538 |
msgstr ""
|
539 |
|
540 |
+
#: ../custom-contact-forms-admin.php:1032
|
541 |
msgid "Form Action"
|
542 |
msgstr ""
|
543 |
|
544 |
+
#: ../custom-contact-forms-admin.php:1033
|
545 |
msgid "Email Subject"
|
546 |
msgstr ""
|
547 |
|
548 |
+
#: ../custom-contact-forms-admin.php:1034
|
549 |
msgid "Email From Name"
|
550 |
msgstr ""
|
551 |
|
552 |
+
#: ../custom-contact-forms-admin.php:1035
|
553 |
msgid "Success Message Title"
|
554 |
msgstr ""
|
555 |
|
556 |
+
#: ../custom-contact-forms-admin.php:1036
|
557 |
msgid "Success Message"
|
558 |
msgstr ""
|
559 |
|
560 |
+
#: ../custom-contact-forms-admin.php:1037
|
561 |
msgid "Custom Success URL"
|
562 |
msgstr ""
|
563 |
|
564 |
+
#: ../custom-contact-forms-admin.php:1040
|
565 |
msgid "The Form Method is the method by which information is transfer through your form. If you aren't an expert with HTML and PHP, leave this as Post."
|
566 |
msgstr ""
|
567 |
|
568 |
+
#: ../custom-contact-forms-admin.php:1044
|
569 |
msgid "This lets you process your forms through alternate scripts. If you use a service like InfusionSoft or Aweber, set this to be the same form action as the code provided to you by that service, otherwise leave this blank."
|
570 |
msgstr ""
|
571 |
|
572 |
+
#: ../custom-contact-forms-admin.php:1046
|
573 |
msgid "This is the form email subject sent to the destination email address. If left blank, the default from General Settings will be used."
|
574 |
msgstr ""
|
575 |
|
576 |
+
#: ../custom-contact-forms-admin.php:1048
|
577 |
msgid "This is the from name of the email sent on successful form submission. If left blank, the default from General Settings will be used."
|
578 |
msgstr ""
|
579 |
|
580 |
+
#: ../custom-contact-forms-admin.php:1050
|
581 |
msgid "This will be displayed as the header in a popover when the form is filled out successfully when no custom success page is specified; if left blank it will use the default specified in general settings."
|
582 |
msgstr ""
|
583 |
|
584 |
+
#: ../custom-contact-forms-admin.php:1052
|
585 |
msgid "This will be displayed in a popover when the form is filled out successfully when no custom success page is specified; if left blank it will use the default specified in general settings."
|
586 |
msgstr ""
|
587 |
|
588 |
+
#: ../custom-contact-forms-admin.php:1054
|
589 |
msgid "If this is filled out, users will be sent to this thank you page when they successfully fill out this form. If it is left blank, a popover showing the form's 'success message' will be displayed on form success."
|
590 |
msgstr ""
|
591 |
|
592 |
+
#: ../custom-contact-forms-admin.php:1058
|
593 |
msgid "The form display code above ([customcontact form=x]) will only work in Wordpress pages and posts. If you want to display this form in a theme file such as page.php, header.php, index.php, category.php, etc, then insert this PHP snippet."
|
594 |
msgstr ""
|
595 |
|
596 |
+
#: ../custom-contact-forms-admin.php:1059
|
597 |
msgid "Code to Display Form in Theme Files:"
|
598 |
msgstr ""
|
599 |
|
600 |
+
#: ../custom-contact-forms-admin.php:1062
|
601 |
msgid "This field allows you to insert HTML directly after the starting <form> tag."
|
602 |
msgstr ""
|
603 |
|
604 |
+
#: ../custom-contact-forms-admin.php:1063
|
605 |
+
#: ../modules/usage_popover/custom-contact-forms-usage-popover.php:265
|
606 |
msgid "Custom Code:"
|
607 |
msgstr ""
|
608 |
|
609 |
+
#: ../custom-contact-forms-admin.php:1066
|
610 |
+
msgid "If you want to show this form to only certain types of users, you can uncheck boxes accordingly. To show this form to anyone, check all the boxes. This will only take effect if 'Form Access Capabilities' is enabled in general settings."
|
611 |
msgstr ""
|
612 |
|
613 |
+
#: ../custom-contact-forms-admin.php:1085
|
614 |
msgid "Attached Fields:"
|
615 |
msgstr ""
|
616 |
|
617 |
+
#: ../custom-contact-forms-admin.php:1105
|
618 |
msgid "Attach fields in the order you want them displayed."
|
619 |
msgstr ""
|
620 |
|
621 |
+
#: ../custom-contact-forms-admin.php:1109
|
622 |
msgid "Attach Field:"
|
623 |
msgstr ""
|
624 |
|
625 |
+
#: ../custom-contact-forms-admin.php:1120
|
626 |
msgid "Attach fixed fields or ones you"
|
627 |
msgstr ""
|
628 |
|
629 |
+
#: ../custom-contact-forms-admin.php:1142
|
630 |
msgid "Form Code"
|
631 |
msgstr ""
|
632 |
|
633 |
+
#: ../custom-contact-forms-admin.php:1164
|
634 |
msgid "Create A Style for Your Forms"
|
635 |
msgstr ""
|
636 |
|
637 |
+
#: ../custom-contact-forms-admin.php:1168
|
638 |
msgid "Use this manager to create styles for your forms. Each field is already filled out with nice look defaults. It is recommended you simply input a slug and click create to see the defaults before you start changing values."
|
639 |
msgstr ""
|
640 |
|
641 |
+
#: ../custom-contact-forms-admin.php:1174
|
642 |
msgid "Style Slug:"
|
643 |
msgstr ""
|
644 |
|
645 |
+
#: ../custom-contact-forms-admin.php:1177
|
646 |
msgid "(Must be unique)"
|
647 |
msgstr ""
|
648 |
|
649 |
+
#: ../custom-contact-forms-admin.php:1181
|
650 |
+
#: ../custom-contact-forms-admin.php:1579
|
651 |
+
#: ../custom-contact-forms-admin.php:1588
|
652 |
msgid "Title Font Size:"
|
653 |
msgstr ""
|
654 |
|
655 |
+
#: ../custom-contact-forms-admin.php:1184
|
656 |
msgid "(ex: 10pt, 10px, 1em)"
|
657 |
msgstr ""
|
658 |
|
659 |
+
#: ../custom-contact-forms-admin.php:1188
|
660 |
+
#: ../custom-contact-forms-admin.php:1627
|
661 |
+
#: ../custom-contact-forms-admin.php:1695
|
662 |
msgid "Title Font Color:"
|
663 |
msgstr ""
|
664 |
|
665 |
+
#: ../custom-contact-forms-admin.php:1191
|
666 |
+
#: ../custom-contact-forms-admin.php:1212
|
667 |
+
#: ../custom-contact-forms-admin.php:1276
|
668 |
+
#: ../custom-contact-forms-admin.php:1377
|
669 |
+
#: ../custom-contact-forms-admin.php:1384
|
670 |
+
#: ../custom-contact-forms-admin.php:1412
|
671 |
msgid "(ex: FF0000)"
|
672 |
msgstr ""
|
673 |
|
674 |
+
#: ../custom-contact-forms-admin.php:1195
|
675 |
+
#: ../custom-contact-forms-admin.php:1552
|
676 |
msgid "Label Width:"
|
677 |
msgstr ""
|
678 |
|
679 |
+
#: ../custom-contact-forms-admin.php:1198
|
680 |
msgid "(ex: 100px or 20%)"
|
681 |
msgstr ""
|
682 |
|
683 |
+
#: ../custom-contact-forms-admin.php:1202
|
684 |
+
#: ../custom-contact-forms-admin.php:1593
|
685 |
msgid "Label Font Size:"
|
686 |
msgstr ""
|
687 |
|
688 |
+
#: ../custom-contact-forms-admin.php:1205
|
689 |
+
#: ../custom-contact-forms-admin.php:1370
|
690 |
msgid "(ex: 10px, 10pt, 1em)"
|
691 |
msgstr ""
|
692 |
|
693 |
+
#: ../custom-contact-forms-admin.php:1209
|
694 |
+
#: ../custom-contact-forms-admin.php:1632
|
695 |
msgid "Label Font Color:"
|
696 |
msgstr ""
|
697 |
|
698 |
+
#: ../custom-contact-forms-admin.php:1216
|
699 |
+
#: ../custom-contact-forms-admin.php:1519
|
700 |
msgid "Text Field Width:"
|
701 |
msgstr ""
|
702 |
|
703 |
+
#: ../custom-contact-forms-admin.php:1219
|
704 |
+
#: ../custom-contact-forms-admin.php:1226
|
705 |
+
#: ../custom-contact-forms-admin.php:1233
|
706 |
+
#: ../custom-contact-forms-admin.php:1313
|
707 |
msgid "(ex: 100px or 100%)"
|
708 |
msgstr ""
|
709 |
|
710 |
+
#: ../custom-contact-forms-admin.php:1223
|
711 |
msgid "Textarea Field Width:"
|
712 |
msgstr ""
|
713 |
|
714 |
+
#: ../custom-contact-forms-admin.php:1230
|
715 |
msgid "Textarea Field Height:"
|
716 |
msgstr ""
|
717 |
|
718 |
+
#: ../custom-contact-forms-admin.php:1237
|
719 |
+
#: ../custom-contact-forms-admin.php:1598
|
720 |
msgid "Field Font Size:"
|
721 |
msgstr ""
|
722 |
|
723 |
+
#: ../custom-contact-forms-admin.php:1240
|
724 |
msgid "(ex: 10px, 10pt, 1em"
|
725 |
msgstr ""
|
726 |
|
727 |
+
#: ../custom-contact-forms-admin.php:1244
|
728 |
+
#: ../custom-contact-forms-admin.php:1637
|
729 |
msgid "Field Font Color:"
|
730 |
msgstr ""
|
731 |
|
732 |
+
#: ../custom-contact-forms-admin.php:1247
|
733 |
+
#: ../custom-contact-forms-admin.php:1283
|
734 |
msgid "(ex: 333333)"
|
735 |
msgstr ""
|
736 |
|
737 |
+
#: ../custom-contact-forms-admin.php:1251
|
738 |
+
#: ../custom-contact-forms-admin.php:1686
|
739 |
msgid "Field Border Style:"
|
740 |
msgstr ""
|
741 |
|
742 |
+
#: ../custom-contact-forms-admin.php:1259
|
743 |
+
#: ../custom-contact-forms-admin.php:1647
|
744 |
msgid "Form Margin:"
|
745 |
msgstr ""
|
746 |
|
747 |
+
#: ../custom-contact-forms-admin.php:1262
|
748 |
+
#: ../custom-contact-forms-admin.php:1269
|
749 |
+
#: ../custom-contact-forms-admin.php:1391
|
750 |
+
#: ../custom-contact-forms-admin.php:1398
|
751 |
msgid "(ex: 5px or 1em)"
|
752 |
msgstr ""
|
753 |
|
754 |
+
#: ../custom-contact-forms-admin.php:1266
|
755 |
+
#: ../custom-contact-forms-admin.php:1539
|
756 |
msgid "Label Margin:"
|
757 |
msgstr ""
|
758 |
|
759 |
+
#: ../custom-contact-forms-admin.php:1273
|
760 |
msgid "Textarea Background Color:"
|
761 |
msgstr ""
|
762 |
|
763 |
+
#: ../custom-contact-forms-admin.php:1280
|
764 |
msgid "Success Popover Font Color:"
|
765 |
msgstr ""
|
766 |
|
767 |
+
#: ../custom-contact-forms-admin.php:1287
|
768 |
msgid "Success Popover Title Font Size:"
|
769 |
msgstr ""
|
770 |
|
771 |
+
#: ../custom-contact-forms-admin.php:1290
|
772 |
+
#: ../custom-contact-forms-admin.php:1297
|
773 |
+
#: ../custom-contact-forms-admin.php:1419
|
774 |
+
#: ../custom-contact-forms-admin.php:1442
|
775 |
msgid "(ex: 12px, 1em, 100%)"
|
776 |
msgstr ""
|
777 |
|
778 |
+
#: ../custom-contact-forms-admin.php:1294
|
779 |
+
#: ../custom-contact-forms-admin.php:1583
|
780 |
msgid "Form Background Color:"
|
781 |
msgstr ""
|
782 |
|
783 |
+
#: ../custom-contact-forms-admin.php:1301
|
784 |
msgid "Tooltip Background Color:"
|
785 |
msgstr ""
|
786 |
|
787 |
+
#: ../custom-contact-forms-admin.php:1304
|
788 |
msgid "(ex: 000000 or black)"
|
789 |
msgstr ""
|
790 |
|
791 |
+
#: ../custom-contact-forms-admin.php:1310
|
792 |
+
#: ../custom-contact-forms-admin.php:1681
|
793 |
msgid "Field Border Color:"
|
794 |
msgstr ""
|
795 |
|
796 |
+
#: ../custom-contact-forms-admin.php:1317
|
797 |
+
#: ../custom-contact-forms-admin.php:1664
|
798 |
msgid "Form Border Style:"
|
799 |
msgstr ""
|
800 |
|
801 |
+
#: ../custom-contact-forms-admin.php:1325
|
802 |
+
#: ../custom-contact-forms-admin.php:1676
|
803 |
msgid "Form Border Color:"
|
804 |
msgstr ""
|
805 |
|
806 |
+
#: ../custom-contact-forms-admin.php:1328
|
807 |
msgid "(ex: 000000)"
|
808 |
msgstr ""
|
809 |
|
810 |
+
#: ../custom-contact-forms-admin.php:1332
|
811 |
+
#: ../custom-contact-forms-admin.php:1671
|
812 |
msgid "Form Border Width:"
|
813 |
msgstr ""
|
814 |
|
815 |
+
#: ../custom-contact-forms-admin.php:1335
|
816 |
msgid "(ex: 1px)"
|
817 |
msgstr ""
|
818 |
|
819 |
+
#: ../custom-contact-forms-admin.php:1339
|
820 |
+
#: ../custom-contact-forms-admin.php:1514
|
821 |
msgid "Form Width:"
|
822 |
msgstr ""
|
823 |
|
824 |
+
#: ../custom-contact-forms-admin.php:1342
|
825 |
msgid "(ex: 100px or 50%)"
|
826 |
msgstr ""
|
827 |
|
828 |
+
#: ../custom-contact-forms-admin.php:1346
|
829 |
msgid "Form Font Family:"
|
830 |
msgstr ""
|
831 |
|
832 |
+
#: ../custom-contact-forms-admin.php:1349
|
833 |
msgid "(ex: Verdana, Tahoma, Arial)"
|
834 |
msgstr ""
|
835 |
|
836 |
+
#: ../custom-contact-forms-admin.php:1353
|
837 |
+
#: ../custom-contact-forms-admin.php:1557
|
838 |
msgid "Button Width:"
|
839 |
msgstr ""
|
840 |
|
841 |
+
#: ../custom-contact-forms-admin.php:1356
|
842 |
msgid "(ex: 100px, 30%, auto)"
|
843 |
msgstr ""
|
844 |
|
845 |
+
#: ../custom-contact-forms-admin.php:1360
|
846 |
+
#: ../custom-contact-forms-admin.php:1562
|
847 |
msgid "Button Height:"
|
848 |
msgstr ""
|
849 |
|
850 |
+
#: ../custom-contact-forms-admin.php:1363
|
851 |
msgid "(ex: 100px or 30%)"
|
852 |
msgstr ""
|
853 |
|
854 |
+
#: ../custom-contact-forms-admin.php:1367
|
855 |
+
#: ../custom-contact-forms-admin.php:1603
|
856 |
msgid "Button Font Size:"
|
857 |
msgstr ""
|
858 |
|
859 |
+
#: ../custom-contact-forms-admin.php:1374
|
860 |
+
#: ../custom-contact-forms-admin.php:1642
|
861 |
msgid "Button Font Color:"
|
862 |
msgstr ""
|
863 |
|
864 |
+
#: ../custom-contact-forms-admin.php:1381
|
865 |
+
#: ../custom-contact-forms-admin.php:1567
|
866 |
msgid "Field Background Color:"
|
867 |
msgstr ""
|
868 |
|
869 |
+
#: ../custom-contact-forms-admin.php:1388
|
870 |
+
#: ../custom-contact-forms-admin.php:1608
|
871 |
msgid "Form Padding:"
|
872 |
msgstr ""
|
873 |
|
874 |
+
#: ../custom-contact-forms-admin.php:1395
|
875 |
+
#: ../custom-contact-forms-admin.php:1572
|
876 |
msgid "Title Margin:"
|
877 |
msgstr ""
|
878 |
|
879 |
+
#: ../custom-contact-forms-admin.php:1402
|
880 |
+
#: ../custom-contact-forms-admin.php:1534
|
881 |
msgid "Dropdown Width:"
|
882 |
msgstr ""
|
883 |
|
884 |
+
#: ../custom-contact-forms-admin.php:1405
|
885 |
msgid "(ex: 30px, 20%, or auto)"
|
886 |
msgstr ""
|
887 |
|
888 |
+
#: ../custom-contact-forms-admin.php:1409
|
889 |
msgid "Success Popover Border Color:"
|
890 |
msgstr ""
|
891 |
|
892 |
+
#: ../custom-contact-forms-admin.php:1416
|
893 |
msgid "Success Popover Font Size:"
|
894 |
msgstr ""
|
895 |
|
896 |
+
#: ../custom-contact-forms-admin.php:1423
|
897 |
msgid "Success Popover Height:"
|
898 |
msgstr ""
|
899 |
|
900 |
+
#: ../custom-contact-forms-admin.php:1426
|
901 |
msgid "(ex: 200px, 6em, 50%)"
|
902 |
msgstr ""
|
903 |
|
904 |
+
#: ../custom-contact-forms-admin.php:1430
|
905 |
+
#: ../custom-contact-forms-admin.php:1700
|
906 |
msgid "Field Border Roundness:"
|
907 |
msgstr ""
|
908 |
|
909 |
+
#: ../custom-contact-forms-admin.php:1433
|
910 |
msgid "(ex: 6px, or 0px)"
|
911 |
msgstr ""
|
912 |
|
913 |
+
#: ../custom-contact-forms-admin.php:1437
|
914 |
+
#: ../custom-contact-forms-admin.php:1507
|
915 |
+
#: ../custom-contact-forms-admin.php:1620
|
916 |
msgid "Tooltip"
|
917 |
msgstr ""
|
918 |
|
919 |
+
#: ../custom-contact-forms-admin.php:1438
|
920 |
+
#: ../custom-contact-forms-admin.php:1508
|
921 |
+
#: ../custom-contact-forms-admin.php:1621
|
922 |
msgid "A tooltip is the little box that fades in displaying 'Field Instructions' when a user selects a particular field."
|
923 |
msgstr ""
|
924 |
|
925 |
+
#: ../custom-contact-forms-admin.php:1439
|
926 |
+
#: ../custom-contact-forms-admin.php:1615
|
927 |
msgid "Font Size:"
|
928 |
msgstr ""
|
929 |
|
930 |
+
#: ../custom-contact-forms-admin.php:1446
|
931 |
msgid "Tooltip Font Color:"
|
932 |
msgstr ""
|
933 |
|
934 |
+
#: ../custom-contact-forms-admin.php:1449
|
935 |
msgid "(ex: ffffff or white)"
|
936 |
msgstr ""
|
937 |
|
938 |
+
#: ../custom-contact-forms-admin.php:1453
|
939 |
msgid "Create Style"
|
940 |
msgstr ""
|
941 |
|
942 |
+
#: ../custom-contact-forms-admin.php:1461
|
943 |
msgid "Manage Form Styles"
|
944 |
msgstr ""
|
945 |
|
946 |
+
#: ../custom-contact-forms-admin.php:1483
|
947 |
+
#: ../modules/usage_popover/custom-contact-forms-usage-popover.php:125
|
948 |
+
#: ../modules/usage_popover/custom-contact-forms-usage-popover.php:202
|
949 |
+
#: ../modules/usage_popover/custom-contact-forms-usage-popover.php:235
|
950 |
msgid "Slug:"
|
951 |
msgstr ""
|
952 |
|
953 |
+
#: ../custom-contact-forms-admin.php:1488
|
954 |
msgid "Font Family:"
|
955 |
msgstr ""
|
956 |
|
957 |
+
#: ../custom-contact-forms-admin.php:1493
|
958 |
msgid "Textarea Background"
|
959 |
msgstr ""
|
960 |
|
961 |
+
#: ../custom-contact-forms-admin.php:1495
|
962 |
msgid "Color:"
|
963 |
msgstr ""
|
964 |
|
965 |
+
#: ../custom-contact-forms-admin.php:1500
|
966 |
+
#: ../custom-contact-forms-admin.php:1544
|
967 |
+
#: ../custom-contact-forms-admin.php:1577
|
968 |
+
#: ../custom-contact-forms-admin.php:1613
|
969 |
+
#: ../custom-contact-forms-admin.php:1652
|
970 |
+
#: ../custom-contact-forms-admin.php:1693
|
971 |
msgid "Success Popover"
|
972 |
msgstr ""
|
973 |
|
974 |
+
#: ../custom-contact-forms-admin.php:1502
|
975 |
msgid "Border Color:"
|
976 |
msgstr ""
|
977 |
|
978 |
+
#: ../custom-contact-forms-admin.php:1509
|
979 |
+
#: ../custom-contact-forms-admin.php:1654
|
980 |
msgid "Font Color:"
|
981 |
msgstr ""
|
982 |
|
983 |
+
#: ../custom-contact-forms-admin.php:1524
|
984 |
msgid "Textarea Width:"
|
985 |
msgstr ""
|
986 |
|
987 |
+
#: ../custom-contact-forms-admin.php:1529
|
988 |
msgid "Textarea Height:"
|
989 |
msgstr ""
|
990 |
|
991 |
+
#: ../custom-contact-forms-admin.php:1546
|
992 |
msgid "Height:"
|
993 |
msgstr ""
|
994 |
|
995 |
+
#: ../custom-contact-forms-admin.php:1622
|
996 |
msgid "Background Color:"
|
997 |
msgstr ""
|
998 |
|
999 |
+
#: ../custom-contact-forms-admin.php:1659
|
1000 |
msgid "Tooltip Font Size:"
|
1001 |
msgstr ""
|
1002 |
|
1003 |
+
#: ../custom-contact-forms-admin.php:1733
|
1004 |
msgid "Report a Bug/Suggest a Feature"
|
1005 |
msgstr ""
|
1006 |
|
1007 |
+
#: ../custom-contact-forms-admin.php:1740
|
1008 |
msgid "Your Name:"
|
1009 |
msgstr ""
|
1010 |
|
1011 |
+
#: ../custom-contact-forms-admin.php:1746
|
1012 |
msgid "Your Email:"
|
1013 |
msgstr ""
|
1014 |
|
1015 |
+
#: ../custom-contact-forms-admin.php:1752
|
1016 |
msgid "Who Hosts Your Website?"
|
1017 |
msgstr ""
|
1018 |
|
1019 |
+
#: ../custom-contact-forms-admin.php:1758
|
1020 |
msgid "Your Message:"
|
1021 |
msgstr ""
|
1022 |
|
1023 |
+
#: ../custom-contact-forms-admin.php:1764
|
1024 |
msgid "Purpose of this message:"
|
1025 |
msgstr ""
|
1026 |
|
1027 |
+
#: ../custom-contact-forms-admin.php:1774
|
1028 |
msgid "Plugin Question"
|
1029 |
msgstr ""
|
1030 |
|
1031 |
+
#: ../custom-contact-forms-admin.php:1780
|
1032 |
+
msgid "Version of Custom Contact Forms?"
|
1033 |
+
msgstr ""
|
1034 |
+
|
1035 |
+
#: ../custom-contact-forms-admin.php:1786
|
1036 |
+
msgid "Version of WordPress?"
|
1037 |
+
msgstr ""
|
1038 |
+
|
1039 |
+
#: ../custom-contact-forms-admin.php:1792
|
1040 |
msgid "Send Message"
|
1041 |
msgstr ""
|
1042 |
|
1043 |
+
#: ../custom-contact-forms-admin.php:1800
|
1044 |
msgid "Custom HTML Forms (Advanced)"
|
1045 |
msgstr ""
|
1046 |
|
1047 |
+
#: ../custom-contact-forms-admin.php:1804
|
1048 |
msgid ""
|
1049 |
"If you know HTML and simply want to use this plugin to process form requests, this feature is for you. \n"
|
1050 |
"\t\t\t\t\tThe following HTML is a the framework to which you must adhere. In order for your form to work you MUST do the following: a) Keep the form action/method the same (yes the action is supposed to be empty), b) Include all the hidden fields shown below, c) provide a \n"
|
1051 |
"\t\t\t\t\thidden field with a success message or thank you page (both hidden fields are included below, you must choose one or the other and fill in the value part of the input field appropriately."
|
1052 |
msgstr ""
|
1053 |
|
1054 |
+
#: ../custom-contact-forms-admin.php:1811
|
1055 |
msgid "Thank you for filling out our form!"
|
1056 |
msgstr ""
|
1057 |
|
1058 |
+
#: ../custom-contact-forms-admin.php:1816
|
1059 |
msgid ""
|
1060 |
"Paste all this code into a page or post and edit it to your liking. It is recommended you only use this feature if you are experienced with HTML. The destination_email \n"
|
1061 |
"field specifies where emails will be sent on successful submission; you can have the form send to multiple addresses by separating email's with semi-colons (i.e. email@google.com; email2@google.com). \n"
|
1064 |
"the field names you want required by commas. Remember to use underscores instead of spaces in field names!"
|
1065 |
msgstr ""
|
1066 |
|
1067 |
+
#: ../custom-contact-forms-admin.php:1877
|
1068 |
+
#: ../modules/usage_popover/custom-contact-forms-usage-popover.php:351
|
1069 |
msgid "Saved Form Submissions"
|
1070 |
msgstr ""
|
1071 |
|
1072 |
+
#: ../custom-contact-forms-admin.php:1884
|
1073 |
+
#: ../custom-contact-forms-admin.php:1937
|
1074 |
msgid "Date Submitted"
|
1075 |
msgstr ""
|
1076 |
|
1077 |
+
#: ../custom-contact-forms-admin.php:1885
|
1078 |
+
#: ../custom-contact-forms-admin.php:1938
|
1079 |
msgid "Form Submitted"
|
1080 |
msgstr ""
|
1081 |
|
1082 |
+
#: ../custom-contact-forms-admin.php:1886
|
1083 |
+
#: ../custom-contact-forms-admin.php:1939
|
1084 |
msgid "Form Page"
|
1085 |
msgstr ""
|
1086 |
|
1087 |
+
#: ../custom-contact-forms-admin.php:1904
|
1088 |
msgid "Custom HTML Form"
|
1089 |
msgstr ""
|
1090 |
|
1091 |
+
#: ../custom-contact-forms-admin.php:2018
|
1092 |
msgid "General Settings"
|
1093 |
msgstr ""
|
1094 |
|
1095 |
+
#: ../custom-contact-forms-admin.php:2025
|
1096 |
msgid "Email Form Submissions:"
|
1097 |
msgstr ""
|
1098 |
|
1099 |
+
#: ../custom-contact-forms-admin.php:2037
|
1100 |
msgid "When a user fills out one of your forms, the info submitted is saved in the Saved Form Submission section of the admin panel for you to view. If this is enabled, you will also be sent an email containing the submission info."
|
1101 |
msgstr ""
|
1102 |
|
1103 |
+
#: ../custom-contact-forms-admin.php:2041
|
1104 |
msgid "Default Email:"
|
1105 |
msgstr ""
|
1106 |
|
1107 |
+
#: ../custom-contact-forms-admin.php:2046
|
1108 |
msgid "Form emails will be sent <span>to</span> this address, if no destination email is specified by the form."
|
1109 |
msgstr ""
|
1110 |
|
1111 |
+
#: ../custom-contact-forms-admin.php:2050
|
1112 |
msgid "Front End JQuery:"
|
1113 |
msgstr ""
|
1114 |
|
1115 |
+
#: ../custom-contact-forms-admin.php:2054
|
1116 |
+
#: ../custom-contact-forms-admin.php:2097
|
1117 |
+
#: ../custom-contact-forms-admin.php:2169
|
1118 |
+
#: ../custom-contact-forms-admin.php:2198
|
1119 |
+
#: ../custom-contact-forms-admin.php:2226
|
1120 |
msgid "Enabled"
|
1121 |
msgstr ""
|
1122 |
|
1123 |
+
#: ../custom-contact-forms-admin.php:2057
|
1124 |
+
#: ../custom-contact-forms-admin.php:2100
|
1125 |
+
#: ../custom-contact-forms-admin.php:2172
|
1126 |
+
#: ../custom-contact-forms-admin.php:2201
|
1127 |
+
#: ../custom-contact-forms-admin.php:2223
|
1128 |
msgid "Disabled"
|
1129 |
msgstr ""
|
1130 |
|
1131 |
+
#: ../custom-contact-forms-admin.php:2062
|
1132 |
#, php-format
|
1133 |
msgid "Some plugins don't setup JQuery correctly, so when any other plugin uses JQuery (whether correctly or not), JQuery works for neither plugin. This plugin uses JQuery correctly. If another plugin isn't using JQuery correctly but is more important to you than this one: disable this option. 99% of this plugin's functionality will work without JQuery, just no field instruction tooltips."
|
1134 |
msgstr ""
|
1135 |
|
1136 |
+
#: ../custom-contact-forms-admin.php:2066
|
1137 |
msgid "Default From Email:"
|
1138 |
msgstr ""
|
1139 |
|
1140 |
+
#: ../custom-contact-forms-admin.php:2071
|
1141 |
msgid "Form emails will be sent <span>from</span> this address. It is recommended you provide a real email address that has been created through your host."
|
1142 |
msgstr ""
|
1143 |
|
1144 |
+
#: ../custom-contact-forms-admin.php:2075
|
1145 |
msgid "Default From Name:"
|
1146 |
msgstr ""
|
1147 |
|
1148 |
+
#: ../custom-contact-forms-admin.php:2080
|
1149 |
msgid "This setting allows you to specify the name under which form emails are sent. The default is 'Custom Contact Forms'."
|
1150 |
msgstr ""
|
1151 |
|
1152 |
+
#: ../custom-contact-forms-admin.php:2084
|
1153 |
msgid "Default Email Subject:"
|
1154 |
msgstr ""
|
1155 |
|
1156 |
+
#: ../custom-contact-forms-admin.php:2089
|
1157 |
msgid "Default subject to be included in all form emails."
|
1158 |
msgstr ""
|
1159 |
|
1160 |
+
#: ../custom-contact-forms-admin.php:2093
|
1161 |
msgid "Enable Dashboard Widget:"
|
1162 |
msgstr ""
|
1163 |
|
1164 |
+
#: ../custom-contact-forms-admin.php:2104
|
1165 |
msgid "Enabling this will display a widget on your dashboard that shows the latest form submissions."
|
1166 |
msgstr ""
|
1167 |
|
1168 |
+
#: ../custom-contact-forms-admin.php:2108
|
1169 |
msgid "Default Form Error Header:"
|
1170 |
msgstr ""
|
1171 |
|
1172 |
+
#: ../custom-contact-forms-admin.php:2113
|
1173 |
msgid "When a form is filled out incorrectly, this message will be displayed followed by the individual field error messages."
|
1174 |
msgstr ""
|
1175 |
|
1176 |
+
#: ../custom-contact-forms-admin.php:2117
|
1177 |
+
msgid "Use Code Type:"
|
1178 |
+
msgstr ""
|
1179 |
+
|
1180 |
+
#: ../custom-contact-forms-admin.php:2125
|
1181 |
+
msgid "This lets you switch the form code between HTML and XHTML."
|
1182 |
+
msgstr ""
|
1183 |
+
|
1184 |
+
#: ../custom-contact-forms-admin.php:2131
|
1185 |
msgid "Default Form Success Message Title:"
|
1186 |
msgstr ""
|
1187 |
|
1188 |
+
#: ../custom-contact-forms-admin.php:2136
|
1189 |
msgid "If someone fills out a form for which a success message title is not provided and a custom success page is not provided, the plugin will show a popover using this field as the window title."
|
1190 |
msgstr ""
|
1191 |
|
1192 |
+
#: ../custom-contact-forms-admin.php:2140
|
1193 |
msgid "Default Form Success Message:"
|
1194 |
msgstr ""
|
1195 |
|
1196 |
+
#: ../custom-contact-forms-admin.php:2145
|
1197 |
msgid "If someone fills out a form for which a success message is not provided and a custom success page is not provided, the plugin will show a popover containing this message."
|
1198 |
msgstr ""
|
1199 |
|
1200 |
+
#: ../custom-contact-forms-admin.php:2149
|
1201 |
msgid "Remember Field Values:"
|
1202 |
msgstr ""
|
1203 |
|
1204 |
+
#: ../custom-contact-forms-admin.php:2161
|
1205 |
msgid "Selecting yes will make form fields remember how they were last filled out."
|
1206 |
msgstr ""
|
1207 |
|
1208 |
+
#: ../custom-contact-forms-admin.php:2165
|
1209 |
msgid "Tooltips in Widget:"
|
1210 |
msgstr ""
|
1211 |
|
1212 |
+
#: ../custom-contact-forms-admin.php:2177
|
1213 |
msgid "Enabling this shows tooltips containing field instructions on forms in the widget."
|
1214 |
msgstr ""
|
1215 |
|
1216 |
+
#: ../custom-contact-forms-admin.php:2181
|
1217 |
msgid "Hide Plugin Author Link in Code:"
|
1218 |
msgstr ""
|
1219 |
|
1220 |
+
#: ../custom-contact-forms-admin.php:2194
|
1221 |
+
msgid "Fancy Admin AJAX Abilities:"
|
1222 |
msgstr ""
|
1223 |
|
1224 |
+
#: ../custom-contact-forms-admin.php:2206
|
1225 |
+
msgid "If you enable this, creating, editing and modifying forms, fields, styles, etc in the admin panel will be done using AJAX. This means that clicking things like 'Edit' or 'Delete' will not cause the page to reload thus managing your forms will be much smoother and quicker. If you are having problems with things not saving, deleting, or inserting correctly, then disable this and fill out a bug report below."
|
1226 |
msgstr ""
|
1227 |
|
1228 |
+
#: ../custom-contact-forms-admin.php:2210
|
1229 |
+
msgid "Default Permissions Error:"
|
1230 |
msgstr ""
|
1231 |
|
1232 |
+
#: ../custom-contact-forms-admin.php:2215
|
1233 |
+
msgid "When someone doesn't have the proper permissions to use a form, this message is displayed in place of the form. You control who can view each form with the form access manager which is located inside the form manager."
|
1234 |
msgstr ""
|
1235 |
|
1236 |
+
#: ../custom-contact-forms-admin.php:2219
|
1237 |
+
msgid "Form Access Capabilities:"
|
1238 |
msgstr ""
|
1239 |
|
1240 |
+
#: ../custom-contact-forms-admin.php:2231
|
1241 |
+
msgid "The form access manager within each form allows you to control who can view your form. However, that will take effect on any of your forms unless this is enabled."
|
1242 |
msgstr ""
|
1243 |
|
1244 |
+
#: ../custom-contact-forms-admin.php:2234
|
1245 |
msgid "Show Sidebar Widget:"
|
1246 |
msgstr ""
|
1247 |
|
1248 |
+
#: ../custom-contact-forms-admin.php:2239
|
1249 |
msgid "On Homepage"
|
1250 |
msgstr ""
|
1251 |
|
1252 |
+
#: ../custom-contact-forms-admin.php:2243
|
1253 |
msgid "On Pages"
|
1254 |
msgstr ""
|
1255 |
|
1256 |
+
#: ../custom-contact-forms-admin.php:2247
|
1257 |
msgid "On Single Posts"
|
1258 |
msgstr ""
|
1259 |
|
1260 |
+
#: ../custom-contact-forms-admin.php:2252
|
1261 |
msgid "On Categories"
|
1262 |
msgstr ""
|
1263 |
|
1264 |
+
#: ../custom-contact-forms-admin.php:2256
|
1265 |
msgid "On Archives"
|
1266 |
msgstr ""
|
1267 |
|
1268 |
+
#: ../custom-contact-forms-admin.php:2260
|
1269 |
msgid "Update"
|
1270 |
msgstr ""
|
1271 |
|
1272 |
+
#: ../custom-contact-forms-admin.php:2268
|
1273 |
msgid "Mail Settings"
|
1274 |
msgstr ""
|
1275 |
|
1276 |
+
#: ../custom-contact-forms-admin.php:2272
|
1277 |
msgid "There are two ways you can send emails: using the PHP mail() function or using SMTP (secure/insecure). If you choose to use the PHP mail() function you can ignore all the other options. For some people Wordpress's default way of sending mail does not work; if for some reason your mail is being sent you should try the SMTP option."
|
1278 |
msgstr ""
|
1279 |
|
1280 |
+
#: ../custom-contact-forms-admin.php:2273
|
1281 |
msgid "* Send My Emails Using the Following:"
|
1282 |
msgstr ""
|
1283 |
|
1284 |
+
#: ../custom-contact-forms-admin.php:2275
|
1285 |
msgid "Wordpress Default"
|
1286 |
msgstr ""
|
1287 |
|
1288 |
+
#: ../custom-contact-forms-admin.php:2276
|
1289 |
msgid "SMTP"
|
1290 |
msgstr ""
|
1291 |
|
1292 |
+
#: ../custom-contact-forms-admin.php:2277
|
1293 |
msgid "(If mail isn't sending, try toggling this option.)"
|
1294 |
msgstr ""
|
1295 |
|
1296 |
+
#: ../custom-contact-forms-admin.php:2280
|
1297 |
msgid "SMTP Host:"
|
1298 |
msgstr ""
|
1299 |
|
1300 |
+
#: ../custom-contact-forms-admin.php:2281
|
1301 |
msgid "SMTP Port:"
|
1302 |
msgstr ""
|
1303 |
|
1304 |
+
#: ../custom-contact-forms-admin.php:2282
|
1305 |
msgid "Encryption:"
|
1306 |
msgstr ""
|
1307 |
|
1308 |
+
#: ../custom-contact-forms-admin.php:2284
|
1309 |
msgid "SSL"
|
1310 |
msgstr ""
|
1311 |
|
1312 |
+
#: ../custom-contact-forms-admin.php:2285
|
1313 |
msgid "TLS"
|
1314 |
msgstr ""
|
1315 |
|
1316 |
+
#: ../custom-contact-forms-admin.php:2289
|
1317 |
msgid "SMTP Authentication:"
|
1318 |
msgstr ""
|
1319 |
|
1320 |
+
#: ../custom-contact-forms-admin.php:2289
|
1321 |
msgid "None Needed"
|
1322 |
msgstr ""
|
1323 |
|
1324 |
+
#: ../custom-contact-forms-admin.php:2289
|
1325 |
msgid "Use SMTP Username/Password"
|
1326 |
msgstr ""
|
1327 |
|
1328 |
+
#: ../custom-contact-forms-admin.php:2290
|
1329 |
msgid "SMTP Username:"
|
1330 |
msgstr ""
|
1331 |
|
1332 |
+
#: ../custom-contact-forms-admin.php:2291
|
1333 |
msgid "SMTP Password:"
|
1334 |
msgstr ""
|
1335 |
|
1336 |
+
#: ../custom-contact-forms-admin.php:2294
|
1337 |
msgid "Save Mail Sending Options"
|
1338 |
msgstr ""
|
1339 |
|
1340 |
+
#: ../custom-contact-forms-admin.php:2301
|
1341 |
msgid "Export"
|
1342 |
msgstr ""
|
1343 |
|
1344 |
+
#: ../custom-contact-forms-admin.php:2306
|
1345 |
msgid ""
|
1346 |
"Preforming a Custom Contact Forms export will create a file of the form \n"
|
1347 |
"\t\t\t\t\t\tccf-export-xxxx.sql on your web server. The file created contains SQL that \n"
|
1348 |
"\t\t\t\t\t\twill recreate all the plugin data on any Wordpress installation. After Custom Contact Forms creates the export file, you will be prompted to download it. You can use this file as a backup in case your Wordpress database gets ruined."
|
1349 |
msgstr ""
|
1350 |
|
1351 |
+
#: ../custom-contact-forms-admin.php:2310
|
1352 |
msgid "Export All CCF Plugin Content"
|
1353 |
msgstr ""
|
1354 |
|
1355 |
+
#: ../custom-contact-forms-admin.php:2316
|
1356 |
msgid "Import"
|
1357 |
msgstr ""
|
1358 |
|
1359 |
+
#: ../custom-contact-forms-admin.php:2322
|
1360 |
msgid "Browse to a CCF .sql export file to import Custom Contact Form data from another Wordpress installation to this one. Pressing the 'Clear and Import' button deletes all current data and then imports the selected file; this will not work for merging to data!. Clearing all CCF data before importing prevents any conflicts from occuring. Before you attempt an import, you should always download a backup, by clicking the 'Export All' button."
|
1361 |
msgstr ""
|
1362 |
|
1363 |
+
#: ../custom-contact-forms-admin.php:2325
|
1364 |
msgid "Choose What You Want to Use from the Import File:"
|
1365 |
msgstr ""
|
1366 |
|
1367 |
+
#: ../custom-contact-forms-admin.php:2331
|
1368 |
msgid "Use General Settings"
|
1369 |
msgstr ""
|
1370 |
|
1371 |
+
#: ../custom-contact-forms-admin.php:2337
|
1372 |
+
#: ../custom-contact-forms-admin.php:2355
|
1373 |
+
#: ../modules/usage_popover/custom-contact-forms-usage-popover.php:5
|
1374 |
+
#: ../modules/usage_popover/custom-contact-forms-usage-popover.php:228
|
1375 |
msgid "Forms"
|
1376 |
msgstr ""
|
1377 |
|
1378 |
+
#: ../custom-contact-forms-admin.php:2343
|
1379 |
+
#: ../modules/usage_popover/custom-contact-forms-usage-popover.php:26
|
1380 |
msgid "Form Submissions"
|
1381 |
msgstr ""
|
1382 |
|
1383 |
+
#: ../custom-contact-forms-admin.php:2349
|
1384 |
+
#: ../modules/usage_popover/custom-contact-forms-usage-popover.php:8
|
1385 |
+
#: ../modules/usage_popover/custom-contact-forms-usage-popover.php:49
|
1386 |
msgid "Fields"
|
1387 |
msgstr ""
|
1388 |
|
1389 |
+
#: ../custom-contact-forms-admin.php:2361
|
1390 |
+
#: ../modules/usage_popover/custom-contact-forms-usage-popover.php:14
|
1391 |
+
#: ../modules/usage_popover/custom-contact-forms-usage-popover.php:195
|
1392 |
msgid "Field Options"
|
1393 |
msgstr ""
|
1394 |
|
1395 |
+
#: ../custom-contact-forms-admin.php:2367
|
1396 |
+
#: ../modules/usage_popover/custom-contact-forms-usage-popover.php:17
|
1397 |
msgid "Styles"
|
1398 |
msgstr ""
|
1399 |
|
1400 |
+
#: ../custom-contact-forms-admin.php:2373
|
1401 |
msgid "Choose an Import File:"
|
1402 |
msgstr ""
|
1403 |
|
1404 |
+
#: ../custom-contact-forms-admin.php:2377
|
1405 |
msgid "Clear and Import"
|
1406 |
msgstr ""
|
1407 |
|
1408 |
+
#: ../custom-contact-forms-admin.php:2379
|
1409 |
msgid "Yes, I want to do this and have created a backup."
|
1410 |
msgstr ""
|
1411 |
|
1412 |
+
#: ../modules/usage_popover/custom-contact-forms-usage-popover.php:1
|
1413 |
+
msgid "Plugin Usage Popover"
|
1414 |
msgstr ""
|
1415 |
|
1416 |
+
#: ../modules/usage_popover/custom-contact-forms-usage-popover.php:11
|
1417 |
+
#: ../modules/usage_popover/custom-contact-forms-usage-popover.php:177
|
1418 |
msgid "Fixed Fields"
|
1419 |
msgstr ""
|
1420 |
|
1421 |
+
#: ../modules/usage_popover/custom-contact-forms-usage-popover.php:23
|
1422 |
msgid "Import/Export"
|
1423 |
msgstr ""
|
1424 |
|
1425 |
+
#: ../modules/usage_popover/custom-contact-forms-usage-popover.php:30
|
1426 |
msgid "Introduction"
|
1427 |
msgstr ""
|
1428 |
|
1429 |
+
#: ../modules/usage_popover/custom-contact-forms-usage-popover.php:33
|
1430 |
msgid ""
|
1431 |
"CCF is an extremely intuitive plugin allowing you to create any type of contact form you can imagine. CCF is very user friendly but with possibilities comes complexity. It is recommend that you click the button below to create default fields, field options, and forms.\n"
|
1432 |
" The default content will help you get a feel for the amazing things you can accomplish with this plugin. This popover only shows automatically the first time you visit the admin page;"
|
1433 |
msgstr ""
|
1434 |
|
1435 |
+
#: ../modules/usage_popover/custom-contact-forms-usage-popover.php:36
|
1436 |
msgid "if you want to view this popover again, click the 'Show Plugin Usage Popover'"
|
1437 |
msgstr ""
|
1438 |
|
1439 |
+
#: ../modules/usage_popover/custom-contact-forms-usage-popover.php:38
|
1440 |
msgid "in the instruction area of the admin page."
|
1441 |
msgstr ""
|
1442 |
|
1443 |
+
#: ../modules/usage_popover/custom-contact-forms-usage-popover.php:41
|
1444 |
msgid "Insert Default Content"
|
1445 |
msgstr ""
|
1446 |
|
1447 |
+
#: ../modules/usage_popover/custom-contact-forms-usage-popover.php:44
|
1448 |
msgid "Below is a basic usage outline of the four pillars of this plugin: fields, field options, styles, and forms. Another useful part of the plugin is the 'Custom HTML Feature' which allows you to write the form HTML yourself using the plugin simply as a form processor; this is great if you are a web developer with HTML experience. Also explained below is the 'Saved Form Submissions' feature which displays all form submissions in the admin panel."
|
1449 |
msgstr ""
|
1450 |
|
1451 |
+
#: ../modules/usage_popover/custom-contact-forms-usage-popover.php:52
|
1452 |
msgid "Fields are the actual input boxes in which users enter their information. There are six types of fields that you can attach to your forms.!"
|
1453 |
msgstr ""
|
1454 |
|
1455 |
+
#: ../modules/usage_popover/custom-contact-forms-usage-popover.php:56
|
1456 |
msgid "Text:"
|
1457 |
msgstr ""
|
1458 |
|
1459 |
+
#: ../modules/usage_popover/custom-contact-forms-usage-popover.php:59
|
1460 |
+
#: ../modules/usage_popover/custom-contact-forms-usage-popover.php:66
|
1461 |
msgid "This is a text field"
|
1462 |
msgstr ""
|
1463 |
|
1464 |
+
#: ../modules/usage_popover/custom-contact-forms-usage-popover.php:63
|
1465 |
msgid "Textarea:"
|
1466 |
msgstr ""
|
1467 |
|
1468 |
+
#: ../modules/usage_popover/custom-contact-forms-usage-popover.php:70
|
1469 |
msgid "Dropdown:"
|
1470 |
msgstr ""
|
1471 |
|
1472 |
+
#: ../modules/usage_popover/custom-contact-forms-usage-popover.php:75
|
1473 |
msgid "This is a dropdown field"
|
1474 |
msgstr ""
|
1475 |
|
1476 |
+
#: ../modules/usage_popover/custom-contact-forms-usage-popover.php:78
|
1477 |
msgid "Field Option 2!"
|
1478 |
msgstr ""
|
1479 |
|
1480 |
+
#: ../modules/usage_popover/custom-contact-forms-usage-popover.php:81
|
1481 |
msgid "Field Option 3!"
|
1482 |
msgstr ""
|
1483 |
|
1484 |
+
#: ../modules/usage_popover/custom-contact-forms-usage-popover.php:84
|
1485 |
msgid "Field Option 4!"
|
1486 |
msgstr ""
|
1487 |
|
1488 |
+
#: ../modules/usage_popover/custom-contact-forms-usage-popover.php:87
|
1489 |
msgid "Unlimited # of options allowed"
|
1490 |
msgstr ""
|
1491 |
|
1492 |
+
#: ../modules/usage_popover/custom-contact-forms-usage-popover.php:93
|
1493 |
msgid "Radio:"
|
1494 |
msgstr ""
|
1495 |
|
1496 |
+
#: ../modules/usage_popover/custom-contact-forms-usage-popover.php:97
|
1497 |
msgid "A radio field"
|
1498 |
msgstr ""
|
1499 |
|
1500 |
+
#: ../modules/usage_popover/custom-contact-forms-usage-popover.php:99
|
1501 |
msgid "Field Option 2"
|
1502 |
msgstr ""
|
1503 |
|
1504 |
+
#: ../modules/usage_popover/custom-contact-forms-usage-popover.php:101
|
1505 |
msgid "Field Option 3"
|
1506 |
msgstr ""
|
1507 |
|
1508 |
+
#: ../modules/usage_popover/custom-contact-forms-usage-popover.php:105
|
1509 |
msgid "Checkbox:"
|
1510 |
msgstr ""
|
1511 |
|
1512 |
+
#: ../modules/usage_popover/custom-contact-forms-usage-popover.php:109
|
1513 |
msgid "This is a checkbox field"
|
1514 |
msgstr ""
|
1515 |
|
1516 |
+
#: ../modules/usage_popover/custom-contact-forms-usage-popover.php:113
|
1517 |
msgid "(advanced) Hidden:"
|
1518 |
msgstr ""
|
1519 |
|
1520 |
+
#: ../modules/usage_popover/custom-contact-forms-usage-popover.php:115
|
1521 |
msgid "These fields are hidden (obviously), they allow you to pass hidden information within your forms. Great for using other form processors like Aweber or InfusionSoft."
|
1522 |
msgstr ""
|
1523 |
|
1524 |
+
#: ../modules/usage_popover/custom-contact-forms-usage-popover.php:119
|
1525 |
msgid "There are a variety of different options that you can use when creating a field,"
|
1526 |
msgstr ""
|
1527 |
|
1528 |
+
#: ../modules/usage_popover/custom-contact-forms-usage-popover.php:121
|
1529 |
msgid "denotes something required:"
|
1530 |
msgstr ""
|
1531 |
|
1532 |
+
#: ../modules/usage_popover/custom-contact-forms-usage-popover.php:127
|
1533 |
msgid "A slug is simply a way to identify your field. It can only contain underscores, letters, and numbers and must be unique."
|
1534 |
msgstr ""
|
1535 |
|
1536 |
+
#: ../modules/usage_popover/custom-contact-forms-usage-popover.php:137
|
1537 |
msgid "The six field types you can choose from are explained above."
|
1538 |
msgstr ""
|
1539 |
|
1540 |
+
#: ../modules/usage_popover/custom-contact-forms-usage-popover.php:142
|
1541 |
msgid "This is the initial value of the field. If you set the type as checkbox, it is recommend you set this to what the checkbox is implying. For example if I were creating the checkbox 'Are you human?', I would set the initial value to 'Yes'. If you set the field type as 'Dropdown' or 'Radio', you should enter the slug of the field option you would like initially selected (or just leave it blank and the first option attached will be selected)."
|
1542 |
msgstr ""
|
1543 |
|
1544 |
+
#: ../modules/usage_popover/custom-contact-forms-usage-popover.php:147
|
1545 |
msgid "This allows you to limit the amount of characters a user can enter in a field (does not apply to textareas as of version 3.5.5)"
|
1546 |
msgstr ""
|
1547 |
|
1548 |
+
#: ../modules/usage_popover/custom-contact-forms-usage-popover.php:152
|
1549 |
msgid "If a field is required and a user leaves it blank, the plugin will display an error message explaining the problem. The user will then have to go back and fill in the field properly."
|
1550 |
msgstr ""
|
1551 |
|
1552 |
+
#: ../modules/usage_popover/custom-contact-forms-usage-popover.php:157
|
1553 |
msgid "If this is filled out, a stylish tooltip popover displaying this text will show when the field is selected. This will only work if JQuery is enabled in general options."
|
1554 |
msgstr ""
|
1555 |
|
1556 |
+
#: ../modules/usage_popover/custom-contact-forms-usage-popover.php:165
|
1557 |
msgid "(advanced) Field Class:"
|
1558 |
msgstr ""
|
1559 |
|
1560 |
+
#: ../modules/usage_popover/custom-contact-forms-usage-popover.php:167
|
1561 |
msgid "This allows you to assign a CSS class to an individual field without affecting anything else. This is a great way to take the customization of your form to the next level."
|
1562 |
msgstr ""
|
1563 |
|
1564 |
+
#: ../modules/usage_popover/custom-contact-forms-usage-popover.php:170
|
1565 |
msgid "Field Options:"
|
1566 |
msgstr ""
|
1567 |
|
1568 |
+
#: ../modules/usage_popover/custom-contact-forms-usage-popover.php:172
|
1569 |
msgid "After you create a field, if it's field type is radio or dropdown, you can attach field options to the field. Field options are explained in the next section."
|
1570 |
msgstr ""
|
1571 |
|
1572 |
+
#: ../modules/usage_popover/custom-contact-forms-usage-popover.php:180
|
1573 |
msgid "The last important thing related to fields are <span>Fixed Fields</span>. Fixed Fields are special fields that come already created within the plugin such as the captcha spam blocker and email field. Fixed Fields do special things that you wouldn't be able to accomplish with normal fields; they cannot be deleted or created. For example, if you use the fixedEmail field, as opposed to creating your own email field. the users email will be checked to make sure it is valid, if it isn't a form error will be displayed. Below is a list of fixed fields and their descriptions."
|
1574 |
msgstr ""
|
1575 |
|
1576 |
+
#: ../modules/usage_popover/custom-contact-forms-usage-popover.php:183
|
1577 |
msgid "fixedEmail:"
|
1578 |
msgstr ""
|
1579 |
|
1580 |
+
#: ../modules/usage_popover/custom-contact-forms-usage-popover.php:183
|
1581 |
msgid "When attached to a form and set to required, this field will validate a user's email addresses. If a user's email is not valid, an error will be shown."
|
1582 |
msgstr ""
|
1583 |
|
1584 |
+
#: ../modules/usage_popover/custom-contact-forms-usage-popover.php:184
|
1585 |
msgid "captcha:"
|
1586 |
msgstr ""
|
1587 |
|
1588 |
+
#: ../modules/usage_popover/custom-contact-forms-usage-popover.php:184
|
1589 |
msgid "This field helps prevent spam by prompting users to copy numbers displayed on an image. If a user copies the numbers incorrectly, the form will show an error."
|
1590 |
msgstr ""
|
1591 |
|
1592 |
+
#: ../modules/usage_popover/custom-contact-forms-usage-popover.php:185
|
1593 |
msgid "fixedWebsite:"
|
1594 |
msgstr ""
|
1595 |
|
1596 |
+
#: ../modules/usage_popover/custom-contact-forms-usage-popover.php:185
|
1597 |
msgid "When attached to a form and set to required, this field will validate a user's website. If a user's website is not valid, an error will be shown."
|
1598 |
msgstr ""
|
1599 |
|
1600 |
+
#: ../modules/usage_popover/custom-contact-forms-usage-popover.php:186
|
1601 |
msgid "emailSubject:"
|
1602 |
msgstr ""
|
1603 |
|
1604 |
+
#: ../modules/usage_popover/custom-contact-forms-usage-popover.php:186
|
1605 |
msgid "This lets a user enter in an email subject that will carry over as the subject of the email sent to you on form completion"
|
1606 |
msgstr ""
|
1607 |
|
1608 |
+
#: ../modules/usage_popover/custom-contact-forms-usage-popover.php:187
|
1609 |
msgid "usaStates:"
|
1610 |
msgstr ""
|
1611 |
|
1612 |
+
#: ../modules/usage_popover/custom-contact-forms-usage-popover.php:187
|
1613 |
msgid "This field displays a dropdown of all the states in the US."
|
1614 |
msgstr ""
|
1615 |
|
1616 |
+
#: ../modules/usage_popover/custom-contact-forms-usage-popover.php:188
|
1617 |
msgid "allCountries:"
|
1618 |
msgstr ""
|
1619 |
|
1620 |
+
#: ../modules/usage_popover/custom-contact-forms-usage-popover.php:188
|
1621 |
msgid "This field displays a dropdown of all the countries in the world."
|
1622 |
msgstr ""
|
1623 |
|
1624 |
+
#: ../modules/usage_popover/custom-contact-forms-usage-popover.php:189
|
1625 |
msgid "resetButton:"
|
1626 |
msgstr ""
|
1627 |
|
1628 |
+
#: ../modules/usage_popover/custom-contact-forms-usage-popover.php:189
|
1629 |
msgid "Attaching this field adds a reset button right next to the submit button in your form."
|
1630 |
msgstr ""
|
1631 |
|
1632 |
+
#: ../modules/usage_popover/custom-contact-forms-usage-popover.php:190
|
1633 |
msgid "ishuman:"
|
1634 |
msgstr ""
|
1635 |
|
1636 |
+
#: ../modules/usage_popover/custom-contact-forms-usage-popover.php:190
|
1637 |
msgid "This field helps prevent spam by prompting users to check a box to verify that they are human. If the box is left unchecked, an error will be displayed and the user will have to go back."
|
1638 |
msgstr ""
|
1639 |
|
1640 |
+
#: ../modules/usage_popover/custom-contact-forms-usage-popover.php:198
|
1641 |
msgid "In the field section above, look at the radio or dropdown fields. See how they have multiple options within the field? Those are called Field Options. Field Options have their own manager. There are only three things you must fill in to create a field option."
|
1642 |
msgstr ""
|
1643 |
|
1644 |
+
#: ../modules/usage_popover/custom-contact-forms-usage-popover.php:204
|
1645 |
msgid "Used to identify the field option, solely for admin purposes; must be unique, and contain only letters, numbers, and underscores. Example: 'slug_one'."
|
1646 |
msgstr ""
|
1647 |
|
1648 |
+
#: ../modules/usage_popover/custom-contact-forms-usage-popover.php:209
|
1649 |
msgid "This is what is shown to the user in the dropdown or radio field."
|
1650 |
msgstr ""
|
1651 |
|
1652 |
+
#: ../modules/usage_popover/custom-contact-forms-usage-popover.php:214
|
1653 |
msgid "This is the actual value of the option which isn't shown to the user. This can be the same thing as the label. An example pairing of label => value is: 'The color green' => 'green' or 'Yes' => '1'. The option value is behind the scences; unseen by the user, but when a user fills out the form, the option value is what is actually emailed to you and stored in the database. For dropdown fields the option value is optional, <span>for radio fields it is required</span>."
|
1654 |
msgstr ""
|
1655 |
|
1656 |
+
#: ../modules/usage_popover/custom-contact-forms-usage-popover.php:218
|
1657 |
msgid "Please Select:"
|
1658 |
msgstr ""
|
1659 |
|
1660 |
+
#: ../modules/usage_popover/custom-contact-forms-usage-popover.php:218
|
1661 |
msgid "Option 1"
|
1662 |
msgstr ""
|
1663 |
|
1664 |
+
#: ../modules/usage_popover/custom-contact-forms-usage-popover.php:218
|
1665 |
msgid "Option 2"
|
1666 |
msgstr ""
|
1667 |
|
1668 |
+
#: ../modules/usage_popover/custom-contact-forms-usage-popover.php:219
|
1669 |
msgid "Dead options are only useful for required dropdown fields. The first field option \"Please Select\" would be a useful way to encorporate a dead option. Assume the field is required; if a user submitted that field and left it as \"Please Select:\", then the form would throw an error and the user would have to go back."
|
1670 |
msgstr ""
|
1671 |
|
1672 |
+
#: ../modules/usage_popover/custom-contact-forms-usage-popover.php:223
|
1673 |
msgid "Once you create field options, you can attach them (in the field manager) to radio and dropdown fields (that are already created). It is important to remember that after you create a dropdown or radio field, they will not work until you attach one or more field options."
|
1674 |
msgstr ""
|
1675 |
|
1676 |
+
#: ../modules/usage_popover/custom-contact-forms-usage-popover.php:231
|
1677 |
msgid "Forms bring everything together. Each form you create in the form manager shows a code to display that form in posts/pages as well as theme files. The post/page form display code looks like: [customcontact id=FORMID]. There are a number of parameters that you can fill out when creating and managing each of your forms."
|
1678 |
msgstr ""
|
1679 |
|
1680 |
+
#: ../modules/usage_popover/custom-contact-forms-usage-popover.php:237
|
1681 |
msgid "A slug is simply a way to identify your form. It can only contain underscores, letters, and numbers and must be unique. Example 'my_contact_form'"
|
1682 |
msgstr ""
|
1683 |
|
1684 |
+
#: ../modules/usage_popover/custom-contact-forms-usage-popover.php:242
|
1685 |
msgid "The form title is heading text shown at the top of the form to users. Here's an example: 'My Contact Form'."
|
1686 |
msgstr ""
|
1687 |
|
1688 |
+
#: ../modules/usage_popover/custom-contact-forms-usage-popover.php:245
|
1689 |
msgid "Form Method:"
|
1690 |
msgstr ""
|
1691 |
|
1692 |
+
#: ../modules/usage_popover/custom-contact-forms-usage-popover.php:247
|
1693 |
msgid "If you don't know what this is leave it as 'Post'. This allows you to change the way a form sends user information."
|
1694 |
msgstr ""
|
1695 |
|
1696 |
+
#: ../modules/usage_popover/custom-contact-forms-usage-popover.php:250
|
1697 |
msgid "Form Action:"
|
1698 |
msgstr ""
|
1699 |
|
1700 |
+
#: ../modules/usage_popover/custom-contact-forms-usage-popover.php:252
|
1701 |
msgid "This allows you to process your forms using 3rd party services or your own scripts. If you don't know what this is, then leave it blank. This is useful if you use a service like Aweber or InfusionSoft."
|
1702 |
msgstr ""
|
1703 |
|
1704 |
+
#: ../modules/usage_popover/custom-contact-forms-usage-popover.php:257
|
1705 |
msgid "This allows you to apply styles you create in the style manager to your forms. If you haven't created a custom style yet, just choose 'Default'."
|
1706 |
msgstr ""
|
1707 |
|
1708 |
+
#: ../modules/usage_popover/custom-contact-forms-usage-popover.php:262
|
1709 |
msgid "Here, you can specify the text that shows on the submit button."
|
1710 |
msgstr ""
|
1711 |
|
1712 |
+
#: ../modules/usage_popover/custom-contact-forms-usage-popover.php:267
|
1713 |
msgid "If unsure, leave blank. This field allows you to insert custom HTML directly after the starting form tag."
|
1714 |
msgstr ""
|
1715 |
|
1716 |
+
#: ../modules/usage_popover/custom-contact-forms-usage-popover.php:272
|
1717 |
msgid "Specify the email address(es) that should receive all form submissions. Seperate multiple email addresses with semi-colons (ex: email1@gmail.com;email2@gmail.com;email3@gmail.com). If you leave this blank it will revert to the default specified in general settings. You can set forms not to send email in General Settings."
|
1718 |
msgstr ""
|
1719 |
|
1720 |
+
#: ../modules/usage_popover/custom-contact-forms-usage-popover.php:277
|
1721 |
msgid "Will be displayed in a popover after the form is filled out successfully when no custom success page is specified; if left blank it will use the default specified in general settings."
|
1722 |
msgstr ""
|
1723 |
|
1724 |
+
#: ../modules/usage_popover/custom-contact-forms-usage-popover.php:287
|
1725 |
msgid "If this is filled out, users will be sent to this page when they successfully fill out the form. If it is left blank, a popover showing the form's 'success message' will be displayed on successful form submission."
|
1726 |
msgstr ""
|
1727 |
|
1728 |
+
#: ../modules/usage_popover/custom-contact-forms-usage-popover.php:290
|
1729 |
msgid "Email From Name:"
|
1730 |
msgstr ""
|
1731 |
|
1732 |
+
#: ../modules/usage_popover/custom-contact-forms-usage-popover.php:292
|
1733 |
msgid "The email sent to you on form completion will be from this name. If this is left blank, it will default to the 'Default From Name' provided in General Settings."
|
1734 |
msgstr ""
|
1735 |
|
1736 |
+
#: ../modules/usage_popover/custom-contact-forms-usage-popover.php:295
|
1737 |
msgid "Email Subject:"
|
1738 |
msgstr ""
|
1739 |
|
1740 |
+
#: ../modules/usage_popover/custom-contact-forms-usage-popover.php:297
|
1741 |
msgid "This is the subject of the email that will be sent to you on form completion. If this is left blank, it will default to the 'Default Email Subject' provided in General Settings."
|
1742 |
msgstr ""
|
1743 |
|
1744 |
+
#: ../modules/usage_popover/custom-contact-forms-usage-popover.php:300
|
1745 |
msgid "Can View Form:"
|
1746 |
msgstr ""
|
1747 |
|
1748 |
+
#: ../modules/usage_popover/custom-contact-forms-usage-popover.php:302
|
1749 |
msgid "This lets you choose which types of users can view your form. If you want everyone to see the form, check all the boxes. If a user doesn't have access to the form, they will not be able to see it."
|
1750 |
msgstr ""
|
1751 |
|
1752 |
+
#: ../modules/usage_popover/custom-contact-forms-usage-popover.php:305
|
1753 |
msgid "Attach Fields:"
|
1754 |
msgstr ""
|
1755 |
|
1756 |
+
#: ../modules/usage_popover/custom-contact-forms-usage-popover.php:307
|
1757 |
msgid "After creating a form you are given the option to attach (and detach) fields to that specific form. Forms are useless until you attach fields."
|
1758 |
msgstr ""
|
1759 |
|
1760 |
+
#: ../modules/usage_popover/custom-contact-forms-usage-popover.php:311
|
1761 |
msgid "The form success message and success title apply to a popover that fades in after someone successfully completes a form (that does not have a custom success URL provided). The image below will help to give you a feel to how the popover will look and where the title and message actually show up."
|
1762 |
msgstr ""
|
1763 |
|
1764 |
+
#: ../modules/usage_popover/custom-contact-forms-usage-popover.php:317
|
1765 |
msgid "Style Manager"
|
1766 |
msgstr ""
|
1767 |
|
1768 |
+
#: ../modules/usage_popover/custom-contact-forms-usage-popover.php:320
|
1769 |
msgid "The style manager allows you to customize the appearance of forms without any knowledge of CSS. There are a ton of parameters you can fill out with each style and all of them are pretty self-explanitory. After you create a style, you need to go to the form manager and set the form style to the new style you created (the slug will be what shows in the 'Form Style' dropdown)."
|
1770 |
msgstr ""
|
1771 |
|
1772 |
+
#: ../modules/usage_popover/custom-contact-forms-usage-popover.php:323
|
1773 |
msgid "The image below will help you better understand how each style option will change your forms."
|
1774 |
msgstr ""
|
1775 |
|
1776 |
+
#: ../modules/usage_popover/custom-contact-forms-usage-popover.php:329
|
1777 |
msgid "Custom HTML Forms Feature (advanced)"
|
1778 |
msgstr ""
|
1779 |
|
1780 |
+
#: ../modules/usage_popover/custom-contact-forms-usage-popover.php:332
|
1781 |
msgid "If you know HTML and simply want to use this plugin to process form requests, this feature is for you. The following HTML is a the framework to which you must adhere. In order for your form to work you MUST do the following:"
|
1782 |
msgstr ""
|
1783 |
|
1784 |
+
#: ../modules/usage_popover/custom-contact-forms-usage-popover.php:336
|
1785 |
msgid "Keep the form action/method the same (yes the action is supposed to be empty)."
|
1786 |
msgstr ""
|
1787 |
|
1788 |
+
#: ../modules/usage_popover/custom-contact-forms-usage-popover.php:339
|
1789 |
msgid "Include all the hidden fields shown below."
|
1790 |
msgstr ""
|
1791 |
|
1792 |
+
#: ../modules/usage_popover/custom-contact-forms-usage-popover.php:342
|
1793 |
msgid "Provide a hidden field with a success message or thank you page (both hidden fields are included below, you must choose one or the other and fill in the value part of the input field appropriately)."
|
1794 |
msgstr ""
|
1795 |
|
1796 |
+
#: ../modules/usage_popover/custom-contact-forms-usage-popover.php:346
|
1797 |
msgid "Just to be clear, you don't edit the code in the Custom HTML Forms feature within the admin panel. Instead, you copy the code in to the page, post, or theme file you want to display a form, then edit the code to look how you want following the guidelines provided above."
|
1798 |
msgstr ""
|
1799 |
|
1800 |
+
#: ../modules/usage_popover/custom-contact-forms-usage-popover.php:354
|
1801 |
msgid "This features saves each user form submission. All the fields attached to the form along with the time of submission and form URL are saved in the database and displayed in a stylish format in the admin panel."
|
1802 |
msgstr ""
|
1803 |
|
1804 |
+
#: ../modules/usage_popover/custom-contact-forms-usage-popover.php:359
|
1805 |
msgid "Import / Export"
|
1806 |
msgstr ""
|
1807 |
|
1808 |
+
#: ../modules/usage_popover/custom-contact-forms-usage-popover.php:362
|
1809 |
msgid ""
|
1810 |
"Import/export is a new feature that allows you to transfer forms, fields, field options, styles and everything else saved by the plugin between Wordpress installations. Clicking the Export All button will create a .SQL file for download. With the .SQL export file you can use the importer within the CCF plugin admin page to import the .SQL file. The built-in importer is completely safe as long as you only import files that have been generated by the CCF exporter. \n"
|
1811 |
" You can also use PHPMyAdmin or any other MySQL database administration tool to run the import file. Importing a .SQL file will never overwrite any existing data. \n"
|
1813 |
" If you are importing without using the built-in importer (such as PHPMyAdmin), then note the following: You should only run the import file on Wordpress installations that already have Custom Contact Forms installed; also you will need to change the table prefix for each query within the .SQL file."
|
1814 |
msgstr ""
|
1815 |
|
1816 |
+
#: ../modules/usage_popover/custom-contact-forms-usage-popover.php:367
|
1817 |
msgid "Custom Contact Forms allows you to import data in different ways."
|
1818 |
msgstr ""
|
1819 |
|
1820 |
+
#: ../modules/usage_popover/custom-contact-forms-usage-popover.php:369
|
1821 |
msgid "Clear and Import:"
|
1822 |
msgstr ""
|
1823 |
|
1824 |
+
#: ../modules/usage_popover/custom-contact-forms-usage-popover.php:369
|
1825 |
msgid "This is the safest way to import because it deletes all current content before importing. This is important because it prevents occurences of conflicting data ID's or slugs."
|
1826 |
msgstr ""
|
1827 |
|
1828 |
+
#: ../modules/usage_popover/custom-contact-forms-usage-popover.php:371
|
1829 |
msgid "You can also export data in different ways."
|
1830 |
msgstr ""
|
1831 |
|
1832 |
+
#: ../modules/usage_popover/custom-contact-forms-usage-popover.php:373
|
1833 |
msgid "Export All:"
|
1834 |
msgstr ""
|
1835 |
|
1836 |
+
#: ../modules/usage_popover/custom-contact-forms-usage-popover.php:373
|
1837 |
msgid "This exports all custom contact form data including your general settings in SQL format. This is allows you to easily create backups."
|
1838 |
msgstr ""
|
1839 |
|
1840 |
+
#: ../modules/usage_popover/custom-contact-forms-usage-popover.php:375
|
1841 |
msgid "More import/export methods will be added in the future. Always create a backup before attempting an import! * Note: If you are having problems getting the importer/exporter to work, try CHMODing the import/ and export/ directories to 0777."
|
1842 |
msgstr ""
|
1843 |
|
1844 |
+
#: ../modules/widget/custom-contact-forms-dashboard.php:73
|
1845 |
msgid "View"
|
1846 |
msgstr ""
|
1847 |
|
1848 |
+
#: ../modules/widget/custom-contact-forms-dashboard.php:74
|
1849 |
msgid "CCF Saved Form Submission"
|
1850 |
msgstr ""
|
1851 |
|
1852 |
+
#: ../modules/widget/custom-contact-forms-dashboard.php:77
|
1853 |
msgid "Form Submitted:"
|
1854 |
msgstr ""
|
1855 |
|
1856 |
+
#: ../modules/widget/custom-contact-forms-dashboard.php:78
|
1857 |
+
msgid "Form Location:"
|
1858 |
+
msgstr ""
|
1859 |
+
|
1860 |
+
#: ../modules/widget/custom-contact-forms-dashboard.php:100
|
1861 |
+
#: ../modules/widget/custom-contact-forms-dashboard.php:110
|
1862 |
msgid "View All Submissions"
|
1863 |
msgstr ""
|
1864 |
|
modules/db/custom-contact-forms-activate-db.php
CHANGED
@@ -168,7 +168,7 @@ if (!class_exists('CustomContactFormsActivateDB')) {
|
|
168 |
if (!$this->columnExists('field_instructions', CCF_FIELDS_TABLE))
|
169 |
$wpdb->query("ALTER TABLE `" . CCF_FIELDS_TABLE . "` ADD `field_instructions` TEXT NOT NULL");
|
170 |
if (!$this->columnExists('field_options', CCF_FIELDS_TABLE))
|
171 |
-
$wpdb->query("ALTER TABLE `" . CCF_FIELDS_TABLE . "` ADD `field_options`
|
172 |
if (!$this->columnExists('field_required', CCF_FIELDS_TABLE))
|
173 |
$wpdb->query("ALTER TABLE `" . CCF_FIELDS_TABLE . "` ADD `field_required` INT( 1 ) NOT NULL DEFAULT '0'");
|
174 |
if (!$this->columnExists('form_backgroundcolor', CCF_STYLES_TABLE))
|
@@ -199,6 +199,7 @@ if (!class_exists('CustomContactFormsActivateDB')) {
|
|
199 |
$wpdb->query("ALTER TABLE `" . CCF_FORMS_TABLE . "` CHANGE `form_email` `form_email` TEXT NOT NULL");
|
200 |
$wpdb->query("ALTER TABLE `" . CCF_FORMS_TABLE . "` CHANGE `form_fields` `form_fields` TEXT NOT NULL");
|
201 |
$wpdb->query("ALTER TABLE `" . CCF_FIELDS_TABLE . "` CHANGE `field_label` `field_label` TEXT NOT NULL");
|
|
|
202 |
$this->updateTableCharSets();
|
203 |
}
|
204 |
|
168 |
if (!$this->columnExists('field_instructions', CCF_FIELDS_TABLE))
|
169 |
$wpdb->query("ALTER TABLE `" . CCF_FIELDS_TABLE . "` ADD `field_instructions` TEXT NOT NULL");
|
170 |
if (!$this->columnExists('field_options', CCF_FIELDS_TABLE))
|
171 |
+
$wpdb->query("ALTER TABLE `" . CCF_FIELDS_TABLE . "` ADD `field_options` TEXT NOT NULL");
|
172 |
if (!$this->columnExists('field_required', CCF_FIELDS_TABLE))
|
173 |
$wpdb->query("ALTER TABLE `" . CCF_FIELDS_TABLE . "` ADD `field_required` INT( 1 ) NOT NULL DEFAULT '0'");
|
174 |
if (!$this->columnExists('form_backgroundcolor', CCF_STYLES_TABLE))
|
199 |
$wpdb->query("ALTER TABLE `" . CCF_FORMS_TABLE . "` CHANGE `form_email` `form_email` TEXT NOT NULL");
|
200 |
$wpdb->query("ALTER TABLE `" . CCF_FORMS_TABLE . "` CHANGE `form_fields` `form_fields` TEXT NOT NULL");
|
201 |
$wpdb->query("ALTER TABLE `" . CCF_FIELDS_TABLE . "` CHANGE `field_label` `field_label` TEXT NOT NULL");
|
202 |
+
$wpdb->query("ALTER TABLE `" . CCF_FIELDS_TABLE . "` CHANGE `field_options` `field_options` TEXT NOT NULL");
|
203 |
$this->updateTableCharSets();
|
204 |
}
|
205 |
|
modules/usage_popover/custom-contact-forms-usage-popover.php
CHANGED
@@ -1,9 +1,6 @@
|
|
1 |
-
<div id="ccf-usage-popover">
|
2 |
-
<div class="popover-header">
|
3 |
-
<h5><?php _e('How To Use Custom Contact Forms', 'custom-contact-forms'); ?></h5>
|
4 |
-
<a href="javascript:void(0)" class="close">×</a> </div>
|
5 |
<div class="popover-body">
|
6 |
-
|
7 |
<li><a href="#pop-forms">
|
8 |
<?php _e('Forms', 'custom-contact-forms'); ?>
|
9 |
</a></li>
|
@@ -28,7 +25,7 @@
|
|
28 |
<li><a href="#pop-form-submissions">
|
29 |
<?php _e('Form Submissions', 'custom-contact-forms'); ?>
|
30 |
</a></li>
|
31 |
-
</ul
|
32 |
<h3>
|
33 |
<?php _e('Introduction', 'custom-contact-forms'); ?>
|
34 |
</h3>
|
1 |
+
<div id="ccf-usage-popover" title="<?php _e('Plugin Usage Popover', 'custom-contact-forms'); ?>">
|
|
|
|
|
|
|
2 |
<div class="popover-body">
|
3 |
+
<!--<ul id="popover-tof">
|
4 |
<li><a href="#pop-forms">
|
5 |
<?php _e('Forms', 'custom-contact-forms'); ?>
|
6 |
</a></li>
|
25 |
<li><a href="#pop-form-submissions">
|
26 |
<?php _e('Form Submissions', 'custom-contact-forms'); ?>
|
27 |
</a></li>
|
28 |
+
</ul>-->
|
29 |
<h3>
|
30 |
<?php _e('Introduction', 'custom-contact-forms'); ?>
|
31 |
</h3>
|
modules/widget/custom-contact-forms-dashboard.php
CHANGED
@@ -11,17 +11,23 @@ if (!class_exists('CustomContactFormsDashboard')) {
|
|
11 |
}
|
12 |
|
13 |
function isDashboardPage() {
|
14 |
-
return (is_admin() && preg_match('/index\.php$/', $_SERVER['REQUEST_URI']));
|
15 |
}
|
16 |
|
17 |
function insertDashboardStyles() {
|
18 |
-
wp_register_style('
|
19 |
-
|
|
|
|
|
20 |
}
|
21 |
|
22 |
function insertDashboardScripts() {
|
23 |
-
|
24 |
-
|
|
|
|
|
|
|
|
|
25 |
}
|
26 |
|
27 |
function display() {
|
@@ -50,10 +56,11 @@ if (!class_exists('CustomContactFormsDashboard')) {
|
|
50 |
<?php
|
51 |
if ($data->getFormID() > 0) {
|
52 |
$data_form = parent::selectForm($data->getFormID());
|
53 |
-
$this_form = (!empty($data_form->form_slug)) ? $data_form->form_slug :
|
54 |
} else
|
55 |
$this_form = __('Custom HTML Form', 'custom-contact-forms');
|
56 |
-
echo $this_form;
|
|
|
57 |
?>
|
58 |
</td>
|
59 |
<td class="form-page">
|
@@ -64,11 +71,16 @@ if (!class_exists('CustomContactFormsDashboard')) {
|
|
64 |
</td>
|
65 |
<td>
|
66 |
<input class="ccf-view-submission" type="button" value="<?php _e('View', 'custom-contact-forms'); ?>" />
|
67 |
-
<div class="view-submission-popover">
|
68 |
-
<div class="close">×</div>
|
69 |
<div class="top">
|
70 |
-
<div class="left"
|
71 |
-
<
|
|
|
|
|
|
|
|
|
|
|
|
|
72 |
</div>
|
73 |
<div class="separate"></div>
|
74 |
<ul>
|
11 |
}
|
12 |
|
13 |
function isDashboardPage() {
|
14 |
+
return (is_admin() && preg_match('/((index\.php)|(wp-admin\/?))$/', $_SERVER['REQUEST_URI']));
|
15 |
}
|
16 |
|
17 |
function insertDashboardStyles() {
|
18 |
+
wp_register_style('ccf-dashboard', plugins_url() . '/custom-contact-forms/css/custom-contact-forms-dashboard.css');
|
19 |
+
wp_register_style('ccf-jquery-ui', plugins_url() . '/custom-contact-forms/css/jquery-ui.css');
|
20 |
+
wp_enqueue_style('ccf-jquery-ui');
|
21 |
+
wp_enqueue_style('ccf-dashboard');
|
22 |
}
|
23 |
|
24 |
function insertDashboardScripts() {
|
25 |
+
wp_enqueue_script('jquery');
|
26 |
+
wp_enqueue_script('jquery-ui-core');
|
27 |
+
wp_enqueue_script('jquery-ui-widget', plugins_url() . '/custom-contact-forms/js/jquery.ui.widget.js');
|
28 |
+
wp_enqueue_script('jquery-ui-dialog');
|
29 |
+
wp_register_script('ccf-dashboard', plugins_url() . '/custom-contact-forms/js/custom-contact-forms-dashboard.js', array('jquery', 'jquery-ui-core', 'jquery-ui-widget', 'jquery-ui-dialog'));
|
30 |
+
wp_enqueue_script('ccf-dashboard');
|
31 |
}
|
32 |
|
33 |
function display() {
|
56 |
<?php
|
57 |
if ($data->getFormID() > 0) {
|
58 |
$data_form = parent::selectForm($data->getFormID());
|
59 |
+
$this_form = (!empty($data_form->form_slug)) ? $data_form->form_slug : '-';
|
60 |
} else
|
61 |
$this_form = __('Custom HTML Form', 'custom-contact-forms');
|
62 |
+
if (strlen($this_form) > 13) echo substr($this_form, 0, 13) . '...';
|
63 |
+
else echo $this_form;
|
64 |
?>
|
65 |
</td>
|
66 |
<td class="form-page">
|
71 |
</td>
|
72 |
<td>
|
73 |
<input class="ccf-view-submission" type="button" value="<?php _e('View', 'custom-contact-forms'); ?>" />
|
74 |
+
<div class="ccf-view-submission-popover" title="<?php _e('CCF Saved Form Submission', 'custom-contact-forms'); ?>">
|
|
|
75 |
<div class="top">
|
76 |
+
<div class="left">
|
77 |
+
<p><?php _e('Form Submitted:', 'custom-contact-forms'); ?> <span><?php echo ($this_form == '-') ? __('Not Found', 'custom-contact-forms') : $this_form; ?></span></p>
|
78 |
+
<p><?php _e('Form Location:', 'custom-contact-forms'); ?> <span>
|
79 |
+
<?php
|
80 |
+
if (strlen($data->getFormPage()) > 70) echo substr($data->getFormPage(), 0, 70) . '...';
|
81 |
+
else echo $data->getFormPage();
|
82 |
+
?></span></p></div>
|
83 |
+
<div class="right"><span><?php echo date('F j, Y, g:i a', $data->getDataTime()); ?></span></div>
|
84 |
</div>
|
85 |
<div class="separate"></div>
|
86 |
<ul>
|
readme.txt
CHANGED
@@ -4,7 +4,7 @@ Donate link: http://www.taylorlovett.com
|
|
4 |
Tags: contact form, web form, custom contact form, custom forms, captcha form, contact fields, form mailers
|
5 |
Requires at least: 2.8.1
|
6 |
Tested up to: 3.1
|
7 |
-
Stable tag: 4.5.
|
8 |
|
9 |
Gauranteed to be the most customizable and intuitive contact form plugin for Wordpress.
|
10 |
|
@@ -88,6 +88,14 @@ http://www.taylorlovett.com/wordpress-plugins
|
|
88 |
|
89 |
== Frequently Asked Questions ==
|
90 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
91 |
= I don't know where to start. This is really confusing. =
|
92 |
* Read the Plugin Usage Popover; it explains how to use everything in great detail.
|
93 |
* If you don't want to read or learn anything, simply press the "Insert Default Content" button (in the Plugin Usage Popover). This creates a few basic fields and a form. Then just insert the form in a page, post, or theme file.
|
@@ -122,6 +130,13 @@ We are planning to add popover forms and file attachments soon.
|
|
122 |
Visit http://www.taylorlovett.com/wordpress-plugins for screenshots. Right now all the screenshots are from Version 1, thus are quite out-dated. Install the plugin to see what it looks like. You won't regret it. I promise!
|
123 |
|
124 |
== Changelog ==
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
125 |
= 4.5.1.2 =
|
126 |
* modules/widgets/custom-contact-forms-widget.php - Widget form display bug fixed
|
127 |
|
4 |
Tags: contact form, web form, custom contact form, custom forms, captcha form, contact fields, form mailers
|
5 |
Requires at least: 2.8.1
|
6 |
Tested up to: 3.1
|
7 |
+
Stable tag: 4.5.2
|
8 |
|
9 |
Gauranteed to be the most customizable and intuitive contact form plugin for Wordpress.
|
10 |
|
88 |
|
89 |
== Frequently Asked Questions ==
|
90 |
|
91 |
+
= Something isn't working. Help! =
|
92 |
+
* First try deactivating and reactivating the plugin
|
93 |
+
* If that doesn't fix the problem, try deleting and reinstalling the plugin
|
94 |
+
* If that doesn't work, you should file a bug report.
|
95 |
+
|
96 |
+
= All my fields and field options got detached. What do I do? Will this happen again?
|
97 |
+
* Custom Contact Forms changed the way fields and field options are attached in version 4.5. It won't happen again. Just reattach everything and continue using the plugin.
|
98 |
+
|
99 |
= I don't know where to start. This is really confusing. =
|
100 |
* Read the Plugin Usage Popover; it explains how to use everything in great detail.
|
101 |
* If you don't want to read or learn anything, simply press the "Insert Default Content" button (in the Plugin Usage Popover). This creates a few basic fields and a form. Then just insert the form in a page, post, or theme file.
|
130 |
Visit http://www.taylorlovett.com/wordpress-plugins for screenshots. Right now all the screenshots are from Version 1, thus are quite out-dated. Install the plugin to see what it looks like. You won't regret it. I promise!
|
131 |
|
132 |
== Changelog ==
|
133 |
+
= 4.5.2 =
|
134 |
+
* custom-contact-forms.php - Template form display function fixed
|
135 |
+
* custom-contact-forms-admin.php - jQuery dialog used for plugin usage popover
|
136 |
+
* modules/db/custom-contact-forms-activate.php - Field options column changed to text
|
137 |
+
* modules/widgets/custom-contact-forms-dashboard.php - jQuery dialog used for popovers
|
138 |
+
* modules/widgets/custom-contact-forms-dashboard.css - jQuery dialog used for popovers
|
139 |
+
|
140 |
= 4.5.1.2 =
|
141 |
* modules/widgets/custom-contact-forms-widget.php - Widget form display bug fixed
|
142 |
|