Version Description
- modules/widgets/custom-contact-forms-dashboard.php - Bugs fixed
- custom-contact-forms-admin.php - Quick start guide added to general settings and form submissions.
- custom-contact-forms.php - Dashboard widget security bug fixed.
- modules/usage_popover/custom-contact-forms-quick-start-popover.php - Language changes made
- modules/db/custom-contact-forms-db.php - Roles bug fixed
Download this release
Release Info
Developer | tlovett1 |
Plugin | Custom Contact Forms |
Version | 4.5.3.2 |
Comparing to | |
See all releases |
Code changes from version 4.5.3.1 to 4.5.3.2
custom-contact-forms-admin.php
CHANGED
@@ -323,8 +323,6 @@ if (!class_exists('CustomContactFormsAdmin')) {
|
|
323 |
update_option(parent::getAdminOptionsName(), $admin_options);
|
324 |
}
|
325 |
$this->handleAdminPostRequests();
|
326 |
-
//parent::serializeAllFormFields();
|
327 |
-
//parent::serializeAllFieldOptions();
|
328 |
if ($_POST['insert_default_content']) {
|
329 |
ccf_utils::load_module('db/custom-contact-forms-default-db.php');
|
330 |
$this->action_complete = __('Default content has been inserted!', 'custom-contact-forms');
|
@@ -1859,6 +1857,7 @@ the field names you want required by commas. Remember to use underscores instead
|
|
1859 |
<h2>
|
1860 |
<?php _e("Custom Contact Forms", 'custom-contact-forms'); ?>
|
1861 |
</h2>
|
|
|
1862 |
<input type="button" class="usage-popover-button" value="<?php _e("Plugin Usage Manual", 'custom-contact-forms'); ?>" />
|
1863 |
</div>
|
1864 |
<a class="genesis" href="http://www.shareasale.com/r.cfm?b=241369&u=481196&m=28169&urllink=&afftrack=">Custom Contact Forms works best with any of the 20+ <span>Genesis</span> Wordpress child themes. The <span>Genesis Framework</span> empowers you to quickly and easily build incredible websites with WordPress.</a>
|
@@ -2000,6 +1999,7 @@ the field names you want required by commas. Remember to use underscores instead
|
|
2000 |
<h2>
|
2001 |
<?php _e("Custom Contact Forms", 'custom-contact-forms'); ?>
|
2002 |
</h2>
|
|
|
2003 |
<input type="button" class="usage-popover-button" value="<?php _e("Plugin Usage Manual", 'custom-contact-forms'); ?>" />
|
2004 |
</div>
|
2005 |
<a class="genesis" href="http://www.shareasale.com/r.cfm?b=241369&u=481196&m=28169&urllink=&afftrack=">Custom Contact Forms works best with any of the 20+ <span>Genesis</span> Wordpress child themes. The <span>Genesis Framework</span> empowers you to quickly and easily build incredible websites with WordPress.</a>
|
323 |
update_option(parent::getAdminOptionsName(), $admin_options);
|
324 |
}
|
325 |
$this->handleAdminPostRequests();
|
|
|
|
|
326 |
if ($_POST['insert_default_content']) {
|
327 |
ccf_utils::load_module('db/custom-contact-forms-default-db.php');
|
328 |
$this->action_complete = __('Default content has been inserted!', 'custom-contact-forms');
|
1857 |
<h2>
|
1858 |
<?php _e("Custom Contact Forms", 'custom-contact-forms'); ?>
|
1859 |
</h2>
|
1860 |
+
<input type="button" class="quick-start-button" value="<?php _e("Quick Start Guide", 'custom-contact-forms'); ?>" />
|
1861 |
<input type="button" class="usage-popover-button" value="<?php _e("Plugin Usage Manual", 'custom-contact-forms'); ?>" />
|
1862 |
</div>
|
1863 |
<a class="genesis" href="http://www.shareasale.com/r.cfm?b=241369&u=481196&m=28169&urllink=&afftrack=">Custom Contact Forms works best with any of the 20+ <span>Genesis</span> Wordpress child themes. The <span>Genesis Framework</span> empowers you to quickly and easily build incredible websites with WordPress.</a>
|
1999 |
<h2>
|
2000 |
<?php _e("Custom Contact Forms", 'custom-contact-forms'); ?>
|
2001 |
</h2>
|
2002 |
+
<input type="button" class="quick-start-button" value="<?php _e("Quick Start Guide", 'custom-contact-forms'); ?>" />
|
2003 |
<input type="button" class="usage-popover-button" value="<?php _e("Plugin Usage Manual", 'custom-contact-forms'); ?>" />
|
2004 |
</div>
|
2005 |
<a class="genesis" href="http://www.shareasale.com/r.cfm?b=241369&u=481196&m=28169&urllink=&afftrack=">Custom Contact Forms works best with any of the 20+ <span>Genesis</span> Wordpress child themes. The <span>Genesis Framework</span> empowers you to quickly and easily build incredible websites with WordPress.</a>
|
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.3.
|
7 |
Author: Taylor Lovett
|
8 |
Author URI: http://www.taylorlovett.com
|
9 |
*/
|
@@ -106,13 +106,11 @@ if (!is_admin()) { /* is front */
|
|
106 |
if ($admin_options['enable_dashboard_widget'] == 1) {
|
107 |
ccf_utils::load_module('widget/custom-contact-forms-dashboard.php');
|
108 |
$ccf_dashboard = new CustomContactFormsDashboard();
|
109 |
-
if ($ccf_dashboard->
|
110 |
-
|
111 |
-
|
112 |
-
add_action('admin_enqueue_scripts', array(&$ccf_dashboard, 'insertDashboardScripts'), 1);
|
113 |
-
}
|
114 |
-
add_action('wp_dashboard_setup', array(&$ccf_dashboard, 'install'));
|
115 |
}
|
|
|
116 |
}
|
117 |
add_action('init', array(&$custom_contact_admin, 'adminInit'), 1);
|
118 |
if ($custom_contact_admin->isPluginAdminPage()) {
|
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.3.2
|
7 |
Author: Taylor Lovett
|
8 |
Author URI: http://www.taylorlovett.com
|
9 |
*/
|
106 |
if ($admin_options['enable_dashboard_widget'] == 1) {
|
107 |
ccf_utils::load_module('widget/custom-contact-forms-dashboard.php');
|
108 |
$ccf_dashboard = new CustomContactFormsDashboard();
|
109 |
+
if ($ccf_dashboard->isDashboardPage()) {
|
110 |
+
add_action('admin_print_styles', array(&$ccf_dashboard, 'insertDashboardStyles'), 1);
|
111 |
+
add_action('admin_enqueue_scripts', array(&$ccf_dashboard, 'insertDashboardScripts'), 1);
|
|
|
|
|
|
|
112 |
}
|
113 |
+
add_action('wp_dashboard_setup', array(&$ccf_dashboard, 'install'));
|
114 |
}
|
115 |
add_action('init', array(&$custom_contact_admin, 'adminInit'), 1);
|
116 |
if ($custom_contact_admin->isPluginAdminPage()) {
|
lang/custom-contact-forms.mo
CHANGED
Binary file
|
lang/custom-contact-forms.po
CHANGED
@@ -2,8 +2,8 @@ msgid ""
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: custom-contact-forms\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date: 2011-05-
|
6 |
-
"PO-Revision-Date: 2011-05-
|
7 |
"Last-Translator: Taylor Lovett <admin@taylorlovett.com>\n"
|
8 |
"Language-Team: TaylorLovett.com <admin@taylorlovett.com>\n"
|
9 |
"MIME-Version: 1.0\n"
|
@@ -20,1046 +20,1048 @@ 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 |
#: ../modules/usage_popover/custom-contact-forms-quick-start-popover.php:1
|
31 |
msgid "Quick Start Guide"
|
32 |
msgstr ""
|
33 |
|
34 |
-
#: ../custom-contact-forms-admin.php:
|
35 |
-
#: ../custom-contact-forms-admin.php:
|
36 |
#: ../custom-contact-forms-admin.php:2003
|
37 |
msgid "Plugin Usage Manual"
|
38 |
msgstr ""
|
39 |
|
40 |
-
#: ../custom-contact-forms-admin.php:
|
41 |
msgid "Create Fields"
|
42 |
msgstr ""
|
43 |
|
44 |
-
#: ../custom-contact-forms-admin.php:
|
45 |
msgid "Create Forms"
|
46 |
msgstr ""
|
47 |
|
48 |
-
#: ../custom-contact-forms-admin.php:
|
49 |
msgid "Manage Fields"
|
50 |
msgstr ""
|
51 |
|
52 |
-
#: ../custom-contact-forms-admin.php:
|
53 |
-
#: ../custom-contact-forms-admin.php:
|
54 |
msgid "Manage Fixed Fields"
|
55 |
msgstr ""
|
56 |
|
57 |
-
#: ../custom-contact-forms-admin.php:
|
58 |
-
#: ../custom-contact-forms-admin.php:
|
59 |
msgid "Manage Forms"
|
60 |
msgstr ""
|
61 |
|
62 |
-
#: ../custom-contact-forms-admin.php:
|
63 |
msgid "Create Styles"
|
64 |
msgstr ""
|
65 |
|
66 |
-
#: ../custom-contact-forms-admin.php:
|
67 |
msgid "Manage Styles"
|
68 |
msgstr ""
|
69 |
|
70 |
-
#: ../custom-contact-forms-admin.php:
|
71 |
-
#: ../custom-contact-forms-admin.php:
|
72 |
msgid "Manage Field Options"
|
73 |
msgstr ""
|
74 |
|
75 |
-
#: ../custom-contact-forms-admin.php:
|
76 |
-
#: ../custom-contact-forms-admin.php:
|
77 |
msgid "Suggest a Feature"
|
78 |
msgstr ""
|
79 |
|
80 |
-
#: ../custom-contact-forms-admin.php:
|
81 |
-
#: ../custom-contact-forms-admin.php:
|
82 |
msgid "Bug Report"
|
83 |
msgstr ""
|
84 |
|
85 |
-
#: ../custom-contact-forms-admin.php:
|
86 |
msgid "Custom HTML Forms"
|
87 |
msgstr ""
|
88 |
|
89 |
-
#: ../custom-contact-forms-admin.php:
|
90 |
msgid "Plugin News"
|
91 |
msgstr ""
|
92 |
|
93 |
-
#: ../custom-contact-forms-admin.php:
|
94 |
msgid "Custom Contact Forms works best with any of the 20+ "
|
95 |
msgstr ""
|
96 |
|
97 |
-
#: ../custom-contact-forms-admin.php:
|
98 |
msgid "Genesis"
|
99 |
msgstr ""
|
100 |
|
101 |
-
#: ../custom-contact-forms-admin.php:
|
102 |
msgid "Wordpress child themes. The"
|
103 |
msgstr ""
|
104 |
|
105 |
-
#: ../custom-contact-forms-admin.php:
|
106 |
msgid "Genesis Framework"
|
107 |
msgstr ""
|
108 |
|
109 |
-
#: ../custom-contact-forms-admin.php:
|
110 |
msgid "empowers you to quickly and easily build incredible websites with WordPress."
|
111 |
msgstr ""
|
112 |
|
113 |
-
#: ../custom-contact-forms-admin.php:
|
114 |
msgid "WP Blogging Tips, Downloads, SEO Tricks & Exclusive Tutorials"
|
115 |
msgstr ""
|
116 |
|
117 |
-
#: ../custom-contact-forms-admin.php:
|
118 |
msgid "Create A Form Field"
|
119 |
msgstr ""
|
120 |
|
121 |
-
#: ../custom-contact-forms-admin.php:
|
122 |
msgid "Field Slug:"
|
123 |
msgstr ""
|
124 |
|
125 |
-
#: ../custom-contact-forms-admin.php:
|
126 |
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."
|
127 |
msgstr ""
|
128 |
|
129 |
-
#: ../custom-contact-forms-admin.php:
|
130 |
msgid "Field Label:"
|
131 |
msgstr ""
|
132 |
|
133 |
-
#: ../custom-contact-forms-admin.php:
|
134 |
msgid "The field label is displayed next to the field and is visible to the user."
|
135 |
msgstr ""
|
136 |
|
137 |
-
#: ../custom-contact-forms-admin.php:
|
138 |
msgid "Field Type:"
|
139 |
msgstr ""
|
140 |
|
141 |
-
#: ../custom-contact-forms-admin.php:
|
142 |
msgid "Initial Value:"
|
143 |
msgstr ""
|
144 |
|
145 |
-
#: ../custom-contact-forms-admin.php:
|
146 |
msgid ""
|
147 |
"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"
|
148 |
"\t\t\t\t\t\t'Are you human?', I would set the initial value to 'Yes'."
|
149 |
msgstr ""
|
150 |
|
151 |
-
#: ../custom-contact-forms-admin.php:
|
152 |
msgid "If you set the field type as 'Dropdown' or 'Radio', you should enter the slug of the"
|
153 |
msgstr ""
|
154 |
|
155 |
-
#: ../custom-contact-forms-admin.php:
|
156 |
msgid "Create a Field Option"
|
157 |
msgstr ""
|
158 |
|
159 |
-
#: ../custom-contact-forms-admin.php:
|
160 |
msgid "field option"
|
161 |
msgstr ""
|
162 |
|
163 |
-
#: ../custom-contact-forms-admin.php:
|
164 |
msgid "you would like initially selected."
|
165 |
msgstr ""
|
166 |
|
167 |
-
#: ../custom-contact-forms-admin.php:
|
168 |
msgid "Max Length:"
|
169 |
msgstr ""
|
170 |
|
171 |
-
#: ../custom-contact-forms-admin.php:
|
172 |
msgid "0 for no limit; only applies to Text fields"
|
173 |
msgstr ""
|
174 |
|
175 |
-
#: ../custom-contact-forms-admin.php:
|
176 |
msgid "Required Field:"
|
177 |
msgstr ""
|
178 |
|
179 |
-
#: ../custom-contact-forms-admin.php:
|
180 |
-
#: ../custom-contact-forms-admin.php:
|
181 |
-
#: ../custom-contact-forms-admin.php:
|
182 |
-
#: ../custom-contact-forms-admin.php:
|
183 |
-
#: ../custom-contact-forms-admin.php:
|
184 |
#: ../custom-contact-forms-admin.php:2043
|
185 |
#: ../custom-contact-forms-admin.php:2174
|
186 |
#: ../custom-contact-forms-admin.php:2206
|
187 |
msgid "No"
|
188 |
msgstr ""
|
189 |
|
190 |
-
#: ../custom-contact-forms-admin.php:
|
191 |
-
#: ../custom-contact-forms-admin.php:
|
192 |
-
#: ../custom-contact-forms-admin.php:
|
193 |
-
#: ../custom-contact-forms-admin.php:
|
194 |
-
#: ../custom-contact-forms-admin.php:
|
195 |
-
#: ../custom-contact-forms-admin.php:
|
196 |
#: ../custom-contact-forms-admin.php:2040
|
197 |
#: ../custom-contact-forms-admin.php:2171
|
198 |
#: ../custom-contact-forms-admin.php:2203
|
199 |
msgid "Yes"
|
200 |
msgstr ""
|
201 |
|
202 |
-
#: ../custom-contact-forms-admin.php:
|
203 |
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."
|
204 |
msgstr ""
|
205 |
|
206 |
-
#: ../custom-contact-forms-admin.php:
|
207 |
-
#: ../custom-contact-forms-admin.php:
|
208 |
-
#: ../custom-contact-forms-admin.php:
|
209 |
msgid "Field Instructions:"
|
210 |
msgstr ""
|
211 |
|
212 |
-
#: ../custom-contact-forms-admin.php:
|
213 |
-
#: ../custom-contact-forms-admin.php:
|
214 |
-
#: ../custom-contact-forms-admin.php:
|
215 |
msgid "If this is filled out, a tooltip popover displaying this text will show when the field is selected."
|
216 |
msgstr ""
|
217 |
|
218 |
-
#: ../custom-contact-forms-admin.php:
|
219 |
-
#: ../custom-contact-forms-admin.php:
|
220 |
-
#: ../custom-contact-forms-admin.php:
|
221 |
msgid "Field Class:"
|
222 |
msgstr ""
|
223 |
|
224 |
-
#: ../custom-contact-forms-admin.php:
|
225 |
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."
|
226 |
msgstr ""
|
227 |
|
228 |
-
#: ../custom-contact-forms-admin.php:
|
229 |
-
#: ../custom-contact-forms-admin.php:
|
230 |
-
#: ../custom-contact-forms-admin.php:
|
231 |
msgid "Field Error:"
|
232 |
msgstr ""
|
233 |
|
234 |
-
#: ../custom-contact-forms-admin.php:
|
235 |
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."
|
236 |
msgstr ""
|
237 |
|
238 |
-
#: ../custom-contact-forms-admin.php:
|
239 |
msgid "Create Field"
|
240 |
msgstr ""
|
241 |
|
242 |
-
#: ../custom-contact-forms-admin.php:
|
243 |
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."
|
244 |
msgstr ""
|
245 |
|
246 |
-
#: ../custom-contact-forms-admin.php:
|
247 |
msgid "Create A Form"
|
248 |
msgstr ""
|
249 |
|
250 |
-
#: ../custom-contact-forms-admin.php:
|
251 |
msgid "Form Slug:"
|
252 |
msgstr ""
|
253 |
|
254 |
-
#: ../custom-contact-forms-admin.php:
|
255 |
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."
|
256 |
msgstr ""
|
257 |
|
258 |
-
#: ../custom-contact-forms-admin.php:
|
259 |
msgid "Form Title:"
|
260 |
msgstr ""
|
261 |
|
262 |
-
#: ../custom-contact-forms-admin.php:
|
263 |
msgid "This text is displayed above the form as the heading."
|
264 |
msgstr ""
|
265 |
|
266 |
-
#: ../custom-contact-forms-admin.php:
|
267 |
msgid "Form Style:"
|
268 |
msgstr ""
|
269 |
|
270 |
-
#: ../custom-contact-forms-admin.php:
|
271 |
msgid "Click to create a style"
|
272 |
msgstr ""
|
273 |
|
274 |
-
#: ../custom-contact-forms-admin.php:
|
275 |
msgid "Submit Button Text:"
|
276 |
msgstr ""
|
277 |
|
278 |
-
#: ../custom-contact-forms-admin.php:
|
279 |
msgid "Form Destination Email:"
|
280 |
msgstr ""
|
281 |
|
282 |
-
#: ../custom-contact-forms-admin.php:
|
283 |
msgid "Will receive all submissions from this form; if left blank it will use the default specified in general settings."
|
284 |
msgstr ""
|
285 |
|
286 |
-
#: ../custom-contact-forms-admin.php:
|
287 |
msgid "Form Email Subject:"
|
288 |
msgstr ""
|
289 |
|
290 |
-
#: ../custom-contact-forms-admin.php:
|
291 |
msgid "When submitted and configured accordingly, the form will send an email with this subject."
|
292 |
msgstr ""
|
293 |
|
294 |
-
#: ../custom-contact-forms-admin.php:
|
295 |
msgid "Form Email Name:"
|
296 |
msgstr ""
|
297 |
|
298 |
-
#: ../custom-contact-forms-admin.php:
|
299 |
msgid "When submitted and configured accordingly, the form will send an email with this as the email 'from name'."
|
300 |
msgstr ""
|
301 |
|
302 |
-
#: ../custom-contact-forms-admin.php:
|
303 |
msgid "Form Success Message:"
|
304 |
msgstr ""
|
305 |
|
306 |
-
#: ../custom-contact-forms-admin.php:
|
307 |
-
#: ../custom-contact-forms-admin.php:
|
308 |
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."
|
309 |
msgstr ""
|
310 |
|
311 |
-
#: ../custom-contact-forms-admin.php:
|
312 |
msgid "Form Success Message Title:"
|
313 |
msgstr ""
|
314 |
|
315 |
-
#: ../custom-contact-forms-admin.php:
|
316 |
msgid "Custom Success URL:"
|
317 |
msgstr ""
|
318 |
|
319 |
-
#: ../custom-contact-forms-admin.php:
|
320 |
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."
|
321 |
msgstr ""
|
322 |
|
323 |
-
#: ../custom-contact-forms-admin.php:
|
324 |
msgid "Who Can View This Form:"
|
325 |
msgstr ""
|
326 |
|
327 |
-
#: ../custom-contact-forms-admin.php:
|
328 |
msgid "Choose which types of users should be able to view this form."
|
329 |
msgstr ""
|
330 |
|
331 |
-
#: ../custom-contact-forms-admin.php:
|
332 |
msgid "Create Form"
|
333 |
msgstr ""
|
334 |
|
335 |
-
#: ../custom-contact-forms-admin.php:
|
336 |
msgid "You should go to the form manager below to attach fields to this form after you create it."
|
337 |
msgstr ""
|
338 |
|
339 |
-
#: ../custom-contact-forms-admin.php:
|
340 |
msgid "Manage User Fields"
|
341 |
msgstr ""
|
342 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
343 |
#: ../custom-contact-forms-admin.php:619
|
344 |
#: ../custom-contact-forms-admin.php:743
|
345 |
#: ../custom-contact-forms-admin.php:768
|
346 |
#: ../custom-contact-forms-admin.php:855
|
347 |
-
|
348 |
-
#: ../custom-contact-forms-admin.php:891
|
349 |
-
#: ../custom-contact-forms-admin.php:1001
|
350 |
-
#: ../custom-contact-forms-admin.php:1150
|
351 |
-
msgid "Slug"
|
352 |
msgstr ""
|
353 |
|
354 |
#: ../custom-contact-forms-admin.php:620
|
355 |
#: ../custom-contact-forms-admin.php:744
|
356 |
#: ../custom-contact-forms-admin.php:769
|
357 |
#: ../custom-contact-forms-admin.php:856
|
358 |
-
|
359 |
-
#: ../custom-contact-forms-admin.php:892
|
360 |
-
msgid "Label"
|
361 |
msgstr ""
|
362 |
|
363 |
#: ../custom-contact-forms-admin.php:621
|
364 |
#: ../custom-contact-forms-admin.php:745
|
365 |
#: ../custom-contact-forms-admin.php:770
|
366 |
#: ../custom-contact-forms-admin.php:857
|
367 |
-
msgid "
|
368 |
msgstr ""
|
369 |
|
370 |
#: ../custom-contact-forms-admin.php:622
|
371 |
#: ../custom-contact-forms-admin.php:746
|
372 |
#: ../custom-contact-forms-admin.php:771
|
373 |
#: ../custom-contact-forms-admin.php:858
|
374 |
-
msgid "Initial Value"
|
375 |
-
msgstr ""
|
376 |
-
|
377 |
-
#: ../custom-contact-forms-admin.php:623
|
378 |
-
#: ../custom-contact-forms-admin.php:747
|
379 |
-
#: ../custom-contact-forms-admin.php:772
|
380 |
-
#: ../custom-contact-forms-admin.php:859
|
381 |
-
msgid "Required"
|
382 |
-
msgstr ""
|
383 |
-
|
384 |
-
#: ../custom-contact-forms-admin.php:624
|
385 |
-
#: ../custom-contact-forms-admin.php:748
|
386 |
-
#: ../custom-contact-forms-admin.php:773
|
387 |
-
#: ../custom-contact-forms-admin.php:860
|
388 |
msgid "Maxlength"
|
389 |
msgstr ""
|
390 |
|
391 |
-
#: ../custom-contact-forms-admin.php:
|
392 |
-
#: ../custom-contact-forms-admin.php:
|
393 |
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."
|
394 |
msgstr ""
|
395 |
|
396 |
-
#: ../custom-contact-forms-admin.php:
|
397 |
-
#: ../custom-contact-forms-admin.php:
|
398 |
msgid "This lets you customize the error message displayed when this field is required and left blank."
|
399 |
msgstr ""
|
400 |
|
401 |
-
#: ../custom-contact-forms-admin.php:
|
402 |
msgid "Detach field options you"
|
403 |
msgstr ""
|
404 |
|
405 |
-
#: ../custom-contact-forms-admin.php:
|
406 |
-
#: ../custom-contact-forms-admin.php:
|
407 |
msgid "create"
|
408 |
msgstr ""
|
409 |
|
410 |
-
#: ../custom-contact-forms-admin.php:
|
411 |
msgid "Attach field options in the order you want them to display."
|
412 |
msgstr ""
|
413 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
414 |
#: ../custom-contact-forms-admin.php:754
|
415 |
-
#: ../custom-contact-forms-admin.php:866
|
416 |
#: ../custom-contact-forms-admin.php:929
|
417 |
#: ../custom-contact-forms-admin.php:1162
|
418 |
#: ../custom-contact-forms-admin.php:1732
|
419 |
#: ../custom-contact-forms-admin.php:1955
|
420 |
-
msgid "
|
421 |
msgstr ""
|
422 |
|
423 |
#: ../custom-contact-forms-admin.php:755
|
424 |
-
#: ../custom-contact-forms-admin.php:
|
425 |
#: ../custom-contact-forms-admin.php:930
|
426 |
#: ../custom-contact-forms-admin.php:1163
|
427 |
#: ../custom-contact-forms-admin.php:1733
|
428 |
-
msgid "Save"
|
429 |
-
msgstr ""
|
430 |
-
|
431 |
-
#: ../custom-contact-forms-admin.php:756
|
432 |
-
#: ../custom-contact-forms-admin.php:931
|
433 |
-
#: ../custom-contact-forms-admin.php:1164
|
434 |
-
#: ../custom-contact-forms-admin.php:1734
|
435 |
#: ../custom-contact-forms-admin.php:1956
|
436 |
-
msgid "Delete"
|
437 |
-
msgstr ""
|
438 |
-
|
439 |
-
#: ../custom-contact-forms-admin.php:757
|
440 |
-
#: ../custom-contact-forms-admin.php:868
|
441 |
-
#: ../custom-contact-forms-admin.php:932
|
442 |
-
#: ../custom-contact-forms-admin.php:1165
|
443 |
-
#: ../custom-contact-forms-admin.php:1735
|
444 |
-
#: ../custom-contact-forms-admin.php:1957
|
445 |
msgid "Apply"
|
446 |
msgstr ""
|
447 |
|
448 |
-
#: ../custom-contact-forms-admin.php:
|
449 |
-
#: ../custom-contact-forms-admin.php:
|
450 |
#: ../custom-contact-forms-admin.php:2313
|
451 |
msgid "None"
|
452 |
msgstr ""
|
453 |
|
454 |
-
#: ../custom-contact-forms-admin.php:
|
455 |
-
#: ../custom-contact-forms-admin.php:
|
456 |
msgid "Value"
|
457 |
msgstr ""
|
458 |
|
459 |
-
#: ../custom-contact-forms-admin.php:
|
460 |
-
#: ../custom-contact-forms-admin.php:
|
461 |
msgid "Is Dead"
|
462 |
msgstr ""
|
463 |
|
464 |
-
#: ../custom-contact-forms-admin.php:
|
465 |
msgid "No field options have been created."
|
466 |
msgstr ""
|
467 |
|
468 |
-
#: ../custom-contact-forms-admin.php:
|
469 |
msgid "Create A Field Option"
|
470 |
msgstr ""
|
471 |
|
472 |
-
#: ../custom-contact-forms-admin.php:
|
473 |
msgid "Option Slug:"
|
474 |
msgstr ""
|
475 |
|
476 |
-
#: ../custom-contact-forms-admin.php:
|
477 |
msgid "Used to identify this option, solely for admin purposes; must be unique, and contain only letters, numbers, and underscores. Example: 'slug_one'"
|
478 |
msgstr ""
|
479 |
|
480 |
-
#: ../custom-contact-forms-admin.php:
|
481 |
msgid "Option Label:"
|
482 |
msgstr ""
|
483 |
|
484 |
-
#: ../custom-contact-forms-admin.php:
|
485 |
msgid "This is what is shown to the user in the dropdown or radio field. Example: 'United States'"
|
486 |
msgstr ""
|
487 |
|
488 |
-
#: ../custom-contact-forms-admin.php:
|
489 |
msgid "Option Value:"
|
490 |
msgstr ""
|
491 |
|
492 |
-
#: ../custom-contact-forms-admin.php:
|
493 |
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'."
|
494 |
msgstr ""
|
495 |
|
496 |
-
#: ../custom-contact-forms-admin.php:
|
497 |
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\"."
|
498 |
msgstr ""
|
499 |
|
500 |
-
#: ../custom-contact-forms-admin.php:
|
501 |
msgid "Is Dead Option:"
|
502 |
msgstr ""
|
503 |
|
504 |
-
#: ../custom-contact-forms-admin.php:
|
505 |
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."
|
506 |
msgstr ""
|
507 |
|
508 |
-
#: ../custom-contact-forms-admin.php:
|
509 |
msgid "Create Field Option"
|
510 |
msgstr ""
|
511 |
|
512 |
-
#: ../custom-contact-forms-admin.php:
|
513 |
msgid "Rate This Plugin"
|
514 |
msgstr ""
|
515 |
|
516 |
-
#: ../custom-contact-forms-admin.php:
|
517 |
msgid "We need your help to continue development! Please <span>rate this plugin</span> to show your support."
|
518 |
msgstr ""
|
519 |
|
520 |
-
#: ../custom-contact-forms-admin.php:
|
521 |
msgid "Form Display Code"
|
522 |
msgstr ""
|
523 |
|
524 |
-
#: ../custom-contact-forms-admin.php:
|
525 |
-
#: ../custom-contact-forms-admin.php:
|
526 |
msgid "Destination Email"
|
527 |
msgstr ""
|
528 |
|
529 |
-
#: ../custom-contact-forms-admin.php:
|
530 |
-
#: ../custom-contact-forms-admin.php:
|
531 |
msgid "Title"
|
532 |
msgstr ""
|
533 |
|
534 |
-
#: ../custom-contact-forms-admin.php:
|
535 |
-
#: ../custom-contact-forms-admin.php:
|
536 |
msgid "Button Text"
|
537 |
msgstr ""
|
538 |
|
539 |
-
#: ../custom-contact-forms-admin.php:
|
540 |
-
#: ../custom-contact-forms-admin.php:
|
541 |
msgid "Style"
|
542 |
msgstr ""
|
543 |
|
544 |
-
#: ../custom-contact-forms-admin.php:
|
545 |
msgid "Method"
|
546 |
msgstr ""
|
547 |
|
548 |
-
#: ../custom-contact-forms-admin.php:
|
549 |
msgid "Form Action"
|
550 |
msgstr ""
|
551 |
|
552 |
-
#: ../custom-contact-forms-admin.php:
|
553 |
msgid "Email Subject"
|
554 |
msgstr ""
|
555 |
|
556 |
-
#: ../custom-contact-forms-admin.php:
|
557 |
msgid "Email From Name"
|
558 |
msgstr ""
|
559 |
|
560 |
-
#: ../custom-contact-forms-admin.php:
|
561 |
msgid "Success Message Title"
|
562 |
msgstr ""
|
563 |
|
564 |
-
#: ../custom-contact-forms-admin.php:
|
565 |
msgid "Success Message"
|
566 |
msgstr ""
|
567 |
|
568 |
-
#: ../custom-contact-forms-admin.php:
|
569 |
msgid "Custom Success URL"
|
570 |
msgstr ""
|
571 |
|
572 |
-
#: ../custom-contact-forms-admin.php:
|
573 |
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."
|
574 |
msgstr ""
|
575 |
|
576 |
-
#: ../custom-contact-forms-admin.php:
|
577 |
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."
|
578 |
msgstr ""
|
579 |
|
580 |
-
#: ../custom-contact-forms-admin.php:
|
581 |
msgid "This is the form email subject sent to the destination email address. If left blank, the default from General Settings will be used."
|
582 |
msgstr ""
|
583 |
|
584 |
-
#: ../custom-contact-forms-admin.php:
|
585 |
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."
|
586 |
msgstr ""
|
587 |
|
588 |
-
#: ../custom-contact-forms-admin.php:
|
589 |
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."
|
590 |
msgstr ""
|
591 |
|
592 |
-
#: ../custom-contact-forms-admin.php:
|
593 |
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."
|
594 |
msgstr ""
|
595 |
|
596 |
-
#: ../custom-contact-forms-admin.php:
|
597 |
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."
|
598 |
msgstr ""
|
599 |
|
600 |
-
#: ../custom-contact-forms-admin.php:
|
601 |
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."
|
602 |
msgstr ""
|
603 |
|
604 |
-
#: ../custom-contact-forms-admin.php:
|
605 |
msgid "Code to Display Form in Theme Files:"
|
606 |
msgstr ""
|
607 |
|
608 |
-
#: ../custom-contact-forms-admin.php:
|
609 |
msgid "This field allows you to insert HTML directly after the starting <form> tag."
|
610 |
msgstr ""
|
611 |
|
612 |
-
#: ../custom-contact-forms-admin.php:
|
613 |
msgid "Custom Code:"
|
614 |
msgstr ""
|
615 |
|
616 |
-
#: ../custom-contact-forms-admin.php:
|
617 |
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."
|
618 |
msgstr ""
|
619 |
|
620 |
-
#: ../custom-contact-forms-admin.php:
|
621 |
msgid "Attached Fields:"
|
622 |
msgstr ""
|
623 |
|
624 |
-
#: ../custom-contact-forms-admin.php:
|
625 |
msgid "Attach fields in the order you want them displayed."
|
626 |
msgstr ""
|
627 |
|
628 |
-
#: ../custom-contact-forms-admin.php:
|
629 |
msgid "Attach Field:"
|
630 |
msgstr ""
|
631 |
|
632 |
-
#: ../custom-contact-forms-admin.php:
|
633 |
msgid "Attach fixed fields or ones you"
|
634 |
msgstr ""
|
635 |
|
636 |
-
#: ../custom-contact-forms-admin.php:
|
637 |
msgid "Form Code"
|
638 |
msgstr ""
|
639 |
|
640 |
-
#: ../custom-contact-forms-admin.php:
|
641 |
msgid "Create A Style for Your Forms"
|
642 |
msgstr ""
|
643 |
|
644 |
-
#: ../custom-contact-forms-admin.php:
|
645 |
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."
|
646 |
msgstr ""
|
647 |
|
648 |
-
#: ../custom-contact-forms-admin.php:
|
649 |
msgid "Style Slug:"
|
650 |
msgstr ""
|
651 |
|
652 |
-
#: ../custom-contact-forms-admin.php:
|
653 |
msgid "(Must be unique)"
|
654 |
msgstr ""
|
655 |
|
656 |
-
#: ../custom-contact-forms-admin.php:
|
657 |
-
#: ../custom-contact-forms-admin.php:
|
658 |
-
#: ../custom-contact-forms-admin.php:
|
659 |
msgid "Title Font Size:"
|
660 |
msgstr ""
|
661 |
|
662 |
-
#: ../custom-contact-forms-admin.php:
|
663 |
msgid "(ex: 10pt, 10px, 1em)"
|
664 |
msgstr ""
|
665 |
|
666 |
-
#: ../custom-contact-forms-admin.php:
|
667 |
-
#: ../custom-contact-forms-admin.php:
|
668 |
-
#: ../custom-contact-forms-admin.php:
|
669 |
msgid "Title Font Color:"
|
670 |
msgstr ""
|
671 |
|
672 |
-
#: ../custom-contact-forms-admin.php:
|
673 |
-
#: ../custom-contact-forms-admin.php:
|
674 |
-
#: ../custom-contact-forms-admin.php:
|
675 |
-
#: ../custom-contact-forms-admin.php:
|
676 |
-
#: ../custom-contact-forms-admin.php:
|
677 |
-
#: ../custom-contact-forms-admin.php:
|
678 |
msgid "(ex: FF0000)"
|
679 |
msgstr ""
|
680 |
|
681 |
-
#: ../custom-contact-forms-admin.php:
|
682 |
-
#: ../custom-contact-forms-admin.php:
|
683 |
msgid "Label Width:"
|
684 |
msgstr ""
|
685 |
|
686 |
-
#: ../custom-contact-forms-admin.php:
|
687 |
msgid "(ex: 100px or 20%)"
|
688 |
msgstr ""
|
689 |
|
690 |
-
#: ../custom-contact-forms-admin.php:
|
691 |
-
#: ../custom-contact-forms-admin.php:
|
692 |
msgid "Label Font Size:"
|
693 |
msgstr ""
|
694 |
|
695 |
-
#: ../custom-contact-forms-admin.php:
|
696 |
-
#: ../custom-contact-forms-admin.php:
|
697 |
msgid "(ex: 10px, 10pt, 1em)"
|
698 |
msgstr ""
|
699 |
|
700 |
-
#: ../custom-contact-forms-admin.php:
|
701 |
-
#: ../custom-contact-forms-admin.php:
|
702 |
msgid "Label Font Color:"
|
703 |
msgstr ""
|
704 |
|
705 |
-
#: ../custom-contact-forms-admin.php:
|
706 |
-
#: ../custom-contact-forms-admin.php:
|
707 |
msgid "Text Field Width:"
|
708 |
msgstr ""
|
709 |
|
710 |
-
#: ../custom-contact-forms-admin.php:
|
711 |
-
#: ../custom-contact-forms-admin.php:
|
712 |
-
#: ../custom-contact-forms-admin.php:
|
713 |
-
#: ../custom-contact-forms-admin.php:
|
714 |
msgid "(ex: 100px or 100%)"
|
715 |
msgstr ""
|
716 |
|
717 |
-
#: ../custom-contact-forms-admin.php:
|
718 |
msgid "Textarea Field Width:"
|
719 |
msgstr ""
|
720 |
|
721 |
-
#: ../custom-contact-forms-admin.php:
|
722 |
msgid "Textarea Field Height:"
|
723 |
msgstr ""
|
724 |
|
725 |
-
#: ../custom-contact-forms-admin.php:
|
726 |
-
#: ../custom-contact-forms-admin.php:
|
727 |
msgid "Field Font Size:"
|
728 |
msgstr ""
|
729 |
|
730 |
-
#: ../custom-contact-forms-admin.php:
|
731 |
msgid "(ex: 10px, 10pt, 1em"
|
732 |
msgstr ""
|
733 |
|
734 |
-
#: ../custom-contact-forms-admin.php:
|
735 |
-
#: ../custom-contact-forms-admin.php:
|
736 |
msgid "Field Font Color:"
|
737 |
msgstr ""
|
738 |
|
739 |
-
#: ../custom-contact-forms-admin.php:
|
740 |
-
#: ../custom-contact-forms-admin.php:
|
741 |
msgid "(ex: 333333)"
|
742 |
msgstr ""
|
743 |
|
744 |
-
#: ../custom-contact-forms-admin.php:
|
745 |
-
#: ../custom-contact-forms-admin.php:
|
746 |
msgid "Field Border Style:"
|
747 |
msgstr ""
|
748 |
|
749 |
-
#: ../custom-contact-forms-admin.php:
|
750 |
-
#: ../custom-contact-forms-admin.php:
|
751 |
msgid "Form Margin:"
|
752 |
msgstr ""
|
753 |
|
754 |
-
#: ../custom-contact-forms-admin.php:
|
755 |
-
#: ../custom-contact-forms-admin.php:
|
756 |
-
#: ../custom-contact-forms-admin.php:
|
757 |
-
#: ../custom-contact-forms-admin.php:
|
758 |
msgid "(ex: 5px or 1em)"
|
759 |
msgstr ""
|
760 |
|
761 |
-
#: ../custom-contact-forms-admin.php:
|
762 |
-
#: ../custom-contact-forms-admin.php:
|
763 |
msgid "Label Margin:"
|
764 |
msgstr ""
|
765 |
|
766 |
-
#: ../custom-contact-forms-admin.php:
|
767 |
msgid "Textarea Background Color:"
|
768 |
msgstr ""
|
769 |
|
770 |
-
#: ../custom-contact-forms-admin.php:
|
771 |
msgid "Success Popover Font Color:"
|
772 |
msgstr ""
|
773 |
|
774 |
-
#: ../custom-contact-forms-admin.php:
|
775 |
msgid "Success Popover Title Font Size:"
|
776 |
msgstr ""
|
777 |
|
778 |
-
#: ../custom-contact-forms-admin.php:
|
779 |
-
#: ../custom-contact-forms-admin.php:
|
780 |
-
#: ../custom-contact-forms-admin.php:
|
781 |
-
#: ../custom-contact-forms-admin.php:
|
782 |
msgid "(ex: 12px, 1em, 100%)"
|
783 |
msgstr ""
|
784 |
|
785 |
-
#: ../custom-contact-forms-admin.php:
|
786 |
-
#: ../custom-contact-forms-admin.php:
|
787 |
msgid "Form Background Color:"
|
788 |
msgstr ""
|
789 |
|
790 |
-
#: ../custom-contact-forms-admin.php:
|
791 |
msgid "Tooltip Background Color:"
|
792 |
msgstr ""
|
793 |
|
794 |
-
#: ../custom-contact-forms-admin.php:
|
795 |
msgid "(ex: 000000 or black)"
|
796 |
msgstr ""
|
797 |
|
798 |
-
#: ../custom-contact-forms-admin.php:
|
799 |
-
#: ../custom-contact-forms-admin.php:
|
800 |
msgid "Field Border Color:"
|
801 |
msgstr ""
|
802 |
|
803 |
-
#: ../custom-contact-forms-admin.php:
|
804 |
-
#: ../custom-contact-forms-admin.php:
|
805 |
msgid "Form Border Style:"
|
806 |
msgstr ""
|
807 |
|
808 |
-
#: ../custom-contact-forms-admin.php:
|
809 |
-
#: ../custom-contact-forms-admin.php:
|
810 |
msgid "Form Border Color:"
|
811 |
msgstr ""
|
812 |
|
813 |
-
#: ../custom-contact-forms-admin.php:
|
814 |
msgid "(ex: 000000)"
|
815 |
msgstr ""
|
816 |
|
817 |
-
#: ../custom-contact-forms-admin.php:
|
818 |
-
#: ../custom-contact-forms-admin.php:
|
819 |
msgid "Form Border Width:"
|
820 |
msgstr ""
|
821 |
|
822 |
-
#: ../custom-contact-forms-admin.php:
|
823 |
msgid "(ex: 1px)"
|
824 |
msgstr ""
|
825 |
|
826 |
-
#: ../custom-contact-forms-admin.php:
|
827 |
-
#: ../custom-contact-forms-admin.php:
|
828 |
msgid "Form Width:"
|
829 |
msgstr ""
|
830 |
|
831 |
-
#: ../custom-contact-forms-admin.php:
|
832 |
msgid "(ex: 100px or 50%)"
|
833 |
msgstr ""
|
834 |
|
835 |
-
#: ../custom-contact-forms-admin.php:
|
836 |
msgid "Form Font Family:"
|
837 |
msgstr ""
|
838 |
|
839 |
-
#: ../custom-contact-forms-admin.php:
|
840 |
msgid "(ex: Verdana, Tahoma, Arial)"
|
841 |
msgstr ""
|
842 |
|
843 |
-
#: ../custom-contact-forms-admin.php:
|
844 |
-
#: ../custom-contact-forms-admin.php:
|
845 |
msgid "Button Width:"
|
846 |
msgstr ""
|
847 |
|
848 |
-
#: ../custom-contact-forms-admin.php:
|
849 |
msgid "(ex: 100px, 30%, auto)"
|
850 |
msgstr ""
|
851 |
|
852 |
-
#: ../custom-contact-forms-admin.php:
|
853 |
-
#: ../custom-contact-forms-admin.php:
|
854 |
msgid "Button Height:"
|
855 |
msgstr ""
|
856 |
|
857 |
-
#: ../custom-contact-forms-admin.php:
|
858 |
msgid "(ex: 100px or 30%)"
|
859 |
msgstr ""
|
860 |
|
861 |
-
#: ../custom-contact-forms-admin.php:
|
862 |
-
#: ../custom-contact-forms-admin.php:
|
863 |
msgid "Button Font Size:"
|
864 |
msgstr ""
|
865 |
|
866 |
-
#: ../custom-contact-forms-admin.php:
|
867 |
-
#: ../custom-contact-forms-admin.php:
|
868 |
msgid "Button Font Color:"
|
869 |
msgstr ""
|
870 |
|
871 |
-
#: ../custom-contact-forms-admin.php:
|
872 |
-
#: ../custom-contact-forms-admin.php:
|
873 |
msgid "Field Background Color:"
|
874 |
msgstr ""
|
875 |
|
876 |
-
#: ../custom-contact-forms-admin.php:
|
877 |
-
#: ../custom-contact-forms-admin.php:
|
878 |
msgid "Form Padding:"
|
879 |
msgstr ""
|
880 |
|
881 |
-
#: ../custom-contact-forms-admin.php:
|
882 |
-
#: ../custom-contact-forms-admin.php:
|
883 |
msgid "Title Margin:"
|
884 |
msgstr ""
|
885 |
|
886 |
-
#: ../custom-contact-forms-admin.php:
|
887 |
-
#: ../custom-contact-forms-admin.php:
|
888 |
msgid "Dropdown Width:"
|
889 |
msgstr ""
|
890 |
|
891 |
-
#: ../custom-contact-forms-admin.php:
|
892 |
msgid "(ex: 30px, 20%, or auto)"
|
893 |
msgstr ""
|
894 |
|
895 |
-
#: ../custom-contact-forms-admin.php:
|
896 |
msgid "Success Popover Border Color:"
|
897 |
msgstr ""
|
898 |
|
899 |
-
#: ../custom-contact-forms-admin.php:
|
900 |
msgid "Success Popover Font Size:"
|
901 |
msgstr ""
|
902 |
|
903 |
-
#: ../custom-contact-forms-admin.php:
|
904 |
msgid "Success Popover Height:"
|
905 |
msgstr ""
|
906 |
|
907 |
-
#: ../custom-contact-forms-admin.php:
|
908 |
msgid "(ex: 200px, 6em, 50%)"
|
909 |
msgstr ""
|
910 |
|
911 |
-
#: ../custom-contact-forms-admin.php:
|
912 |
-
#: ../custom-contact-forms-admin.php:
|
913 |
msgid "Field Border Roundness:"
|
914 |
msgstr ""
|
915 |
|
916 |
-
#: ../custom-contact-forms-admin.php:
|
917 |
msgid "(ex: 6px, or 0px)"
|
918 |
msgstr ""
|
919 |
|
920 |
-
#: ../custom-contact-forms-admin.php:
|
921 |
-
#: ../custom-contact-forms-admin.php:
|
922 |
-
#: ../custom-contact-forms-admin.php:
|
923 |
msgid "Tooltip"
|
924 |
msgstr ""
|
925 |
|
926 |
-
#: ../custom-contact-forms-admin.php:
|
927 |
-
#: ../custom-contact-forms-admin.php:
|
928 |
-
#: ../custom-contact-forms-admin.php:
|
929 |
msgid "A tooltip is the little box that fades in displaying 'Field Instructions' when a user selects a particular field."
|
930 |
msgstr ""
|
931 |
|
932 |
-
#: ../custom-contact-forms-admin.php:
|
933 |
-
#: ../custom-contact-forms-admin.php:
|
934 |
msgid "Font Size:"
|
935 |
msgstr ""
|
936 |
|
937 |
-
#: ../custom-contact-forms-admin.php:
|
938 |
msgid "Tooltip Font Color:"
|
939 |
msgstr ""
|
940 |
|
941 |
-
#: ../custom-contact-forms-admin.php:
|
942 |
msgid "(ex: ffffff or white)"
|
943 |
msgstr ""
|
944 |
|
945 |
-
#: ../custom-contact-forms-admin.php:
|
946 |
msgid "Create Style"
|
947 |
msgstr ""
|
948 |
|
949 |
-
#: ../custom-contact-forms-admin.php:
|
950 |
msgid "Manage Form Styles"
|
951 |
msgstr ""
|
952 |
|
953 |
-
#: ../custom-contact-forms-admin.php:
|
954 |
msgid "Slug:"
|
955 |
msgstr ""
|
956 |
|
957 |
-
#: ../custom-contact-forms-admin.php:
|
958 |
msgid "Font Family:"
|
959 |
msgstr ""
|
960 |
|
961 |
-
#: ../custom-contact-forms-admin.php:
|
962 |
msgid "Textarea Background"
|
963 |
msgstr ""
|
964 |
|
965 |
-
#: ../custom-contact-forms-admin.php:
|
966 |
msgid "Color:"
|
967 |
msgstr ""
|
968 |
|
969 |
-
#: ../custom-contact-forms-admin.php:
|
970 |
-
#: ../custom-contact-forms-admin.php:
|
971 |
-
#: ../custom-contact-forms-admin.php:
|
972 |
-
#: ../custom-contact-forms-admin.php:
|
973 |
-
#: ../custom-contact-forms-admin.php:
|
974 |
-
#: ../custom-contact-forms-admin.php:
|
975 |
msgid "Success Popover"
|
976 |
msgstr ""
|
977 |
|
978 |
-
#: ../custom-contact-forms-admin.php:
|
979 |
msgid "Border Color:"
|
980 |
msgstr ""
|
981 |
|
982 |
-
#: ../custom-contact-forms-admin.php:
|
983 |
-
#: ../custom-contact-forms-admin.php:
|
984 |
msgid "Font Color:"
|
985 |
msgstr ""
|
986 |
|
987 |
-
#: ../custom-contact-forms-admin.php:
|
988 |
msgid "Textarea Width:"
|
989 |
msgstr ""
|
990 |
|
991 |
-
#: ../custom-contact-forms-admin.php:
|
992 |
msgid "Textarea Height:"
|
993 |
msgstr ""
|
994 |
|
995 |
-
#: ../custom-contact-forms-admin.php:
|
996 |
msgid "Height:"
|
997 |
msgstr ""
|
998 |
|
999 |
-
#: ../custom-contact-forms-admin.php:
|
1000 |
msgid "Background Color:"
|
1001 |
msgstr ""
|
1002 |
|
1003 |
-
#: ../custom-contact-forms-admin.php:
|
1004 |
msgid "Tooltip Font Size:"
|
1005 |
msgstr ""
|
1006 |
|
1007 |
-
#: ../custom-contact-forms-admin.php:
|
1008 |
msgid "Report a Bug/Suggest a Feature"
|
1009 |
msgstr ""
|
1010 |
|
1011 |
-
#: ../custom-contact-forms-admin.php:
|
1012 |
msgid "Your Name:"
|
1013 |
msgstr ""
|
1014 |
|
1015 |
-
#: ../custom-contact-forms-admin.php:
|
1016 |
msgid "Your Email:"
|
1017 |
msgstr ""
|
1018 |
|
1019 |
-
#: ../custom-contact-forms-admin.php:
|
1020 |
msgid "Who Hosts Your Website?"
|
1021 |
msgstr ""
|
1022 |
|
1023 |
-
#: ../custom-contact-forms-admin.php:
|
1024 |
msgid "Your Message:"
|
1025 |
msgstr ""
|
1026 |
|
1027 |
-
#: ../custom-contact-forms-admin.php:
|
1028 |
msgid "Purpose of this message:"
|
1029 |
msgstr ""
|
1030 |
|
1031 |
-
#: ../custom-contact-forms-admin.php:
|
1032 |
msgid "Plugin Question"
|
1033 |
msgstr ""
|
1034 |
|
1035 |
-
#: ../custom-contact-forms-admin.php:
|
1036 |
msgid "Version of Custom Contact Forms?"
|
1037 |
msgstr ""
|
1038 |
|
1039 |
-
#: ../custom-contact-forms-admin.php:
|
1040 |
msgid "Version of WordPress?"
|
1041 |
msgstr ""
|
1042 |
|
1043 |
-
#: ../custom-contact-forms-admin.php:
|
1044 |
msgid "Send Message"
|
1045 |
msgstr ""
|
1046 |
|
1047 |
-
#: ../custom-contact-forms-admin.php:
|
1048 |
msgid "Custom HTML Forms (Advanced)"
|
1049 |
msgstr ""
|
1050 |
|
1051 |
-
#: ../custom-contact-forms-admin.php:
|
1052 |
msgid ""
|
1053 |
"If you know HTML and simply want to use this plugin to process form requests, this feature is for you. \n"
|
1054 |
"\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"
|
1055 |
"\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."
|
1056 |
msgstr ""
|
1057 |
|
1058 |
-
#: ../custom-contact-forms-admin.php:
|
1059 |
msgid "Thank you for filling out our form!"
|
1060 |
msgstr ""
|
1061 |
|
1062 |
-
#: ../custom-contact-forms-admin.php:
|
1063 |
msgid ""
|
1064 |
"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"
|
1065 |
"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"
|
@@ -1068,26 +1070,26 @@ msgid ""
|
|
1068 |
"the field names you want required by commas. Remember to use underscores instead of spaces in field names!"
|
1069 |
msgstr ""
|
1070 |
|
1071 |
-
#: ../custom-contact-forms-admin.php:
|
1072 |
msgid "Saved Form Submissions"
|
1073 |
msgstr ""
|
1074 |
|
1075 |
-
#: ../custom-contact-forms-admin.php:
|
1076 |
-
#: ../custom-contact-forms-admin.php:
|
1077 |
msgid "Date Submitted"
|
1078 |
msgstr ""
|
1079 |
|
1080 |
-
#: ../custom-contact-forms-admin.php:
|
1081 |
-
#: ../custom-contact-forms-admin.php:
|
1082 |
msgid "Form Submitted"
|
1083 |
msgstr ""
|
1084 |
|
1085 |
-
#: ../custom-contact-forms-admin.php:
|
1086 |
-
#: ../custom-contact-forms-admin.php:
|
1087 |
msgid "Form Page"
|
1088 |
msgstr ""
|
1089 |
|
1090 |
-
#: ../custom-contact-forms-admin.php:
|
1091 |
msgid "Custom HTML Form"
|
1092 |
msgstr ""
|
1093 |
|
@@ -1429,7 +1431,7 @@ msgid "If you want to quickly and easily create a form and insert it in to your
|
|
1429 |
msgstr ""
|
1430 |
|
1431 |
#: ../modules/usage_popover/custom-contact-forms-quick-start-popover.php:6
|
1432 |
-
msgid "First insert some default content by clicking the button below. This will create a standard form automatically that, if you wish,
|
1433 |
msgstr ""
|
1434 |
|
1435 |
#: ../modules/usage_popover/custom-contact-forms-quick-start-popover.php:8
|
@@ -1441,7 +1443,7 @@ msgid "Insert the code, [customcontact form=1], in any page or post. If you want
|
|
1441 |
msgstr ""
|
1442 |
|
1443 |
#: ../modules/usage_popover/custom-contact-forms-quick-start-popover.php:12
|
1444 |
-
msgid "Done! Pretty simple, huh? Custom Contact Forms allows you to create extremely customizable forms, you just have to familiarize yourself with the plugin; this
|
1445 |
msgstr ""
|
1446 |
|
1447 |
#: ../modules/usage_popover/custom-contact-forms-usage-popover.php:1
|
@@ -1872,24 +1874,24 @@ msgstr ""
|
|
1872 |
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."
|
1873 |
msgstr ""
|
1874 |
|
1875 |
-
#: ../modules/widget/custom-contact-forms-dashboard.php:
|
1876 |
msgid "View"
|
1877 |
msgstr ""
|
1878 |
|
1879 |
-
#: ../modules/widget/custom-contact-forms-dashboard.php:
|
1880 |
msgid "CCF Saved Form Submission"
|
1881 |
msgstr ""
|
1882 |
|
1883 |
-
#: ../modules/widget/custom-contact-forms-dashboard.php:
|
1884 |
msgid "Form Submitted:"
|
1885 |
msgstr ""
|
1886 |
|
1887 |
-
#: ../modules/widget/custom-contact-forms-dashboard.php:
|
1888 |
msgid "Form Location:"
|
1889 |
msgstr ""
|
1890 |
|
1891 |
-
#: ../modules/widget/custom-contact-forms-dashboard.php:
|
1892 |
-
#: ../modules/widget/custom-contact-forms-dashboard.php:
|
1893 |
msgid "View All Submissions"
|
1894 |
msgstr ""
|
1895 |
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: custom-contact-forms\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2011-05-23 10:56-0500\n"
|
6 |
+
"PO-Revision-Date: 2011-05-23 10:57-0500\n"
|
7 |
"Last-Translator: Taylor Lovett <admin@taylorlovett.com>\n"
|
8 |
"Language-Team: TaylorLovett.com <admin@taylorlovett.com>\n"
|
9 |
"MIME-Version: 1.0\n"
|
20 |
"X-Poedit-SearchPath-4: ../modules/usage_popover\n"
|
21 |
"X-Poedit-SearchPath-5: ../modules/widget\n"
|
22 |
|
23 |
+
#: ../custom-contact-forms-admin.php:345
|
24 |
+
#: ../custom-contact-forms-admin.php:1858
|
25 |
+
#: ../custom-contact-forms-admin.php:2000
|
26 |
msgid "Custom Contact Forms"
|
27 |
msgstr ""
|
28 |
|
29 |
+
#: ../custom-contact-forms-admin.php:347
|
30 |
+
#: ../custom-contact-forms-admin.php:1860
|
31 |
+
#: ../custom-contact-forms-admin.php:2002
|
32 |
#: ../modules/usage_popover/custom-contact-forms-quick-start-popover.php:1
|
33 |
msgid "Quick Start Guide"
|
34 |
msgstr ""
|
35 |
|
36 |
+
#: ../custom-contact-forms-admin.php:348
|
37 |
+
#: ../custom-contact-forms-admin.php:1861
|
38 |
#: ../custom-contact-forms-admin.php:2003
|
39 |
msgid "Plugin Usage Manual"
|
40 |
msgstr ""
|
41 |
|
42 |
+
#: ../custom-contact-forms-admin.php:351
|
43 |
msgid "Create Fields"
|
44 |
msgstr ""
|
45 |
|
46 |
+
#: ../custom-contact-forms-admin.php:352
|
47 |
msgid "Create Forms"
|
48 |
msgstr ""
|
49 |
|
50 |
+
#: ../custom-contact-forms-admin.php:353
|
51 |
msgid "Manage Fields"
|
52 |
msgstr ""
|
53 |
|
54 |
+
#: ../custom-contact-forms-admin.php:354
|
55 |
+
#: ../custom-contact-forms-admin.php:759
|
56 |
msgid "Manage Fixed Fields"
|
57 |
msgstr ""
|
58 |
|
59 |
+
#: ../custom-contact-forms-admin.php:355
|
60 |
+
#: ../custom-contact-forms-admin.php:991
|
61 |
msgid "Manage Forms"
|
62 |
msgstr ""
|
63 |
|
64 |
+
#: ../custom-contact-forms-admin.php:356
|
65 |
msgid "Create Styles"
|
66 |
msgstr ""
|
67 |
|
68 |
+
#: ../custom-contact-forms-admin.php:357
|
69 |
msgid "Manage Styles"
|
70 |
msgstr ""
|
71 |
|
72 |
+
#: ../custom-contact-forms-admin.php:358
|
73 |
+
#: ../custom-contact-forms-admin.php:871
|
74 |
msgid "Manage Field Options"
|
75 |
msgstr ""
|
76 |
|
77 |
+
#: ../custom-contact-forms-admin.php:359
|
78 |
+
#: ../custom-contact-forms-admin.php:1776
|
79 |
msgid "Suggest a Feature"
|
80 |
msgstr ""
|
81 |
|
82 |
+
#: ../custom-contact-forms-admin.php:360
|
83 |
+
#: ../custom-contact-forms-admin.php:1773
|
84 |
msgid "Bug Report"
|
85 |
msgstr ""
|
86 |
|
87 |
+
#: ../custom-contact-forms-admin.php:361
|
88 |
msgid "Custom HTML Forms"
|
89 |
msgstr ""
|
90 |
|
91 |
+
#: ../custom-contact-forms-admin.php:362
|
92 |
msgid "Plugin News"
|
93 |
msgstr ""
|
94 |
|
95 |
+
#: ../custom-contact-forms-admin.php:365
|
96 |
msgid "Custom Contact Forms works best with any of the 20+ "
|
97 |
msgstr ""
|
98 |
|
99 |
+
#: ../custom-contact-forms-admin.php:365
|
100 |
msgid "Genesis"
|
101 |
msgstr ""
|
102 |
|
103 |
+
#: ../custom-contact-forms-admin.php:365
|
104 |
msgid "Wordpress child themes. The"
|
105 |
msgstr ""
|
106 |
|
107 |
+
#: ../custom-contact-forms-admin.php:365
|
108 |
msgid "Genesis Framework"
|
109 |
msgstr ""
|
110 |
|
111 |
+
#: ../custom-contact-forms-admin.php:365
|
112 |
msgid "empowers you to quickly and easily build incredible websites with WordPress."
|
113 |
msgstr ""
|
114 |
|
115 |
+
#: ../custom-contact-forms-admin.php:375
|
116 |
msgid "WP Blogging Tips, Downloads, SEO Tricks & Exclusive Tutorials"
|
117 |
msgstr ""
|
118 |
|
119 |
+
#: ../custom-contact-forms-admin.php:390
|
120 |
msgid "Create A Form Field"
|
121 |
msgstr ""
|
122 |
|
123 |
+
#: ../custom-contact-forms-admin.php:397
|
124 |
msgid "Field Slug:"
|
125 |
msgstr ""
|
126 |
|
127 |
+
#: ../custom-contact-forms-admin.php:401
|
128 |
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."
|
129 |
msgstr ""
|
130 |
|
131 |
+
#: ../custom-contact-forms-admin.php:405
|
132 |
msgid "Field Label:"
|
133 |
msgstr ""
|
134 |
|
135 |
+
#: ../custom-contact-forms-admin.php:409
|
136 |
msgid "The field label is displayed next to the field and is visible to the user."
|
137 |
msgstr ""
|
138 |
|
139 |
+
#: ../custom-contact-forms-admin.php:413
|
140 |
msgid "Field Type:"
|
141 |
msgstr ""
|
142 |
|
143 |
+
#: ../custom-contact-forms-admin.php:426
|
144 |
msgid "Initial Value:"
|
145 |
msgstr ""
|
146 |
|
147 |
+
#: ../custom-contact-forms-admin.php:431
|
148 |
msgid ""
|
149 |
"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"
|
150 |
"\t\t\t\t\t\t'Are you human?', I would set the initial value to 'Yes'."
|
151 |
msgstr ""
|
152 |
|
153 |
+
#: ../custom-contact-forms-admin.php:433
|
154 |
msgid "If you set the field type as 'Dropdown' or 'Radio', you should enter the slug of the"
|
155 |
msgstr ""
|
156 |
|
157 |
+
#: ../custom-contact-forms-admin.php:434
|
158 |
msgid "Create a Field Option"
|
159 |
msgstr ""
|
160 |
|
161 |
+
#: ../custom-contact-forms-admin.php:434
|
162 |
msgid "field option"
|
163 |
msgstr ""
|
164 |
|
165 |
+
#: ../custom-contact-forms-admin.php:435
|
166 |
msgid "you would like initially selected."
|
167 |
msgstr ""
|
168 |
|
169 |
+
#: ../custom-contact-forms-admin.php:439
|
170 |
msgid "Max Length:"
|
171 |
msgstr ""
|
172 |
|
173 |
+
#: ../custom-contact-forms-admin.php:443
|
174 |
msgid "0 for no limit; only applies to Text fields"
|
175 |
msgstr ""
|
176 |
|
177 |
+
#: ../custom-contact-forms-admin.php:447
|
178 |
msgid "Required Field:"
|
179 |
msgstr ""
|
180 |
|
181 |
+
#: ../custom-contact-forms-admin.php:451
|
182 |
+
#: ../custom-contact-forms-admin.php:649
|
183 |
+
#: ../custom-contact-forms-admin.php:804
|
184 |
+
#: ../custom-contact-forms-admin.php:911
|
185 |
+
#: ../custom-contact-forms-admin.php:968
|
186 |
#: ../custom-contact-forms-admin.php:2043
|
187 |
#: ../custom-contact-forms-admin.php:2174
|
188 |
#: ../custom-contact-forms-admin.php:2206
|
189 |
msgid "No"
|
190 |
msgstr ""
|
191 |
|
192 |
+
#: ../custom-contact-forms-admin.php:454
|
193 |
+
#: ../custom-contact-forms-admin.php:646
|
194 |
+
#: ../custom-contact-forms-admin.php:801
|
195 |
+
#: ../custom-contact-forms-admin.php:811
|
196 |
+
#: ../custom-contact-forms-admin.php:911
|
197 |
+
#: ../custom-contact-forms-admin.php:968
|
198 |
#: ../custom-contact-forms-admin.php:2040
|
199 |
#: ../custom-contact-forms-admin.php:2171
|
200 |
#: ../custom-contact-forms-admin.php:2203
|
201 |
msgid "Yes"
|
202 |
msgstr ""
|
203 |
|
204 |
+
#: ../custom-contact-forms-admin.php:458
|
205 |
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."
|
206 |
msgstr ""
|
207 |
|
208 |
+
#: ../custom-contact-forms-admin.php:462
|
209 |
+
#: ../custom-contact-forms-admin.php:668
|
210 |
+
#: ../custom-contact-forms-admin.php:833
|
211 |
msgid "Field Instructions:"
|
212 |
msgstr ""
|
213 |
|
214 |
+
#: ../custom-contact-forms-admin.php:466
|
215 |
+
#: ../custom-contact-forms-admin.php:666
|
216 |
+
#: ../custom-contact-forms-admin.php:831
|
217 |
msgid "If this is filled out, a tooltip popover displaying this text will show when the field is selected."
|
218 |
msgstr ""
|
219 |
|
220 |
+
#: ../custom-contact-forms-admin.php:470
|
221 |
+
#: ../custom-contact-forms-admin.php:673
|
222 |
+
#: ../custom-contact-forms-admin.php:827
|
223 |
msgid "Field Class:"
|
224 |
msgstr ""
|
225 |
|
226 |
+
#: ../custom-contact-forms-admin.php:474
|
227 |
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."
|
228 |
msgstr ""
|
229 |
|
230 |
+
#: ../custom-contact-forms-admin.php:478
|
231 |
+
#: ../custom-contact-forms-admin.php:678
|
232 |
+
#: ../custom-contact-forms-admin.php:838
|
233 |
msgid "Field Error:"
|
234 |
msgstr ""
|
235 |
|
236 |
+
#: ../custom-contact-forms-admin.php:482
|
237 |
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."
|
238 |
msgstr ""
|
239 |
|
240 |
+
#: ../custom-contact-forms-admin.php:487
|
241 |
msgid "Create Field"
|
242 |
msgstr ""
|
243 |
|
244 |
+
#: ../custom-contact-forms-admin.php:489
|
245 |
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."
|
246 |
msgstr ""
|
247 |
|
248 |
+
#: ../custom-contact-forms-admin.php:498
|
249 |
msgid "Create A Form"
|
250 |
msgstr ""
|
251 |
|
252 |
+
#: ../custom-contact-forms-admin.php:505
|
253 |
msgid "Form Slug:"
|
254 |
msgstr ""
|
255 |
|
256 |
+
#: ../custom-contact-forms-admin.php:509
|
257 |
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."
|
258 |
msgstr ""
|
259 |
|
260 |
+
#: ../custom-contact-forms-admin.php:513
|
261 |
msgid "Form Title:"
|
262 |
msgstr ""
|
263 |
|
264 |
+
#: ../custom-contact-forms-admin.php:516
|
265 |
msgid "This text is displayed above the form as the heading."
|
266 |
msgstr ""
|
267 |
|
268 |
+
#: ../custom-contact-forms-admin.php:520
|
269 |
msgid "Form Style:"
|
270 |
msgstr ""
|
271 |
|
272 |
+
#: ../custom-contact-forms-admin.php:525
|
273 |
msgid "Click to create a style"
|
274 |
msgstr ""
|
275 |
|
276 |
+
#: ../custom-contact-forms-admin.php:528
|
277 |
msgid "Submit Button Text:"
|
278 |
msgstr ""
|
279 |
|
280 |
+
#: ../custom-contact-forms-admin.php:534
|
281 |
msgid "Form Destination Email:"
|
282 |
msgstr ""
|
283 |
|
284 |
+
#: ../custom-contact-forms-admin.php:538
|
285 |
msgid "Will receive all submissions from this form; if left blank it will use the default specified in general settings."
|
286 |
msgstr ""
|
287 |
|
288 |
+
#: ../custom-contact-forms-admin.php:542
|
289 |
msgid "Form Email Subject:"
|
290 |
msgstr ""
|
291 |
|
292 |
+
#: ../custom-contact-forms-admin.php:546
|
293 |
msgid "When submitted and configured accordingly, the form will send an email with this subject."
|
294 |
msgstr ""
|
295 |
|
296 |
+
#: ../custom-contact-forms-admin.php:550
|
297 |
msgid "Form Email Name:"
|
298 |
msgstr ""
|
299 |
|
300 |
+
#: ../custom-contact-forms-admin.php:554
|
301 |
msgid "When submitted and configured accordingly, the form will send an email with this as the email 'from name'."
|
302 |
msgstr ""
|
303 |
|
304 |
+
#: ../custom-contact-forms-admin.php:558
|
305 |
msgid "Form Success Message:"
|
306 |
msgstr ""
|
307 |
|
308 |
+
#: ../custom-contact-forms-admin.php:562
|
309 |
+
#: ../custom-contact-forms-admin.php:570
|
310 |
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."
|
311 |
msgstr ""
|
312 |
|
313 |
+
#: ../custom-contact-forms-admin.php:566
|
314 |
msgid "Form Success Message Title:"
|
315 |
msgstr ""
|
316 |
|
317 |
+
#: ../custom-contact-forms-admin.php:574
|
318 |
msgid "Custom Success URL:"
|
319 |
msgstr ""
|
320 |
|
321 |
+
#: ../custom-contact-forms-admin.php:578
|
322 |
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."
|
323 |
msgstr ""
|
324 |
|
325 |
+
#: ../custom-contact-forms-admin.php:581
|
326 |
msgid "Who Can View This Form:"
|
327 |
msgstr ""
|
328 |
|
329 |
+
#: ../custom-contact-forms-admin.php:597
|
330 |
msgid "Choose which types of users should be able to view this form."
|
331 |
msgstr ""
|
332 |
|
333 |
+
#: ../custom-contact-forms-admin.php:601
|
334 |
msgid "Create Form"
|
335 |
msgstr ""
|
336 |
|
337 |
+
#: ../custom-contact-forms-admin.php:603
|
338 |
msgid "You should go to the form manager below to attach fields to this form after you create it."
|
339 |
msgstr ""
|
340 |
|
341 |
+
#: ../custom-contact-forms-admin.php:610
|
342 |
msgid "Manage User Fields"
|
343 |
msgstr ""
|
344 |
|
345 |
+
#: ../custom-contact-forms-admin.php:617
|
346 |
+
#: ../custom-contact-forms-admin.php:741
|
347 |
+
#: ../custom-contact-forms-admin.php:766
|
348 |
+
#: ../custom-contact-forms-admin.php:853
|
349 |
+
#: ../custom-contact-forms-admin.php:880
|
350 |
+
#: ../custom-contact-forms-admin.php:889
|
351 |
+
#: ../custom-contact-forms-admin.php:999
|
352 |
+
#: ../custom-contact-forms-admin.php:1148
|
353 |
+
msgid "Slug"
|
354 |
+
msgstr ""
|
355 |
+
|
356 |
+
#: ../custom-contact-forms-admin.php:618
|
357 |
+
#: ../custom-contact-forms-admin.php:742
|
358 |
+
#: ../custom-contact-forms-admin.php:767
|
359 |
+
#: ../custom-contact-forms-admin.php:854
|
360 |
+
#: ../custom-contact-forms-admin.php:881
|
361 |
+
#: ../custom-contact-forms-admin.php:890
|
362 |
+
msgid "Label"
|
363 |
+
msgstr ""
|
364 |
+
|
365 |
#: ../custom-contact-forms-admin.php:619
|
366 |
#: ../custom-contact-forms-admin.php:743
|
367 |
#: ../custom-contact-forms-admin.php:768
|
368 |
#: ../custom-contact-forms-admin.php:855
|
369 |
+
msgid "Type"
|
|
|
|
|
|
|
|
|
370 |
msgstr ""
|
371 |
|
372 |
#: ../custom-contact-forms-admin.php:620
|
373 |
#: ../custom-contact-forms-admin.php:744
|
374 |
#: ../custom-contact-forms-admin.php:769
|
375 |
#: ../custom-contact-forms-admin.php:856
|
376 |
+
msgid "Initial Value"
|
|
|
|
|
377 |
msgstr ""
|
378 |
|
379 |
#: ../custom-contact-forms-admin.php:621
|
380 |
#: ../custom-contact-forms-admin.php:745
|
381 |
#: ../custom-contact-forms-admin.php:770
|
382 |
#: ../custom-contact-forms-admin.php:857
|
383 |
+
msgid "Required"
|
384 |
msgstr ""
|
385 |
|
386 |
#: ../custom-contact-forms-admin.php:622
|
387 |
#: ../custom-contact-forms-admin.php:746
|
388 |
#: ../custom-contact-forms-admin.php:771
|
389 |
#: ../custom-contact-forms-admin.php:858
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
390 |
msgid "Maxlength"
|
391 |
msgstr ""
|
392 |
|
393 |
+
#: ../custom-contact-forms-admin.php:671
|
394 |
+
#: ../custom-contact-forms-admin.php:826
|
395 |
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."
|
396 |
msgstr ""
|
397 |
|
398 |
+
#: ../custom-contact-forms-admin.php:676
|
399 |
+
#: ../custom-contact-forms-admin.php:836
|
400 |
msgid "This lets you customize the error message displayed when this field is required and left blank."
|
401 |
msgstr ""
|
402 |
|
403 |
+
#: ../custom-contact-forms-admin.php:708
|
404 |
msgid "Detach field options you"
|
405 |
msgstr ""
|
406 |
|
407 |
+
#: ../custom-contact-forms-admin.php:710
|
408 |
+
#: ../custom-contact-forms-admin.php:1127
|
409 |
msgid "create"
|
410 |
msgstr ""
|
411 |
|
412 |
+
#: ../custom-contact-forms-admin.php:727
|
413 |
msgid "Attach field options in the order you want them to display."
|
414 |
msgstr ""
|
415 |
|
416 |
+
#: ../custom-contact-forms-admin.php:752
|
417 |
+
#: ../custom-contact-forms-admin.php:864
|
418 |
+
#: ../custom-contact-forms-admin.php:927
|
419 |
+
#: ../custom-contact-forms-admin.php:1160
|
420 |
+
#: ../custom-contact-forms-admin.php:1730
|
421 |
+
#: ../custom-contact-forms-admin.php:1954
|
422 |
+
msgid "Bulk Actions"
|
423 |
+
msgstr ""
|
424 |
+
|
425 |
+
#: ../custom-contact-forms-admin.php:753
|
426 |
+
#: ../custom-contact-forms-admin.php:865
|
427 |
+
#: ../custom-contact-forms-admin.php:928
|
428 |
+
#: ../custom-contact-forms-admin.php:1161
|
429 |
+
#: ../custom-contact-forms-admin.php:1731
|
430 |
+
msgid "Save"
|
431 |
+
msgstr ""
|
432 |
+
|
433 |
#: ../custom-contact-forms-admin.php:754
|
|
|
434 |
#: ../custom-contact-forms-admin.php:929
|
435 |
#: ../custom-contact-forms-admin.php:1162
|
436 |
#: ../custom-contact-forms-admin.php:1732
|
437 |
#: ../custom-contact-forms-admin.php:1955
|
438 |
+
msgid "Delete"
|
439 |
msgstr ""
|
440 |
|
441 |
#: ../custom-contact-forms-admin.php:755
|
442 |
+
#: ../custom-contact-forms-admin.php:866
|
443 |
#: ../custom-contact-forms-admin.php:930
|
444 |
#: ../custom-contact-forms-admin.php:1163
|
445 |
#: ../custom-contact-forms-admin.php:1733
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
446 |
#: ../custom-contact-forms-admin.php:1956
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
447 |
msgid "Apply"
|
448 |
msgstr ""
|
449 |
|
450 |
+
#: ../custom-contact-forms-admin.php:787
|
451 |
+
#: ../custom-contact-forms-admin.php:818
|
452 |
#: ../custom-contact-forms-admin.php:2313
|
453 |
msgid "None"
|
454 |
msgstr ""
|
455 |
|
456 |
+
#: ../custom-contact-forms-admin.php:882
|
457 |
+
#: ../custom-contact-forms-admin.php:891
|
458 |
msgid "Value"
|
459 |
msgstr ""
|
460 |
|
461 |
+
#: ../custom-contact-forms-admin.php:883
|
462 |
+
#: ../custom-contact-forms-admin.php:892
|
463 |
msgid "Is Dead"
|
464 |
msgstr ""
|
465 |
|
466 |
+
#: ../custom-contact-forms-admin.php:919
|
467 |
msgid "No field options have been created."
|
468 |
msgstr ""
|
469 |
|
470 |
+
#: ../custom-contact-forms-admin.php:937
|
471 |
msgid "Create A Field Option"
|
472 |
msgstr ""
|
473 |
|
474 |
+
#: ../custom-contact-forms-admin.php:944
|
475 |
msgid "Option Slug:"
|
476 |
msgstr ""
|
477 |
|
478 |
+
#: ../custom-contact-forms-admin.php:948
|
479 |
msgid "Used to identify this option, solely for admin purposes; must be unique, and contain only letters, numbers, and underscores. Example: 'slug_one'"
|
480 |
msgstr ""
|
481 |
|
482 |
+
#: ../custom-contact-forms-admin.php:952
|
483 |
msgid "Option Label:"
|
484 |
msgstr ""
|
485 |
|
486 |
+
#: ../custom-contact-forms-admin.php:956
|
487 |
msgid "This is what is shown to the user in the dropdown or radio field. Example: 'United States'"
|
488 |
msgstr ""
|
489 |
|
490 |
+
#: ../custom-contact-forms-admin.php:960
|
491 |
msgid "Option Value:"
|
492 |
msgstr ""
|
493 |
|
494 |
+
#: ../custom-contact-forms-admin.php:962
|
495 |
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'."
|
496 |
msgstr ""
|
497 |
|
498 |
+
#: ../custom-contact-forms-admin.php:964
|
499 |
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\"."
|
500 |
msgstr ""
|
501 |
|
502 |
+
#: ../custom-contact-forms-admin.php:967
|
503 |
msgid "Is Dead Option:"
|
504 |
msgstr ""
|
505 |
|
506 |
+
#: ../custom-contact-forms-admin.php:969
|
507 |
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."
|
508 |
msgstr ""
|
509 |
|
510 |
+
#: ../custom-contact-forms-admin.php:973
|
511 |
msgid "Create Field Option"
|
512 |
msgstr ""
|
513 |
|
514 |
+
#: ../custom-contact-forms-admin.php:983
|
515 |
msgid "Rate This Plugin"
|
516 |
msgstr ""
|
517 |
|
518 |
+
#: ../custom-contact-forms-admin.php:984
|
519 |
msgid "We need your help to continue development! Please <span>rate this plugin</span> to show your support."
|
520 |
msgstr ""
|
521 |
|
522 |
+
#: ../custom-contact-forms-admin.php:998
|
523 |
msgid "Form Display Code"
|
524 |
msgstr ""
|
525 |
|
526 |
+
#: ../custom-contact-forms-admin.php:1000
|
527 |
+
#: ../custom-contact-forms-admin.php:1149
|
528 |
msgid "Destination Email"
|
529 |
msgstr ""
|
530 |
|
531 |
+
#: ../custom-contact-forms-admin.php:1001
|
532 |
+
#: ../custom-contact-forms-admin.php:1150
|
533 |
msgid "Title"
|
534 |
msgstr ""
|
535 |
|
536 |
+
#: ../custom-contact-forms-admin.php:1002
|
537 |
+
#: ../custom-contact-forms-admin.php:1151
|
538 |
msgid "Button Text"
|
539 |
msgstr ""
|
540 |
|
541 |
+
#: ../custom-contact-forms-admin.php:1003
|
542 |
+
#: ../custom-contact-forms-admin.php:1152
|
543 |
msgid "Style"
|
544 |
msgstr ""
|
545 |
|
546 |
+
#: ../custom-contact-forms-admin.php:1036
|
547 |
msgid "Method"
|
548 |
msgstr ""
|
549 |
|
550 |
+
#: ../custom-contact-forms-admin.php:1037
|
551 |
msgid "Form Action"
|
552 |
msgstr ""
|
553 |
|
554 |
+
#: ../custom-contact-forms-admin.php:1038
|
555 |
msgid "Email Subject"
|
556 |
msgstr ""
|
557 |
|
558 |
+
#: ../custom-contact-forms-admin.php:1039
|
559 |
msgid "Email From Name"
|
560 |
msgstr ""
|
561 |
|
562 |
+
#: ../custom-contact-forms-admin.php:1040
|
563 |
msgid "Success Message Title"
|
564 |
msgstr ""
|
565 |
|
566 |
+
#: ../custom-contact-forms-admin.php:1041
|
567 |
msgid "Success Message"
|
568 |
msgstr ""
|
569 |
|
570 |
+
#: ../custom-contact-forms-admin.php:1042
|
571 |
msgid "Custom Success URL"
|
572 |
msgstr ""
|
573 |
|
574 |
+
#: ../custom-contact-forms-admin.php:1045
|
575 |
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."
|
576 |
msgstr ""
|
577 |
|
578 |
+
#: ../custom-contact-forms-admin.php:1049
|
579 |
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."
|
580 |
msgstr ""
|
581 |
|
582 |
+
#: ../custom-contact-forms-admin.php:1051
|
583 |
msgid "This is the form email subject sent to the destination email address. If left blank, the default from General Settings will be used."
|
584 |
msgstr ""
|
585 |
|
586 |
+
#: ../custom-contact-forms-admin.php:1053
|
587 |
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."
|
588 |
msgstr ""
|
589 |
|
590 |
+
#: ../custom-contact-forms-admin.php:1055
|
591 |
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."
|
592 |
msgstr ""
|
593 |
|
594 |
+
#: ../custom-contact-forms-admin.php:1057
|
595 |
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."
|
596 |
msgstr ""
|
597 |
|
598 |
+
#: ../custom-contact-forms-admin.php:1059
|
599 |
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."
|
600 |
msgstr ""
|
601 |
|
602 |
+
#: ../custom-contact-forms-admin.php:1063
|
603 |
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."
|
604 |
msgstr ""
|
605 |
|
606 |
+
#: ../custom-contact-forms-admin.php:1064
|
607 |
msgid "Code to Display Form in Theme Files:"
|
608 |
msgstr ""
|
609 |
|
610 |
+
#: ../custom-contact-forms-admin.php:1067
|
611 |
msgid "This field allows you to insert HTML directly after the starting <form> tag."
|
612 |
msgstr ""
|
613 |
|
614 |
+
#: ../custom-contact-forms-admin.php:1068
|
615 |
msgid "Custom Code:"
|
616 |
msgstr ""
|
617 |
|
618 |
+
#: ../custom-contact-forms-admin.php:1071
|
619 |
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."
|
620 |
msgstr ""
|
621 |
|
622 |
+
#: ../custom-contact-forms-admin.php:1090
|
623 |
msgid "Attached Fields:"
|
624 |
msgstr ""
|
625 |
|
626 |
+
#: ../custom-contact-forms-admin.php:1110
|
627 |
msgid "Attach fields in the order you want them displayed."
|
628 |
msgstr ""
|
629 |
|
630 |
+
#: ../custom-contact-forms-admin.php:1114
|
631 |
msgid "Attach Field:"
|
632 |
msgstr ""
|
633 |
|
634 |
+
#: ../custom-contact-forms-admin.php:1125
|
635 |
msgid "Attach fixed fields or ones you"
|
636 |
msgstr ""
|
637 |
|
638 |
+
#: ../custom-contact-forms-admin.php:1147
|
639 |
msgid "Form Code"
|
640 |
msgstr ""
|
641 |
|
642 |
+
#: ../custom-contact-forms-admin.php:1169
|
643 |
msgid "Create A Style for Your Forms"
|
644 |
msgstr ""
|
645 |
|
646 |
+
#: ../custom-contact-forms-admin.php:1173
|
647 |
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."
|
648 |
msgstr ""
|
649 |
|
650 |
+
#: ../custom-contact-forms-admin.php:1179
|
651 |
msgid "Style Slug:"
|
652 |
msgstr ""
|
653 |
|
654 |
+
#: ../custom-contact-forms-admin.php:1182
|
655 |
msgid "(Must be unique)"
|
656 |
msgstr ""
|
657 |
|
658 |
+
#: ../custom-contact-forms-admin.php:1186
|
659 |
+
#: ../custom-contact-forms-admin.php:1584
|
660 |
+
#: ../custom-contact-forms-admin.php:1593
|
661 |
msgid "Title Font Size:"
|
662 |
msgstr ""
|
663 |
|
664 |
+
#: ../custom-contact-forms-admin.php:1189
|
665 |
msgid "(ex: 10pt, 10px, 1em)"
|
666 |
msgstr ""
|
667 |
|
668 |
+
#: ../custom-contact-forms-admin.php:1193
|
669 |
+
#: ../custom-contact-forms-admin.php:1632
|
670 |
+
#: ../custom-contact-forms-admin.php:1700
|
671 |
msgid "Title Font Color:"
|
672 |
msgstr ""
|
673 |
|
674 |
+
#: ../custom-contact-forms-admin.php:1196
|
675 |
+
#: ../custom-contact-forms-admin.php:1217
|
676 |
+
#: ../custom-contact-forms-admin.php:1281
|
677 |
+
#: ../custom-contact-forms-admin.php:1382
|
678 |
+
#: ../custom-contact-forms-admin.php:1389
|
679 |
+
#: ../custom-contact-forms-admin.php:1417
|
680 |
msgid "(ex: FF0000)"
|
681 |
msgstr ""
|
682 |
|
683 |
+
#: ../custom-contact-forms-admin.php:1200
|
684 |
+
#: ../custom-contact-forms-admin.php:1557
|
685 |
msgid "Label Width:"
|
686 |
msgstr ""
|
687 |
|
688 |
+
#: ../custom-contact-forms-admin.php:1203
|
689 |
msgid "(ex: 100px or 20%)"
|
690 |
msgstr ""
|
691 |
|
692 |
+
#: ../custom-contact-forms-admin.php:1207
|
693 |
+
#: ../custom-contact-forms-admin.php:1598
|
694 |
msgid "Label Font Size:"
|
695 |
msgstr ""
|
696 |
|
697 |
+
#: ../custom-contact-forms-admin.php:1210
|
698 |
+
#: ../custom-contact-forms-admin.php:1375
|
699 |
msgid "(ex: 10px, 10pt, 1em)"
|
700 |
msgstr ""
|
701 |
|
702 |
+
#: ../custom-contact-forms-admin.php:1214
|
703 |
+
#: ../custom-contact-forms-admin.php:1637
|
704 |
msgid "Label Font Color:"
|
705 |
msgstr ""
|
706 |
|
707 |
+
#: ../custom-contact-forms-admin.php:1221
|
708 |
+
#: ../custom-contact-forms-admin.php:1524
|
709 |
msgid "Text Field Width:"
|
710 |
msgstr ""
|
711 |
|
712 |
+
#: ../custom-contact-forms-admin.php:1224
|
713 |
+
#: ../custom-contact-forms-admin.php:1231
|
714 |
+
#: ../custom-contact-forms-admin.php:1238
|
715 |
+
#: ../custom-contact-forms-admin.php:1318
|
716 |
msgid "(ex: 100px or 100%)"
|
717 |
msgstr ""
|
718 |
|
719 |
+
#: ../custom-contact-forms-admin.php:1228
|
720 |
msgid "Textarea Field Width:"
|
721 |
msgstr ""
|
722 |
|
723 |
+
#: ../custom-contact-forms-admin.php:1235
|
724 |
msgid "Textarea Field Height:"
|
725 |
msgstr ""
|
726 |
|
727 |
+
#: ../custom-contact-forms-admin.php:1242
|
728 |
+
#: ../custom-contact-forms-admin.php:1603
|
729 |
msgid "Field Font Size:"
|
730 |
msgstr ""
|
731 |
|
732 |
+
#: ../custom-contact-forms-admin.php:1245
|
733 |
msgid "(ex: 10px, 10pt, 1em"
|
734 |
msgstr ""
|
735 |
|
736 |
+
#: ../custom-contact-forms-admin.php:1249
|
737 |
+
#: ../custom-contact-forms-admin.php:1642
|
738 |
msgid "Field Font Color:"
|
739 |
msgstr ""
|
740 |
|
741 |
+
#: ../custom-contact-forms-admin.php:1252
|
742 |
+
#: ../custom-contact-forms-admin.php:1288
|
743 |
msgid "(ex: 333333)"
|
744 |
msgstr ""
|
745 |
|
746 |
+
#: ../custom-contact-forms-admin.php:1256
|
747 |
+
#: ../custom-contact-forms-admin.php:1691
|
748 |
msgid "Field Border Style:"
|
749 |
msgstr ""
|
750 |
|
751 |
+
#: ../custom-contact-forms-admin.php:1264
|
752 |
+
#: ../custom-contact-forms-admin.php:1652
|
753 |
msgid "Form Margin:"
|
754 |
msgstr ""
|
755 |
|
756 |
+
#: ../custom-contact-forms-admin.php:1267
|
757 |
+
#: ../custom-contact-forms-admin.php:1274
|
758 |
+
#: ../custom-contact-forms-admin.php:1396
|
759 |
+
#: ../custom-contact-forms-admin.php:1403
|
760 |
msgid "(ex: 5px or 1em)"
|
761 |
msgstr ""
|
762 |
|
763 |
+
#: ../custom-contact-forms-admin.php:1271
|
764 |
+
#: ../custom-contact-forms-admin.php:1544
|
765 |
msgid "Label Margin:"
|
766 |
msgstr ""
|
767 |
|
768 |
+
#: ../custom-contact-forms-admin.php:1278
|
769 |
msgid "Textarea Background Color:"
|
770 |
msgstr ""
|
771 |
|
772 |
+
#: ../custom-contact-forms-admin.php:1285
|
773 |
msgid "Success Popover Font Color:"
|
774 |
msgstr ""
|
775 |
|
776 |
+
#: ../custom-contact-forms-admin.php:1292
|
777 |
msgid "Success Popover Title Font Size:"
|
778 |
msgstr ""
|
779 |
|
780 |
+
#: ../custom-contact-forms-admin.php:1295
|
781 |
+
#: ../custom-contact-forms-admin.php:1302
|
782 |
+
#: ../custom-contact-forms-admin.php:1424
|
783 |
+
#: ../custom-contact-forms-admin.php:1447
|
784 |
msgid "(ex: 12px, 1em, 100%)"
|
785 |
msgstr ""
|
786 |
|
787 |
+
#: ../custom-contact-forms-admin.php:1299
|
788 |
+
#: ../custom-contact-forms-admin.php:1588
|
789 |
msgid "Form Background Color:"
|
790 |
msgstr ""
|
791 |
|
792 |
+
#: ../custom-contact-forms-admin.php:1306
|
793 |
msgid "Tooltip Background Color:"
|
794 |
msgstr ""
|
795 |
|
796 |
+
#: ../custom-contact-forms-admin.php:1309
|
797 |
msgid "(ex: 000000 or black)"
|
798 |
msgstr ""
|
799 |
|
800 |
+
#: ../custom-contact-forms-admin.php:1315
|
801 |
+
#: ../custom-contact-forms-admin.php:1686
|
802 |
msgid "Field Border Color:"
|
803 |
msgstr ""
|
804 |
|
805 |
+
#: ../custom-contact-forms-admin.php:1322
|
806 |
+
#: ../custom-contact-forms-admin.php:1669
|
807 |
msgid "Form Border Style:"
|
808 |
msgstr ""
|
809 |
|
810 |
+
#: ../custom-contact-forms-admin.php:1330
|
811 |
+
#: ../custom-contact-forms-admin.php:1681
|
812 |
msgid "Form Border Color:"
|
813 |
msgstr ""
|
814 |
|
815 |
+
#: ../custom-contact-forms-admin.php:1333
|
816 |
msgid "(ex: 000000)"
|
817 |
msgstr ""
|
818 |
|
819 |
+
#: ../custom-contact-forms-admin.php:1337
|
820 |
+
#: ../custom-contact-forms-admin.php:1676
|
821 |
msgid "Form Border Width:"
|
822 |
msgstr ""
|
823 |
|
824 |
+
#: ../custom-contact-forms-admin.php:1340
|
825 |
msgid "(ex: 1px)"
|
826 |
msgstr ""
|
827 |
|
828 |
+
#: ../custom-contact-forms-admin.php:1344
|
829 |
+
#: ../custom-contact-forms-admin.php:1519
|
830 |
msgid "Form Width:"
|
831 |
msgstr ""
|
832 |
|
833 |
+
#: ../custom-contact-forms-admin.php:1347
|
834 |
msgid "(ex: 100px or 50%)"
|
835 |
msgstr ""
|
836 |
|
837 |
+
#: ../custom-contact-forms-admin.php:1351
|
838 |
msgid "Form Font Family:"
|
839 |
msgstr ""
|
840 |
|
841 |
+
#: ../custom-contact-forms-admin.php:1354
|
842 |
msgid "(ex: Verdana, Tahoma, Arial)"
|
843 |
msgstr ""
|
844 |
|
845 |
+
#: ../custom-contact-forms-admin.php:1358
|
846 |
+
#: ../custom-contact-forms-admin.php:1562
|
847 |
msgid "Button Width:"
|
848 |
msgstr ""
|
849 |
|
850 |
+
#: ../custom-contact-forms-admin.php:1361
|
851 |
msgid "(ex: 100px, 30%, auto)"
|
852 |
msgstr ""
|
853 |
|
854 |
+
#: ../custom-contact-forms-admin.php:1365
|
855 |
+
#: ../custom-contact-forms-admin.php:1567
|
856 |
msgid "Button Height:"
|
857 |
msgstr ""
|
858 |
|
859 |
+
#: ../custom-contact-forms-admin.php:1368
|
860 |
msgid "(ex: 100px or 30%)"
|
861 |
msgstr ""
|
862 |
|
863 |
+
#: ../custom-contact-forms-admin.php:1372
|
864 |
+
#: ../custom-contact-forms-admin.php:1608
|
865 |
msgid "Button Font Size:"
|
866 |
msgstr ""
|
867 |
|
868 |
+
#: ../custom-contact-forms-admin.php:1379
|
869 |
+
#: ../custom-contact-forms-admin.php:1647
|
870 |
msgid "Button Font Color:"
|
871 |
msgstr ""
|
872 |
|
873 |
+
#: ../custom-contact-forms-admin.php:1386
|
874 |
+
#: ../custom-contact-forms-admin.php:1572
|
875 |
msgid "Field Background Color:"
|
876 |
msgstr ""
|
877 |
|
878 |
+
#: ../custom-contact-forms-admin.php:1393
|
879 |
+
#: ../custom-contact-forms-admin.php:1613
|
880 |
msgid "Form Padding:"
|
881 |
msgstr ""
|
882 |
|
883 |
+
#: ../custom-contact-forms-admin.php:1400
|
884 |
+
#: ../custom-contact-forms-admin.php:1577
|
885 |
msgid "Title Margin:"
|
886 |
msgstr ""
|
887 |
|
888 |
+
#: ../custom-contact-forms-admin.php:1407
|
889 |
+
#: ../custom-contact-forms-admin.php:1539
|
890 |
msgid "Dropdown Width:"
|
891 |
msgstr ""
|
892 |
|
893 |
+
#: ../custom-contact-forms-admin.php:1410
|
894 |
msgid "(ex: 30px, 20%, or auto)"
|
895 |
msgstr ""
|
896 |
|
897 |
+
#: ../custom-contact-forms-admin.php:1414
|
898 |
msgid "Success Popover Border Color:"
|
899 |
msgstr ""
|
900 |
|
901 |
+
#: ../custom-contact-forms-admin.php:1421
|
902 |
msgid "Success Popover Font Size:"
|
903 |
msgstr ""
|
904 |
|
905 |
+
#: ../custom-contact-forms-admin.php:1428
|
906 |
msgid "Success Popover Height:"
|
907 |
msgstr ""
|
908 |
|
909 |
+
#: ../custom-contact-forms-admin.php:1431
|
910 |
msgid "(ex: 200px, 6em, 50%)"
|
911 |
msgstr ""
|
912 |
|
913 |
+
#: ../custom-contact-forms-admin.php:1435
|
914 |
+
#: ../custom-contact-forms-admin.php:1705
|
915 |
msgid "Field Border Roundness:"
|
916 |
msgstr ""
|
917 |
|
918 |
+
#: ../custom-contact-forms-admin.php:1438
|
919 |
msgid "(ex: 6px, or 0px)"
|
920 |
msgstr ""
|
921 |
|
922 |
+
#: ../custom-contact-forms-admin.php:1442
|
923 |
+
#: ../custom-contact-forms-admin.php:1512
|
924 |
+
#: ../custom-contact-forms-admin.php:1625
|
925 |
msgid "Tooltip"
|
926 |
msgstr ""
|
927 |
|
928 |
+
#: ../custom-contact-forms-admin.php:1443
|
929 |
+
#: ../custom-contact-forms-admin.php:1513
|
930 |
+
#: ../custom-contact-forms-admin.php:1626
|
931 |
msgid "A tooltip is the little box that fades in displaying 'Field Instructions' when a user selects a particular field."
|
932 |
msgstr ""
|
933 |
|
934 |
+
#: ../custom-contact-forms-admin.php:1444
|
935 |
+
#: ../custom-contact-forms-admin.php:1620
|
936 |
msgid "Font Size:"
|
937 |
msgstr ""
|
938 |
|
939 |
+
#: ../custom-contact-forms-admin.php:1451
|
940 |
msgid "Tooltip Font Color:"
|
941 |
msgstr ""
|
942 |
|
943 |
+
#: ../custom-contact-forms-admin.php:1454
|
944 |
msgid "(ex: ffffff or white)"
|
945 |
msgstr ""
|
946 |
|
947 |
+
#: ../custom-contact-forms-admin.php:1458
|
948 |
msgid "Create Style"
|
949 |
msgstr ""
|
950 |
|
951 |
+
#: ../custom-contact-forms-admin.php:1466
|
952 |
msgid "Manage Form Styles"
|
953 |
msgstr ""
|
954 |
|
955 |
+
#: ../custom-contact-forms-admin.php:1488
|
956 |
msgid "Slug:"
|
957 |
msgstr ""
|
958 |
|
959 |
+
#: ../custom-contact-forms-admin.php:1493
|
960 |
msgid "Font Family:"
|
961 |
msgstr ""
|
962 |
|
963 |
+
#: ../custom-contact-forms-admin.php:1498
|
964 |
msgid "Textarea Background"
|
965 |
msgstr ""
|
966 |
|
967 |
+
#: ../custom-contact-forms-admin.php:1500
|
968 |
msgid "Color:"
|
969 |
msgstr ""
|
970 |
|
971 |
+
#: ../custom-contact-forms-admin.php:1505
|
972 |
+
#: ../custom-contact-forms-admin.php:1549
|
973 |
+
#: ../custom-contact-forms-admin.php:1582
|
974 |
+
#: ../custom-contact-forms-admin.php:1618
|
975 |
+
#: ../custom-contact-forms-admin.php:1657
|
976 |
+
#: ../custom-contact-forms-admin.php:1698
|
977 |
msgid "Success Popover"
|
978 |
msgstr ""
|
979 |
|
980 |
+
#: ../custom-contact-forms-admin.php:1507
|
981 |
msgid "Border Color:"
|
982 |
msgstr ""
|
983 |
|
984 |
+
#: ../custom-contact-forms-admin.php:1514
|
985 |
+
#: ../custom-contact-forms-admin.php:1659
|
986 |
msgid "Font Color:"
|
987 |
msgstr ""
|
988 |
|
989 |
+
#: ../custom-contact-forms-admin.php:1529
|
990 |
msgid "Textarea Width:"
|
991 |
msgstr ""
|
992 |
|
993 |
+
#: ../custom-contact-forms-admin.php:1534
|
994 |
msgid "Textarea Height:"
|
995 |
msgstr ""
|
996 |
|
997 |
+
#: ../custom-contact-forms-admin.php:1551
|
998 |
msgid "Height:"
|
999 |
msgstr ""
|
1000 |
|
1001 |
+
#: ../custom-contact-forms-admin.php:1627
|
1002 |
msgid "Background Color:"
|
1003 |
msgstr ""
|
1004 |
|
1005 |
+
#: ../custom-contact-forms-admin.php:1664
|
1006 |
msgid "Tooltip Font Size:"
|
1007 |
msgstr ""
|
1008 |
|
1009 |
+
#: ../custom-contact-forms-admin.php:1738
|
1010 |
msgid "Report a Bug/Suggest a Feature"
|
1011 |
msgstr ""
|
1012 |
|
1013 |
+
#: ../custom-contact-forms-admin.php:1745
|
1014 |
msgid "Your Name:"
|
1015 |
msgstr ""
|
1016 |
|
1017 |
+
#: ../custom-contact-forms-admin.php:1751
|
1018 |
msgid "Your Email:"
|
1019 |
msgstr ""
|
1020 |
|
1021 |
+
#: ../custom-contact-forms-admin.php:1757
|
1022 |
msgid "Who Hosts Your Website?"
|
1023 |
msgstr ""
|
1024 |
|
1025 |
+
#: ../custom-contact-forms-admin.php:1763
|
1026 |
msgid "Your Message:"
|
1027 |
msgstr ""
|
1028 |
|
1029 |
+
#: ../custom-contact-forms-admin.php:1769
|
1030 |
msgid "Purpose of this message:"
|
1031 |
msgstr ""
|
1032 |
|
1033 |
+
#: ../custom-contact-forms-admin.php:1779
|
1034 |
msgid "Plugin Question"
|
1035 |
msgstr ""
|
1036 |
|
1037 |
+
#: ../custom-contact-forms-admin.php:1785
|
1038 |
msgid "Version of Custom Contact Forms?"
|
1039 |
msgstr ""
|
1040 |
|
1041 |
+
#: ../custom-contact-forms-admin.php:1791
|
1042 |
msgid "Version of WordPress?"
|
1043 |
msgstr ""
|
1044 |
|
1045 |
+
#: ../custom-contact-forms-admin.php:1797
|
1046 |
msgid "Send Message"
|
1047 |
msgstr ""
|
1048 |
|
1049 |
+
#: ../custom-contact-forms-admin.php:1805
|
1050 |
msgid "Custom HTML Forms (Advanced)"
|
1051 |
msgstr ""
|
1052 |
|
1053 |
+
#: ../custom-contact-forms-admin.php:1809
|
1054 |
msgid ""
|
1055 |
"If you know HTML and simply want to use this plugin to process form requests, this feature is for you. \n"
|
1056 |
"\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"
|
1057 |
"\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."
|
1058 |
msgstr ""
|
1059 |
|
1060 |
+
#: ../custom-contact-forms-admin.php:1816
|
1061 |
msgid "Thank you for filling out our form!"
|
1062 |
msgstr ""
|
1063 |
|
1064 |
+
#: ../custom-contact-forms-admin.php:1821
|
1065 |
msgid ""
|
1066 |
"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"
|
1067 |
"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"
|
1070 |
"the field names you want required by commas. Remember to use underscores instead of spaces in field names!"
|
1071 |
msgstr ""
|
1072 |
|
1073 |
+
#: ../custom-contact-forms-admin.php:1884
|
1074 |
msgid "Saved Form Submissions"
|
1075 |
msgstr ""
|
1076 |
|
1077 |
+
#: ../custom-contact-forms-admin.php:1891
|
1078 |
+
#: ../custom-contact-forms-admin.php:1945
|
1079 |
msgid "Date Submitted"
|
1080 |
msgstr ""
|
1081 |
|
1082 |
+
#: ../custom-contact-forms-admin.php:1892
|
1083 |
+
#: ../custom-contact-forms-admin.php:1946
|
1084 |
msgid "Form Submitted"
|
1085 |
msgstr ""
|
1086 |
|
1087 |
+
#: ../custom-contact-forms-admin.php:1893
|
1088 |
+
#: ../custom-contact-forms-admin.php:1947
|
1089 |
msgid "Form Page"
|
1090 |
msgstr ""
|
1091 |
|
1092 |
+
#: ../custom-contact-forms-admin.php:1912
|
1093 |
msgid "Custom HTML Form"
|
1094 |
msgstr ""
|
1095 |
|
1431 |
msgstr ""
|
1432 |
|
1433 |
#: ../modules/usage_popover/custom-contact-forms-quick-start-popover.php:6
|
1434 |
+
msgid "First insert some default content by clicking the button below. This will create a standard form automatically that, if you wish, can be customized later."
|
1435 |
msgstr ""
|
1436 |
|
1437 |
#: ../modules/usage_popover/custom-contact-forms-quick-start-popover.php:8
|
1443 |
msgstr ""
|
1444 |
|
1445 |
#: ../modules/usage_popover/custom-contact-forms-quick-start-popover.php:12
|
1446 |
+
msgid "Done! Pretty simple, huh? Custom Contact Forms allows you to create extremely customizable forms, you just have to familiarize yourself with the plugin; this guide is a great way to get started quickly but doesn't make use of the myriad of possibilities."
|
1447 |
msgstr ""
|
1448 |
|
1449 |
#: ../modules/usage_popover/custom-contact-forms-usage-popover.php:1
|
1874 |
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."
|
1875 |
msgstr ""
|
1876 |
|
1877 |
+
#: ../modules/widget/custom-contact-forms-dashboard.php:95
|
1878 |
msgid "View"
|
1879 |
msgstr ""
|
1880 |
|
1881 |
+
#: ../modules/widget/custom-contact-forms-dashboard.php:96
|
1882 |
msgid "CCF Saved Form Submission"
|
1883 |
msgstr ""
|
1884 |
|
1885 |
+
#: ../modules/widget/custom-contact-forms-dashboard.php:99
|
1886 |
msgid "Form Submitted:"
|
1887 |
msgstr ""
|
1888 |
|
1889 |
+
#: ../modules/widget/custom-contact-forms-dashboard.php:100
|
1890 |
msgid "Form Location:"
|
1891 |
msgstr ""
|
1892 |
|
1893 |
+
#: ../modules/widget/custom-contact-forms-dashboard.php:122
|
1894 |
+
#: ../modules/widget/custom-contact-forms-dashboard.php:132
|
1895 |
msgid "View All Submissions"
|
1896 |
msgstr ""
|
1897 |
|
modules/usage_popover/custom-contact-forms-quick-start-popover.php
CHANGED
@@ -3,13 +3,13 @@
|
|
3 |
<p><?php _e("If you want to quickly and easily create a form and insert it in to your WordPress site, then follow these simple instructions.", 'custom-contact-forms'); ?></p>
|
4 |
<ol>
|
5 |
<li>
|
6 |
-
<?php _e("First insert some default content by clicking the button below. This will create a standard form automatically that, if you wish,
|
7 |
<form method="post" action="<?php echo $_SERVER['REQUEST_URI']; ?>">
|
8 |
<input type="submit" class="insert-default-content-button" value="<?php _e("Insert Default Content", 'custom-contact-forms'); ?>" name="insert_default_content" />
|
9 |
</form>
|
10 |
</li>
|
11 |
<li><?php _e("Insert the code, [customcontact form=1], in any page or post. If you want to insert a form in to a theme file, locate the form in the form manager in the admin panel where you will find the theme display code.", 'custom-contact-forms'); ?></li>
|
12 |
-
<li><?php _e("Done! Pretty simple, huh? Custom Contact Forms allows you to create extremely customizable forms, you just have to familiarize yourself with the plugin; this
|
13 |
</ol>
|
14 |
</div>
|
15 |
</div>
|
3 |
<p><?php _e("If you want to quickly and easily create a form and insert it in to your WordPress site, then follow these simple instructions.", 'custom-contact-forms'); ?></p>
|
4 |
<ol>
|
5 |
<li>
|
6 |
+
<?php _e("First insert some default content by clicking the button below. This will create a standard form automatically that, if you wish, can be customized later.", 'custom-contact-forms'); ?>
|
7 |
<form method="post" action="<?php echo $_SERVER['REQUEST_URI']; ?>">
|
8 |
<input type="submit" class="insert-default-content-button" value="<?php _e("Insert Default Content", 'custom-contact-forms'); ?>" name="insert_default_content" />
|
9 |
</form>
|
10 |
</li>
|
11 |
<li><?php _e("Insert the code, [customcontact form=1], in any page or post. If you want to insert a form in to a theme file, locate the form in the form manager in the admin panel where you will find the theme display code.", 'custom-contact-forms'); ?></li>
|
12 |
+
<li><?php _e("Done! Pretty simple, huh? Custom Contact Forms allows you to create extremely customizable forms, you just have to familiarize yourself with the plugin; this guide is a great way to get started quickly but doesn't make use of the myriad of possibilities.", 'custom-contact-forms'); ?></li>
|
13 |
</ol>
|
14 |
</div>
|
15 |
</div>
|
modules/widget/custom-contact-forms-dashboard.php
CHANGED
@@ -7,7 +7,9 @@
|
|
7 |
if (!class_exists('CustomContactFormsDashboard')) {
|
8 |
class CustomContactFormsDashboard extends CustomContactFormsAdmin {
|
9 |
function install() {
|
10 |
-
|
|
|
|
|
11 |
}
|
12 |
|
13 |
function isDashboardPage() {
|
@@ -15,15 +17,13 @@ if (!class_exists('CustomContactFormsDashboard')) {
|
|
15 |
}
|
16 |
|
17 |
function userCanViewWidget() {
|
|
|
|
|
18 |
$perms = parent::getAdminOptions();
|
19 |
$widget_perms = $perms['dashboard_access'];
|
20 |
-
global $current_user;
|
21 |
$user_roles = $current_user->roles;
|
22 |
-
|
23 |
-
|
24 |
-
} else
|
25 |
-
$user_role = "";
|
26 |
-
|
27 |
if ($widget_perms == 2) {
|
28 |
if ($user_role != "Administrator") return false;
|
29 |
} else if ($widget_perms == 1) {
|
@@ -35,6 +35,7 @@ if (!class_exists('CustomContactFormsDashboard')) {
|
|
35 |
}
|
36 |
|
37 |
function insertDashboardStyles() {
|
|
|
38 |
wp_register_style('ccf-dashboard', plugins_url() . '/custom-contact-forms/css/custom-contact-forms-dashboard.css');
|
39 |
wp_register_style('ccf-jquery-ui', plugins_url() . '/custom-contact-forms/css/jquery-ui.css');
|
40 |
wp_enqueue_style('ccf-jquery-ui');
|
@@ -42,6 +43,7 @@ if (!class_exists('CustomContactFormsDashboard')) {
|
|
42 |
}
|
43 |
|
44 |
function insertDashboardScripts() {
|
|
|
45 |
wp_enqueue_script('jquery');
|
46 |
wp_enqueue_script('jquery-ui-core');
|
47 |
wp_enqueue_script('jquery-ui-widget', plugins_url() . '/custom-contact-forms/js/jquery.ui.widget.js');
|
7 |
if (!class_exists('CustomContactFormsDashboard')) {
|
8 |
class CustomContactFormsDashboard extends CustomContactFormsAdmin {
|
9 |
function install() {
|
10 |
+
if (is_user_logged_in() && $this->userCanViewWidget()) {
|
11 |
+
wp_add_dashboard_widget('custom-contact-forms-dashboard', __('Custom Contact Forms - Saved Form Submissions', 'custom-contact-forms'), array(&$this, 'display'));
|
12 |
+
}
|
13 |
}
|
14 |
|
15 |
function isDashboardPage() {
|
17 |
}
|
18 |
|
19 |
function userCanViewWidget() {
|
20 |
+
global $current_user;
|
21 |
+
if (!isset($current_user) || empty($current_user)) return false;
|
22 |
$perms = parent::getAdminOptions();
|
23 |
$widget_perms = $perms['dashboard_access'];
|
|
|
24 |
$user_roles = $current_user->roles;
|
25 |
+
$user_role = @array_shift($user_roles);
|
26 |
+
$user_role = @ucwords($user_role);
|
|
|
|
|
|
|
27 |
if ($widget_perms == 2) {
|
28 |
if ($user_role != "Administrator") return false;
|
29 |
} else if ($widget_perms == 1) {
|
35 |
}
|
36 |
|
37 |
function insertDashboardStyles() {
|
38 |
+
if (!$this->userCanViewWidget()) return;
|
39 |
wp_register_style('ccf-dashboard', plugins_url() . '/custom-contact-forms/css/custom-contact-forms-dashboard.css');
|
40 |
wp_register_style('ccf-jquery-ui', plugins_url() . '/custom-contact-forms/css/jquery-ui.css');
|
41 |
wp_enqueue_style('ccf-jquery-ui');
|
43 |
}
|
44 |
|
45 |
function insertDashboardScripts() {
|
46 |
+
if (!$this->userCanViewWidget()) return;
|
47 |
wp_enqueue_script('jquery');
|
48 |
wp_enqueue_script('jquery-ui-core');
|
49 |
wp_enqueue_script('jquery-ui-widget', plugins_url() . '/custom-contact-forms/js/jquery.ui.widget.js');
|
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.2
|
7 |
-
Stable tag: 4.5.3.
|
8 |
|
9 |
Gauranteed to be the most customizable and intuitive contact form plugin for Wordpress.
|
10 |
|
@@ -134,6 +134,13 @@ Visit http://www.taylorlovett.com/wordpress-plugins for screenshots. Right now a
|
|
134 |
|
135 |
== Changelog ==
|
136 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
137 |
= 4.5.3.1 =
|
138 |
* modules/widgets/custom-contact-forms-dashboard.php - Array shift bug fix
|
139 |
|
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.2
|
7 |
+
Stable tag: 4.5.3.2
|
8 |
|
9 |
Gauranteed to be the most customizable and intuitive contact form plugin for Wordpress.
|
10 |
|
134 |
|
135 |
== Changelog ==
|
136 |
|
137 |
+
= 4.5.3.2 =
|
138 |
+
* modules/widgets/custom-contact-forms-dashboard.php - Bugs fixed
|
139 |
+
* custom-contact-forms-admin.php - Quick start guide added to general settings and form submissions.
|
140 |
+
* custom-contact-forms.php - Dashboard widget security bug fixed.
|
141 |
+
* modules/usage_popover/custom-contact-forms-quick-start-popover.php - Language changes made
|
142 |
+
* modules/db/custom-contact-forms-db.php - Roles bug fixed
|
143 |
+
|
144 |
= 4.5.3.1 =
|
145 |
* modules/widgets/custom-contact-forms-dashboard.php - Array shift bug fix
|
146 |
|